200+ Business Objects Interview Questions and Answers - 9

Question: 41

How do you test the integrity of a universe?

With the Check Integrity command, you can test the structure of your active universe. This means testing to determine whether its components are accurate and up-to-date.

Check Integrity serves the following purposes:

It detects any inconsistencies in the objects, joins, conditions, and cardinalities of your universe.

It detects whether there are any loops in the joins.

It determines whether changes were made to the database to which the universe is connected.

Question: 42

What are Linked Universes?

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.

Question: 43

What is List of Values (LOV)?

A list of values contains the data values associated with an object.

These data values can originate from a corporate database, or a flat file such as a text file or Excel file.

In Designer you create a list of values by running a query from the Query Panel.

You can then view, edit, purge, refresh, and even export this file.

A list of values is stored as an .lov file in a subfolder of the UserDocs folder.

Question: 44

What is Restriction?

A restriction is a condition which reduces the number of records displayed in the record.

Question: 45

How do you design a universe?

The design method consists of two major phases.

During the first phase, you create the underlying database structure of your universe. This structure includes 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 integrity of the overall structure.

During the second phase, you can proceed to enhance the components of your universe. You can also prepare 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 repository or via your file system.

Related Questions