Cognos Data Warehouse

  Home  Data Warehouse  Cognos Data Warehouse


“Cognos Data Warehouse Interview Questions and Answers will guide us now that Cognos describes itself as the foremost supplier of enterprise business intelligence (EBI) solutions, with over 2.5 million seats in thousands of companies worldwide. So learn about the Cognos and get preparation for job in Cognos with the help of this Cognos Data Warehousing Interview Questions with Answers guide”



28 Cognos Data Warehouse Questions And Answers

22⟩ Please explain the different stages in creating a report in cognos report net?

Before creating any report in report net make sure you are have the planning information you need.

Creating a report involves following steps:

Specifying a package

Choose a package through cognos connection>report studio>Select a module from the list.

Choosing a report template

Create a empty report first,click one of the predefined report templates ,click OK.

Adding query items

In the insertable objects plane,select the query item that you want to add to report,drag it to the desired location.

Saving report

Save the report from file menu.

Running the report

Open the report that you want to run.

From the Tools menu, click Validate Report.

A message box appears indicating whether any errors were found in the report.

If you want to enable Design Mode Only filters defined in the package, from the File menu,

click Use Model Design Filters.

Use these filters to limit the amountOpen the report that you want to run.

From the Tools menu, click Validate Report.

A message box appears indicating whether any errors were found in the report.

If you want to enable Design Mode Only filters defined in the package, from the File menu,

 186 views

24⟩ What Junk Dimension contains?

it contains the miscellaneous attributes such as flags , which does belong to the main dimension table.

for eg; In a sales order fact table ,some informations like,

web-order , whether this is a online order or not

new_cust , Is this person a new customer ?

verification , whether the order has been verified?

 175 views

25⟩ How to crate cubes in transformer?

cubes are created using transformer.cubes can be viewed using powerplay.cubes has impromptu query definition (IQD) files as their sources.IQD files are generated from cognos impromptu.IQD files contain ,how the data has to be retrieved through catalogs and logical databases.

To create a cube..

1) save the impromtu report as IQD file.(.IQD)

2)open transformer,go to file-new-ModelName(user defined)-datasourcename(DWH name),source type(select impromptu query definition)-local data file(browse the IQD file save earlier)-check the auto design check box-clk finish-database logon wizard will be opened-enter userid and pwd to connect to the DB---clk log on---A new model will be generated with Dimensionmap,Datasource,Measures,powercube(still cube is not created) and Logical DB(imported from IQD file).

If you select "Run Autodesign" option duting the NEWMODELWIZARD, transformer automatically creates a dimension map and a list of measures for you.even though transformer analyzes the data before creating a dimension map and list of measures,many a time they may not be totally accurate.

To avoid this we need to create Dimensions manually.

3) Now create new Dimensions in the dimensionmap area as per the requirement.select Dimension Map--insert Dimension--name the dimension--Drag and drop columns one below the other from data source(see that the columns are in a hierarchy,Bcoz cubes will be created on these columns with all the possibilities to facilitate drilling,slicing and dicing operations)..check the diagram ,it is displayed empty..data will be shown once the cube is created..

4) go to "Run" and clk on create powercubes.Cube will be created.check the power cube area in the Model.you will observe a cube in that area.This cube can be viewed in Poweplay.

This is one method of creating cube by using IQD file.

The another method of creating cube is my creating a MODEL from Architect and generating a CUBE from that MODEL.

 178 views

26⟩ What is Cognos Visualizer and Cognos Scripting?

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

 191 views

27⟩ What is the difference between group and associare?

Group: used to eliminate duplicate values in the report.

Association: used with grouped item that displays data only when the values are changed.

ProctLine ProductName Quantity Revenue

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

Soaps LUX 100 1000

200 2000

300 3000

TIDE 100 1500

SHAMPOO GARNIER 100 4000

200 8000

SUNSILK 100 5000

--> Here, ProductLine is a grouped column and ProductName is an Associated column.

 197 views