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. |
What Is The Different Table Templates Used In Web Intelligence? |
|
Answer» The different table templates you can use to display information on Web Intelligence reports:
The different table templates you can use to display information on Web Intelligence reports: |
|
| 2. |
How Can Queries Be Combined And What Is The Use? |
|
Answer» You can combine queries in three relationships:
In a union combination, Web Intelligence takes the all the DATA from both queries, eliminates duplicate ROWS, and builds a COMBINED data set. In an intersection combination, Web Intelligence returns the data that is common to both queries. In a minus combination, Web Intelligence returns the data in the first query that does not appear in the second. You can combine queries in three relationships: In a union combination, Web Intelligence takes the all the data from both queries, eliminates duplicate rows, and builds a combined data set. In an intersection combination, Web Intelligence returns the data that is common to both queries. In a minus combination, Web Intelligence returns the data in the first query that does not appear in the second. |
|
| 3. |
What Are Incompatible Objects? |
|
Answer» Sometimes it is not possible to use certain combinations of OBJECTS in DATA PROVIDERS. This situation arises when objects bear no relationship to one another. These objects are called incompatible objects. For example, the ISLAND Resorts Marketing universe contains the [Reservation Year] and [Revenue] objects, which are incompatible. This is because there is no revenue associated with a reservation. Revenue is generated only when the customer is invoiced. The underlying database structure reflects this; you cannot build a query that aggregates revenue by reservation year because there is no such thing as revenue by reservation year. In other words, the aggregation context that you specified for the [Revenue] object does not EXIST. When you build a query, Web Intelligence generates SQL behind the scenes. This SQL is run against the database to produce a result that Web Intelligence displays in a report. For a query to be free of incompatible objects, Web Intelligence must be able to generate a single SQL query to retrieve the data. If this is not possible, the query contains incompatible objects. Sometimes it is not possible to use certain combinations of objects in data providers. This situation arises when objects bear no relationship to one another. These objects are called incompatible objects. For example, the Island Resorts Marketing universe contains the [Reservation Year] and [Revenue] objects, which are incompatible. This is because there is no revenue associated with a reservation. Revenue is generated only when the customer is invoiced. The underlying database structure reflects this; you cannot build a query that aggregates revenue by reservation year because there is no such thing as revenue by reservation year. In other words, the aggregation context that you specified for the [Revenue] object does not exist. When you build a query, Web Intelligence generates SQL behind the scenes. This SQL is run against the database to produce a result that Web Intelligence displays in a report. For a query to be free of incompatible objects, Web Intelligence must be able to generate a single SQL query to retrieve the data. If this is not possible, the query contains incompatible objects. |
|
| 4. |
What Is A Context? |
|
Answer» A context is a defined group of objects that share a common business purpose. This business purpose is usually the type of INFORMATION that these related objects represent. For example, a sales context is a grouping of all the objects that can be used to create sales data providers. A RESERVATIONS context is a grouping of all the objects that can be used in reservation data providers. Contexts are defined in a universe by the universe designer. You can combine any OBJECT within the same context to create a QUERY. You can ALSO combine objects in different contexts. If you use an object that is common to both contexts, Web Intelligence will try to determine the context that best fits the other objects in the query. A context is a defined group of objects that share a common business purpose. This business purpose is usually the type of information that these related objects represent. For example, a sales context is a grouping of all the objects that can be used to create sales data providers. A reservations context is a grouping of all the objects that can be used in reservation data providers. Contexts are defined in a universe by the universe designer. You can combine any object within the same context to create a query. You can also combine objects in different contexts. If you use an object that is common to both contexts, Web Intelligence will try to determine the context that best fits the other objects in the query. |
|
| 5. |
What Is An Ambiguous Query? |
|
Answer» An ambiguous query is a query that contains one or more objects that can potentially return two different TYPES of information. In a universe, certain dimensions may have values that are used for two different purposes in the database. For example, the [Country] dimension in the query below can return two types of information:
The ROLE that Country plays in this query is ambiguous. A country value can be either the country where a vacation was sold, or a country where a vacation is reserved. One is existing information (SALES), and the other is future information (reservations). To avoid ambiguities in a query, the universe designer identifies the different WAYS that objects can be used in the universe, and IMPLEMENTS restrictions on how these objects can be combined. These restrictions are called contexts. An ambiguous query is a query that contains one or more objects that can potentially return two different types of information. In a universe, certain dimensions may have values that are used for two different purposes in the database. For example, the [Country] dimension in the query below can return two types of information: The role that Country plays in this query is ambiguous. A country value can be either the country where a vacation was sold, or a country where a vacation is reserved. One is existing information (sales), and the other is future information (reservations). To avoid ambiguities in a query, the universe designer identifies the different ways that objects can be used in the universe, and implements restrictions on how these objects can be combined. These restrictions are called contexts. |
|
| 6. |
What Is The Functionality Of Cube? |
|
Answer» The scope of analysis for a query is extra data that you can retrieve from the database to GIVE more details on the data returned by each of the objects in a query. This extra data does not appear in the initial result document, but it REMAINS available in the data cube, so you can pull this data in to the report to allow you to access more detail at any time. This process of refining the data to lower levels of detail is CALLED drilling down on an OBJECT. When you run the query, the dimensions INCLUDED in the scope of analysis are returned to the cube for that document, but are not projected onto the reports that the document contains. They can be added to the reports at any time, without having to run the query again. Values for the dimensions in the scope of analysis can also be viewed by switching a report to Drill mode, and then drilling down to them from the values displayed on the report. The scope of analysis for a query is extra data that you can retrieve from the database to give more details on the data returned by each of the objects in a query. This extra data does not appear in the initial result document, but it remains available in the data cube, so you can pull this data in to the report to allow you to access more detail at any time. This process of refining the data to lower levels of detail is called drilling down on an object. When you run the query, the dimensions included in the scope of analysis are returned to the cube for that document, but are not projected onto the reports that the document contains. They can be added to the reports at any time, without having to run the query again. Values for the dimensions in the scope of analysis can also be viewed by switching a report to Drill mode, and then drilling down to them from the values displayed on the report. |
|
| 7. |
What Are Data Providers? |
Answer»
|
|
| 8. |
What Are The Two Ways In Which Data In The Web Intelligence Document Is Edited? |
|
Answer» There are TWO ways to open a Web Intelligence document in edit mode:
There are two ways to open a Web Intelligence document in edit mode: |
|
| 9. |
What Information Do You Need Before Logging Into Info View? |
|
Answer» Before you can use INFO View and Web Intelligence you need the FOLLOWING INFORMATION:
Before you can use Info View and Web Intelligence you need the following information: |
|
| 10. |
How Is Web Intelligence Html Report Panel? |
|
Answer» Designed for users who need to build BASIC reports, the HTML Report Panel PROVIDES query and report features in a simple wizard-like interface. Each DOCUMENT is based on a single data source and can CONTAIN multiple reports, DISPLAYING different subsets of information. In addition, the HTML Report Panel is 508 compliant and can be customized for specialized deployments. Note: The Web Intelligence HTML Report Panel is only available, if your administrator has deployed Web Intelligence in JSP mode. Designed for users who need to build basic reports, the HTML Report Panel provides query and report features in a simple wizard-like interface. Each document is based on a single data source and can contain multiple reports, displaying different subsets of information. In addition, the HTML Report Panel is 508 compliant and can be customized for specialized deployments. Note: The Web Intelligence HTML Report Panel is only available, if your administrator has deployed Web Intelligence in JSP mode. |
|
| 11. |
How Is Web Intelligence Query- Html Designed? |
Answer»
NOTE: Web Intelligence Query – HTML and On-Report Analysis in Interactive view format are only available, if your administrator has DEPLOYED Web Intelligence in JSP mode. Note: Web Intelligence Query – HTML and On-Report Analysis in Interactive view format are only available, if your administrator has deployed Web Intelligence in JSP mode. |
|
| 12. |
How Is Web Intelligence Java Report Panel Designed? |
|
Answer» The Java REPORT Panel is designed for users who NEED more flexibility with designing report layout and defining formulas and variables. A graphical FORMULA Editor enables you to BUILD formulas rapidly using drag-and-drop. Note: The Web Intelligence Java Report Panel is available if your administrator has deployed Web Intelligence in ASP mode and if your administrator has deployed Web Intelligence in JSP mode. The Java Report Panel is designed for users who need more flexibility with designing report layout and defining formulas and variables. A graphical Formula Editor enables you to build formulas rapidly using drag-and-drop. Note: The Web Intelligence Java Report Panel is available if your administrator has deployed Web Intelligence in ASP mode and if your administrator has deployed Web Intelligence in JSP mode. |
|
| 13. |
What Are Different Tools Used To Create Or Edit Web Intelligence Reports? |
|
Answer» You can create or edit WEB Intelligence documents using ONE of several tools:
You can create or edit Web Intelligence documents using one of several tools: |
|
| 14. |
How Does Web Intelligence Work? |
|
Answer» Web Intelligence provides business USERS an EASY to use interactive and flexible user interface for building and analyzing reports on corporate data over the web, on secured intranets and extranets. The Web Intelligence SOFTWARE is installed by your administrator on a web server on your corporate network. To use Web Intelligence from you local COMPUTER, you log into the business intelligence portal Info View via your Internet browser. Then, depending on your security PROFILE, you can interact with the reports in corporate documents or edit or build your own documents using a Web Intelligence report panel or query panel. Web Intelligence provides business users an easy to use interactive and flexible user interface for building and analyzing reports on corporate data over the web, on secured intranets and extranets. The Web Intelligence software is installed by your administrator on a web server on your corporate network. To use Web Intelligence from you local computer, you log into the business intelligence portal Info View via your Internet browser. Then, depending on your security profile, you can interact with the reports in corporate documents or edit or build your own documents using a Web Intelligence report panel or query panel. |
|
| 15. |
What Are The Two Prerequisites Of Passing Parameters Between Reports? |
Answer»
|
|
| 16. |
Where Is Data Tracking Enabled? |
|
Answer» By NAVIGATING to the Analysis toolbar and then to the DATA TRACKING tab, we will be ABLE to ADJUST the data tracking options. By navigating to the Analysis toolbar and then to the Data Tracking tab, we will be able to adjust the data tracking options. |
|
| 17. |
What Is The Difference Between A Sub Query And A Combined Query? |
|
Answer» A subquery is a just a QUERY WITHIN a query, whereas a combine QUERIES are TWO or more queries joined together to FORM a result set. A subquery is a just a query within a query, whereas a combine queries are two or more queries joined together to form a result set. |
|
| 18. |
What Is The Purpose Of Scope Of Analysis Panel In Query Panel? |
| Answer» | |
| 19. |
What Different Operators Available To Combine Queries In Webi? |
|
Answer» Union, Intersection, Minus. |
|
| 20. |
How Does Data Tracking Work? |
|
Answer» DATA TRACKING follows the theme of formatting rules with a difference, that is, its formatting results are determined by comparing two DIFFERENT results. With data tracking, we can analyze changes over TIME and are able to track increments and decrements of changes along measures and DIMENSION values. Data tracking follows the theme of formatting rules with a difference, that is, its formatting results are determined by comparing two different results. With data tracking, we can analyze changes over time and are able to track increments and decrements of changes along measures and dimension values. |
|
| 21. |
Your Client Has A Weekly Sales Report And Wants To Know Whether There Was A Decrease Or An Increase In The Current Week’s Sales Compared To The Previous Week. Can That Be Done In Webi? If So How? |
|
Answer» YES, you WOULD do that by ENABLING DATA TRACKING. Yes, you would do that by enabling Data Tracking. |
|
| 22. |
What Are Some Of The Best Practices In Creating Reports? |
|
Answer» Limit the number of Data Providers Used Push down operations towards the Database/Universe which means Retrieve aggregated data instead of AGGREGATION within the document Do not (accidentally) disable the cache mechanism of Web Intelligence Web Intelligence has a great CACHING mechanism for documents that have already been viewed. Using Cache improves the load time of documents; HOWEVER there are a few functions within Web Intelligence that will prevent the use of the Cache. These functions are:
Limit the number of Data Providers Used Push down operations towards the Database/Universe which means Retrieve aggregated data instead of aggregation within the document Do not (accidentally) disable the cache mechanism of Web Intelligence Web Intelligence has a great caching mechanism for documents that have already been viewed. Using Cache improves the load time of documents; however there are a few functions within Web Intelligence that will prevent the use of the Cache. These functions are: |
|
| 23. |
Pick Five Available Data Sources For Webi Reports? |
| Answer» | |
| 24. |
What Is A Dashboard? |
|
Answer» A collection of summarized REPORTS is called dashboard. In other WORDS a dashboard is SIMPLY an organized WAY to look at several KPIs at once. A collection of summarized reports is called dashboard. In other words a dashboard is simply an organized way to look at several KPIs at once. |
|
| 25. |
What Are Some Of The Common Bi Report Types? |
Answer»
|
|