Top Banner
Question How do you put security in your project ? Answer Throgh Packages or using users , groups and roles. Through Access Manager Answered By: FMQ Date: 1/8/2008 when we r publishing the package at the time we can give the security to the package Answered By: madhu Date: 3/1/2008 use this query i am retriving all years OCt data from 01-10-2004 to 30-10-2007 i need to restrect this query to current date and current year [gosales_goretailers].[Orders].[Order month]between 01 and to_number(to_char(current_date,'MM'))and [gosales_goretailers]. [Orders].[Order month]=to_number(to_char(current_date,'MM')) pass polar ID Answer You have a function called 'extract' in cognos. Ex:- extract(month,the dte field). by giving like this you will get month. so you can keep a filter to restrict the rows only for october. Questions shud be more clearer. Cognos meaning , impromptu or powerplay or reportnet of cognos 8.0 ? If it is impromptu then just add a text column and connect it to data field say for eg. 'Report from to Answered By: Pradeep Date: 4/9/2007 © NewInterviewQuestions.com What is meant by Junk Dimension? How do you perfom while running the report?
38
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Question

QuestionHow do you put security in your project

?

Answer

Throgh Packages or using users , groups and roles.

Through Access Manager

Answered By: FMQ    Date: 1/8/2008

when we r publishing the package at the time we can give the security to the package

Answered By: madhu    Date: 3/1/2008

use this query i am retriving all years OCt data from 01-10-2004 to 30-10-2007

i need to restrect this query to current date and current year

[gosales_goretailers].[Orders].[Order month]between 01 and to_number(to_char(current_date,'MM'))and [gosales_goretailers].[Orders].[Order month]=to_number(to_char(current_date,'MM'))pass polar ID

Answer You have a function called 'extract' in cognos.

Ex:- extract(month,the dte field). by giving like this you will get month. so you can keep a filter to restrict the rows only for october.

Questions shud be more clearer. Cognos meaning , impromptu or powerplay or reportnet of cognos 8.0 ? If it is impromptu then just add a text column and connect it to data field say for eg. 'Report from to

Answered By: Pradeep Date: 4/9/2007

© NewInterviewQuestions.com

What is meant by Junk Dimension?How do you perfom while running the report?Where will you see the time of running report?Size of the cube?What are the types of prompts in ReportNet?What is macro and how it will be work?What is difference between Cognos and Cognos ReportNet?How do you create cube in ReportNet?There are 10 facts are there.How will you connect all?

Page 2: Question

Answer Problem Description

What are looping joins and how do you resolve them?

Solution Description

Looping joins could potentially return incorrect data.An example of a looping join,

B -> CA -> < > -> DE -> F

When you select an item from table A and D, Impromptu will try to choose the shortest path, e.g. if A -> D existed, then this is the path Impromptu will take. But in the above situation, the two paths are equal and so Impromptu has to make a choice, e.g. "A -> B -> C -> D" OR "A -> E -> F -> D". Impromptu makes it's choice based on how the catalog was constructed, which cannot be altered once it's created; order of the tables in the catalog.The two paths could return different results depending on the relationship between the tables in the path.The report would be fine IF Impromptu chose the expected path. The choice is not always right.

Eliminating looping joins prevents Impromptu from making the wrong choice. To eliminate looping joins, you can either break unnecessary joins, e.g. reports do not need a join between table F and D, e.g.

B -> C -> DA -> < E -> F

But if you need all the joins, use ALIAS tables to break the looping join. Add an alias table for table A and break the join from table A and E, e.g.

A -> B -> C> -> DAlias A -> E -> F

Both solutions could affect existing reports.

Page 3: Question

2) Title:Looped joins

Created:Nov 04, 1999

Applies To:Impromptu - 2.0Impromptu - 3.01Impromptu - 3.03Impromptu - 3.04Impromptu - 3.5Impromptu - 4.0Impromptu - 5.0Impromptu - 7.1

--------------------------------------------------------------------------------

Problem Description

Under the Joins dialog on the Analyze Tab it states a Loop join is present. What does this mean and how can it be resolved?

Solution Description

A Loop Join occurs when there are multiple paths between database tables. An example of this is A joins to B and B joins to C and C joins to A.

The proper definition of join strategies in an Impromptu catalog is crucial to the success of an ad-hoc reporting environment. Impromptu shelters the user from having to know any of the technical information about the database, including name, location, table and column names, and join strategies. The Impromptu Administrator must be very thorough in their definition and testing of the join strategies. Impromptu provides an ability to analyze the joins and determine any anomalies. The most common is the Loop Join.

The implications of the loop join is that there is no way to predetermine which of the various join paths will be used by Impromptu when creating the SQL. SQL is dynamically generated for each report as it is created and before it executes. For example, to create a report using columns from tables A and C, we could join from A=>B=>C or directly from A=>C. In some cases, both of these joins would

Page 4: Question

result in the same data being retrieved. However, in other cases it may result in different data. Impromptu will always try to use the shortest route in joining multiple tables. It will also try to use the tables that are already included in the query, rather than including an additional table.

There is no hard and fast rule to resolving Loop Joins. There are four basic resolutions:1. Break the join2. Create alias tables with different join strategies3. Use the join expression editor to specify the join4. Modify SQLEach of these resolutions is done for a different reason and may have some issues associated with it. Determine the best resolution for your situation by analyzing the data with regards to the results required from the join structure.

Example:

The join structure looks like this:

A = BA = CB = C

This is producing incorrect results. To resolve this issue, make table C an alias to omit the loop in the join structure and this will result in data displaying correctly.

Correct Join Structure:

A = BA = C aliasB = C

What type problems we can face in general at report runnig time

Answer The most common problems are -

1.No Data Appears in the Report (to remove this check data source or package)

2.Unexpected or incorrect values appears in reports , may be report is running with limited data

3.The report filter does not work, values are not coming in filter option

4.report is not able to oprm in excel ,cvs or xml

Page 5: Question

Explain how to create powerplay reports

Answer To create a powerplay report

1)You have to create a IQD file from impromptu by saving IMR report as IQD

2)Use Frame Work manager model and externalise the query subject you want to use in powerplay transformer and powerplay

When you have the IQD file published to a location such as UNC

Go to powerplay transformer model and select new ,

select the data source name , and IQD file location either published from FM or Impromptu (saved as IQD)

You will see all the query items in the explorer then you can specify the dimensions like time and measures.

Then generate categories for the dimensions and measures .

Right click the cube and select create power cube , after that view the cube in cognos powerplay explorer.

We can also publish the cube to PPES(Powerplay enterprise server)

Publish the cube to the upfront

Use powerplay web explorer to view the cube

What are versions of cognos from starting release to latest in the market

Answer I dont know the starting release but can be version 5, latest version is 8.3 then reportNet 1.1.

What are different datasources to develop models

Answer Work with Source Data

Transformer supports a wide range of local data sources, including

? Impromptu query definition files (.iqd), which can query local or server-based databases

Page 6: Question

? delimited ASCII

files (.asc) and comma-separated variable files (.csv)

? fixed-field text files

? local databases, including Microsoft Access, which can specify SQL queries against local or

server-based databases, Clipper, dBase, FoxPro, and Paradox

? PowerHouse portable subfiles

? spreadsheet crosstabs and databases, including Excel

and Lotus 1-2-3What is Cognos Visualizer and Cognos Scripting?

Answer Visualizer is a representation of data cubes in a dashboard format. We can drill through to the ground level of a hierarchy as like in power play report but cannot add or remove fields dynamically.

Cognos script editor : We can write cognos macros or programs in this tool and can fine tune or process some execution

What are the limitations of cognos reportnet?What are the enhancements in reportnet ?

Answer ADVANTAGES:

1)PURELY WEB BASED REPORTING TOOL

2)WE CAN CREATE MULTILINGUAL REPORTS

3)IT CAN SUPPORT ANY TYPE OF OPERATING SYSTEM & DATA BASE

4)WE CAN CREATE SINGLE MODEL IN FRAMEWORK MANAGER COMING FROM MULTIPLE DATA SOURCES

DISADVANTAGES:

1)WE CAN'T DRILL DOWN AND DRILL UP

2)IT CAN'T SUPPORT MULTI DIMENSIONAL ANALYSIS

Page 7: Question

When You Import data into catalog You have complex columns names. How do you change the Name of those columns?

Answer Open Impromtu AdmiSelect Catalog->Folders optionSelect the column u want to chance and Click the Edit button

Explain the process of creating the catalog?

Answer 1 Start Cognos Impromptu Administrator.

2.From the File menu select Catalog -> New.

3. In the File name text box, type the desired name of the catalog. In the Description text box you can add a description but this is not mandatory.

4. In the Database dropdown select the database that you want to use or click on the "Databases" button select an ODBC connection that you want to use i.e. DB2, Oracle etc. and click the "New Database" button.

5. Click "Ok" and enter the database logon and password. Click "OK" again. You should see a database icon in the lower left of you screen without a red X over it.

6. Select the tables that you want to use my highlighting them on the left side and using the "Add" arrow key to add them to the "Catalog Tables" side. Click "Ok" when your finished.

7. To create Joins in your tables select the table under the "Join path" window and the table that you want to join it to from the "Available tables" window.

8. Click "Add" and choose the fields to join the tables, click the "Add link" button to create your join.

What are the different ways of adding data in Transformer?

Answer Steps1. Right-click in the Data Sources list of your model and select Insert Data Source.2. In the New Data Source wizard, enter the name of the data source in the Data Source Name box.3. In the Source Type box, select the type of data

source that corresponds to your source type and click Next.4. In the Local Data File box, enter the name of the source file.5. Enter the remaining parameters appropriate to your selected source, and then click Finish.Note: Depending on the type of data source, Transformer shows different options. For example

, if your source is an Excel database, you must provide the named range of cells from the Excel worksheet.6. Transformer adds your specified source to the existing model, and you see your new source in the Data Sources list.

Page 8: Question

What is IQD?What is contained in IQD? How you create IQD In ReportNet FrameWork?

Answer

1. Create a new namespace.<give it a name, say, IQDReportNet>

2. Create a new query subject inside IQDReportNet.

3.In the query subject definition window, pull in all the data you need.

4. after creating, click on the new query subject, from the properties

pane, select "IQD" from the drop down menu of externalizeMethod.

DONE.

to Publish. u need to create a package.

1. create a new package. a WIZARD will open.

2. Name the new Package; select the IQDReportNet object from the project

.

3. add security, select language, select the funtion list(DB), select the location from the WIZARD

4. Publish the package.

© NewInterviewQuestions.com

 Sponors  

What is loop in frameworkmanager ?

Answer Loop: loop is a closed path (relation) that exists among 3 (or) more tables. For example

, if we have '3' tables T1, T2, T3 then, a loop exists among these tables only when we create joins in the following fashion:

Loop: T1 ---> T2 ---> T3 ---> T1

To resolve the above problem, we have to create a shortcut (or) Alias to the Table T1.

No Loop: T1 ---> T2 ---> T3 ---> Alias (or) Shortcut of T1How u can connect different database in reportnet?wht is the extension file to save a template?give example for drillthrough and masterdetail reports in CRM domain?

Answer Template?extension is .imt1.What are differences between Reporter report and Explorer report?

Answer An Explorer report is used to explore the contents of the cube.,The multidimensional structure.A Reporter report is used to add/modify the contents of the cube.

Page 9: Question

What is the difference b/w macros and prompt?

Answer Macro-A macro is a set of instructions that can run applications.Example : A macro can open your catalog,select a report(say for instance) convert that to another format and export it to any specified location,provided the code (Program)is such.Prompt-A prompt specifies the manner in which data in the reports are to be displayed.A Prompt can be defined at the catalog level either or during report generation.

Cognos BI interview questions

« on: August 11, 2009, 03:31:50 PM »

What is IQD?What is contained in IQD? How you create IQD In ReportNet FrameWork?

1. Create a new namespace.<give it a name, say, IQDReportNet>

2. Create a new query subject inside IQDReportNet.

3.In the query subject definition window, pull in all the data you need.

4. after creating, click on the new query subject, from the properties pane, select "IQD" from the drop down menu of externalizeMethod.

DONE.

to Publish. u need to create a package.

1. create a new package. a WIZARD will open.

2. Name the new Package; select the IQDReportNet object from the project.

3. add security, select language, select the funtion list(DB), select the location from the WIZARD

4. Publish the package.

Give me any example of semi and non additive measures?Semi-Additive: Semi-additive facts are facts that can be summed up for some of the dimensions in the fact table but not the others. Non-Additive: Non-additive facts are facts that cannot be summed up for any of the dimensions present in the fact table. Current Balance and Profit

Page 10: Question

Margin are the facts.Current Balance is a semi-additive fact as it makes sense to add them up for all accounts (what's the total current balance for all accounts in the bank?) but it does not make sense to add them up through time (adding up all current balances for a given account for each day of the month does not give us any useful information). Profit Margin is a non-additive fact for it does not make sense to add them up for the account level or the day level.

How can you restrict access onto different parts of report given a report?

In Cognos 8 you can do it in three stages

1) Package Level

2) Object level

3) Data level

Package level

Expan the namespace

R click on package > Click on Edit Package

Package Access window appears

Remove All users from it

Click Adds

select Cognos

Select Report Administrator

OK it

save the package in Framework Manager (FM)

Publish the package

----------------------------------------------------

Object Level

Page 11: Question

Expan the namespace

R click on a table > Click on Specify Object Security

On specify Object Security window

click on ADD

On select users and group dialog box

select Cognos

Select Report Administrator & Consumers

Click Add

In new window under allow Report Administrator deny consumer

Now R click on namespaces

click on Specift Object Security

Here allow both consumers & Report Admni

Right click on packages

Explore package

window opens

Select Object security tab appears

You will be allowed see who is allowed and who is not

-------------------------------------------------------

Data level

Right click on a table

Select query subject

select specify security filter

Page 12: Question

specify data security dialog box appear

click on ADD

select cognos

select consumers

Ok it

click the first row

click on insert

In Filters folder

select the appropriate filter

save the package and publish it

How can I create a dynamic column name in Cognos1. add a data item to the query(the query on which the report is based)2. define an expression which u want to use for the dynamic column label3. from the report page click on the column label4. from properties pane look for "column label" the default would be "data item label/name" change that to "data item value"5. in the same pane change the "data item" property to have the data item that u created for the column label.

What is meant by Junk Dimension?

A "junk" dimension is a collection of random transactional codes flags and/or text attributes that are unrelated to any particular dimension. The junk dimension is simply a structure that provides a convenient place to store the junk attributes. A good example would be a trade fact in a company that brokers equity trades. The fact would contain several metrics (principal amount net amount price per share commission margin amount etc.) and would be related to several dimensions such as account date rep office exchange etc. This fact would also contain several codes and flags that were related to the transaction rather than any of the dimensions ... such as origin code (that indicates whether the trade was initiated with a phone call or via the Web) a reinvest flag (that indicates whether or not this trade as was the result of the reinvestment of a dividend payout) and a comment field for storing special instructions from the customer. These three attributes would normally be removed from the fact table and stored in a junk dimension ... perhaps called the trade dimension. In this way the number of indexes on the fact table would be reduced and performance (not to mention ease of use) would be

Page 13: Question

enhanced. Hope this helps.

what is the difference between a cascading report and drillthru report?why do we go for drill thru report?

Drill Through is used to link the master & detail reports.After putting drill through if you click on a link (e.g. Order ID 1234) in the master report then the details will be displayed for that particular item (Order ID 1234).

Cascading prompt uses the value from the previous prompt to filter the value in the current prompt.

  For Cascading no need of two reports.If a report having two related columns (e.g. Country & States),then we can cascade these two columns by adding two value prompts.

If you select a country (e.g INDIA),in the next prompt all the states will be displayed those which are under INDIA.

If you want to see the details for the state Tamilnadu,then select TN from the list which will display all the details for TN.

how many number of cubes can we create on a single model?how can we navigate between those cubes?

We can create as many as it support.We can navigate between them using CubeGroupWhich consist all together.

Logged

sameer Newbie

Karma: 0Posts: 3

Re: Some more Cognos Interview questions and answers !

« Reply #1 on: August 05, 2009, 10:08:05 PM »

How to perform Single Signon in ReportNet by using URL?

In Cognos configuration cognos under authentication the

Page 14: Question

Allow anonymous access should be false.In cgi-bin properties (under IIS) the enable anonymousaccess should be false.

Can we provide a border for a legend in any of the charts (LINE CHART) in report studio ?

We can provide border for that chats you select chat and select properties you will set there box type there.

What is catalog and types of catalogs in Cognos and which is better

A catalog is a file containing the information (Database tables) that Impromptu users need to create reports.

• personal  • distributed • shared • secured

shared catalog is better

how can i schedule reports in cognos1. In Cognos Connection, Go to Public Folders or My Folders, click the schedule button for the report you want to schedule.2. Under frequency, select how often you want the schedule to run.3. Under Start, select the date and time you want the schedule to start.4. Under End, select the date and time you want to end the schedule.5. Under Formats, click the format you want to run the output.6. Under Languages, select the languages to select different languages.7. Under Delivery, choose any one delivery method.8. If you want to be prompted, under Prompt values,select the Prompt for Values checkbox.9. Click Ok.

Logged

sameer Newbie

Karma: 0Posts: 3

Re: Some more Cognos Interview questions and answers !

« Reply #2 on: August 05, 2009, 10:09:09 PM »

how can i test reports in cagonos

Page 15: Question

In cognos report net by the validate report option a report can be tested. If there will be any error it will specify the the error unless it will give message -'report specification is valid'.

what type problems we can face in general at report runnig time

the most common problems are -

1.No Data Appears in the Report (to remove this check data source or package)

2.Unexpected or incorrect values appears in reports , may be report is running with limited data

3.The report filter does not work, values are not coming in filter option

4.report is not able to oprm in excel ,cvs or xml

what is model and say about process how to create model and how to test model

Model Definition

Model in PowerPlay Transformer is combiantion of five windows- Dimension Map,Data Source, Measures,Power cube,Sign On. Models specify the data sources and then defining the dimensions, levels,and measures.They may also contain dimension views, user classes, user class views, and other authentication-related information.The information for a model is stored in a model file, with the extension .pyi (binary, means platform depentent) or .mdl (text,platform independent).

Process To Create A Model

Steps1. From the File menu, click New to open the New Model wizard.2. In the Model Name box, enter a name for your model.3. To control data access by means of user class authentication, select the Include Security in this Model check box.4. Click Next and enter the name of initial data source in the Data Source Name box.5. Select a Source Type from the list, and click Next.

Page 16: Question

6. Depending on the selected type, Transformer shows different options. Enter the parameters that correspond to your data source.7. On the last page of the New Model wizard select the Run AutoDesign option to have Transformer create a preliminary structure , or by clearing this check box users own degisn can be created8. When  click Finish.Transformer opens a new model based on specified source and shows you information about the source data.

Testing A Model

Model can Be Tested By check model option in Tool menu.

explain how to create powerplay reports

To create a powerplay report

1)You have to create a IQD file from impromptu by saving IMR report as IQD

2)Use Frame Work manager model and externalise the query subject you want to use in powerplay transformer and powerplay

When you have the IQD file published to a location such as UNC

Go to powerplay transformer model and select new

select the data source name and IQD file location either published from FM or Impromptu (saved as IQD)

You will see all the query items in the explorer then you can specify the dimensions like time and measures.

Then generate categories for the dimensions and measures .

Right click the cube and select create power cube after that view the cube in cognos powerplay explorer.

We can also publish the cube to PPES(Powerplay enterprise server)

Publish the cube to the upfront

Use powerplay web explorer to view the cube

Page 17: Question

Logged

jerryvn01 Newbie

Karma: 0Posts: 1

Re: Some more Cognos Interview questions and answers !

« Reply #3 on: June 30, 2010, 02:20:10 AM »

Quote from: sameer on August 05, 2009, 10:09:09 PMhow can i test reports in cagonos

In cognos report net by the validate report option a report can be tested. If there will be any error it will specify the the error unless it will give message -'report specification is valid'.

what type problems we can face in general at report runnig time

the most common problems are -

1.No Data Appears in the Report (to remove this check data source or package)

2.Unexpected or incorrect values appears in reports , may be report is running with limited data

3.The report filter does not work, values are not coming in filter option

4.report is not able to oprm in excel ,cvs or xml

what is model and say about process how to create model and how to test model

Model Definition

Model in PowerPlay Transformer is combiantion of five windows- Dimension Map,Data Source, Measures,Power cube,Sign On. Models specify the data sources and then defining the dimensions, levels,and measures.They may also

Page 18: Question

contain dimension views, user classes, user class views, and other authentication-related information.The information for a model is stored in a model file, with the extension .pyi (binary, means platform depentent) or .mdl (text,platform independent).

Process To Create A Model

Steps1. From the File menu, click New to open the New Model wizard.2. In the Model Name box, enter a name for your model.3. To control data access by means of user class authentication, select the Include Security in this Model check box.4. Click Next and enter the name of initial data source in the Data Source Name box.5. Select a Source Type from the list, and click Next.6. Depending on the selected type, Transformer shows different options. Enter the parameters that correspond to your data source.7. On the last page of the New Model wizard select the Run AutoDesign option to have Transformer create a preliminary structure , or by clearing this check box users own degisn can be created8. When  click Finish.Transformer opens a new model based on specified source and shows you information about the source data.

Testing A Model

Model can Be Tested By check model option in Tool menu.

explain how to create powerplay reports

To create a powerplay report

1)You have to create a IQD file from impromptu by saving IMR report as IQD

2)Use Frame Work manager model and externalise the query subject you want to use in powerplay transformer and powerplay

When you have the IQD file published to a location such as UNC

Go to powerplay transformer model and select new

select the data source name and IQD file location either published from FM or Impromptu (saved as IQD)

Page 19: Question

You will see all the query items in the explorer then you can specify the dimensions like time and measures.

Then generate categories for the dimensions and measures .

Right click the cube and select create power cube after that view the cube in cognos powerplay explorer.

We can also publish the cube to PPES(Powerplay enterprise server)

Publish the cube to the upfront

Use powerplay web explorer to view the cube

Following message in /opt/cognos/c8/logs/derby.log file: 2010-11-08 17:03:41.477 GMT Thread[DRDAConnThread_24,5,main] (XID = 381643226), (SESSIONID = 23), (DATABASE = cm), (DRDAID = NF000001.A7CC-4340624326619423998{26}), Failed Statement is: SELECT TASKS.PRIORITY , TASKS.EXECUTING, TASKS.STATUS, TASKS.ACCOUNT_PATH, TASKS.DATE_ENTERED, TASKS.TASK_ID, TASKS.STOREID, SEVERITY.SEVERITY_MAX FROM (SELECT DISTINCT NC_TASK_QUEUE.PRIORITY, NC_TSE_STATE_MAP.EXECUTING, NC_TSE_STATE_MAP.STATUS, NC_TASK_QUEUE.ACCOUNT_PATH, NC_TASK_QUEUE.DATE_ENTERED, NC_TASK_QUEUE.TASK_ID, NC_TASK_QUEUE.STOREID FROM NC_TASK_QUEUE, NC_TSE_STATE_MAP WHERE NC_TASK_QUEUE.TASK_ID = NC_TSE_STATE_MAP.TASK_ID AND NC_TSE_STATE_MAP.PARENT_ID IS NULL AND NC_TSE_STATE_MAP.STATUS IN (11,10,14,12,13,15)) AS TASKS LEFT OUTER JOIN (SELECT NC_TASK_HISTORY_DETAIL.TASK_ID AS TASKID, MAX(NC_TASK_HISTORY_DETAIL.SEVERITY) AS SEVERITY_MAX FROM NC_TASK_HISTORY_DETAIL GROUP BY NC_TASK_HISTORY_DETAIL.TASK_ID ) AS SEVERITY ON TASKS.TASK_ID = SEVERITY.TASKID ORDER BY TASKS.DATE_ENTERED DESCjava.lang.OutOfMemoryError: Java heap spaceQ

1. How to build a cube in Cognos 8 using Framework Manger?

2. Master detailed relationship

3. fact less fact table

4. How to evaluate the cube?

5. what are the different performance tuning techniques of a cognos cube?

6. what is the difference between the render variable and the style variable?

Page 20: Question

7. Framework Manager

8. Query Studio

9. what is the difference between a cascading report and drillthru report?why do we go for drill thru what is the difference between a cascading report and drillthru report?why do we go for drill thru report?

10. How can I create a dynamic column name in Cognos

11. Import two data sources to Framework Manager in Cognos

12. What is object security in framework manager?

13. Cognos Decision Stream

14. Materialized view

15. Performance tuning in model and report level

16. Static Choice

17. what are complex reports?

18. What is the difference between parameter and variable in report studio

19. how to configure content store in Cognos?

20.What is level span? How it is used in Cognos? what is the main advantage of level span.

21. cognos improve report performance

22. What different kinds of SQL you can write at the report level What is tabular SQL,Tabular Modal and Tabular Set

23. Cognos Model

24. What is usage property?

25. How to show the data reported horizontallyFor exampleemployee skill1 a1 b1 c2 d2 e2 fReport result:1 abc2 def

Page 21: Question

26. How to combine two crosstab reports in to single crosstab report?

27. How do you handle this DB Schema changes in our Framework manager to update automatically our meta How do you handle this DB Schema changes in our Framework manager to update automatically our meta data

28. How to create Cube from Power play transformer by using SQL Server Database(with out creating IQD file using Cognos Impromptu from SQL Server)

29. what is drill down and slicing and dicing whats the difference between them.

30.what is model and say about process how to create model and how to test model

31. Define Dimensions, measures, Regular dimensions and Measure Dimensions

32. What is data processing?

33. How can we use NVL function/Dataformat to resolve the Blank spaces in our report. Explain with navigation

34. How do you utilize Java Script within Cognos?

35. How do you speed up the report execution even though it has lot of charts.

36. How to pass multiple values from picklist prompt to sub report filter

37. what is spaning of tree

38. How to use Lookup Command?

39. What are the steps involved in migrating CRN enviroment to Cognos 8

40.how can i schedule reports in cognos

41. what is snapshot

42.

Page 22: Question

What is meant by Junk Dimension?How do you perfom while running the report?Where will you see the tWhat is meant by Junk Dimension?How do you perfom while running the report?Where will you see the time of running report?Size of the cube?What are the types of prompts in ReportNet?What is macro and how it will be work?What is difference between Cognos and Cognos ReportNet?How do you create cube in ReportNet?There are 10 facts are there.How will you connect all?

43. what is incremental refreshing of a cube and how can we do it

44. When You Import data into catalog You have complex columns names. How do you change the Name of those columns?

45. What are the Ways to Import Data into Catalong?(2 ways)

46. What is catalog and types of catalogs in Cognos and which is better

47. what is the difference between cognos 8 and cognos reportnet 1.1mr1,cognos reportnet 1.1mr2?

48. What do you mean by slow dimensions?

49.1.In middle level project aprox How many Number of Dimension and Facts exist?2.In a complex report how many maxm. No. of dimensions exist in a Cube?

50.How to improve Report performance in ReportNet.2. ow you drill from PowerPLay to Impromptu?Explain all Steps.

The following document will walk through all steps neededin setting up drill through from PPES to IWR.

Create 3 Folders in Windows Explorer

1. On C: create a folder called C:DT

Page 23: Question

2. In C:DT create another folder called Source ->C:DTSource3. In C:DT create another folder called Publish ->C:DTPublish

Copy the sample catalog into the Source folder

4. Copy the 'Great Outdoors Sales Data.cat' into theC:DTSource folder.

Create the IQD to be used as a data source in the model

5. Open the Great Outdoors Sales Data.cat in Impromptu6. Create a new report in Impromptu and include thefollowing columnsFrom Order & Order Details folders-Order No-Customer Name-Order Date-Closed Date-Line No-Product No-Product-Order Price-Qty-Discount-Sale AmountSave the report - C:DTIQD.imrSave the Report as an IQD as well - C:DTIQD.iqd

Create the Impromptu Reports

7. Create new report in Impromptu and include the followingcolumns-Order No-Order PriceSave the report - C:DTSourceMeasure.imr8. Create new report in Impromptu and include the followingcolumns-Order No-QtySave the report - C:DTSourceCube.imr

Page 24: Question

9. Close Impromptu

Create the model in Transformer

10. Open PowerPlay Transformer11. Click File -> New12. Go through the new model wizard-Model Name DrillThrough-Use IQD as the data source type-Browse to C:DTIQD.iqd-Make sure 'Run Auto design' is checked and click Finish

Create the Cube

13. Click Edit / Insert PowerCube-PowerCube Name DT-General tab --> Save the cube to C:DTDT.mdc-DrillThrough tab --> Check 'Allow drill through for thispowercube'Click AddBrowse to C:DTSourceCube.imrClick OK14. Right click the Order No measure and select properties.-DrillThrough tab --> Click AddBrowse to C:DTSourceMeasure.imrClick OK15. Build the Cube by clicking on the Create PowerCubesbutton.

Verify the drill through works in client tools16. Open the DT.mdc in PowerPlay Client17. When the cube is opened hit the 'Drill Through' button(+)18. Select 'Cube' and click OK19. The Cube.imr report will open up in Impromptu20. Go back to DT.mdc in PowerPlay Client21. Drag in the Order No measure22. Select the Order No measure in the report and hitthe 'Drill Through' button (+)23. Select 'Measure' and click OK24. The Measure.imr report will open up in Impromptu

Page 25: Question

Create a Newsbox in Upfront to Publish the IWR Reports to

25. Login to Upfront and create a newsbox called 'DT' rightin the NewsIndex

Publish the Impromptu Reports to Upfront (IWR)

26. From 'Cognos Server Administration' click 'ReportPublishing' and login.-Click Tools --> Publish Report Set-'ReportSet name' DT-'IWR Server Report Set Location' C:DTPublish-'Source Directory' C:DTSource-'Publish Reports to Upfront Newsbox' DT-Click OK-Verify that the Report Set published successfully.

Run the Reports in Upfront to verify they run OK

27. Log into Upfront and run each of the two IWR Reportsverify they run without error-Cube-Measure

Publish the Cube to Upfront

28. From 'Cognos Server Administration' click 'OLAP Cubesand Reports' and login.-Click Insert --> Cube-General Tab -->'Name' DT'Cube Source' C:DTDT.mdc-Settings Tab --> Drill Through folder -->'Impromptu Web Reports' Enabled'Impromptu Web Reports drill through newsbox' //DT'Impromptu Web Reports server'HTTP://<servername>/cognos/cgi-bin/imrap.cgi-Click Apply-Click OK29. Publish the Cube to Upfront-Select the DT cube in 'PowerPlay Enterprise - Server

Page 26: Question

Administration'-Click the 'Publish to Upfront' button-You will get a notice stating the cube has beensuccessfully published.

Check the Drill Through in Upfront.

30. Login to Upfront31. Run the DT.mdc cube32. Click on the 'Drill Through' button and select 'Cube'33. The 'Cube' report will run for IWR34. Click Return35. Select the 'Order No' measure36. Click on the 'Drill Through' button and select 'Measure'37. The 'Measure' report will run for IWR

3. q4.

What is meant by Junk Dimension?How do you perfom while running the report?Where will you see the time of running report?Where will you see Size of the cube?What are the types of prompts in ReportNet?What is macro and how it will be work?What is difference between Cognos and Cognos ReportNet?How do you create cube in ReportNet?There are 10 facts are there.How will you connect all?

What is the size of the catalog used in the cognos impromptu?

What is Conditional Formatting?

How can we share the time dimension in cognos?

What are Balanced Cubes (cube balancing) and Sub Cubes?

What is Cognos Powerhouse and what is it used for?

How to Migrate reports from Cognos Impromptu 7.x to Cognos ReportNet?

By using Date Prompt can we schedule the report ?

What are the contents avalilable in cognos 8?

How to combine two crosstab reports in to single crosstab report?

Page 27: Question

What is significance of Framework Manager in Cognos Reporting?

What is the technique to know total load of Data in cognos Decision Stream7?

What is level span?

What is the usage of html object in tools box?

What is CAMID in Cognos?

What is the architecture of data warehousing?

How we will provide security to the reports in cognos8?

What is incremental refreshing of a cube and how can we do it?

How to use Lookup Command?

What is object security in framework manager?

How to create cubes in transformer?

How to build a cube in Cognos 8 using Framework Manger?

What is dashboard report and how do you develop the dashboard report?

What is the security module used in cognos?

What is cube size?

How many rows can you add above a selected row in a list report?

What is loop in frameworkmanager?

How to rename a file in cognos 8?

What is the difference between parameter and variable in report studio?

What do you mean by slow dimensions?

How create measures and Dimensions?

Page 28: Question

What is data processing?

What is exact catalog size?

What is a Sub Report? Where we can use it?

In cognos how we will test a cube?

Explain the process of creating the catalog?

What is refreshing of cube and how can we do it?

What is the use of event studio analysis studio and metric studio?

How do you partition time dimension in cognos?

What is refreshing of a cube and how can we do it?

What is the difference between the render variable and the style variable?

Can you give me small example of cognos testing?

What are the duties of a senior cognos architect?

What is snapshot?

How can we create reports in query studio?

How to evaluate the cube?

What are complex reports?

What are the types of data containers in Cognos Report Studio?

What is meant by MIME type in Frame Work Manager?

What is difference between Level Span and Group Span?

How do you utilize Java Script within Cognos?

Give me any example of semi and non additive measures?

Page 29: Question

How can we improve performance in framework manager level? How can we improve performance in

What are the advantages of tree prompt? Why tree prompt was included in Cognos 8?

How can you create prompts in framework manager?

What are the different ways of adding data in Transformer?

What is the procedure to create bookmarks to a report in Cognos 8 Report Studio?

How to configure content store in Cognos?

How to join multiple db in catalog?

How can we import stored procedures into framework manager in cognos8?

How to limit the output in a report for testing?

What are the differences between drill through and master-detail relation ship

What are the limitations of generating reports in CSV format in Cognos reportnet/cognos 8?

What is the usage and procedure to create a repeater object?

How can we use conditional blocks?

What are the differences between Cognos 8 and Cognos 7.x version?

What is cube group and when will you create cube group?

What is the difference between Calculated Measure and Measure Folder?

How to improve report performance except limited local processing?

What is meant by dash boards/flash cards?

What is purpose of using hierarchy in framework manager?

What was the actual purpose of portfolio in cognos?