Questions
How to find out no. of objects in a database.
- Sp_find
- select * from Sys.sysobjects
- select * from sys.dm_exec_objects
- Sp_helpobjects
What are three steps of data recovery when database goes in recovery mode.
- Analysis ,redo,undo
- Redo.Analysis ,undo
- Undo,analysis,Redo
- Analysis,Redo,Recovery
How will you see logical reads for a query when executing it.
- SET XMLSTATS IO ON
- SET STATISTICS TIME ON
- SET STATISTICS I/O ON
- SET STATISTICS IO ON
How many clusterd index you can create on a table
- 3
- Depends on senario
- 2
- 1
What is the specific partitioning technique should be used for join stage?
- auto
- hash
- entire
- same
what are the client components in data stage 8.0?
- administrator
- manager
- designer
- directror
what is to be entered to ensure that env variables need not be edited in the jobs when code moves from one env to other(dev to test)?
- ENV
- $UNSET
- $PROJDEF
- None of the above
Stages which run in sequential mode by default?
- sequential file stage
- File set stage
- Lookup file set stage
- Row generator stage
What is the order of execution of constraints,derivation.Stage variables in a transformer stage?
- Constraints,Derivations,Stage variables
- Derivations,Constraints,Stage variables
- Stage variables,Derivations,Constraints
- Any of the above
What are the join stages available in lookup stage?
- LeftOuter Join,Right Outer Join,Inner join
- Outer Join,Inner Join
- Left Outer Join,Inner Join
- Left Outer Join,Right Outer Join
How do you ensure re start ability of jobs within a sequencer.What options need to be checked for this?
- Automatically handle activities that fail
- Add checkpoints so sequence is restartable on failure
- Log warnings after activities that finish with status other than ok
- Log report messages after each job run
What is the order of execution of constraints,derivation and stage variables in a transformer stage?
- Derivations,Stage variables,Constraints
- Stage variables,Constraints,Derivations
- Constraints,Stage variables,Derivations
- Constraints,Derivations,Stage variables
Which of the following techniques can be usedto improve performance of PowerCubes in Cognos 8 BI?
- Run the cube through the pcoptimizer utility that is shipped with Cognos 8 BI.
- Enable the Allow dynamic usage of dimension information governor in Framework Manager.
- Edit the EnablePCOptimizer entry in the Cognos.ini file so that its value=1, and then rebuild the cube.
- Ensure that the Pass-through SQL setting is enabled onall regular dimensions in the Framework
What technique can Framework Manager modelers use to implement a time dimension for models that lack a time dimension?
- Create relationships from date fields inone dimension to date fields in another dimension.
- Use parameter maps to map date values in one query subject to date values in another query subject.
- Use theTime Dimension wizard togenerate a time dimension and create the appropriate relationships.
- Identify a time dimension table source, import into the model and create relationships to fact query subjects.
In Framework Manager, when using star schema groupings inthe business view, conformed dimensions can be identified bywhich one of the following?
- Using a different query subject icon for display inthe studios.
- Viewing the properties of the query subjects in Report Studio.
- Viewing the properties of the query subjects in Framework Manager.
- Using the same name for the dimension in each star schema grouping.
If authors want to perform OLAP-style queries directly against a relational database, which Framework Manager modeling technique will a modeler use?
- Create regular and measure dimensions and set scope.
- Create shortcuts to regular dimensions and fact query subjects.
- Create star schema groupings for dimension and fact query subjects.
- Create relationships between regular dimensions andmeasure dimensions.
Which of the following is correct regarding the Cognos 8 securityenvironment?
- Cognos 8 must be configured to use only one authentication provider at a time
- Toperform authentication of users, a connection to the Cognos namespace must be defined
- In Framework Manager, object security is implemented by defining access toobjects for users, groups and roles defined in theauthentication providers
- In Framework Manager, object security is implemented by defining access toobjects for groups and roles (of which users are members), not individual users
Which of the following utilities can be used to update PowerCubes withoutaffecting users?
- BMTScriptPlayer.exe
- pcaccel.exe
- CubeSwap.bat
- RSUpgrade.bat
What is true of a Framework Manager model of an operational database lacking a time dimension?
- Virtual star schema models require a time dimension for multi-fact queries.
- Report authors cannot create multi-fact, time-based queries.
- Time-based rollups for multi-fact queries may be difficult to handle.
- Report authors cannot create multi-fact, time-based queries unless using a union.
The groups and roles defined in the Cognos namespace can be used to assign access rights to which of thefollowing Framework Manager objects?
- Query items.
- Data sources.
- Relationships.
- Parameter maps.