InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How To Get Sql From Obiee For Reports? |
|
Answer» There are many ways to get the sql Modify the request and click ADVANCED in that you get xml code and the actual sql. In the catalog Manager click TOOLS –>Create Report. In the Create Report WINDOW –> Click Request SQL and save the sql to the PHYSICAL path in your PC. Enable Loglevel to 2 in the OBIEE Admin Tool from Mange-> Security and enable the log level to 2 by clicking properties for the user, then go to the NQQuery.log in BI_HOME/OracleBI/Server/Logs.You will find the SQL for that User. By clcking Administration->Manage SESSIONS-> view sql There are many ways to get the sql Modify the request and click Advanced in that you get xml code and the actual sql. In the catalog Manager click Tools –>Create Report. In the Create Report Window –> Click Request SQL and save the sql to the physical path in your PC. Enable Loglevel to 2 in the OBIEE Admin Tool from Mange-> Security and enable the log level to 2 by clicking properties for the user, then go to the NQQuery.log in BI_HOME/OracleBI/Server/Logs.You will find the SQL for that User. By clcking Administration->Manage sessions-> view sql |
|
| 2. |
Explain The Architecture Of Obiee And What Each Component Do? |
|
Answer» OBIEE Consists of Presentation Services(Web), Oracle BI (Analytics ENGINE) Server.The client (Answers) CONSTRUCTS sql and PASSES it to the Analytic Engine and then the Oracle BI (Analytic Engine) parses the physical sql to the DATASOURCES and retrieve the data back to the Engine and presents to the presentation Services . OBIEE Consists of Presentation Services(Web), Oracle BI (Analytics Engine) Server.The client (Answers) constructs sql and passes it to the Analytic Engine and then the Oracle BI (Analytic Engine) parses the physical sql to the Datasources and retrieve the data back to the Engine and presents to the presentation Services . |
|
| 3. |
If We Have 3 Facts And 4 Dimension And We Need To Join Would You Recommend Joining Fact With Fact? If No Than What Is The Option? |
|
Answer» In the BMM LAYER,we can create one LOGICAL table (fact) and ADD the 3 fact table as logical table source. In the BMM layer,we can create one logical table (fact) and add the 3 fact table as logical table source. |
|
| 4. |
Explain The End To End Life Cycle Of Siebel Analytics? |
|
Answer» Siebel Analytics life cycle
Siebel Analytics life cycle |
|
| 5. |
Have You Worked In Dashboard? When We Run A Dashboard? How Will We Stop The Dashboard Report Run Automatically? |
|
Answer» By clicking on the cancel BUTTON, we can stop a EXACT REPORT placed on the dashboard. By clicking on the cancel button, we can stop a exact report placed on the dashboard. |
|
| 6. |
How Can We Use Saved Filters And Where We Will Save The Filters? |
|
Answer» Shared Folders-XYZ Folder- It have TWO folders Shared Folders-XYZ Folder- It have two folders |
|
| 7. |
How We Can Have Two Different Columns From Two Different Tables Or Subject Areas? |
|
Answer» Using confirmed dimensions,we can fetch many metrics across VARIOUS FACTS, but the JOIN should be of same LEVEL of DATA detail. Using confirmed dimensions,we can fetch many metrics across various facts, but the join should be of same level of data detail. |
|
| 8. |
What Are Different Types Of Joins That Are Possible In Obiee Rpd? |
| Answer» | |
| 9. |
What Is Authentication? How Many Types Of Authentication? |
|
Answer» AUTHENTICATION is the procedure by which a system CONFIRMS, through the use of a USER a. Operaing system authentication Authentication is the procedure by which a system confirms, through the use of a user a. Operaing system authentication |
|
| 10. |
What Are The Different Layers Of Obiee 11g Repository? |
| Answer» | |
| 11. |
What Is Level Based Metrics? How We Can Create It? |
|
Answer» Level-base metrics means, having a MEASURE held at a CERTAIN level of the dimension. EXAMPLES Monthly Total Sales or Quarterly Sales To create a level based measure, create a new logical COLUMN based on the ORIGINAL measure .Drag and drop the new logical column to the appropriate level in the Dimension hierarchy. Level-base metrics means, having a measure held at a certain level of the dimension. Examples Monthly Total Sales or Quarterly Sales To create a level based measure, create a new logical column based on the original measure .Drag and drop the new logical column to the appropriate level in the Dimension hierarchy. |
|
| 12. |
Have You Created Hierarchy In Obiee 11g. If So Where And How? |
|
Answer» Yes, we can create hierarchy in BMM Layer of OBIEE in DIMENSIONS for the dimension tables. This can be done by right clicking the dimension table and click create dimension and then we can MANUALLY DEFINE the hierarchy and its levels. Yes, we can create hierarchy in BMM Layer of OBIEE in dimensions for the dimension tables. This can be done by right clicking the dimension table and click create dimension and then we can manually define the hierarchy and its levels. |
|
| 13. |
What Is A Table Alias In Obiee 11g? Where And How Will You Create It? |
|
Answer» Table alias is used for CREATING SELF JOINS. Table alias can be created by right CLICKING the table in the physical layer then CLICK alias. Table alias is used for creating self joins. Table alias can be created by right clicking the table in the physical layer then click alias. |
|
| 14. |
How Will Effect The Changes For A Report , If For Certain Users Only The Column Heading In The Report Should Be Changed? |
|
Answer» USING SESSION VARIABLES for that USER. Using session variables for that user. |
|
| 15. |
How Will You Go About Adding Additional Column To The Repository In The Presentation Layer? |
|
Answer» Check if the table is ALREADY existing if so add in physical layer ,then click on BMM and then Presentation layer, then reload SERVER METADATA ,then it will be visible to all users. Check if the table is already existing if so add in physical layer ,then click on BMM and then Presentation layer, then reload server metadata ,then it will be visible to all users. |
|
| 16. |
How Will You Enable Or Disable Caching In The System Level And Table Level? |
|
Answer» In the NQSConfig.ini FILE use ENABLE under CACHE SECTION for System Level For TABLES, if we want to enable the cache at table level , open the repository in OFFLINE MODE This should be different from the current repository and click enable or disable the cache . In the NQSConfig.ini file use ENABLE under CACHE Section for System Level For tables, if we want to enable the cache at table level , open the repository in offline mode This should be different from the current repository and click enable or disable the cache . |
|
| 17. |
What Are The Different Types Of Variables In Obiee 11g? Explain? |
|
Answer» There are two types of variables in OBIEE 11G. a. REPOSITORY VARIABLE: This variable is used for the whole repository. b. Session variable: session variable are of two types: system variable and non system variable. System variable uses NQ_SESSION. Examples of non system variables are user defined filters. There are two types of variables in OBIEE 11g. a. Repository variable: This variable is used for the whole repository. b. Session variable: session variable are of two types: system variable and non system variable. System variable uses NQ_SESSION. Examples of non system variables are user defined filters. |
|
| 18. |
How We Can Port Changes For Dashboards, Reports, Rpd From Development To Production? |
|
Answer» For the RPD we can use the Merge option in Admin TOOL and for dashboards and reports we can use CONTENT ACCELERATOR Framework. For the RPD we can use the Merge option in Admin Tool and for dashboards and reports we can use Content Accelerator Framework. |
|
| 19. |
How Obiee Developer Can Create Report From Two Subject Areas? |
|
Answer» From the Criteria PANE of the Report Created from First Subject AREA COME to the bottom of the page and click combine request. By this we can CREATE report from two subject AREAS. From the Criteria Pane of the Report Created from First Subject Area come to the bottom of the page and click combine request. By this we can create report from two subject areas. |
|
| 20. |
How Will You Execute Direct Sql In Obiee? |
|
Answer» By clicking Direct DATABASE Request below the SUBJECT area in we can execute Direct SQL in OBIEE. By clicking Direct Database Request below the subject area in we can execute Direct SQL in OBIEE. |
|
| 21. |
What Is Write-back In Obiee ? |
|
Answer» We can give a COLUMN as UPDATABLE and then view the reports,this option is called WRITE BACK option. We can give a column as updatable and then view the reports,this option is called write back option. |
|
| 22. |
How Will You Create Interactive Dashboards ? |
|
Answer» By CLICKING on ADMINISTRATION and Manage DASHBOARDS and by adding column selector we can create INTERACTIVE Dashboard. By clicking on Administration and Manage dashboards and by adding column selector we can create interactive Dashboard. |
|
| 23. |
How We Can Do Different Types Of Narrative Reports In Obiee? |
|
Answer» By CLICKING modify request and Narrative VIEW and by giving @1 for the FIRST column result and @2 for the 2nd column and so on and we can also give a heading for No RESULTS by clicking the Narrative view. By clicking modify request and Narrative View and by giving @1 for the first column result and @2 for the 2nd column and so on and we can also give a heading for No Results by clicking the Narrative view. |
|
| 24. |
How Can You Sort In Reports In Obiee 11g? |
|
Answer» CLICK on modify and then click on SORT (order by ICON) on the relevant column in the criteria PANE. Click on modify and then click on sort (order by icon) on the relevant column in the criteria pane. |
|
| 25. |
How We Can Extract Sql From Obiee For Reports? |
|
Answer» There are many ways to extract the sql:
There are many ways to extract the sql: |
|
| 26. |
Explain The Architecture Of Obiee 11g And Function Of Each Components? |
|
Answer» OBIEE Comprises Presentation Services,Oracle BI Server: The USER constructs SQL and passes it to the Analytic Engine and then the Oracle BI (Analytic Engine) describes the physical sql to the Datasources and recover the DATA BACK to the Engine and presents to the presentation Services . OBIEE Comprises Presentation Services,Oracle BI Server: The user constructs sql and passes it to the Analytic Engine and then the Oracle BI (Analytic Engine) describes the physical sql to the Datasources and recover the data back to the Engine and presents to the presentation Services . |
|
| 27. |
Mention How You Will Change The Port Of Obiee? |
|
Answer» You can CHANGE PORT of OBIEE by CHANGING its port in instanceconfig.xml You can change port of Obiee by changing its port in instanceconfig.xml |
|
| 28. |
Mention How To Hide Certain Columns From A User? |
|
Answer» To hide CERTAIN COLUMNS from a user:
To hide certain columns from a user: |
|
| 29. |
Mention What Does A Fact Table Consist Of? |
|
Answer» A Fact table CONSISTS of two types of columns A Fact table consists of two types of columns |
|
| 30. |
Mention How To Get Real Physical Sql Sent By Obiee To The Database? |
|
Answer» To get real physical SQL SENT by OBIee to the database, CHECK following details.
To get real physical SQL sent by OBIee to the database, check following details. |
|
| 31. |
Mention What Is Ibot? |
|
Answer» IBOT is a SCHEDULING agent, used to schedule reports to be sent across VARIOUS DEVICES such as email, pager, mobile, other devices, etc. Ibot is a scheduling agent, used to schedule reports to be sent across various devices such as email, pager, mobile, other devices, etc. |
|
| 32. |
Mention How To Bypass The Server Authentication? |
|
Answer» To BYPASS the SERVER AUTHENTICATION in NQSConfig.ini and INSTANCE config.xml, BYPASS SERVER AUTHENTICATION = YES. To bypass the server authentication in NQSConfig.ini and instance config.xml, BYPASS SERVER AUTHENTICATION = YES. |
|
| 33. |
Mention Whether It Is Possible To Create An Outer Join In An Obiee Physical Layer? |
|
Answer» In an OBIEE physical layer, it is not possible to CREATE the OUTER join. You will create the join TYPE in the Business Layer. In an OBIEE physical layer, it is not possible to create the Outer join. You will create the join type in the Business Layer. |
|
| 34. |
Mention How Many Server Instances Can Coexist In An Obiee Cluster? |
|
Answer» Maximum 16 server INSTANCES coexist in an OBIEE CLUSTER. Maximum 16 server instances coexist in an OBIEE cluster. |
|
| 35. |
Mention What Is The Difference Between Logical Table Source And Logical Table? |
|
Answer» The DIFFERENCE between logical table source and the logical table is that a logical table consists of ONE or more logical table source. The mapping between logical COLUMN and PHYSICAL columns are done in this ELEMENT. The difference between logical table source and the logical table is that a logical table consists of one or more logical table source. The mapping between logical column and physical columns are done in this element. |
|
| 36. |
Mention What Are The Security Providers Used By Obiee? |
|
Answer» Security providers used by OBIEE are,
Security providers used by OBIEE are, |
|
| 37. |
Mention What Are The Key Configuration Files In Obiee? |
|
Answer» KEY CONFIGURATION FILES in OBIEE are,
Key Configuration Files in OBIEE are, |
|
| 38. |
Mention What Are The Different Log Files In Obiee? |
|
Answer» DIFFERENT LOG FILES in OBIEE includes,
Different log files in OBIEE includes, |
|
| 39. |
Mention What Is Session Variable In Obiee? |
|
Answer» A session variable can be a system variable and non-system variable. It is initialized at login TIME for each USER. System variable USES NQ_SESSION.(system RESERVED variable). EXAMPLES of non-system variables are user defined filters etc. A session variable can be a system variable and non-system variable. It is initialized at login time for each user. System variable uses NQ_SESSION.(system reserved variable). Examples of non-system variables are user defined filters etc. |
|
| 40. |
Mention What Is Lts In Obiee? |
|
Answer» LTS or Logical Table Source is created when you drag and drop a column from a table that is not PRESENTLY being used in your logical table. A PHYSICAL table containing such column is referred as LTS. LTS or Logical Table Source is created when you drag and drop a column from a table that is not presently being used in your logical table. A physical table containing such column is referred as LTS. |
|
| 41. |
Mention What Does Physical Layer Is Used For? |
|
Answer» Physical LAYER is used for:
Physical layer is used for: |
|
| 42. |
Mention What Are The Three Layers Of Obiee Repository? |
|
Answer» The three layers of OBIEE repository are: Physical Layer (SCHEMA Design): It contains information about the data SOURCES Business MODEL Layer: It OUTLINES the business or logical model of objects and their MAPPING between business model and Schema in the physical layer Presentation Layer: Presentation layer is used to provide customized views of Business Model in Business Model layer to users. The three layers of OBIEE repository are: Physical Layer (Schema Design): It contains information about the data sources Business Model Layer: It outlines the business or logical model of objects and their mapping between business model and Schema in the physical layer Presentation Layer: Presentation layer is used to provide customized views of Business Model in Business Model layer to users. |
|
| 43. |
Mention What All Information Does Obiee Repository Contains? |
|
Answer» OBIEE repository CONTAINS information about the APPLICATION environment like:
OBIEE repository contains information about the application environment like: |
|
| 44. |
Mention What Kind Of Sources Can Be Connected To Obiee? |
|
Answer» Sources like RELATIONAL Databases, Cubes or Flat FILES can be connected to Obiee with following constraints: The sources must be modeled as snowflakes or star schemas for efficient RESULT In the case of multiple sources CONNECTING directly in OBIee, it has to be used. Sources like Relational Databases, Cubes or Flat files can be connected to Obiee with following constraints: The sources must be modeled as snowflakes or star schemas for efficient result In the case of multiple sources connecting directly in OBIee, it has to be used. |
|
| 45. |
Mention What Is Odbc Client Is Used For? |
|
Answer» ODBC Client is used to CONNECT to the database and execute SQL commands. ODBC Client is used to connect to the database and execute SQL commands. |
|
| 46. |
Explain How Obiee Architecture Works? |
Answer»
|
|
| 47. |
Mention What Is The End To End Lifecycle Of Obiee? |
|
Answer» The end to end life cycle of OBIEE is:
The end to end life cycle of OBIEE is: |
|
| 48. |
Mention What Are The Main Features Of Obiee? |
| Answer» | |
| 49. |
Mention What Is Obiee? |
|
Answer» OBIEE stands for Oracle Business Intelligence Enterprise EDITION (OBIEE). It is a business intelligence system for the enterprise that delivers abilities for reporting, online analytical processing (OLAP), AD hoc query and ANALYSIS dashboards, and scorecards. Obiee stands for Oracle Business Intelligence Enterprise Edition (OBIEE). It is a business intelligence system for the enterprise that delivers abilities for reporting, online analytical processing (OLAP), ad hoc query and analysis dashboards, and scorecards. |
|