IBM Cognos Report Studio & Algorithms Quiz

A quiz covering IBM Cognos Report Studio features, Framework Manager, and algorithm complexity analysis topics

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How many multiplications do you need to perform if you use Repeated Squaring technique to calculate n^1000. (Ignore the problem of storing such a large number in variable assume you can store infinitly large number in basic data types)

  1. 99
  2. 119
  3. 6
  4. 14
Question 2 Multiple Choice (Single Answer)

What is the best possible running time of the code to sort a list of n numbers given the maximum number (k) of the list.

  1. O(n+k)
  2. O(lgk+n)
  3. O(klgn+n)
  4. O(nlgk+n)
Question 3 Multiple Choice (Single Answer)

Given a linked list, in what complexity can you reverse it.

  1. O(n2)
  2. O(nlgn)
  3. O(n)
  4. O(n3)
Question 4 True/False

Cognos 8 architecture is a zero foot-print architecture.

  1. True
  2. False
Question 5 Multiple Choice (Multiple Answers)

The Insertable Objects pane contains these tabs

  1. Source Tab
  2. Data Item Tab
  3. Toolbox Tab
  4. Properties Tab
Question 6 Multiple Choice (Multiple Answers)

Explorer Bar contains these

  1. Page Explorer
  2. Query Explorer
  3. Condition Explorer
  4. Work Area Explorer
Question 7 True/False

You create a drill-through report to link two reports containing related information. You can then access related or more detailed information in one report by selecting a value in the chart

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

You use _________ to create dimensional filters that reduce the data included in measure rollups

  1. slicer
  2. dicer
  3. suppression
  4. filter
Question 9 Multiple Choice (Multiple Answers)

Report Studio can create report output in the following formats:

  1. Excel
  2. Word
  3. XML
  4. HTML
Question 10 Multiple Choice (Multiple Answers)

A Page is made up of which of the following components

  1. Page Header
  2. Page sub-header
  3. Page Body
  4. Page Footer
Question 11 Multiple Choice (Single Answer)

Which of the following is not a type of report which can created in Report Studio?

  1. List
  2. Map
  3. View
  4. Repeater
Question 12 Multiple Choice (Multiple Answers)

Which of the following features are supported in Report Studio?

  1. Drill Up
  2. Drill Through
  3. Drill Back
  4. Drill Down
Question 13 Multiple Choice (Single Answer)

Retrieves data based on a value that you type. Use this control when users know exactly what value they want to enter, such as a name or account number

  1. Text Box Prompt
  2. Value Prompt
  3. Date Prompt
  4. Generate Prompt
Question 14 Multiple Choice (Multiple Answers)

The complexity to solve this puzzel and technique to solve is Given a structure as below where n(i) is a number. n1 n2 n3 n4 n5 n6 . . . . You have two types of moves either move directly to immediate below or below right i.e. from n3 either to n5 or to n6. Sum the numbers along the way and find a path with minimum sum starting from the top to the bottom. e.g. 5 1 6 9 4 7 3 5 2 4 ans=12 path=5,1,4,2.

  1. O(n^3) Brute Force
  2. O(2^n) Recursion
  3. O(n^2) DP
  4. O(n) Divide & Conquer
Question 15 Multiple Choice (Multiple Answers)

The complexity to solve this puzzel and technique to solve is Given a structure as below where n(i) is a number. n1 n2 n3 n4 n5 n6 . . . . You have two types of moves either move directly to immediate below or below right i.e. from n3 either to n5 or to n6. Sum the numbers along the way and find a path with minimum sum starting from the top to the bottom. e.g. 5 1 6 9 4 7 3 5 2 4 ans=12 path=5,1,4,2.

  1. O(2^n) Recursion
  2. O(n^3) Brute Force
  3. O(n) Divide & Conquer
  4. O(n^2) DP
Question 16 Multiple Choice (Single Answer)

Framework manager is a

  1. ETL tool
  2. Metadata Modelling tool
  3. Database
  4. Web portal
Question 17 Multiple Choice (Multiple Answers)

The insertable object pane in the report studio has

  1. Source tab
  2. Properties tab
  3. Tool box tab
  4. Data item tab
Question 18 Multiple Choice (Single Answer)

which of the following prompt is used to retrive data between any two dates

  1. Tree Prompt
  2. value Prompt
  3. Interval Prompt
  4. Date Prompt
Question 19 Multiple Choice (Single Answer)

Which of the following is not a type of report which can created in Report Studio

  1. List
  2. Map
  3. Repeater
  4. view
Question 20 Multiple Choice (Single Answer)

Which of the following features are supported in Report Studio?

  1. Drill Up
  2. Drill Through
  3. Drill Down
  4. Drill Back