Bi Questions
Bi Questions
Bi Questions
Data Sourcing
Data Analysis
Situation Awareness
Risk Assessment
Decision Support
Or
Universe is a semantic layer between the database and the user interface (reports).
A good OLAP interface has writes an efficient sql and reads an accurate data from db.To design and arch
itect having good knowledge on DB understanding the report requirements.
Data Integrator The ETL tool of Business Objects, designed to handle huge amounts of data
Designates a category of applications and technologies that allow the collection, storage, manipulation an
d reproduction of multidimensional data, with the goal of analysis.
Targeted at groups of users because its a shared environment. Data is stored in an exclusive server-base
d format. It performs more complex analysis of data.
Small OLAP products for local multidimensional analysis Desktop OLAP. There can be a mini multidimen
sional database (using Personal Express), or extraction of a datacube (using Business Objects).
Designed for low-end, single, departmental user. Data is stored in cubes on the desktop. Its like having yo
ur own spreadsheet. Since the data is local, end users dont have to worry about performance hits against
the server.
Designates one or several star schemas stored in relational databases. This technology permits multidim
ensional analysis with data stored in relational databases.
Used for large departments or groups because it supports large amounts of data and users.
Some of the standard Business Intelligence tools in the market According to their performance
1.MICROSTRATEGY
2.BUSINESS OBJECTS,CRYSTAL REPORTS
3.COGNOS REPORT NET
4.MS-OLAP SERVICES
Or
Auditor is used by the business objects administrators to know the complete information of the business i
ntelligence system.
Operational Data Store has very low data latency. Data moved to ODS mostly on event based rather than
time based ETL to Data Warehouse/Data Mart.
ODS is more closer to OLTP system. We dont normally prefer to store aggregated data in OLTP. So it is
with ODS.
Unlike data warehouse where data is HISTORICAL, ODS is near real time(NRT). So data aggregation is l
ess important is ODS as data keeps changing.
14. What is hierarchy relationship in a dimension.
whether it is:
1.1:1
2.1:m
3.m:m
4.1:M
15. How to connect GDE to Co Operating system in Abinitio?
We can connect Ab Initio GDE with Co>operating system using Run->Settings.In there u can specify the
host IP address and the connection type .Refer Ab Initio help for further details.
16. Explain the Name of some standard Business Intelligence tools in the market?
Some of the standard Business Intelligence tools in the market According to there performance
1.MICROSTRATEGY
2.BUSINESS OBJECTS,CRYSTAL REPORTS
3.COGNOS REPORT NET
4.MS-OLAP SERVICES
17. What are the various modules in Business Objects product Suite?
Supervisor:
Supervisor is the control center for the administration and security of your entire BusinessObjects deploy
ment.
Designer:
Designer is the tool used to create, manage and distribute universe for BusinessObjects and WebIntellige
nce Users. A universe is a file that containe connection parameters for one or more database middleware
and SQL structure called objects that map to actual SQL structure in the database as columns,tables and
database.
BusinessObjects Full client Reporting tool:
Helps to create businessobjects reports based on the universe and also from the other data sources.
BusinessObjects Thin client Reporting tool:
Helps to querry and analysis on the universe and also share the report among other users. It doesnt requi
re any software, just need a webbrowser and the system connected to the businessobjetcs server.
Auditor:
Tool is used for monitor and analysis user and system activity.
Application Foundation:
This module covers a set of products which is used for Enterprise Performance Management (EPM). The
tools are
1.Dashboard manager
2.Scorecard
3.Performance Management Applications
18. From where you Get the Logical Query of your Request?
The logical SQL generated by the server can be viewed in BI Answers. If I have not understood the questi
on, Please raise your voice.
20. What are Global Filter and how thery differ From Column Filter?
Column filter- simply a filter applied on a column which we can use to restrict our column values while pull
ing the data or in charts to see the related content.
25. Is Drill Down Possible without the attribute being a Part of a Hierarchical Dimension?
No
26. How do u Conditional Format.?
while creating a chat in BI Answers, you can define the conditions and can apply colour formatting.
RPD users can do administrator tasks like adding new data source, create hirarchies, change column na
mes where as Answers users may create new charts, edit those charts and Dashboard users may only vi
ew and analyse the dashboard or can edit dashboard by adding/removing charts objects.
31. Name some of the standard Business Intelligence tools in the market.
Business intelligence tools are to report, analyze and present data. Few of the tools available in the mark
et are:
Eclipse BIRT Project:- Based on eclipse. Mainly used for web applications and it is open source.
Freereporting.com:- It is a free web based reporting tool.
JasperSoft:- BI tool used for reporting, ETL etc.
Pentaho:- Has data mining, dashboard and workflow capabilities.
Openl:- A web application used for OLAP reporting.
SQL Server Integration Services:- Used for data transformation and creation. Used in data acquisition for
m a source system.
SQL Server Analysis Services: Allows data discovery using data mining. Using business logic it supports
data enhancement.
SQL Server Reporting Services:- Used for Data presentation and distribution access.
34. What Is The Channel?
A channel is a Web site that uses push technology, also known as Webcasting, to keep subscribers abrea
st of up-to-date information.
Each BUSINESSOBJECTS channel is associated with a BROADCAST AGENT, itself associated with a u
ser group in the Business Objects repository. One BROADCAST AGENT can have several channels.
A Prompt is an end users object, which allows the users to enter the value or select the values to restrict t
he data in the report.
Designer is a Business Objects IS module used by universe designers to create and maintain universes.
Universes are the semantic layer that isolates end users from the technical issues of the database structu
re.
Universe designers can distribute universes to end-users by moving them as files through the file system,
or by exporting them to the repository.
BO Main.key, File that contains the address of the repositorys security domain.
User Module
Designer
Supervisor
Auditor
Set Analyzer
Info View (Web Intelligence)
Business Objects Software Development Kit (SDK)
Broadcast Agent etc.
In a business Intelligence environment 80% of development time is allocated to OLAP interface designing
, 20% of time allocated to Report development.
Data Mining is the analysis of data and use of software techniques for extracting hidden, comprehensible,
and useful information from databases.
1.BROADCAST AGENT is a collection of server components that can be deployed over a distributed CO
RBA network.
2.The distributed architecture enables scalability, load balancing and failover.
43. What Are The Different Multidimensional Analysis Methods Available In Business Objects?
Drill mode allows you to analyze data from different angles and on different levels of detail.
Drill down displays next level of detail in hierarchy.
Drill up goes back up through the hierarchy to display data on less detailed levels.
By using Drill by option you can move to another hierarchy to analyze other data that belongs to a differen
t hierarchy.
Drill Through if the lowest level of detail you need is not currently available in the report, you can drill thro
ugh to the database directly from drill mode and get the data you need. You do not have to edit the query
in the Query Panel.
Join is the relation that occurs between the two tables that helps to combine into one table.
The purpose of join is that to restrict the Cartesian product.
The join is specified in the Where clause of the sql statement.
The different types of joins are:
Equi join is based on the equality between the values in the column. Because the same column is presen
t in both tables, the join synchronizes the two tables.
Outer join An outer join links two tables, one of which has rows that do not match those in the common c
olumn of the other table.
Theta join A theta join links tables based on a relationship other than equality between two columns.
Shortcut join Shortcut joins can be used in schemas containing redundant join paths leading to the same
result, regardless of direction.
Slice and dice mode enables you to switch the position of data in a report (for example, move data from c
olumns to rows).
A good OLAP interface writes an efficient SQL and reads an aqua rate data from database.
To design the interface and architect having good knowledge on database under standing the report requi
rements.
1.Quick parsing
2.Through parsingents
54. What Are The Types Of Filters Which Affects The Report?
Modeling the relationships among objects in the data mining to explore and use those relationships.
Statistics
Cluster Analysis
Neural Network
Data visualization
Decision Trees
57. What Are The Formats Supported For Business Objects Documents?
HTML
PDF
Enhanced Document Format
Business Objects Format
1.Unit Testing
2.System Testing
3.Performance Testing
4.User Acceptance Test (UAT)
59. What Are The Advantages Of Business Objects Over Other Dss?
User Friendly
Familiar Business Terms
Graphical Interface
Drag and Drop
Powerful reports in less time
Enterprise wide Deployment of documents using WebI
Customized dashboards using Application foundation and Business Objects SDK
60. What Are The Types Of Query Filter That You Use In Web Intelligence?
There are four types of Query Filter you use in Web intelligence:
1.Predefined Filters
2.Single and Multi value Filters
3.Prompted Filters
4.Complex Filters
1.Number
2.Character
3.Date and
4.@Functions.
Functions beginning with the @ character are BusinessObject functions that render the definition of object
s dynamic and databaseindependent.
A Join is a relationship that explains how the data in one table relates to data in another table.
Cardinality expresses the minimum and maximum number of instances of an entity B that can be associat
ed with an instance of an entity A. The minimum and the maximum number of instances can be equal to 0
, 1, or N.
Because a join represents a bi-directional relationship, it must always have two cardinalities.
There are two main methods for detecting or editing cardinalities:
Built-In-Strategies:
The repository is the database in which the information about the users and data is present. It is created a
nd maintained by the general supervisor. It is used to share resources of business objects.
It comprises of three domains:
Universe domain It holds all the exported universes and there may be more than one universe domain in
the repository.
Document domain It holds all exported documents, templates, scripts, and lists of values.
Security domain secured connections are stored in this.
Queries on Universe
Stored procedure
Free hand SQL
Text files or Spread sheets
VBA Procedures
OLAP servers
SAP
Table browser The table browser is used to choose the tables and columns.
The Structure pane The Structure pane refers the database structure of the universe.
The Universe pane The Universe pane refers the components in which it is going to use in BO or WEBI d
ocuments.
Star Schema
Snowflake Schema
Multistar Schema
Normalized production Schema
Data warehouse with aggregates
The strategy is the script that automatically extracts the structural information from the database or flat file
.
Built-in-strategies
External strategies
Supervisor is the product is used to set up and maintain a secure environment for Business Objects produ
cts.
Report bursting allows you to maintain the version documents based on the user profiles.
BCA is a software product for the users of WEBI and BO to process and distribute documents automatical
ly at the scheduled dates and time.
76. What Are The Ways By Which U Can Distribute The Universe?
Scope of analysis me a subset of data, returned by a query that you will use for analysis in your report.
The data for your scope of analysis does not appear in the report until you decide that you want to use it i
n analysis.
If the data provided is from two different data providers then we can link those two universes, such type of
universe is called Linked Universe.
1.Default hierarchy: It contains the dimension objects in the order in which they are presented in the class
.
2.Custom hierarchy: A custom hierarchy is created from default hierarchy.
A hierarchy is an ordered series of related dimensions grouped together to perform multidimensional hier
archy.
The relationship between object in the hierarchy is one to many.
Yes.
During the first phase, you create the underlying database structure of your universe. This structure includ
es the tables and columns of a database and the joins by which they are linked. You may need to resolve
loops which occur in the joins using aliases or contexts. You can conclude this phase by testing the integri
ty of the overall structure.
During the second phase, you can proceed to enhance the components of your universe. You can also pr
epare certain objects for multidimensional analysis. As with the first phase, you should test the integrity of
your universe structure. Finally, you can distribute your universes to users by exporting them to the reposi
tory or via your file system.