Frequently Asked Hyperion Interview Questions
Frequently Asked Hyperion Interview Questions
Questions
1. What is a hybrid analysis?
dimensions?
2. Can we build dimensions directly from data sources without using rule
files?
No.
4. What are the three primary build methods for building dimensions?
1. Generation references
2. Level references
3. Parent-Child references.
If you want to Enrich your career with a Certified Hyperion Specialist, then visit Mindma
training platform: “Hyperion Training”. This course will help you to achieve excellence
7. Can we create more than 2 dimensions using only one build rule file?
Yes, we can do that but it is recommended to use a separate rule file for
each dimension.
Yes. You can query a member for its UDA in a calculation script.
13. How can we display UDA’s in reports? How do they impact report
performance?
UDA’s values are never displayed in the reports and hence do not impact
report performance.
15. While loading the data, you have applied both the selection criteria as
well as rejection criteria to the same record. What will be the outcome?
The record will be rejected.
18. Can we have one ASO database and one BSO database in one single
application. If yes, how, and If No, why.
No. Because we define ASO or BSO option while creating the application
and not the database. Hence if the application is ASO, the databases it
contains will be that type only.
20. What is an alternative to creating a meta outline, rule file, and load
data.
Integration services and in version 11, we have Essbase studio.
21. Can we start and stop an application individually. How can this be used
to increase performance?
Yes. We can manage our server resources by starting only the applications
which receive heavy user traffic. When an application is started, all
associated databases are brought to memory.
26. Can we have multiple meta outlines based on one OLAP model in
Integration services?
Yes
27. Can we have a meta outline based on two different OLAP models.
No.
30. On what basis you will decide to invoke a serial or parallel calculation
method?
If we have a single processor, we will use serial calculation but if we have
multiple processors we can break the task into threads and make them run
on different processors.
31. What is a block locking system?
Analytic services (or Essbase Services) lock the block and all other blocks
which contain the Childs of that block while calculating this block is the
block locking system.
32. Dynamic calc decreases the retrieval time and increases batch database
calculation time. How true is the statement?
The statement should be just the opposite. As dynamic calc members are
calculated when requested, the retrieval time should increase.
33. Can we have multiple meta outlines based on one OLAP model in
Integration services?
Yes
They are specific objects like files, cell notes, or URLs associated with
specific data cells of the Essbase database. You can link multiple objects to
a single data cell. These linked objects are stored in the server. These
LRO’s can be exported or imported with the database for backup and
migration activities.
There will be no impact on the database as the UDA’s don’t store data in
the database.
36. Can we create UDA’s and apply them to Dense as well as Sparse dimensions?
Yes
39. On what basis you will decide to invoke a serial or parallel calculation
method?
If we have a single processor, we will use serial calculation but if we have
multiple processors we can break the task into threads and make them run
on different processors.
41. What are the specified roles other than Administrator to view sessions,
disconnect sessions or kill user's requests for a particular application?
You should have the role of Application manager for the specified
application.
42. What are the three options specified in Username and Password
management under the security tab in Essbase server properties?
1. Login attempts allowed before the username is disabled.
2. Number of inactive days before username is disabled.
3. Number of days before the user must change the password.
For Example: If you are creating ASO then we can’t create more than 1 db
per application. If you are creating BSO then you can create more than 1
db per application
46. Dynamic calc decreases the retrieval time and increases batch database
calculation time. How true is the statement?
The statement should be just the opposite. As dynamic calc members are
calculated when requested, the retrieval time should increase.
Read these latest Hyperion FDQM Interview Questions and Answers that help you gra
51. Can we have one ASO database and one BSO database in one single
application? If yes, how, and If No, why?
No. Because we define ASO or BSO option while creating the application
and not the database. Hence if the application is ASO, the databases it
contains will be that type only.
52. What are the file extensions for an outline, rule file, and calc script?
OTL, .RUL and .CSC
54. What is an alternative to creating a meta outline, rule file, and load
data?
Integration services and in version 11, we have Essbase studio.
57. Can we start and stop an application individually. How can this be used
to increase performance?
Yes. We can manage our server resources by starting only the applications
which receive heavy user traffic. When an application is started, all
associated databases are brought to memory.
69. Why do objects get locked and when does this happen?
Objects get locked to prevent users to make simultaneous and conflicting
changes to Essbase database objects. By default whenever an object is
accessed through the Administrative services console or Excel
spreadsheet add-in, it gets locked.
Read these latest Hyperion Planning Interview Questions and Answers that help you
73. How can we display UDA’s in reports? How do they impact report
performance?
UDA’s values are never displayed in the reports and hence do not impact
report performance.
77. What are the ways to improve performance during data loads?
There are several ways to optimize load
1. Grouping of Sparse member combinations
2. Making the data source as small as possible
3. Making source fields as small as possible
4. Positioning the data in the same order as the outline
5. Loading from Essbase Server
6. Managing parallel data load processing
Read these latest Hyperion Financial Management Interview Questions and Answers
paying jobs.
86. What are the actions that improve performance for restructuring?
There are a number of things you can do to improve performance related to
database restructuring:
89. Why do objects get locked and when does this happen?
Objects get locked to prevent users to make simultaneous and conflicting
changes to Essbase database objects. By default whenever an object is
accessed through the Administrative services console or Excel
spreadsheet add-in, it gets locked.
90. I have created an application with one database in Essbase at the test
environment and now needs to copy the entire application with all security
permissions to the production server which is not connected to the test
server. How can I do that?
You can achieve this using the migration wizard to migrate an application to
a text file which you can take physically to the production server.
91. From the above question When I migrated the application to the
production server I do not see any data in the Essbase database. What has
gone wrong and how to correct this?
Nothing has gone wrong. Migration utility does not migrate the actual data.
If you want to copy the exact data from the test machine, get it exported
using export utility and import it on a production machine.
95. How can you make a Max L script run at a specified time?
MaxL scripts can be called from a BAT file which is used for scheduling.