Cognos TM1 interview questions

Top most important Cognos TM1 interview questions and answers by Experts:

Here is a list of Top most important Cognos TM1 interview questions and answers by Experts.If you want to download Cognos TM1 interview questions pdf free ,you can register with RVH techguru. Our experts prepared these Cognos TM1 interview questions to accommodate freshers level to most experienced level technical interviews.

If you want to become an expert in Cognos TM1,Register for Cognos TM1 online training here.

 

1. What are the basic features of Cognos TM1?

  • Real-time, interactive multidimensional database also with write-back functionality
    • 64-bit, in memory OLAP server capable of concentrate huge volumes of data
    • Enterprise level planning and analysis capabilities
    • Guided modeling environment to facilitate planning, analysis and forecasting
    • Rapid development of flexible models, including profitability models, without batch processing
    • Integrates with IBM Cognos Business Intelligence, to establish a single view of performance

2.How do you use TM1 cubes in Framework Manager?

TM1 v10.1 has the interoperability function configured to allow packages to be published from TM1.

3.How many types of viewers available in TM1?

There are 3 types of viewers in TM1.
1) Cube Viewer
2) Web Sheet Viewer
3) Navigation Viewer.

4. How to run Turbo Integrator Process from Command Line?

To initiate the TI process TM1RunTI is a command line interface tool.

5. Name the function which is used to serialize the TI process?

Synchronized () function can is used to serialize TI process so they can be processed sequentially.

6. What are the functions required to be called for enabling or disabling the bulk load of mode?

EnableBulkLoadMode() = Enable
DisableBulkLoadMode() = Disable.

7. Define Data Tab?

Series of statements that manipulates values for each record in data source.

8. Define TM1 package connector?

TM1 package connector helps to import data from packages/dimensions and custom queries.

9. What is Epilog Tab?

Series of statements that is to be executed after the data source is processed.

10. What is the limit of string length in Turbo Integrator?

The limit of string length in Turbo Integrator is 8000 single byte character. If the length will become more 8000 bytes then it gets truncated.

11. What is the meaning of Ending Bulk Load mode?

All the system and User threads will be resumed and user logins will also be allowed.

12. How we can generate cubes in Cognos?

Power Play Transformer contains dimension, measure, model and cube. There are different ways to generate a cube.
Steps to be followed:
• Just right click on cube name and build.
• We can write script in UNIX. Using that we can easily generate the cube.

13. How can you access TM1 web form portlet?

There is a option to integrate TM1 viewers in cognos Portlets.

14. What are different windows in portlet?

There are 3 type of viewers available in TM1.

-Cube Viewer

-Web Sheet Viewer

-Navigation Viewer.

15. What are the basic features of Cognos TM1?

-Real-time, interactive multidimensional database also with write-back functionality.

-64-bit, in memory OLAP server capable of concentrate huge volumes of data.

-Enterprise level planning and analysis capabilities.

-Guided modeling environment to facilitate planning, analysis and forecasting.

-Rapid development of flexible models, including profitability models, without batch processing.

-Integrates with IBM Cognos Business Intelligence, to establish a single view of performance.

16. Name the data sources which are available with TI?

Data Sources available with TI are:
• SAP via RFC
• IBM Cognos Packages
• Microsoft Analysis Services
• Relational databases using ODBC Connectivity
• Comma delimited text files including ACII files
• Other Cubes and Views

17. Define Sparse Cube?

It’s a cube in which number of populated cells as a percentage of total cells is too low.

18. Define Query Subject?

A Query Subject is a collection of Query Items. Generally query items have a defined relationship. It is primarily a database table upon which query action takes place.

19. What is Sparse Cube?

A cube in which number of populated cells as a percentage of total cells is too low

20. What is Chore Commit property?

  • It allows you to specify if the processes in chores will be committed as a single transaction or either as multiple transaction
    • In a single commit mode all processes are committed as a single transaction. It is default by nature.
    • In multiple commit modes any processes that need to be committed do so as they are processed.
    • It is possible to change chore property only when chore is INACTIVE.

21. Define snapshot?

Snapshot is nothing it’s only a copy of data, whenever we create any snapshot it only copy the exact data that is related to the particular report. It is used to compare reports.
For ex: we want to compare the report of this month with previous month.

22. Differentiate between view and materialized view?

Views
It contains query whenever execute views it has read from base tableMaterialized View
M views loading or replicated takes place only once which gives you better query performance.

23. Define Bulk Load mode?

  • It enables TM1 to run in a special optimized Single-user mode. This mode has a capacity to maximize the performance for dedicated tasks during the time when there is no load on server or at night time.
    • It doesn’t display a message to end-user to alert them. No new connections can be created.

24. What actually happens when Bulk Load mode starts?

  • All the scheduled chores will be deactivated
    • All the processing by other threads will be paused
    • Running chores and any of the existing user threads will be suspended
    • TM1 Top connections and all the system-specific threads will be suspended

25. Define Drill Through?

By using Drill-through reporting you can link from one report to another. There are number of ways to Drill Through:
Drill Through id developed with two reports• Parent Report
• Child Report

25.What is the difference between list and crosstab?

List
• List report show the data in row and column(detail information of report).
• List can be converted to Cross tab
Crosstab
• Crosstab report show the data in grids, dimensions in row and column and measures in cells or in intersection point.
• Crosstab can’t be converted to list. There is no direct option available in Report Studio to convert the cross tab to list.

26. Give the options which are available after importing data using TI?

  • Create Cube and populate data
    • Create and Update dimensions
    • Re-create Cube. It destroys the existing cube definitions and overwrites it

27. Define Prolog tab?

Procedure is executed before the data source for the TI is opened.  TI directly goes to Epilog if the data source for the process is none and if there is no data source then Metadata and data tabs are ignored.

28. Define Metadata?

Series of statements that update or create cubes, dimensions and other metadata structures during the processing

29. What is the cube size?

2.0 GB. It depends as per your project requirements.

30. What kind of system requirement is needed to run TM1 for a small installation?

The minimum requirement to run the sample TM1 servers provided will be:
• Disk Space: Minimum 500 MB
• Memory: Minimum 2 GB RAM
• Processor: Pentium 4 or higher
• OS: Windows 2003(x86, x64), Windows 2008(x86, x64), Windows 7(x86, x64), Linux

31.How many users can open or connect to one of the TM1 web application concurrently?

Using the distributed approach of TM1 10 they have done testing in thousands of users.

32.Define FEEDERS?

It creates a placeholder on the cells so that the cells will not be skipped during the consolidation.

33.What is the way of writing a FEEDER Statement when feeding one cube from another?

  • Calculation statement always resides in the target cube, but the FEEDER statement should reside in the source cube.
    • The Feeder is basically the inverse of the calculation statement in the Target Cube that requires the feeder.

34. What are the steps to troubleshoot the FEEDERS?

  • Use Rules Tracer will be used to assist in the development and debugging of rules.
  • The functionality of Rule Tracer is available in Cube Viewer

35. How does Rules Tracer help us?

  • It traces FEEDERS; it ensures that selected leaf cells are feeding rules-calculated cells properly or not.
    • It checks FEEDERS, ensures that the children of selected consolidated cells are fed properly or not. Check Feeders options is available from consolidated cells and it’s not available from leaf node.

36. Define the logic behind the Sparsity in cubes?

The more dimensions a cube has, the greater will be the degree of sparsity.

37. Define Over Feeding?

Over Feeding means defining feeders for consolidated cells. (Feeding a consolidated cell automatically feeds all children of the consolidation.)

38. Define Under Feeding?

Under Feeding means failing to the feed cells that contain rules-derived values. This always results in incorrect values and must be avoided at all costs.

39. What is the role of SKIPCHECK in TM1?

SKIPCHECK forces TM1 to use the Sparse Consolidation algorithm in all the cases.

40. What is the role of transformer?

It is used for building the Cubes (Multidimensional Structure used for OLAP processing).

41. Name the components of report studio?

  • Insertable Objects pane
  • Properties pane
  • Explorer bar
  •  Report Viewer

42. Name the components of Report Net?

  • Framework manager
  • Cognos connection
  • Query Studio
  • Report Studio

43. Name the prompt which are available in Cognos?

  • Value prompt
  • Text Prompt
  • Date prompt
  • Time prompt
  • Date and time prompt

44. Define Cognos Connection?

It is a Web portal for Cognos 8 and a component which interacts with the Content Store. It is a frontend to publish, find, manage, organize, and view organization’s business intelligence data.

45. Define Cognos Reporting tool?

It’s a reporting tool from IBM which helps in reporting and analysis of various data from a data warehouse.

46. Define Junk Dimension?

It is also called as garbage dimension. A junk dimension is a convenient grouping of typically low-cardinality flags and indicators.

47. Define is catalog and types of catalogs in Cognos?

Catalog is a file containing the information (Database tables) that Impromptu users need to create reports. Types of catalogs are:
• Personal
• Distributed
• Shared
• Secured

48. What are the flaws of Chore Start Time?

TM1 executes chores in GMT standards. It doesn’t have any auto mechanism to accommodate DayLight Saving. Its Chores Scheduled time should be edited when DayLight time begins and ends.

49. Name the different procedures within TI?

  • Defining Data Source
  • Setting Variables
  • Mapping Data
  • Editing Advanced Scripting
  • Scheduling the completed Process.

50. Name the window by which you can create your own custom scripts?

You can create your own custom scripts using Advanced Window

51. How you can enable Bulk Load Mode in TI?

  • In Prolog or Epilog section of TI, Bulk Load mode can be enabled.
    • It always recommended that Bulk Load Mode should be enabled in Prolog section.

52. Name the sub-tabs which are in advance tab of TI

The sub-tabs which are in advance tab of TI are:
• Prolog
• Metadata
• Data
• Epilog

53. Differentiate between Power play transformer and power play reports?

Power play transformer
It is an ‘MOLAP’ tool using which one can create multi dimensional structure called “CUBE”.Power play reports
Power play for reports is used to generate report from the cube. Only one report can be generated from one cube. If you want ‘n’ reports you must create ‘n’ cubes.

54. What are the different windows in Turbo Integrator?

There are different tabs available in Turbo Integrator

-Data source

-Variable

-Maps

-Advanced

-Schedule

55. What is the use of advanced window in Turbo Integrator?

Using the Advanced window you can create your own custom scripts.

56. What is TM1 Workflow. How do you create a process in that?

Workflow is helping for Wide deployment, Collaborative decision making, Continuous and real-time review and refinement and Monitoring of Key Performance Indicators

To create the work.

-Need to define the Views that you need to deploy to the  end users for Decision making.(Its basically Input View)

-You need to define Approval Hierarchy

-Need to deploy

-Security Assignments

57. What are the data sources available with TI?

-Comma delimited text files including ASCII files

-Relational databases using ODBC Connectivity

-Other Cubes and Views

-Microsoft Analysis Services

-SAP via RFC

-IBM Cognos Packages

58. Where is Portlet used?

Portlets are used in Cognos.

59. How do you use TM1 cubes in Framework Manager?

TM1 v10.1 has the interoperability function configured to allow packages to be published from TM1.

How to run Turbo Integrator Process from Command Line?

To initiate the TI process TM1RunTI is a command line interface tool.

60. Define Data Tab?

Series of statements that manipulates values for each record in data source.

61. What are sub-tabs in advance tab of TI?

-Prolog

-Metadata

-Data

-Epilog

62. What is the logic of Sparsity in cubes?

On average, the more dimensions a cube has, the greater the degree of sparsity.

63. What is Overfeeding

Defining feeders for for consolidated cells. (Feeding a consolidated cell automatically feeds all children of the consolidation.)

64. What is Under Feeding?

Failing to feed cells that contain rules-derived values. This always results in incorrect values and must be avoided at all costs.

65. How does SKIPCHECK helps TM1?

SKIPCHECK forces TM1 to use the Sparse Consolidation algorithm in all cases.

66. What are FEEDERS?

It creates a placeholder on cells so that cells will not be skipped during the consolidation

67. What is FEEDSTRING?

-If rule defines string values for any cells, then FEEDSTRINGS must be inserted as the first line of rule.

-FEEDSTRINGS declaration ensures that cells containing rules-derived strings are fed.

-Every calculation statement in a rule should have a corresponding feeder statement.

68. What are simple FEEDERS?

FEEDERS that are applied to calculation within one dimension of one cube.

69. Define TM1 package connector?

TM1 package connector helps to import data from packages/dimensions and custom queries.

70. What is Epilog Tab?

Series of statements that is to be executed after the data source is processed.

71. Name the function which is used to serialize the TI process?

Synchronized () function can is used to serialize TI process so they can be processed sequentially.

72. What are the functions required to be called for enabling or disabling the bulk load of mode?

-EnableBulkLoad Mode() = Enable

-Disable Bulk Load Mode() = Disable.

73. What is the limit of string length in Turbo Integrator?

The limit of string length in Turbo Integrator is 8000 single byte character. If the length will become more 8000 bytes then it gets truncated.

74. What are the flaws of Chore Start Time?

TM1 executes chores in GMT standards. It doesn’t have any auto mechanism to accommodate DayLight Saving. Its Chores Scheduled time should be edited when DayLight time begins and ends.

75. Name the different procedures within TI?

-Defining Data Source

-Setting Variables

-Mapping Data

-Editing Advanced Scripting

-Scheduling the completed Process.

76. How you can enable Bulk Load Mode in TI?

In Prolog or Epilog section of TI, Bulk Load mode can be enabled.

It always recommended that Bulk Load Mode should be enabled in Prolog section.

How we can generate cubes in Cognos?Powerplay Transformer contains dimension, measure, model and cube.

There are different ways to generate a cube.

Steps to be followed:

-Just right click on cube name and build.

-We can write script in UNIX. Using that we can easily generate the cube.

77. Name the data sources which are available with TI?

Data Sources available with TI are:

-SAP via RFC

-IBM Cognos Packages

-Microsoft Analysis Services

-Relational databases using ODBC Connectivity

-Comma delimited text files including ASCII files

-Other Cubes and Views

78. What kind of system requirement is needed to run TM1 for a small installation?

The minimum requirement to run the sample TM1 servers provided will be:

-Disk Space: Minimum 500 MB

-Memory: Minimum 2 GB RAM

-Processor: Pentium 4 or higher

-OS: Windows 2003(x86, x64), Windows 2008(x86, x64), Windows 7(x86, x64), Linux

79. Define snapshot?

Snapshot is nothing it’s only a copy of data, whenever we create any snapshot it only copy the exact data that is related to the particular report. It is used to compare reports.
For ex: we want to compare the report of this month with previous month.

80. Define Bulk Load mode?

-It enables TM1 to run in a special optimized Single-user mode. This mode has a capacity to maximize the performance for dedicated tasks during the time when there is no load on server or at night time.

-It doesn’t display a message to end-user to alert them. No new connections can be created.

81. How is the FEEDER Statement written when feeding one cube from another?

-Calculation statement resides in the target cube, but the FEEDER statement should reside in the source cube.

-The Feeder is basically the inverse of the calculation statement in the Target Cube that requires the feeder.

82. How to Troubleshoot the FEEDERS?

-Use Rules Tracer to assist in the development and debugging of rules.

-Rules Tracer functionality is available in Cube Viewer

83. How does Rules Tracer help?

-It traces FEEDERS, it ensures that selected leaf cells are feeding rules-calculated cells properly

-It checks FEEDERS, ensures that the children of selected consolidated cells are fed properly. Check Feeders options is available from consolidated cells and its not available from leaf node

84. What actually happens when Bulk Load mode starts?

-All the scheduled chores will be deactivated

-All the processing by other threads will be paused

-Running chores and any of the existing user threads will be suspended

-TM1 Top connections and all the system-specific threads will be suspended

85. Define Drill Through?

By using Drill-through reporting you can link from one report to another.

There are number of ways to Drill Through:

Drill Through is developed with two reports

-Parent Report

-Child Report

86. What is the difference between list and crosstab?

List

-List report show the data in row and column(detail information of report).

-List can be converted to Crosstab

Crosstab

-Crosstab report show the data in grids, dimensions in row and column and measures in cells or in intersection point.

-Crosstab can’t be converted to list. There is no direct option available in Report Studio to convert the cross tab to list.

87. Give the options which are available after importing data using TI?

Create Cube and populate data.

Create and Update dimensions.

Re-create Cube. It destroys the existing cube definitions and overwrites it.

88. Define Prolog tab?

Procedure is executed before the data source for the TI is opened. TI directly goes to Epilog if the data source for the process is none and if there is no data source then Metadata and data tabs are ignored.

89. What is the cube size?

2.0 GB. It depends as per your project requirements.

90. What are the steps to troubleshoot the FEEDERS?

-Use Rules Tracer will be used to assist in the development and debugging of rules.

-The functionality of Rule Tracer is available in Cube Viewer

91. Define the logic behind the Sparsity in cubes?

The more dimensions a cube has, the greater will be the degree of sparsity.

92. Name the components of report studio?

-Insertable Objects pane

-Properties pane

-Explorer bar

-Report Viewer

93. Name the components of Reportnet?• Framework manager?

-Cognos connection

-Query Studio

-Report Studio

94. Define Cognos Connection?

It is a Web portal for Cognos 8 and a component which interacts with the Content Store. It is a frontend to publish, find, manage, organize, and view organization’s business intelligence data.

95. Define Cognos Reporting tool?

It’s a reporting tool from IBM which helps in reporting and analysis of various data from a data warehouse.

96. Define is catalog and types of catalogs in Cognos?

Catalog is a file containing the information (Database tables) that Impromptu users need to create reports. Types of catalogs are:

-Personal

-Distributed

-Shared

-Secured

97. Define Query Subject?

A Query Subject is a collection of Query Items. Generally query items have a defined relationship. It is primarily a database table upon which query action takes place.