BO 100 Interview Questions
BO 100 Interview Questions
BO 100 Interview Questions
What is Designer?
Designer is the Business objects product that is intended to develop the universes. These universe is the
semantic layer of the database structure that isolates from technical issues of the database structure.
How many modes are there in BO & Designer?
There are two modes are there in BO and Designer are :
Enterprise Mode
Workgroup Mode
What are the different types of data providers supported by BO?
Queries on Universe
Stored procedure
Free hand SQL
Text files or Spread sheets
VBA Procedures
OLAP servers
SAP
What are the different multidimensional analysis methods available in Business Objects?
There are two multidimensional analysis methods available in BO, they are :
Slice and Dice
Drill Down
What are the different @ Functions?
@Aggregate_Aware
@Prompt
@Script
@Select
@Variable
@Where
What is the difference between @Prompt and @Script?
The @Prompt function lets you create an interactive object. In the Query Panel, this type of object causes
a message to appear. This message prompts the end user to enter a specific value.
This function recovers the results of Visual Basic for Applications macro (VBA macro).
What is a context?
A context is a rule by which determines which of two paths can be chosen when more than one path is
possible in the database.
derived from this master, certain components are hidden; in other words, the components visible in the
derived universes are a subset of the master universe.
Component Approach : It involves merging two or more universes into one universe.
What is a report bursting?
Report bursting allows you to maintain the version documents based on the user profiles.
Post Your Answers Your Name Your Email-ID
What is aggregate awareness?
Aggregate awareness is a feature of DESIGNER that makes use of aggregate tables in a database.
These are tables that contain pre-calculated data. The purpose of these tables is to enhance the
performance of SQL transactions; they are thus used to speed up the execution of queries.
What is metadata?
Metadata is defined as the data about data. Metadata describes the entity and attributes description.
What is a Batch?
Batches provide a way to group sessions for either serial or parallel execution by the Informatica Server.
Define Cubes?
A cube consists of a set of ordered dimensions and measures. A cube may have one or several
dimensions.
What is surrogate key?
A system generated artificial primary key that is not derived from any data in the database. It is similar to
the object identifier in an object oriented system.
What is slice and dice?
An operation that allows one to select a portion of the data of a fact on the basis of specified values in one
or several dimensions.
What are the benefits of linked universe?
A dynamic link may considerably reduce development and maintenance time. When you modify a
component in the kernel universe, DESIGNER propagates the change to the same component in all the
derived universes.
Instead of recreating common components each time you create a new universe, you can centralize
such components in a kernel universe, and then include them in all new universes.
Linked universes facilitate specialization. Development can be split between database administrators who
set up a basic kernel universe, and the more specialized designers who create more functional universes
based on their specific field.
Can Dimension and Measure objects both be used for Drill down analysis?
NO, Measure object cannot be used in Drill down analysis.
What is drill down?
The drill down operation performs the operation opposite to the rollup operation, i.e., it moves from a
more general level to a detailed level in a hierarchy, thus presenting more detailed measures.
What is an add-in?
Add-ins are programs that add optional commands and features to BUSINESSOBJECTS. Add-ins are
usually created by those responsible in your company for adding customized features to
BUSINESSOBJECTS. All you probably need to do is install and uninstall add-ins that are sent to you.
Can a Universe have more than one fact Table?
Yes. Typically a universe can have more than one fact table and numerous aggregated tables.
What is the difference between built in strategies and external strategies?
Built in Strategies : Designer provides a number of default strategies which we can use. These are
strategies for extracting joins, detecting cardinalities, and creating default classes and objects. Options for
indicating default strategies are located in the Database tab of the Options dialog box.
External Strategies : We can also create our own strategies. Such strategies are referred to as external
strategies. With an external strategy, we can specify the exact way that objects and joins are to be
extracted from the database structure. The strategy we use, for example, can be a script generated from
a CASE Access tool. An external strategy is specific to one RDBMS.
Is Universe MOLAP or OLAP?
MOLAP - Multidimensional Online Analytical Processing.
What is intelligent binning?
A powerful BUSINESSMINER feature which automatically and intelligently divides numeric values into
"bins" based on the range, values and distribution of the data.
What is an add-in?
Add-ins are programs that add optional commands and features to BUSINESSOBJECTS. Add-ins are
usually created by those responsible in your company for adding customized features to
BUSINESSOBJECTS. All you probably need to do is install and uninstall add-ins that are sent to you.
Can a Universe have more than one fact Table?
Yes. Typically a universe can have more than one fact table and numerous aggregated tables.
What are the different schemas supported by BO Designer?
Star Schema
Snowflake Schema
Multistar Schema
Normalized production Schema
Data warehouse with aggregates
What is a join?
Join combines columns and data from two or more tables. 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.
How many types of join are available?
Designer supports the following types of joins :
equi joins
outer joins
theta joins
shortcut joins
What is theta join?
A join is a relational operation that causes two or more tables with a common domain to be combined into
a single table. The purpose of joins is to restrict the result set of a query run against multiple tables.
How do you determine that you are working on the latest edition of the Universe?
Each time you export a universe to a universe domain, DESIGNER increments the revision number of the
universe. In this way, you can determine which is the latest version of the universe.
What are the resources that are managed by supervisor?
Business objects products
Universes
Documents
Repository domains
Stored Procedure
What are linked universe?
Linked universes are universes that share common components such as parameters, classes, objects, or
joins. Among linked universes, one universe is said to be the kernel or master universe while the others
are the derived universes.
What are two modes for importing users & groups from supervisor?
Batch Mode : The purpose of batch mode is to automate user and group import operations with no
intervention from the interface.
Interactive Mode : Dialog boxes will appear as the file is imported to allow you to confirm the information.
This is the default mode.
What is the difference between rolap and molap?
ROLAP (Relational OLAP) : Users see their data organized in cubes and dimensions but the data is really
stored in RDBMS. The performance is slow. A storage mode that uses tables in a relational database to
store multidimensional structures.
MOLAP (Multidimensional OLAP) : Users see their data organized in cubes and dimensions but the data
is really stored in MDBMS. Query performance is fast.
What types of tables?
BUSINESSOBJECTS has three types of table. It has two basic table types that display data in a list and
crosstabs, which are a special kind of table that allows you to summarize data.
Tables
Crosstab tables
Free Standing Cells