Wednesday, May 21, 2014

20 TOP Reportnet Interview Questions and Answers pdf

Most frequently Asked Reportnet Interview Questions and Answers for freshers and experienced pdf free download
1. What is the main advantage of impromptu over cognos reportnet?
One of the advantage's of Reportnet, is
1. It is web-based reporting wherein, reports can be easily accessed from anywhere through a browser.
by using ipromptu we can use multidimensional analysis to see the data in diff formates.i.e we have drillup,drilldown features in cognos impromtu,but it is not possible in reportnet.

2. What is the difference between Native SQL and Cognos SQL?
In cognos reportnet
Native SQL is used for the single datasource to import the meta data
Cognos SQL used for multiple datasources to import the metadata

3. What is the Difference between PowerPlay transformer and power play reports?
'Powerplay transformer' is an 'MOLAP' tool using which one can create multi dimensional structure called "CUBE".
'Powerplay for reports' is used to generate report from the cube.Only one report can be generated from one cube.If u want 'n' reports u must create 'n' cubes.

4. Is there any comparison available for Cognos Reportnet Vs Crystal reports?
There is a lot of difference between Crystal reports an Cognos Report net.
1.Crystal report is a product of Business Objects where as Reportnet is of cognos.
2.Cryatal reports is for only low 2 midrange analysis and that to some even says tha they wont use this for analysis used to make proper strategic decision But report net yes it is for high end analysis.
3.In reportnet we can login through web and can create our own desired report through web.

5. How do i allow a dynamic selection of a column for a measure in a chart,without using Variable
You can in do it in this way. first creat a list report in which u have a calculated item in the starting.
Then creat a prompt page with a value prompt.In value prompt creat static choice of which u want to be dynamically displayed.
Let the parameter of value prompt be ?Par1? and the choices as Revenue, Cost.
Now u write the expression of the calculated item in the report page as follows, "If ?Par1?=Revenue then Revenue else Cost.
Here Revenue,Cost should b dragged from the Model Items. So now the calculated item column displays the value of the one selected in the prompt.
Now make a graph using the list report,then place the calculated item on the axis of the chart ,which u wanted to display dynamically based on ur selection.
So now if u select Revenue in the prompt then the grph will take the values for Revenue.And if u select Cost then graph will be with the values of Cost.

6. How do we drill through from a powerplay cube to reportnet?
Setting up drill-through access from PowerPlay Web to ReportNet involves
1. configuring Cognos Series 7 for drill-through access to ReportNet
2. preparing the Transformer model and cube
3. copying the search path of the folder that contains the target report
4. enabling the cube for drill-through access to ReportNet
5. deciding which filters to create in the target report
6. creating the target report
7. disabling the Drill Through Assistant

7. What are versions of reportnet?
In ReprotNet have two vertions
1) ReportNet 1.0
2) ReportNet 1.1 MR1, MR2

8. What is prompt?types of prompts?use of prompts?syntax of prompt?
Prompts act as questions that help users to customize the information in a report to suit their own needs.The different types of Prompt are
Value prompt
Text Prompt
Date prompt
Time prompt
Date and time prompt
Using prompts is faster and easier than repeatedly changing the filter.
Cognos Report Studio provides several ways to create prompts. You can
• use the Build Prompt Page tool
• build your own prompt and prompt page
• create a parameter to produce a prompt
• create a Prompt directly in a report page

9. What is difference between qurry studio and report studio?
Query Studio:
1. Used to create Ad-hoc (or) simple reports.
2. It does not provide any pre-defined report templates.
3. It directly displays data (without running the report) when we insert attributes in the report.
Report Studio:
1. Used to create complex reports.
2. It provides pre-defined report templates.
3. It does not display the data directly in the report. We need to run the report to display the data.

10. What are components of report studio?
Componenets of Report Studio:
1. Insertable Objects pane.
2. Properties pane.
3. Explorer bar - Conditional Explorer, Query Explorer, Page Explorer.
4. Report Viewer - Workarea, Report Layout Objects.

11. What are necessary tasks to install reportnet software
You need to do the following for a standard installation process:
(1) Verify your system requirements like RAM Minimum: 512 MB, a Web server installed and started
(2) Review the ReportNet default settings like default ReportNet ports and URI settings.
(3) Create the database for the content store which means you must create the database that is used for the content store using either Oracle, Microsoft SQL Server, or DB2 UDB. ReportNet uses this database to store, organize, and retrieve
information.
(4) Install ReportNet: Use the installation wizard to select the components you want to install and the location on your
computer where you want to install them.
(5) Set up the database client for the content store (Oracle and DB2): If you use Oracle or DB2 as the database server for the content store, additional steps are required after you install ReportNet before you can configure ReportNet.
you need to go to the 6th step only when installing on UNIX. For Windows above 5 steps are good.
(6) Update Your Java Environment: Before you can use the cryptographic operations, such as data encryption and key
management, implemented by ReportNet, you must check that the required JAR (Java Archive) files are present in your Java Runtime Environment (JRE).

12. What are components of reportnet?
ReportNet has a three-tier architecture, namely,
(1) Web server (2) Applications and (3) Data.
The tiers are based on business function, and are typically separated by firewalls. ReportNet user interfaces sit above the tiers.ReportNet user interfaces include
(a) Web-based Cognos Connection, Cognos Report Studio, and Query Studio
(b) Windows-based Framework Manager

13. How do we provide security in frame work manager for a query subject?
procedure for providing security for query subject in frame work manager is:
select querysubject -> in properties pane select ->security filters(click on edit)a specify data security wizard appears->click on add groups -> cognosnamesspace(select users and groups wizard opens)

14. I want to display zero when null values coming to report how can I do that?
You can follow this procedure :::
Lets assume revenue is the field in which we have to display null values as 0.
First create a calculated item and
Then write the expression of the cal item using If Then Else construct as
If (Revenue is null) Then ('0') Else(Revenue)
I think u can easily understand this.
Now u can see that the null values r displayed as '0' in the calculated item.
Select the data item in which you want to replace null with 0 .Go to Properties pane, Click Data Format, in this put 0 in Missing value Characters.

15. How can i create prompts in report net
Prompts is mean by the end user can be filter the data.
1. u can open the explore bar and added the new prompts page, And
enter the new name.
2. u go to tool menu and track prompts button
3. u select prompts and then ok

16. Difference between filter and conditin
The difference between Filter and Condition:Condition returns true or false Ex: if Country = 'India' then ...Filter will return two types of results1.Detail information which is equal to where clause in SQL statement2.Summary information which is equal to Group by and Having clause in SQL statement

17. Can report net connect multiple datasource at a time in report creation time
Yes it can connect multiple datasources at a time when the frame work manager has the metta data regarding that datasources.

18. How can i test report in reportnet
If we wanna test the report in report net, first we can intially check by validating it in the report page.
After that we can test the out put of the report Using a sql anlyser and sql query.so here we will be comparing the sql analyzer output with the output of the report viewer.

19. What are the various file formats involved in reportnet?
It has six (6) formats in report net. They are HTML, PDF, Excel 2000, Excel 2002, CSV, and XML format. We can see the types of formats in the report viewer on the right side .

20. How to generate IQD file from framework manager
Create a Query Subject, from the properties pane select externalise,there we have 4 options in that select IQD

No comments: