All Interview Questions Cognos Ibm
All Interview Questions Cognos Ibm
1. What is bursting? How can we burst reports and what type of reports can we
burst?
We can run the report once and distribute it to recipients (like email)
Create the report with group fullname and pass the id to mail
2. What schema are you using in your current project? What types of schemas
If conditions take time avoid filter at report level but use in fwm lvl
5. What is drill through? Have you ever prepared a drill through report in your
current project, if yes tell me the process how u prepared the report?
Navigation from one report to another report passing a data item value
Ans .Based functional design doc and report requirements like filters, parameters
8. How can you prepare a report with dynamically change column names?
#prompt(‘param_name’,token,’[default_column])#
9. In a prompt I want to display: ‘select a value from the list below’, instead of
use in Cognos?
Ans . Date prompt, Value prompt, textbox prompt, select & search prompt,
Date & time prompt, Generated prompt, Time prompt, Interval prompt
Metadata is raw data which has the historical and aggregated data we use for
Analysis
13. Explain the Architecture of Cognos 8 BI? Which version of Cognos are you
using in your project and which version is running in market now? 8.3
2. Application tier
3.Content store
14. What is the ETL Tool are you using in your current Project? (Pl/SQL
manager) then what is data manger and tell the process of ETL?
Datastage
18. What is inline View and Materialized View? (physical storage of data)
Which parent and children in the same table like (inner join)
IBM Interview
Combining the both queries into one result set which gives distinct values in the
result set
3. Explain the difference between star schema and snow flake schema? Why star
schema is used in many projects instead of snow flake?
List which givesthe detail information in the form of rows and column
Cross tab which represent the summarized inf or aggregated data which displays
the intersection of tha data of row dimension and column dimension
Two dimensional
9. You have list in that product name, cost, and prices are the columns. When
you select the price in out put product name and cost only displayed with out the
price and the same for price also that means you can select price then you will get
the out product name ,price with out cost column .how will do?
10. What are the differences between Cognos 8.1 and Cognos 8.3?
No data contents
There r 3 types
Type 1 : changes made in the source updated in the target system
s
Type 2 : add the row (hostical status)
12. You can delete the column from the list report that relates query item from the
query will be deleted or not?
13. in the prompt page you have value prompt showing n number of employees in
drop down list I want item called ALL such as when you select ALL, all the n
numbers of employees should be selected
Placing condition
HP
2. Explain the tuff report which you have solved in your project?
3. SQL Query to return all the students who passed in maths and failed in all
other subject.
**4. If you have a report with list and cross tab in the same page. How do you
restrict one user can see only the list and the other user can see both.
Based on Macro
Report function s macro user can be filters
6. There are two query items item1 and item 2 .I want all the data of the both the
queries in a single column of report? (Union) (defining query set by union)
IBM SRINIVAS
1. A report contains 4 Lists, I want to display each list on separate page how
can I do it? Page wise report
2. What is layout component reference? How can we use it in reports?
Reuse the report object from one report to another report.
Regular dimension & mesure dimension , Relational model dimesion and facts
6. Which schema are you following in your current project?
Star scemhe
7. What is star schema and snow flake schema? Which schema is best and why?
9. Which SQL clauses we will use in for detail and group filters in Cognos?
Report data validate check with toad native sql, query performance, align ment
Chenages with the data with client,
11. What is the most complicate report having you done? And why?
Moving avg of price
12. Steps to create model in framework manager?
IBM Praveen
1) Tell me the work flow in your project?
2) How do you test your report and what is the process you follow?
Ans) By writing some unit Test cases we check if the report is according to the
Technical Specifications Document, we check the calcs in report by using query
studio ,we check the filters using query studio and we check the data by using
toad
3) What are the steps you follow for increasing your report performance? ***
Ans) trying to eliminate the unwanted data by applying filters at the framework
level, by creating index at the database to fetch the records fast,loking at the
queries created by Cognos and checking if we can achieve the same functionality
with minimum joins etc.
4) Which model you use in your project?
Ans) we use DMR and the schema we follow is STAR SCHEMA.
5) Difference between dimensional model and relational model?
Ans) In a dimensional model we can do the slicing and dicing of data which
allows us to have a 3 dimensional view of the data according to the business need
and in dimensional model we can drill down to the smallest level I.e. the data
granularity is more.
6) How do you identify which model is it?
Ans) when you expand the package in report studio you can easily identity a
dimensional model as the dimensional model has level member’s symbols which
we don’t have in relational model.
7) If I have a report with 10 pages and I don’t have data in one page I want to
hide that page ( for example if page 6 is not having data then report should
display pages 1,2,3,4,5,7,8,9,10 and if page 3 is not having data then report
should display 1,2,4,5,6,7,8,9,10)
Ans) Write a Variable and a and in the page explorer assign the variable to the
page and on the sectioned item
8) For the above question number 7, how will you specify that in the technical
spec document?
Ans) We build the Tech Spec document as usually but in the comments we
mention the required condition and in the items tab of the tech spec document
we mention the condition which we are applying to the List or Cross tab ,by
looking into which the report developer can easily understand the required
functionality
9) I have a list in first page of my report and cross tab in second page, and the
prompt page has two choices list and Cross tab, if I select list only first page
should appear and when I select cross tab only second page should appear?
Ans) Writing a variable and applying it to whole page in page explorer by
assigning the Boolean variable to the page.
10) How can we create a dimensional model and what are the advantages of using
a DMR?
Ans) we can first create a relational model and from that relational model we
can then select the items and define the relations by right clicking ans selecting
create dimensional model.
11) What is Cognos architecture?
HP Interview Praveen
Yes
2) Can we insert a text in item in measures of a cross tab? No
Products
Products
Dimension
sales
Sales
Profit
Revenue
Fact
Fact
Description
Descripti
on
Dimension
Break page
8) Scenario which is required to use page set?
13) Drill up and drill down will work with what kind of model?
14) How do you create a drill trough report?
15) Creation of model and how can we create a dimensional model?
Manju HP Interview
parameter map is a key value pair which is used to creating conditional query
subject
session parameter is a variable that framework manager associte with a session such
as user name or run local
Stiched query
The event of cross fact table querys reportnet will send to seperate querys to the
datasorce one for each fact table.It will retrive to records set which will be merged
locally by sticing to the common dimensinol records in the each record set