Top Banner

of 73

BPC 7.5 Cert SampleQuestions

Jun 02, 2018

Download

Documents

Woody Cole
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    1/73

    BPC 7.5 INTERVIEW , CERTIFICATION QUESTIONS1.Can you debug the data manager package ?Program: UJD_TEST_PACKAGE .You must specify the User ID .The DM package can be selected withF4 .2.How to debug the script logic ?UJKT

    Program UJK_SCRIPT_LOGIC_TESTER will allow you to test and debug script logic3.START_BADI ROUND.CODE .

    ENDBADI.What is ROUND ?Technical name of the BADI.4. startroutine = C1

    endroutine = C2What is C1 ?Badi filters.5. Process performed by setting up two Excel files:Transformation file (required) .Conversion file (optional)

    DM package doesnt need a transformation file ? True or False.6. When transformation option CONVERT_INTERNAL = NO, the external column refers to the sourcevalue, the internal column refers to the target dimension member you want to load into theapplication. When Convert_internal =YES, the external column refers to the target and theinternal column refers to the source value.7.Where you can use the Java script .

    Script logic Validation Transformation Conversion file

    Answer; Conversion File8.Can VB script be used in Netweaver BPC ?No VB script in Netweaver BPC .

    9. Transformation file is selected during the run time of the import package. Transformationdefinitions are in Excel files that contain one worksheet named Instructions. The file is dividedinto 3 parts (*OPTIONS; *MAPPING, *CONVERSION)The transformation file references conversionfiles that may contain multiple worksheets.10. Tip: The *COMMIT statement will end any execution scope defined by any previous *XDIMscoping statements. If your script logic needs to continue after a *COMMIT, you will need to re-scope by using additional *XDIM statements.11.When validating a script logic file with a DM variable, the current response in a BPC75NW SP04system (and earlier) is to error on the line containing the ${DataManagerVariable}$. This occursdue to the fact that the DM variable is not really defined until runtime, and the system cannotdetermine if the variable contains a correct value during the validation process. Therefore thebest practice is to save the data file without validation and test for correct operation.

    12. The IIF statement allows a conditional IF/Then/Else statement to be defined for MDX basedsyntax. The IIF statements cannot be include *REC commands, but can be used within MDX tupleexpressions.13. %{DimName}_SET%:A system generated keyword is available for each dimension. This keywordholds the set of members passed to the logic engine for a given dimension (i.e. the initial scope).This keyword can be used as a replacement string anywhere in the logic.The format of thiskeyword is: %{DimName}_SET% , where DimName is any valid dimension name in the application.For example: %P_ACCT_SET% for the dimension P_ACCT.

    http://sap-nw-bw-bpc-bps-sem-certification.blogspot.com/2011/10/script-logic-basics.htmlhttp://sap-nw-bw-bpc-bps-sem-certification.blogspot.com/2011/10/script-logic-basics.html
  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    2/73

    14.The *SELECT statement will be executed before any other statements regardless of its actualposition in the script logic file.

    15. WHEN/IS/REC/ENDWHEN cannot be written inside SELECTCASE/ENDSELECT .

    16. Dynamic Properities such as HLEVEL, PARENTHn are not supported inside REC statement.

    17. REC always needs to be accompained within WHEN/IS/ENDWHEN. Stand alone REC statementswill not have any effects .

    18. You can not use SIGNEDDATA or any measure name in a WHEN statement to write condition .

    19. Multiple LOOKUP blocks for same Application is not supported .

    20.What command is used to convert the keyfigure model to account model ?

    21. Script logic calculations cannot cross applications within on Appset True or False.

    22. Script Logic is used to calc data but only for base level data in the application. True or False.

    23. The *REC instruction tells the program what to do once the specified criteria has been met. True or False.

    24. *XDIM_MEMBERSET ACCOUNT=CASH*XDIM_MEMBERSET RPTCURRENCY = LC*XDIM_MEMBERSET TIME = 2006.JAN*XDIM_MEMBERSET CATEGORY = ACTUAL*XDIM_MEMBERSET INTCO=NON_INTERCO*START_BADI CUST_CALC_ACCTACCT_FROM = 10000ACCT_TO = 10001

    *END_BADI

    What is CUST_CALC_ACCT ?

    25.Run Logic:How To Implement the RUNLOGIC Keyword in SAP Business Objects Planning and Consolidation, version for NetWeaverhttp://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0ad38cf-9e0e-2e10-9d9a-fbf57e69cd40

    26. The list of supported MDX functions is available from function moduleBAPI_MDPROVIDER_GET_FUNCTIONS.

    27.Which are the on the fly calculations ?

    Dimension member formulas.

    28. Which logic is stored in the database ?Script logic.

    29.Dimesnion member formulas and worksheet logic are not stored in the database True orFalse.

    30. What you need to use dimension member formulas ?

    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0ad38cf-9e0e-2e10-9d9a-fbf57e69cd40http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0ad38cf-9e0e-2e10-9d9a-fbf57e69cd40http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0ad38cf-9e0e-2e10-9d9a-fbf57e69cd40
  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    3/73

    - Formula property in the dimension.

    31. Any property with length greater than 60 is stored as a string in SAP NetWeaver BW True orFalse.

    32.What property is required by all currency type dimensions ?

    Currency Type

    33.Dimension and dimension members are case sensitive True or False.

    34.What is process dimension does.- Validate the formulas- Validate the hierarchy- Save it to the database.

    35.What is slove order ?

    Solve Order determines the order in which dimensions, members, calculatedmembers, custom rollups, and calculated cells are evaluated, and the order inwhich they are calculated.

    36.What is the highest priority of the solve order ?

    Zero is the highest priority.

    37.What is the file service tcode in BW?UJFS

    38.What is system constants file?Is the logic file that allows you to map dimension names from the application to the

    standard system variables used in SAP Business Planning and Consolidation 7.5dynamic logic.

    39.What is Mdxlib.lgf.MDXLibrary.lgf contains base examples of dimension formulas .

    40.What is default logic file ?Default.LGF file

    Default Logic is a special logic statement that gets executed on every writeback to anapplication.

    41.What are .LGF and .LGX files ?

    .LGF - an ASCII file that you use to create/edit your logic calculations and is accessedthrough the Script Logic editor in the Admin Console..LGX - the compiled logic file. Created by the system when you validate and saveyour logic. This is an executable version of the .LGF file. This is always generated onthe fly when you execute a .LGF file.

    42.What are the major 7.5 enhancements ?

    TMVL for time offset function

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    4/73

    DESTINATION_APP now supports RENAME_DIM, ADD_DIM & SKIP_DIM

    FOR/NEXT now supports variable

    WHEN/IS/ENDWHEN support variable

    ALLOCATIONs FACTOR now supports all basic mathematical functions withUSING & TOTAL

    ELSE within WHEN/ENDWHEN now accumulates with original records

    43. *XDIM_MEMBERSET TIME = 2006.AUG*XDIM_MEMBERSET CATEGORY=ACTUAL*DESTINATION_APP=DETAIL_PLAN*SKIP_DIM = P_ACTIVITY*ADD_DIM P_DATASRC=INPUT, PRODUCT = NO_PRODUCT, MARKET =NO_MARKET*RENAME_DIM P_ACCT=P_ACCTDETAIL*WHEN CATEGORY*IS "ACTUAL"*REC(EXPRESSION=%VALUE%)*ENDWHENWhat is SKIP_DIM command does?

    What is ADD_DIM does ?

    What is RENAME_DIM does ?

    44.Allocation Function?*RUNALLOCATION

    *FACTOR=*DIM P_ACCT WHAT=; WHERE=; Using=;[Total=]*DIM *ENDALLOCATION

    Explain WHAT WHERE USING TOTAL FACTOR

    45.What are scoping commands ?

    The following keywords can be used to modify the scope:*XDIM_MEMBERSETOverwrites the scope for that dimension

    *XDIM_ADDMEMBERSETAdd members to the scope of that dimension*XDIM_FILTERFilters the members of the scope of that dimension

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    5/73

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    6/73

    formulas, you may want to hide the EvSND cells in the input schedule.This functiontakes members that not specified from the current view settings.

    53. XDIM_MEMBERSET doest allowProperties.*SELECT is a second possibility to refer to properties needed in connection with theXDIM_MEMBERSET statement.XDIM_MEMBERSET doest allow Properties.XDIM_FILTER is one possibility to reference properties within the scope.

    54. %DIMNAME_SET% is a variable which inherits the dimension memberfrom the current view. TRUE or FALSE .55.What are 4 types of methods to read the data ?

    RSDRI

    MDX

    AXIS

    CELL

    56.What is UJSTATS tcode ?- BPC statistics

    57.How to switch on the stats and what is the web parameter ?Application Web parameter called BPC_STATISTICS Should be set to ON

    58.What type of query EVDRE creates RSDRI or MDX ?

    59.What is the purpose of the program UJO_STATISTICS_DELETE ?- To delete the stats table entries.

    60. Cell queries have been moved to Axis Queries because they are faster even though theybring back more data TRUE or FALSE.

    61. What is sparsity coefficient ?

    62.CoefficientPost BPC 7.0 SP3, the Sparsity Coeffiecientis no longer used TRUE or FALSE.-TRUE

    63. Custom suppression adds another EVDRE TRUE o FALSE-TRUE

    64.What is the difference between DRILLDOWN and DRILLTHROUGH ?

    Drill down is different than drill through. Drill down is used to drill down on member data withindimensions. You can drill down on members in a worksheet, or you can drill down on charts andgraphs. Drilldown is conducted within one report in the Excel interface whereas drill through is a 'jump'outside of the Excel Interface.

    65.What are the options of DRILL THROUGH?

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    7/73

    Jump to any website Jump to a BW query Jump to ECC tcode

    66. The business rules are broken down into Appset and Application sections. In the applicationthe destination data source is assigned to the method in the automatic assignment

    TRUE OR FALSE- TRUE

    67. During first cons the diff between the investment and the parents share of subs equity Iswritten to goodwill .

    TRUE OR FALSE- TRUE

    68. The purchase method only adjusts the investment for market value changes in the subsidiaryTRUE OR FALSE

    - FALSE

    69. The purchase method is typically used in the US where the parent has a majority of shares orhas controlling interest over the subsidiary .TRUE OR FALSE

    - TRUE

    70. Annual Net Income of the subsidiary is split between the parent and the minority shareholdersduring subsequent consolidation activities .TRUE OR FALSE

    - TRUE

    80. When the consolidation program is executed, it reads dim prop, cons methods and percentagesin the ownership app.

    TRUE OR FALSE- TRUE-

    81. The dimlist property in the account dim can be used as a selection criteria for account to beincluded in the source of the calculation .

    TRUE OR FALSE- TRUE

    82. The method assignments by entity and their percentages are read from the DHETRUE OR FALSE

    - FALSE

    83.Dynamic hieracgy Editor is available in NW BPC 7.5.TRUE OR FALSE

    - TRUE

    84.DHE is a user interface and data is stored in the cube ?TRUE OR FALSE

    - TRUE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    8/73

    85. Main reason to consider using IC matching is that you want to do the matching ontransaction currency and you do not want to add this currency to the Legal App.TRUE OR FALSE

    - TRUE

    86. The IC booking function concentrates into each entity the declarations all other entities vs the

    particular entity. This then allows the end users within each reporting entity to run a report whichmatches all of its declarations against the balance of the other entities without assigning ownerread access to other entities.TRUE OR FALSE

    - TRUE

    87. The IC Matching App is a Financial Type with Currency Conversion and Intercompany Bookingbusiness rules .TRUE OR FALSE

    - TRUE

    88. Running the ICDATA.LGF logic file via the corresponding ICDATA package runs intercompanyreconciliation .TRUE OR FALSE

    - TRUE

    89. Running the ICBOOKING.LGF via the ICBooking package runs intercompany reconciliation andposts differences .TRUE OR FALSE

    - TRUE

    90. Setting up the Seller rule type in ICBooking Business Rules means that the seller will receiveany variances . TRUE OR FALSE

    - FALSE .

    91. ICMatching postings happen at the group level.. TRUE OR FALSE- FALSE .

    92. ICMatching postings happen at the entity level.. TRUE OR FALSE

    - TRUE.

    93. US Elim entries happen at Group Level .TRUE OR FALSE

    - TRUE

    94. Automatic Adjust entries happen at Group or Group & Entity Level.

    TRUE OR FALSE- TRUE

    95. During IC Elim , in order to keep the BS of each Entity balanced, the reverse amount is bookedto a plug account .TRUE OR FALSE

    - TRUE

    96 The Plug/offset account should be balanced at Entity level .

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    9/73

    . TRUE OR FALSE- FALSE .

    97. The Plug/offset account should be balanced at Group level .. TRUE OR FALSE

    - TRUE .

    98. The Elim is written to a diff data src so that the initial value of the account is not overwritten.. TRUE OR FALSE

    - TRUE .

    99. A unique requirement while dealing with IC entries is that they should only be reflected in anygiven group only if both the entity and partner entity which it was doing business with are a partof that group.. TRUE OR FALSE

    - TRUE .100.% of Ownership = Shares Owned/Shares Outstanding*100% of Minority Interest = 100 (Shares Owned/Shares Outstanding*100). TRUE OR FALSE

    - TRUE .

    101. RUN CONSOLIDATION only performs the eliminations, as Currency Translation has to be runbefore to populate the data in the Group Currencies .. TRUE OR FALSE

    - TRUE .

    102. the reverse amount is booked to a Plug account .. TRUE OR FALSE

    - TRUE .

    103. Processing a dimension will execute the following steps: Validate Hierarchy. Validate Dimension member formulas. Update member data into BW. BW Attribute change run.

    104. Plug Account should be balanced at group level (only Intercompany missmatches are left).TRUE OR FALSE

    - TRUE

    105. ACCTYPE is required for account type dimensions and is used to control sign display andaggregation behavior in reporting.

    TRUE OR FALSE- TRUE

    106. DIMLIST# properties are used as selection criteria in business rules.TRUE OR FALSE

    - TRUE107. Dimension member formulas are defined at the Application Set level, thus they are validacross all applications which use the dimension.TRUE OR FALSE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    10/73

    - TRUE

    107. // denote comments. '*' indicates executable lines of code. No '.' at the end of statements.

    '#' is used in MDX statements to denote the receiver of the calculation

    108. Use transaction code 'UJKT' to do logic debugging!

    109. The NetWeaver logic files can be accessed by using the t-code UJFS.

    110. Once the Consolidation User sees the validation account with a non zero value, they wouldknow to run the Validation package which performs customer derived validation checks and setsthe validation account back to zero.TRUE OR FALSE

    - TRUE

    111.In the conversion file : If you want to ignore external data (as listed in the Externalcolumn), you can place the keyword *skip in the Internal column.

    TRUE OR FALSE- TRUE-

    112. You can use the asterisk (*) and question mark (?) wildcards in the External or Internalcolumns. An asterisk (*) stands for any character, while a question mark (?) stands for any singlecharacter.TRUE OR FALSE

    - TRUE

    113. If the source InfoCube has multiple key figures, the MVAL keyword can be used to import thedata in only one data load.. TRUE OR FALSE

    TRUE .

    114. By adding an ENABLEJRN property to any dimension, only the members with a Y in thatproperty can be selected in journals.. TRUE OR FALSE

    TRUE .

    115. If you have already created a journal template, creating a new template that changes thestructure of the journal entries deletes the old template and all journal entries associated withthat template.

    . TRUE OR FALSE TRUE .

    116. The 'Driver' dimension is the one dimension per application whose members are used tocompare against other dimension members to see if they are permissible. There is only one driverdimension per application but it can be used as a point of comparison with any other dimension inthe application.. TRUE OR FALSE

    TRUE .

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    11/73

    117. "Validation:The only operators are '' and '='. But you can include multiple single valuesseparated by commas.. TRUE OR FALSE

    TRUE .

    118. Which of the following are true regarding the reversal of signs during data loads?Choose the correct answer(s).A If the source value is positive it will be reversed if it is an AST account type.B If the source value is positive or negative it will be reversed if it is an AST account type.C If the source value is positive or negative it will be reversed if it is an LEQ account type.D If the source value is positive or negative it will be reversed if it is an INC account type.

    E If the source value is positive or negative it will be reversed if it is an EXP account type.F If the source value is negative it will be reversed if it is an AST account type.

    119. TeamA group of users. Fairly equivalent to a NW role.One user can be designated as a team leader.

    120. It is the combination of member access profiles & task profiles that determineoverall BPC access.TRUE OR FALSE

    TRUE

    121.some important programs:

    UJA_COPY_APPSET

    UJA_APPSET_BAK_RESTORE

    UJ0_STATISTICS_DELETE

    UJA3_WRITE_SYS_ADMIN_NO_CHECK

    UJA_REFRESH_DIM_CACHE

    UJK_SCRIPT_LOGIC_TESTERUJKT

    UJT_CHECK_TABLE_ENTRIES will allow you to check table entries fortransports

    MDX Test

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    12/73

    122. 52. Tables within BW system:Tables associated with cube fall under /B28/F or E namespaceTables associated with the ABAP fall under UJ namespaceAll the BI objects would get created under /CPMB/ name space.

    123.Comparison of Microsoft Analysis Server table to BW tables:Open RequestWrite Back tableFact TableFac2 TableE TableFact Table

    124.You can find the tables through their technical names in Se16 TC.TRUE OR FALSE

    TRUE

    125. Two types of Optimization:Lite Optimize: will close the open request, compress and index the cube, and

    update database statistics for the BI Cube. Moves the data from F-Table to E-TableFull Optimize: will perform the same operations as Lite Optimize, but will alsocheck the NetWeaver BI data model. If the data model can be improved, FullOptimize will do so, and this could take a long time to run (forcubes with large data volumes). Data moves from F-Table to E-Table and alsocloses the Request IDs .

    126. data remodel is done in full optimization .

    TRUE OR FALSETRUE

    127.Compression is done in Lite and Full optimization.TRUE OR FALSE

    TRUE

    128.BPC 7.5 SP05 patch 1 increased formatting performance by 40%TRUE OR FALSE

    TRUE

    129.You can change the BPC dimensions in the backend which BW.TRUE OR FALSEALSE .

    130.Cell queries have been moved to Axis Queries because they are faster even thoughthey bring back more data.TRUE OR FALSE

    TRUE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    13/73

    131.If multiple EVDREs are needed, the first EVDRE should be RSDRI in order tobuild the rows.TRUE OR FALSE

    TRUE

    132. Work Status is set up from the Administrators at both the application set andapplication level.TRUE OR FALSE

    TRUE

    133.Work Status is set only athe application level .TRUE OR FALSEFALSE

    134. To use work state tracking, you must specify the hierarchy (H1, H2, H3, ...,Hn) within the owner dimension for which you want to use work status.TRUE OR FALSE

    TRUE

    135. You specify the hierarchy for which you want to track the work status ofdeliverables in the APPROVALORG field on the Setting Application Parameters.TRUE OR FALSE

    TRUE

    136. Work Status:You can define only one hierarchy for each application within anapplication set.TRUE OR FALSE

    TRUE

    137.The work state Locks Not Set is a Default work state with internal code of

    0 with both for Controlled by. This work state must be the first and cannot bechanged.TRUE OR FALSE

    TRUE

    138. SAP Business Planning and Consolidation 7.5, version for SAP NetWeaverallows setting any combination of between 3 and 5 dimensions as relevant forlocking, despite the dimension type. So Work Status can also be configured for anAccount type dimension.TRUE OR FALSE

    TRUE

    139. Email Notification is only available in SAP BusinessObjects Planning and

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    14/73

    Consolidation 7.5, version for SAP NetWeaver.TRUE OR FALSE

    TRUE

    140. There is a reporting function EVLCK available as well. This function

    provides a read only comment retrieval for Work Status.TRUE OR FALSETRUE

    141. Script logic statements are case-insensitive.TRUE OR FALSE

    TRUE

    142. You cannot use MDX keywords in *REC.TRUE OR FALSE

    TRUE

    143. REC always needs to be accompanied by WHEN / IS / ENDWHEN. Stand-alone REC statements do not have any effect.TRUE OR FALSE

    TRUE

    144. *FOR / *NEXT

    *FOR / *NEXT is used to repeat certain scripts written between a FOR and animmediate NEXT for a set of members. Sets of members can be provided eitherdirectly in the FOR statement or through variable. The Logic Module supports anynumber of FORNEXT loops in the body of the logic files. The *FOR Statementhas to be accompanied by a variable. In the Example %KPI% is the user definedvariable which was used for the Loop.

    145. The SELECT statement is fairly limited, as it only supports the equal sign (=), not equal to () and cannot be used to combine multiple filter criteria with ANDor OR keywords.

    146. SELECTCASE structures currently CANNOT be nested.

    147. WHEN/ENDWHEN which has a much better performance then*SELECTCASE.

    148. The syntax for dimension member formulas requires a square bracket aroundthe dimension and the member and separated by a period. The only exception iswith the account dimension, where only the dimension member is needed.Standard arithmetic functions are available, such as addition (+), subtraction (-),multiplication (*) and division (/), as are the MDX keywords supported by SAPNetWeaver BW. New with SAP Business Planning and Consolidation, upper and

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    15/73

    lower case letter sensitivity becomes important for dimensions and dimensionmembers, sobe careful in your formulas!.

    148. The SAP Business Planning and Consolidation default Solve_Order is equalto 3 for measures and 5 for members.

    149. SPREAD:The Spread modeling option allows you to take a value andallocate it among selected destination cells. The value can be allocated equally, orit can be weighted by a range of values. For example, you can take the value 100and spread it across a number of columns that represent each month of the year.

    150. TREND:The Trend modeling option takes a value or percentage and grows itby a factor among selected cells. This option places the source value in the firstcell of the destination range. Each subsequent cell in the destination increases bythe amount or percentage specified.

    151.WEIGHTED:

    The Weighted modeling option lets you allocate a set of valuesby weighted factors in your spreadsheet. It allows you to take a set of values, growthem if desired, and then allocate the new amount based on the relative weights ofthe selected cells. The destination range is the same as the weight range. Forexample, you can weigh 12 months of revenue based on 12 months of cost of sales.

    161. The comment feature must be turned on at the Application level for bothmethods.

    162. EVCOM - Add a comment to a cell .

    163.Comments are stored inCube

    SOeal time cube

    TableAnswer: Table

    164. What are the reporting commands updates the data base:EVDREEVGTSEVCOMEVBT

    Answer: EVDRE & EVCOM

    165. To use the excel popup feature for comments, you need to turn that on via thworkbook options.TRUE OR FALSE

    TRUE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    16/73

    166. System Reports are pre-designed web reports, that allow you to report onsystem information/activity, rather than transaction/master data in the system.Youcan report on: Activity Audit Data Audit

    Security Comments Work Status

    167. A Distribution Template may contain the following fields: BOOK: the title of your distributed book. SECTION: denotes the beginning of a section. REPNAME: report filename, location and title (can also be for Input Schedules). FIXKEY: sets dimension membersto the fixed values when generating the reportFor example, you can ensure that a report runs for 2008.TOTAL andACTUAL.

    VARYKEYS: lists the dimensions and dimension members that should vary foreach report that will get created. For example, if you want to create a new offline report for each Entity/CostCenter/etc, you would specify that dimension as a Vary Key.You then map a specific Vary Key to a User ID who should receive that report(for example, the Cost Center manager). This way, each user who gets a report hasthe required dimension(s) set to their individual valuesNote: If you wish to distribute by email, make sure an email address has beenmaintained for each user. SECTIONEND: denotes the end of a section.

    168. Validations configuration is performed in transaction UJ_VALIDATION.TRUE OR FALSE

    TRUE

    169. One driver dimension for each application for validation.TRUE OR FALSE

    TRUE

    170.Only one is correct.There can be n driver dimension or 1 app.There can be only 1 driver dimension for 1 app.There can be n driver dimensions for m apps.There can be max 5 driver dimensions for a single app.

    nswer : There can be only 1 driver dimension for 1 app.

    171. Rules and Members are a N:N relationship (1 rule can be assigned to multiplemembers, and 1 member can be assigned to multiple rules).TRUE OR FALSE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    17/73

    TRUE

    172. You can turn validations on or off by application.TRUE OR FALSE

    TRUE

    173. The EvUSR (User ID) function returns the name of the user who is logged onto the system.

    174.The EvAST (Application set) function returns the name of the currentapplication set.

    175.The EvAPP (Application) function returns the current application name.

    176.The EvDES (Description) function returns the description of a specifiedmember.

    177.The EvDIM (Dimension) function retrieves a dimension name of the specifiedtype from the database.

    178.The EVPRO function returns the value of a specified property for a specifiedmember.

    179.The EvRTI function returns the time and date of the last data refresh.

    180.The EvCOM function references another cell and sends its value, a textualcomment, to the database when specified.

    181.The EvHOT (hot link) function sets up a hot link to another report or cell withianother report. Hot links can be used to guide a user through ad-hoc analysis.

    182.The EvGTS (Get value and scale) function retrieves a data value based on thespecified members, and scales the value if the scale property is enabled on thedimension.

    183.This Send function references another cell and sends its value to the databasewhen you select Send and Refresh Schedules.

    184.The EvTIM (time period offset) function specifies an offset from a given timeperiod.

    185.You can double click on the EVCVW output to set the current view. EVDREtemplates use the EVCVW function in the page key range.

    186.EVPRO is being used below to pull in the account type property. EVBETperforms

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    18/73

    186.A variance calculation based on the acctype value. For example, if revenueactual is greater than plan, the variance if positive. However, if expense actual ishigher than plan, the variance is negative.

    187.EVBET is used to calculate variances in conjunction with the ACCTYPEproperty.

    188. AVAILABLEFLAG Controls whether the system is offline or not. Yes meansthe system is online and available for sending data to the database. You can takethe system offline by changing the value to No. (Required)

    189. YTDINPUT This parameter controls whether data is input in year-to-dateformat. Valid options are 1, which means ytd format; or 0, which means periodicformat. (Optional) YTDInputTimeHir This parameter designates the timehierarchy that will be used by a YTD storage application. H1 is the default.

    190. If an application parameter is required, you can leave it blank to accept thedefault, but if you delete the parameter, the system may not work correctly. If anapplication parameter is optional, you can delete it if you wantto.

    191.if the application parameter is required and it is blank thenSystem will crash

    ill throw an error messageGives a warning message

    eave it blank to accept the default.

    192. You can set work status to top-down in the TOPDOWN field in theApplication Parameters.

    193. Work Status locks can allow you to lock down documents that have had theApplication Context specified.

    194. There is an AppSet web admin parameter called LANDINGPAGEITEM,which allows you to control what is viewed when you open the BPC Web GettingStarted page (landing.aspx).

    195. 'AS_IS' is key word that is supported in the formula field that means to leavea value untouched if it is already in the destination currency. 'AS_IS' cannot becombined with anything other than '-1'. 'AS_IS' is used when you need a historicalrate.

    196.END - uses the end of month rate as stored in the rate application.AVG - uses the average rate as stored in the rate application.COPYLC - translate the local currency to group or reporting currency with a

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    19/73

    factor of '1.OPEEND - the end rate of the last period of the prior year.AS_IS - Leave untouched a value already in the target currency.OPEAVG - the average rate of the last period of the prior year.

    197.quity Method 30urchase method 86roportional Method 70

    198. Generally speaking, if the ownership % is greater that 50% the purchasemethod will be used in the US but the equity method is used if the amount is lessthan 50%. The proportionate method is similar to the purchase method and is usedmore frequently in Europe.

    199. A owns 80% of B company, 70% of C and 40 % of D.

    Which company can use the quity method.

    & C

    Answer : A company can use equity method.

    200. The properties that begin with 'Org' all relate to the dynamic hierarchy editor.

    201. Ownership data can be entered via the Dynamic Hierarchy Editor or via inputtemplates.

    202. There are five possible adjustment types: But typically this is blank except forEquity and Proportionate. Generic Equity Proportional New (acquisitions) Leaving (divestitures)

    203. In the NetWeaver release, the 'Groups' dimension is typically used whereasthe Microsoft release referred to it as the 'Consolview' dimension.

    204. The business rules are broken down into Appset and Application sections forAutomatic AdjustmentsTRUE.

    205. In the Appset, the Rules, Methods, and Formulas are defined. In theApplication, the destination datasource is assigned t the method in the 'automaticadjustments'. In the automatic adjustment details, the source accounts, reversalsigns, target accounts, and target flows, are specified .

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    20/73

    206. A unique requirement when dealing with inter unit elimination entries is thatthey should only be reflected in any given group if both the entity and the partnerentity which it was doing business with are part of the group.

    207. The adjustment types include the same 5 rule types: Generic, Equity,Proportional, New, and Leaving.

    208. The consolidation method types include: New, Holding, Global, Proportional,Equity, Leaving @ the beginning of the year, Leaving @ the end of the year .

    209. Any number of commit instructions can be entered in a logic file. However,the number of commit instructions should be kept to the minimum, because theyhave a negative impact on the overall performance of the logic execution due toincreased communication between database and Script logic engineThe ideal caseis to have one commit at the end .

    210.BPC supports compounded info objects .TRUE OR FALSE

    FALSE.

    211.BPC doesnt support compounded info objects.You have to write propertransformation .TRUE OR FALSE

    FALSE.

    212.Data packages available are :Standard Data Loading PackagesFinancial PackagesAdministrative PackagesMisc Packages

    213. Import Hierarchy packageOnly supports Overwrite mode, not update mode

    .The node name in the hierarchies, after transformation, should be a existingmembers in BPC target dimension.Supports reading hierarchies by time andversion dependency, but not writing hierarchies to BPC by time and versiondependency.

    214.Master data the BADI is based on the table level .TRUE OR FALSE

    TRUE.

    215.Transaction data the BADI is based on the package level .

    TRUE OR FALSETRUE.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    21/73

    216. Package Link is application based and can not be used across applications.The packages in one package link are executed in sequence. If one package fails,then all subsequent packages will not run.

    217. What are the options available for transaction data load ?

    Merge and Replace options are both available .TRUE OR FALSETRUE

    218. One driver dim per application is allowed while setting up validations usingUJ_VALIDATIONS.TRUE OR FALSETRUE

    219. The driver dim can only be the account dim while setting up validations.TRUE OR FALSEFALSE

    220. If two applications are using the account dim , the validation will be set acrossapplications.TRUE OR FALSETRUE

    221. All config in UJ_VALIDATION is _____SpecificApplicationApp SetDimensionDSOAnswer: App Set

    222. While setting up validations in UJ_VALIDATIONS.Value rangesUse non existing membersOnly = signYou can include multiple values.Answer: A,B,D

    223. It is possible to turn validations on/off by Journals, Manual Planning and DataManager.TRUE OR FALSETRUE

    224. Following is true with regards to validationsAll validations config can be transported

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    22/73

    Validations integrate with Activity AuditAuthorisation is controlled by access to task profileslast changed date and time is stored in tablesauth is ctrled by access to transaction code S-TRANSAnswer: A,B,D.

    225. It is possible to log the process of copying and deleting an Appset.TRUE OR FALSEFALSE.

    226. All changes regarding activation and de-activation of audits is logged into thesystemTRUE OR FALSETRUE

    227. An Application set is equivalent to a MS Analysis Services Database.

    TRUE OR FALSETRUE

    228. An Application is equivalent to a table in a relational databaseTRUE OR FALSETRUE

    229. In the MS Version the ApShell comes with 5 of 6 app types.TRUE OR FALSETRUENote:Does not include Generic,non-reporting type. Includes apps like Finance,Legal,Lrate,Rate and Ownership .

    230. In the MS Version, you can create custom menus , define security and addthem to the custom menu list in BPC for Excel .TRUE OR FALSETRUE

    231. In case the SQL dim data and Excel member do not correspond the_________ is needed to make sure the diff storage types contain the samemembers.

    Process DimDelete DimExport DimModify DimAnswer: Export Dim

    232. Processing a dim in the MS version will execute the foll steps.Create info objectsSave to the server

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    23/73

    Validate the FormulasValidate the hierarchiesAnswer: C & D

    233. You can schedule processing of dimensions in the MS Version .

    TRUE OR FALSETRUE

    234. Duplicate dim types are allowed in one application.TRUE OR FALSEFALSE.Note:Duplicates are allowed if it is user defined dimesnions.

    235. In the MS Version you can set the system to remind you to optimize the appwhen the database records reach a certain limit.TRUE OR FALSE

    TRUE

    236. When you load data via data manager in the MS Version it resides in the"Real Time" data storage.TRUE OR FALSEFALSE.Note: When you load data via DM it resides in the FAC2 tables which is the shortterm data storage.

    237. The Compress database option in the MS Version sums multiple entries forthe same CV into one entry so that data strorage space is minimized.TRUE OR FALSETRUE

    238. Index Defragmentation has no effect on FACT Tables.TRUE OR FALSEFALSE.

    Note:ID can update all indices and statisticsto receive a faster access to the data.ID has an effect on FACT tables .

    239. The BPC DM is an instance of the MS Analysis Integration Services.TRUE OR FALSETRUE

    240. Data Manager can handle meta data.TRUE OR FALSEFALSE.Note: Only Master data and Transaction data .

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    24/73

    241. Clear package creates an additional record with a reverse sign and iseliminated upon compression to achieve the deleted effect.TRUE OR FALSETRUE

    242. Worksheet Logic does not require a call to the server.TRUE OR FALSETRUE

    243.Worksheet Logic doesnt update the database.TRUE OR FALSETRUE

    244. Dimension logic can only be used with the Account type dimension .TRUE OR FALSEFALSE.

    Note:It can be used with any dim having the formula property .

    255. Upon posting a Journal the system runs the logic that Is specific to journalprocesses. You can create a Journal.lgf to overwrite this.TRUE OR FALSETRUE

    256. In case of Work Status, if a child is added to the hierarchy, and if the parent islocked, the child will also be in locked status.TRUE OR FALSETRUE

    257. Re-posting a journal is like posting the values again with a reverse sign.TRUE OR FALSEFALSE.Note: Unposting is posting the JV again but with a reverse sign. Reposting isposting the values twice to the database .

    258. There are no dynamic template wizard available for the EVDRE function .TRUE OR FALSETRUE

    259. EVDRE produces smaller workbooks the EVSND and EVGET as there is noneed to embed functions to send or receive data.TRUE OR FALSETRUE

    260.. You cannot build a static report using EVDRE.TRUE OR FALSEFALSE.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    25/73

    261. The ________ option controls the sending of data by EVDRE .

    WorkbookEsubmitEanalyze

    EtoolsAnswer: Workbook.

    262.Where you set the layout is input schedule or report.Workbook optionsInput schedule or Report.

    263. Refresh option recreates the sturcture of the report and then refreshes thecells.TRUE OR FALSEFALSE.Note: Expand All does this.

    264.What is the difference between EXPANDALL and REFRESH ?

    265.EXPANDALL is time consuming than REFRESH.TRUE OR FALSETRUE

    266. The member for each dim is tied to the CV from the Page Key Range usingthe EVCVW function.TRUE OR FALSETRUE

    267. The _________ allows you to select the members from a member look-updialog box by double clicking on the cell that contains the formula

    EVCOMEVMBREVCVWEVITMAnswwr: EVMBR

    268. You can use the Cell key range only on static reports .TRUE OR FALSETRUENote: Use the cell key range to overwrite the CV for any cell that Is a part of thedata range

    269. You can base the suppression option on a diff region of data than the onebeing retrieved.TRUE OR FALSETRUE.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    26/73

    270. In the advance formatting, all the 6 cols can be arranged in any order.TRUE OR FALSEFALSENote: They must be found in the correct order - Criteria,Evaluate in , format, Use,

    Parameters, Apply to.

    271. Time is a flat dimension .TRUE OR FALSEFALSENote: Times ia hierachial dimension .

    272. In BPC you can assign task profiles directly to users.TRUE OR FALSETRUE.

    273.In BPC you can assign task profiles to Team and assign users to the team.TRUE OR FALSETRUE.

    274. Drag and drop reporting provides an alternative method for creating reportsand does not use the EVDRE Functions .TRUE OR FALSEFALSE

    275. In EVDRE , Report is pulled by Page Key Range and not by Current View.TRUE OR FALSETRUE

    276. BW has detailed level data and BPC is executive data.TRUE OR FALSETRUE

    277. The menu commandMNU_eSUBMIT_REFSCHEDULE_BOOK_NOACTION is useful for

    Refresh the schedule without sending dataSending data and refresh the worksheetSending data without clearing or refreshing the worksheet

    Answer : Sending data without clearing or refreshing the worksheet

    278. The dimension type that is required for effecting currency translations isCurrency TypeFlow TypeEntity TypeRate Type

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    27/73

    Answer: Currency Type

    279. Delivered properties like Scaling, formula etc can be shared across AppsetsTRUE OR FALSETRUE

    Note: The dimensions are app set specific not application specific.

    280. A step is re-opened? What is the next step status?OpenRe-openPendingDelayedApprovedAnswer: Delayed .

    281. What is BW object equivalent to a BPC cube?

    Info cubeInfo objectDSOInfo areaTableAnswer: Info Cube.

    281. Where are the archived reports stored in BW?CubeSAOWrite DSOReal Time cubeTablesAnswer: Tables

    282. Where do you set up the data audit for transactional data?BPC AdminBPC excel interfaceWeb Admin parameters at app set levelWeb Admin parameters at application level .Answer: Web Admin Parameters at application level.

    283. What DIM is same for all applications in consolidation setup?Category, timeCategory,entity,timeCategory,group,timeCategory,group,Time,EntityAnswer: category & Time

    284.IC Matching is required for consolidation setup.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    28/73

    TRUE OR FALSEFALSE

    285.What are the 3 apps required for Legal consolidationOwnership

    RateLegal286.Ownership and Rate for non-reporting type apps.TRUE OR FALSETRUE

    287.Rate is like equivalent to TCURR in ECC system.TRUE OR FALSETRUE

    288. Which of these transformation file options is unique for NW setup?

    SELECTIONMAXREJECTCOUNTVALIDATIONSELECTAnswer: SELECTION

    289. What is not possible through work-status?To lock a BPFBusiness Process Workflow

    290.What is the name of the program to check the appset consistency ?UJA_APP_DATA_CHECKER

    291. Transaction data is described byInfocubeDimensionAppsetDimension MembersCalculated KFsAnswer: Dimension Members

    292. The required dim types for reporting,generic is ACET .TRUE OR FALSETRUE

    293. During optimization the records are moved from the F-fact table to the E-facttable.TRUE OR FALSETRUE

    294. SAP BPC does not have the facility of portioning.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    29/73

    TRUE OR FALSETRUE

    295. You can access the "Modify Work Status option thru the __________ menu.Edata

    EsubmitEanalyseEtoolsAnswer: esubmit

    296. The copy package can copy from several senders to one receiver.TRUE OR FALSEFALSENote: Always 1:1 relationship.

    297. Compounding is supported in the /CPMB namespace.

    TRUE OR FALSEFALSE

    298. Non-team leaders can manage a package at the team level .TRUE OR FALSEFALSENote: Non team leaders's can only run a package within the company or teamfolder.

    299. A user can be both a system admin and primary admin .TRUE OR FALSETRUE.

    300. Default logic ref system constants which allow you to use diff dim names .TRUE OR FALSETRUE

    301. Default logic allows you to set fixed filters such as the fiscal yearTRUE OR FALSEFALSENote: None of the logic sets fixed filters

    302. Validation must be run to clear the validation account .TRUE OR FALSETRUE.

    303. The designated validation account is specified in work status config (MSonly) .TRUE OR FALSETRUE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    30/73

    304. Every time the validation is run, the validation account is incriminated by 1 sothe user knows how many time validation was run .TRUE OR FALSEFALSE

    305. The *REC instruction tells the program what to do once the specified criteriahas been met .TRUE OR FALSETRUE

    306. Each *REC instruction generates one new record to post to the data baseTRUE OR FALSETRUE

    307. Script logic calculations cannot cross applications within on Appset .

    TRUE OR FALSEFALSE.

    308. Script Logic is used to calc data but only for base level data in the application.TRUE OR FALSETRUE

    309. You use journals to record and make adjustments to the database.TRUE OR FALSETRUE

    310. How many journal templates are in a applicationN no of journal templates.Only one journal template per application.Based on the no of dimensionsJournal templates are app set specific.Answer: only one journal template per application .

    311.The Ownership Account containsPercentagesMethodsParent PositionsEntityRatesAnswer: Percentages,Methods and positions.

    312. Ownership data is collected and stored by entity and intco.TRUE OR FALSETRUE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    31/73

    313. In the ownership cube percentages and methods are stored by EntityTRUE OR FALSETRUE

    314. Any user with "manage template task " can save and update objects to the

    company folder or team folder .TRUE OR FALSETRUE

    315. When data is entered into YTD, its periodic values used for reportingpurposes, are calculated as the difference between the current period and the lastperiod.TRUE OR FALSETRUE

    316. One can decide to store data in YTD or on a Periodic basis setting the AppSet

    Parameters .TRUE OR FALSETRUE

    317. Info Area - App set .

    318. All dimensions in the application appear in the current view .

    319. Multiple single values or ranges are not allowed - Current View .

    320. The Current View is user dependent, therefore you will only be able to viewinformation that your member access profile allows.

    321. "Work Book Option:Templates being used for reading have a workbook typeof 'Report' whereas templates being for both read and write have a type of 'InputSchedule'."TRUE OR FALSETRUE

    322. Park n Go lock down the report or input schedule and the current view data.TRUE OR FALSETRUE

    323. EvDRE is bidirectional; it can both send and retrieve data. It combines andextends the functionality of other BPC functions such as EvGET and EvSND.TRUE OR FALSETRUE

    324. 10 dimesion typesA E C T R G I D S U

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    32/73

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    33/73

    TRUE

    337.What are the components of BPC security ?

    Member access profile

    Task profileTeams

    Users

    338. When you create new applications, you need to select at least one secure

    dimension. Then the member access profiles need to allow access to the desiredmembers.

    TRUE OR FALSETRUE

    339. If the carry forward business planning function is working because thefollowing web application parameter is not set

    CARRYFORWARD

    OPENING BALANCE

    COPY OPENING

    BALANCE CARRYOVER

    Answer : COPY OPENING

    340. If the YTD web admin parameter is set to YTD then the data stored in the

    cube willCash YTD measure and Revenue YTD measure will be the same.

    Cash periodic measure and Revenue periodic measure will be the same.

    Cash YTD measure and Revenue YTD measure are different.

    Cash periodic measure and Revenue periodic measure are different.

    Answer: 2 are correct answers .

    341.

    DIMLIST# properties are used to provide selection criteria in business rules.

    GROUP is used to designate an account as PL or BS.

    ELIMACC is used for US Elims and logic based eliminations in Microsofttypically.

    FORMULA is for dimension formulas.

    342. All of the properties which begin with ORG... are related to the DynamicHierarchy Editor .

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    34/73

    TRUE OR FALSETRUE

    343. You cannot delete a dimension when it is being used by an application.

    TRUE OR FALSETRUE

    344. C, A, E, I can be referenced to other dimensions.

    Category & Timeyear common

    Account & AccountRate Type property

    Entity & CurrencyLocal currency property

    Intercompany & EntityEntity values

    345. CALC - a system-generated property that indicates calculated members.

    TRUE OR FALSETRUE

    346. Hierarchies are stored as SAP NetWeaver BW Hierarchies.TRUE OR FALSETRUE

    347. Hierarchies are stored as a separate dimension in MS version.TRUE OR FALSETRUE

    348. SCALING is a property of account used to display values in thousands forexample in formula based reports.TRUE OR FALSETRUE

    349.What are the 4 account types ?AST, INC, EXP & LEQ

    350.It is possible to create custom account types?TRUE OR FALSEFALSE.

    351.Check the signs for the account types stored in DB and reporting ?

    352.Processing a dimension does the followingValidate Dimension member formulas.Validate Hierarchy .Update member data into BW.BW Attribute change run.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    35/73

    353.Which 2 functions can be used using script logic and business rules. 2 answersare correct.

    Carry Forward

    Validation

    Automatic ajustmentsCurrency Translation

    Answer : A & D

    354. In microsoft the work status cannot be advanced if the validation account asdefined in the application work status has a non zero value.TRUE OR FALSETRUE

    355.What is missing in this code ?*RUN_PROGRAM CURR_CONVERSION

    CATEGORY = %C_CATEGORY_SET%TID_RA = %TIME_SET%RATEENTITY = GLOBALENTITY = %ENTITY_SET%*ENDRUN_PROGRAM

    CURRENCY = %RPTCURRENCY_SET%

    RATEENTITY = %ENTITY_SET%

    ACCOUNT = %ACC_SET%

    Rate type is missing

    TCURR table is missing

    Answer: A

    356.When you load the data to the BPC info provider you want to delete theexisting data and reload the new data what options you use

    Merge and replace the date

    Append the date

    Delete and do a full load

    Replace and clear

    Merge the dataAnswer: Replace and Clear

    357.What is distributor and collector ?

    358. Only reports can be distributed and collected and not the Input Schedules ?TRUE OR FALSEFALSE.

    359. What are the Out of the Box solution for loading the master data load?

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    36/73

    Load Master Data from SAP ERP directly into BPC, version for SAP NetWeaver .Load Master Data from SAP NetWeaver BI Characteristics Directly Using DataManagerFlat file by DMFlat File in BW

    Answer; A & B

    359.What are the Out of the Box solution for loading the transaction data load ?

    Load transaction data from SAP NetWeaver BI using an Open Hub destinationthat provides flat files to data manager (Delta Load)

    Load transaction data from SAP NetWeaver BI InfoCubes directly using datamanager custom process type (Delta Load)

    Load transaction data via flat file via SAP NetWeaver BI dataflow .

    Load transaction data via UD Connect (SAP NetWeaver BI dataflow )

    Load Transaction Data via Flat File using BPC Data Manager

    Answer: A & B

    360. When performing a Copy AppSet action, all Validations configuration is

    copied as well. Likewise, for Delete AppSet all Validations configuration is alsodeleted.

    TRUE OR FALSETRUE

    361. The new dimension type G is new in 7.5 and permits the calculation ofmultiple group currencies by adding multiple currencies into currency typedimension in the group dimension .TRUE OR FALSETRUE

    362. Stored procedures are used on the Microsoft product but not in NW. NW usesprocess chains and programs.TRUE OR FALSETRUE

    363. By adding a value of Y to the IS_CONSOL property, the correspondingdatasource will be included in the consolidation processing, otherwise they areignored.TRUE OR FALSETRUE

    364. By adding a value of Y to the IS_CONVERTED property, the

    corresponding datasource will be included in the conversion from local to the

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    37/73

    desired currency, otherwise they are ignored.TRUE OR FALSETRUE

    365. What are the required dimensions to create the BPF instances ?

    TimeTime and category

    Category

    Entity,category and TimeAnswer: Time

    366.There is no opening criteria for the first step in the BFP process .TRUE OR FALSETRUE

    367.When an BPF action is completed or status changed who gets notified ?

    OwnerReviewer

    Manager

    AdminAnswer: Owner

    368. Time is the only required dimension. It is best practice to select at least twodimensions to define an instance. The instance will be used to determine the statusof the steps.Usually Time and Category .

    369. The first step of the BPF always opens regardless of the opening criteria.

    TRUE OR FALSETRUE

    370. Allow Reopen will allow that step to be reopened after completion. If this isset to No that step cant be reopened during execution.

    371 Opening criteria All Step Region will enable opening of the next step onlyafter all step regions are complete whereas in case of Matched Step Region whenyou complete a stepregion, the next step opens for the same step region.TRUE OR FALSETRUE

    372.Drill through calls the following

    Any URL

    Any BEX Query

    Any ECC tcodeTRUE OR FALSETRUE

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    38/73

    373. Data audit is captured at the Application level.TRUE OR FALSETRUE

    374. Activity audit is captured at the AppSet level.

    TRUE OR FALSETRUE

    375. When a new application is created, you must define member access to thesecured dimensions that reside in the application. This is required in order to useBPC Web, BPC for Excel, BPC for Word and BPC for PowerPoint with any newlycreated application that contains secured dimensions.

    376. Some components in SAP Business Planning and Consolidation do not postdelta values (e.g. Journals), in which case, the package size is always set to99,999,999 (meaning packaging will never be used).

    377. You specify the hierarchy for which you want to track the work status ofdeliverables in the APPROVALORG field on the Setting Application Parameters .

    378. Email Notification is only available in SAP BusinessObjects Planning andConsolidation 7.5, version for SAP NetWeaver.TRUE OR FALSETRUE

    379.What controls access to applications?

    Member Access Profile, Tasks

    380.Limitation of dimension property?

    Size cannot be decreased

    381. Required DIM for inter-company setup?

    382.What is different in options when you create a legal application?

    383.What can you do while creating a BPF?Matched opening criteria, owner

    384.There is a problem in currency translation? Where would you look?Property MD in Rate

    385.A step is re-opened? What is the next step status?

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    39/73

    386.What is BW object equivalent to a BPC cube?

    387.Where are the archived reports stored in BW?

    388.What can you do in web admin interface?

    389.Which of these would require additional programming while loading data?Open hub data load

    390. Where do you set up the data audit for transactional data?App level or Appset level and where( web-admin/BPC client)

    391.What DIM is same for all applications in consolidation setup?Entity/Category

    392.Which of these transformation file options is unique for NW setup?

    SELECT

    393.How are hierarchies stored in MS?As a Dimension

    394. What is AS-IS keyword for conversion

    395.What is not possible through work-status?Locking a BPF step

    396.An application is not shown while logging into excel? What is wrong?Member Access not given

    397.Program to check AppSet consistencyUJA_APP_Data_Checker

    398.What are the reporting applications ?

    399.What are the non-reporting applications ?

    400.Can you assign work-status codes which application : reporting or non-reporting.

    401.What are the required dimesions for reporting application?

    402.What is light optimization ?

    403.What is full optimization?

    404.Changing the BI data model is light or full optimization?

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    40/73

    405.Does partitioning available in BPC cubes ?

    406.Does BPC uses the Sap standard time dimension ?

    407.Is it possible to change the DB parameters in BW for BPC cubes ?

    408.What are the objects get created in the backend when BPC application iscreated ?

    409.Why a multiprovider and a query got created on top of the application cubeand what is the purpose ?

    410.Can a BPC infocube can be changed without the re modeling tool in BI ?

    411.What information does UJA_APPL table contains ?

    412.Does MDX statements select from the cube or from the query build on themulti provider ?

    413.What is the purpose of the web admin parameter YTDINPUT ?

    414.What is a measure ?

    415.What is signeddata ?

    416.What are the 3 delivered measure ?

    417.What is the purpose of the UJA_FORMULA table ?

    418.Why we need UJA_FORMULA and UJA_FORMULA_APP ?

    419.What is concurrency lock?

    420.What is tcode RSPLSE ?

    421.What you maintain in tcode RSPLSE ?

    422.Does BPS and Integrated planning also use RSPLSE ?

    423.What is UJR_PARAM table used for ?

    424.What are the 2 types of locking ?

    425.What is the formula for calculating id record level locking or interval levellocking is needed/

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    41/73

    426.What is sparsity coefficient ?

    427. BPC Data Manager packages are technically executed as a BW processchain.TRUE OR FALSE

    428. True Or Falsea. Planning InfoCubes are write optimized but Standard

    InfoCubes are read optimized.b. Consolidation InfoCubes are write optimized because the request idstays open until a threshold is reached for example.c. Request id's in real time cubes can be closed by switching the cube tothe Standard type.d. A Real Time InfoCube has two 'data' modes, but only one will ever beused by Business Planning and Consolidation.e. As data comes in to the Planning InfoCube, it arrives in the 'F' table andremains there until it is compressed into the 'E' table.f. SAP BusinessObjects Planning and Consolidation can also be set upagainst Data Store Objects.

    429. Choose the Correct Answer(s)a. There are two main types of InfoObjects: Catalogs and

    InfoAreas.b. BW Characteristics have three potential types of master data.c. A BW Dimension table is exactly the same as an Business Planningand Consolidation Dimension.d. InfoCubes are made up of Fact and Dimension tables.

    430. Choose the Correct Answer(s)a. An SAP BusinessObjects Planning and Consolidation

    dimension is like a BW Characteristicb. An SAP BusinessObjects Planning and Consolidation property is likean Attribute in BW.c. The SAP BusinessObjects Planning and Consolidation 'signed data'column is like a key figure in an InfoCube.d. An AppSet is like a BW InfoArea.

    e. An SAP BusinessObjects Planning and Consolidation team folder isequivalent to a BW Role.f. An SAP BusinessObjects Planning and Consolidation InfoCube is justlike an Application in BW.

    431. Fill in the Blank: BPC Application Development can be carried outfrom the BPC _____________, ______________. The system automatically

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    42/73

    populates BW with the related object

    432. BPC equivalent of BI Objects: Fill in the Blanka. Characteristics , ___________________________

    b. InfoCubes , ___________________________

    c. MultiProvider , ___________________________d. Process Chain, __________________________e. Transports, ______________________________

    433. What are the entire required dimension Non ReportingGenericApplication?

    434. What is the reference Application for ReportingGenericapplication?

    435. What is common between Non ReportingGeneric and ReportingGeneric Application?

    436. We can not _______________ to Non Reporting application?

    437. Which of the following application options are common betweenFinance and Consolidation Application?

    a. Currency Conversionb. Calculationc. Intercompany Bookingd. Intercompany Eliminatione. Validationsf. US Eliminationg. Opening Balance

    438. True Or False: Is it possible to create an Application without aReference Application?439. True Or False: Is it possible to create a Dimension without aReference Dimension?

    440. ________________ allow the automated processing of data to render aconsolidated set of financial statements.

    441. When you create new applications, we need to select at least one____________ dimension. Then the ________________ need to allow access tothe desired member

    442. Measure dimension used to determine application as a________________ OR _________________

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    43/73

    443. Most secure system store balances on a ________________ basiswhether the data is entered/stored in daily, weekly , monthly , fiscal period

    444. _____________ namespace is a reserved namespace in SAP

    NetWeaver BI for BPC

    445. BPC Dimensions are created under an Application Set with BITechnical names of InfoObjects are generated with naming convention/CPM/XXYYYYY, Where XX _____________ , and YYYYY is a____________________ string

    446. Default Application set for BPC Excel, Admin , Word , PPT can be setthrough ______________________

    447. True Or False

    a. Only user with System Admin rights can create a newapplication , Dimension ,business rules table , work statusb. Only user with Admin rights can create a new application , Dimension,business rules table , work statusc. Only user with Primary Admin rights can create a new application ,Dimension ,business rules table , work status

    448. How to create an application set without using an existing applicationset?

    449. ___________,______________,_________________,______________are copied from the source application set to the target application set based onthe user choice

    450. ______________________ allows us to monitor the scheduledapplication set copy process

    451. True Or Falsea. Does not copy the Master Data and Transaction Data

    b. Creates all the new Dimension with different technical namec. Copies WebFolderd. Any error in copy function will rollback all the data that has beencopied and files that has been created

    452. ______________________, _____________________ are applicationstatus , _____________ can be obtained while processing Dimension

    453. True or False:

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    44/73

    a. Administrator can not continue to work on the ApplicationSet when the Application set is in Unavailableb. Users can continue to work on the Application Set when theApplication set is in Unavailable

    454. Which of the following tasks can be performed when the applicationset is in Offline

    a. Executing Data Manager Packageb. Write back through input schedulec. Executing Reports

    455. Fill in the Blanks: _____________ will force an update of the templatefiles to the clients , this can be changed in _______________, and___________________

    456. Which of the following objects we can transport?a. Application Set

    b. Dimension Datac. Application Data

    457. True or False:a. Every AppSet has a 2 character AppSetPrefix stored in a

    table called UJA_APPSET_INFOb. This prefix can be used in the technical name of

    i.. InfoAreaii. InfoObjectiii. InfoObject Catalogiv. InfoCube

    458. ___________________ is new in BPC NW 7.0 , it logs all the .NETtier to the ABAP tier.

    459. which of the following are new functions available only In SAP BPCNW 7.0 and this in available only in SAP BI Administrator workbench and__________TCODE used to execute this function

    a. UJT_CHECK_TABLE_ENTRIESb. UJA_COPY_APPSETc. UJA_DATA_CHECKERd. UJS_ACTVIATE_CONTENT

    459. ______________ Dimension does not have to be part of any

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    45/73

    application within the set , and it is needed validate ____________in the Entitydimension

    460. _____________________, and ________________________ can bespecified while creating Dimension

    461. True or Falsea. Dimension properties are SAP BI Attributes

    b. Dimension names are not case sensitivec. Dimension properties are not case sensitived. Dimension names are 20 character lengthe. Dimension property names are not limited to any character lengthf. For an existing dimension property , you can only increase the lengthup to 60 character , you can not reduce the lengthg. To reduce the property storage length , we need to create a newdimension with the reduced length and then copy the data from the old

    dimension to the new oneh. Dimension properties properties which is more then 60 character storedin BW as a short text ,

    461. ______________,_______________, __________________ are 3different type of properties , and _____________ property technical nameswont change

    462. Choose the BEST - Dimension properties are used which of thefollowing BPC Functions

    a. Reportingb. Data Manager Selectionc. Logic Formulasd. Member Lookups

    463. True or Falsea. You can not delete an Application if it is already assigned to

    an Applicationb. Member sheet is a temporary storagec. Member sheet each time rebuild from the SAP BW Database when weopen itd. After deleting a member from an dimension requires re-processingboth dimension and application

    464. Under what circumstance you create same dimension with differentname , Example : ACCOUNT, ACCOUNT_L , DATASRC , DATASRC_L , etc

    a. When same dimension needed for different application with

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    46/73

    different set of Membersb. When same dimension needed for different application with same setof Membersc. When same dimension needed for different application with differentset of properties

    d. When same dimension needed for different application with same setof properties

    465. True or Falsea. Hierarchy properties does not appear in the property list in

    Maintain Dimension Propertyb. PARENTN property can be directly added as a column in theDimension member sheet via Maintain Dimension Memberc. You can not have PARENT1, PARENT3 and skip PARENT2 , thiswill fail in the validation

    d. You can have PARENT1, PARENT3 , PARENT2 , this will not failorder does not mattere. We can have PARENTN column for each different hierarchy rollupwith in the dimensionf. A parent will have the same children if it is used across multiplehierarchies

    466. How many level we have in CONUS and CONSMALL hierarchy?

    467. Which of the following functions performed when we process theDimension?

    a. Validate Hierarchyb. Validate Dimension Member Formulac. Update Member Data in BId. BI attribute Change run in BIe. Invalidate Server cache for Dimension member by updating version

    468. Which of the following Dimension definition can not be changedthrough SAP BW Admin workbench

    a. Base unit of Measureb. Currency Attributec. Auth relevantd. Unit of Measure for Char

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    47/73

    469. True Or Falsea. In a Dimension , All user defined properties are defined as a

    Navigational attributesb. In a Dimension , All user Reserved properties are defined as a Displayattributes

    c. In SAP BW workbench, we have change the Attribute TAB onlythrough the BPC Admin if there is any change, not through the BW workbench

    470. Choose the BEST Option to load master dataa. Direct entry into the Member Sheet

    b. Copy from an external Excel file into Member Sheetc. BI File load processd. BPC Data Manager Flat File Loade. Use BI techniques to load into BI Data Target and then BPCf. BI load process directly into BPC

    471. Choose the Best Answers - If you use BI technique to load master datayou will have to

    a. You will need to run the hierarchy attribute change run in BImanually as well as make sure the caching mechanisms in SAP BusinessPlanning and Consolidation were updated correctly.b. You can call ABAP program UJA_REFRESH_DIM_CACHE usingthe process type ABAP_PROGRAM in a process chain to update the BPC

    dimension cache.

    472. Which of the following tasks can be performed as a background jobVia process chain?

    a. Copy Applicationb. Modify Applicationc. Optimize Applicationd. Copy AppSet.

    473. True or Falsea. If the Application Type is Financial or Consolidations, then

    Journals are also copied during Create.b. One Rate application can not be referenced by multiple otherapplicationsc. You can report on non-reporting application data, but you can assignwork status codes to the data.

    474. Netweaver restrictions for the InfoObjects in the BPC-Cube are thesame as in normal BI cubes_____________ characteristics per BI-dimensions

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    48/73

    and ______ possible BI-dimensions

    475. There ______________, ______________are 2 type of optimizationtechniques to optimize the application

    476. In the Context of BPC, Explain actual data with example?

    477. In the Context of BPC, Explain plan data with example?

    478. In the Context of BPC, Explain forecast data with example?

    479. In the Context of BPC, Explain outlook data with example?

    480. In the Context of BPC, Explain budget data with example?

    481. In the Context of BPC, Explain GL data with example, and explain the

    use of GL data in BPC?

    482. In the Context of BPC, Explain COPA data with example, and explainthe use of COPA data in BPC?

    483. What the ACTUAL Transaction data required for GPM (GrossMargin Planning) for a company like Wal-Mart?

    484. What the ACTUAL Transaction data required for Sales for acompany like Wal-Mart?

    485. What the ACTUAL Transaction data required for P&L Planning fora company like Wal- Mart?

    486. What the ACTUAL Transaction data required for Balance SheetPlanning for a company like Wal-Mart?

    487. What the ACTUAL Transaction data required for Cash FlowPlanning for a company like Wal-Mart?

    488. What the ACTUAL Transaction data required for COGS planningfor a company like Wal- Mart?

    489. What the ACTUAL Transaction data required for HCM planning fora company like Wal- Mart?

    490. What the ACTUAL Transaction data required for LegalConsolidation for a company like Wal-Mart?

    491. What the ACTUAL Transaction data required for COI for a company

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    49/73

    like Wal-Mart?

    492. What is Full P&L for a company like Wal-Mart?

    493. Explain Flow dimension with example?

    494. Explain Monthly, Quarterly and Half Month Closing Proces

    495. Explain Local, Transaction, Report, and Group Currency?

    496. In the Context of BPC Consolidation, Explain the following withexamples?

    a. Company Codeb. Business Areac. Business Unitsd. Profit Center

    e. Primary Cost Centerf. Secondary Cost Centerg. GL accounth. Chart of Accounti. Cost Elementsj. Legal Entityk. Inter Company

    497. In the Context of BPC, Explain cost allocation, activity based costing,fixed cost, variable cost and product costing?

    498. In the Context of BPC, What are Equity, Minority Interest, US GAPP,and UK GAPP?

    499. What are the Dimensions required for each of the following planningfor a company like Wal-Mart?

    a. Balance Sheetb. Full P&Lc. Cash Flowd. Cost Centere. Sales Volumef. Sales Revenueg. GMPh. Operative Expensei. HCM

    500. What are the Hierarchies required for each of the following planningfor a company like Wal-Mart?

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    50/73

    a. Balance Sheetb. Full P&Lc. Cash Flowd. Cost Centere. Sales Volume

    f. Sales Revenueg. GMPh. Operative Expensei. HCM

    501. What is the difference between Management and Statuary Reporting;also explain with example for a company like Wal-Mart?

    502. What are the Applications required for each of the following planningfor a company like Wal-Mart?

    a. Balance Sheetb. Full P&Lc. Cash Flowd. Cost Centere. Sales Volumef. Sales Revenueg. GMPh. Operative Expensei. HCM

    502. What are the Primary Business Objectives for each of the followingplanning for a company like Wal-Mart?

    a. Balance Sheetb. Full P&Lc. Cash Flowd. Cost Centere. Sales Volumef. Sales Revenueg. GMPh. Operative Expensei. HCM

    503. What is the difference between Legal and Profit Center Consolidation?

    504. Explain the consolidation process in details (the tasks that areperformed during consolidation?

    505. Which of the following statements are TRUE?

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    51/73

    a. ApShell is the delivered application set used as a startingpoint for client implementations only in SAP BPC NW 7.0.b. Objects within an AppSet are shared with other AppSets.c. You begin by copying an existing application set, and then youcustomize the application set by creating new applications, dimensions, and

    members.

    506. Which of the following statements are TRUE?a. Measures allows you to change the view of your data

    b. Measurestime-related views of transaction data, such as Period,Quarter tion n to data, and Year to date.c. ApShell measures are: Periodic, Quarter To Data, and Year To Date.d. Most source systems store balances on a periodic basis (whether it isdaily, weekly, monthly, fiscal periods, etc).

    507. Which of the following statements are TRUE?a. Every dimension in the cube has a dimension member posted

    in every record and each one is a base level member. Base level members don'thave children.b. Transaction Data is stored in Applications (Cubes).c. An SAP Business Planning and Consolidation application can bedescribed as being similar to an InfoCube in SAP NetWeaverd. In SAP NetWeaver, the different types of objects that can be used tostore data (or report on views of data) are called InfoProviders.

    508. ApShell Content:a. InfoArea named /CPMB/APSHELL

    b. SAP_BPC_ADMIN , SAP_BPC_SYSADMINc. InfoArea: /CPMB/IOBJGENd. InfoObject catalog (/CPMB/IOBJGEN)e. Task and Member Access Profilesf. Business Rulesg. BPF

    509. The _______________ is an important tool to log to differentapplication sets and to set the default set.

    510. Which of the following steps are executed When you create a newAppSet

    a. Copy the AppSet WebFolders/Data within File Serviceb. Creates a copy of all NW BW Objects (different technical names)c. Moves all data to copied AppSet from source AppSet (both

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    52/73

    transactional as well as master data)d. Copies Security and BPC metadata

    511. ____________________ It logs all RFCs from the .NET tier to the

    ABAP tier. It is a is new in SAP Business Planning and Consolidation7.0,version for SAP NetWeaver.

    512. _____________________ program can be used to check the transportentries of an AppSet.

    513. ____________________ program can be used to check the consistencyfor an AppSet.

    514. ____________ , _______________, _______________,_____________ Dimensions are required in every application

    515. Application Create Vs. CopyWhich are TRUE?a. Create and Copy both require you select a template

    application to copy fromb. The major difference then is that Copy will actually copy the data, andyou can not change the dimension assignments when copying, while Createallows you to change dimension assignments, but not copy data.c. When choosing Create, the documents stored in the file system fromthe Source application will be copied.d. If the Application Type is Financial or Consolidations, then Journalsare also copied during Create.

    516. Technically the following operations are realized as _______________and will technically be executed in a Background Mode, You can use job log intransaction code _____________ to view the detailed log information andprogress of these jobs.

    a. Copy Applicationb. Modify Applicationc. Optimize Applicationd. Copy AppSet

    517. Planning applications must reference a _________ application.

    518. A dimension can also be flagged as a ___________dimension duringmodifying an application process which means that a kind of ______________is created for it, which means security can be controlled through Member AccessProfiles.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    53/73

    519. Which of the following Statements are TRUE?a. You can report on non-reporting application data, but you

    cannot assign work status codes to the data.b. In addition, you cannot define business rules to these application types.c. Reporting applications require the four dimension-types: Entity,

    Account, Rate, and Category but non-reporting types do not.d. To delete a dimension from an application Set, it is necessary to firstdelete all the dependencies of that dimension from the application.

    520. Back-end InfoProviders- Which of the following are TRUE?a. InfoProvider definitions for an SAP Business Planning and

    Consolidation application can be seen in SAP NetWeaver using transactionRSA1.b. Transaction RSDCUBE provides more information about the cubes.c. The InfoObjects in the BPC-Cube are the same as in normal BI

    cubes: 248 characteristics per BI-dimensions and 13 possible BI-dimensions!d. To be an Planner you can use the primary admin Task Profile or theSystem admin Task Profile or create your own Profile but adding theAPPLICATION task

    521. ___________will run a number of technical steps on the SAPNetWeaver BI InfoCube in an attempt to improve performance

    522. There are two different type of optimization available 1. LightOptimize 2. Full Optimize

    a. Light Optimize: ____________________________b. Full Optimize: ______________________________

    523. Full Optimize will check whether the data model of the BusinessIntelligence (BI) Cube is built appropriately. Specifically, it will check:_____________________

    524. Sequence the implementation steps - If the cube structure can beoptimized, then we will:

    1. Take AppSet Offline2. Bring AppSet back Online3. Create a Shadow Cube with Optimal Data Model4. Move data to shadow cube, delete original cube5. Close Open Request, Compress and Index the Cube, and UpdateDatabase Statistics

    525. ____________ has been mandated by the US Securities and Exchange

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    54/73

    Commission. The SAP BusinessObjects Planning and Consolidation applicationspossible solutions include exporting data to a 3rd party tool called BMatrix. Or,exporting the data to a BW InfoCube and have the XBRL application access thedata via a BW Query.

    526. Fill the blanksa. IFRS stands for _________________________b. IAS stands for _________________________c. FASB stands for _________________________d. IASB stands for _________________________

    527. Which of the following are standard business rules?a. Currency Conversion

    b. Account Transformationc. Intercompany Booking

    d. Automatic Adjustmente. Carry-forwardf. US Elimination

    528. Match the Following1. InfoArea - Signed Data

    2. InfoCube - Templates3. MultiProvider - Property4. Characteristics InfoObjects - Member5. Characteristics Value - Dimensions6. Attribute - Application7. Query - Cube or Application8. Key Figure - Application Set

    529. Match the following1. Account = Inter Unit Eliminations and COI

    Entries.2. Category = Reclassifications.3. Datasource = Methods.4. Entity = additional sub assignments.5. Groups = Trading Partner.6. Intercompany = consolidations groups and currency.7. Additional user defined dimensions = consolidation unit.8. Business Rules = Posting level and document type.9. Account transformations = Version.10. Automatic Adjustments = Item.

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    55/73

    530. Which of the following are TRUEa. Applications are InfoCubes in BW.

    b. Applications have multiple dimensions and they have multipleproperties.c. The dimensions are characteristics and the attributes are navigational.

    d. The Legal application is equivalent to the InfoCube we define in thee. databasis.f. The Rate application would equal the TCURR table.

    531. ECCS stands for __________________ (ECC Based), BCS stands for________________(BW Based).

    532. Which of the following are correct statements regarding what isdelivered or available with the NetWeaver release?

    a. Business Process Flows are not in the NW 7.0 but may be in

    the 7.5 release.b. The Dynamic Hierarchy Editor is not in the 7.0 release but the data canbe easily entered via input templates.c. The NW release features the availability of various data bases and alsothe use of the BW Accelerator.d. Time dependent hierarchies in Business Planning and Consolidationare not supported in 7.0.e. Transports are only available with Microsoft releases.f. NW features debug capability of script logic.

    533. Which of the statements below are correct in regards to BW?a. InfoCubes are made up of Fact and Dimension tables.

    b. A BW Dimension table is exactly the same as an Business Planningand Consolidation Dimension.c. BW Characteristics have three potential types of master data.d. There are two main types of InfoObjects: Catalogs and InfoAreas.

    534. Sequence the following Task in the BPC implementation Ordera. Create Input Schedules

    b. Create Reportsc. Create The AppSetd. Create/Setup Data Manager Packagee. Create/Setup Llgicf. Create Dimensiong. Create Applicationh. Create/Setup Business Rulesi. Update Rate and Ownership Dataj. Setup Work Status

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    56/73

    535. What Applications do you need for Consolidation as mandatoryapplication?

    a. Legal

    b. Ownershipc. Rated. Intercompany Matchinge. Finance

    536. True / False - Although all applications can be reported on usingnormal BPC excel, the applications are referred to in this manner becausesupport applications such as rate and ownership cannot be reported on usingInsight (Insight is the infrequently used predictive analytics tool)

    537. When you create new applications, you need to select at least one_______ dimension. Then the member access profiles need to allow access tothe desired members.

    538. What is the Year to Date values.JAN FEB MAR

    Periodic 100 200 0YTD ??? ??? ???

    539. True / False - C, A, E, I can be referenced to other dimensions toprovide validation of members which are property valuesin other dimensions.Category can be referenced to a Time type dimension. That means that theproperty 'Year' in the Category dimension must exist in the time dimension.Account can be referenced to another account type dimension. (the rate typeproperty in the account dimension must exist as a member in the referenceddimension.) Entity can be referenced to a Currency type dimension. (localcurrency in the entity dimension must exist in a currency dimension if it isreferenced.) Intercompany can be referenced to an Entity type dimension.(Entities are property values in an Intercompany dimension).

    540. Which of the following are General Dimension Properties?a. CALC

    b. ACCTYPEc. CURRENCYd. ENTITYe. EVDESCRIPTIONf. FLOW_TYPEg. HIRh. HLEVEL

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    57/73

    i. LEVELj. PERIODk. REPORTINGl. RATETYPEm. SCALING

    n. YEARo. SOLVE_ORDERp. SOLVE_ORDE

    541. You can validate the __________ property of the ACCOUNTdimension type by choosing any dimension of dimension type ACCOUNT as areference dimension of ACCOUNT. This will ensure that the valid values of theRATETYPE property for ___________ are valid members of the referencedimension you choose.

    542. You can validate the ________ property of the CATEGORYdimension type by choosing any dimension of type TIME as a referencedimension. This will ensure that the YEAR property of the CATEGORYdimension has a valid value by checking the value against the _________property of the dimension type TIME that you select.

    543. Dimensions Type By Application Mapping [ Note : Use Yers/No ]_____________________________________________________

    Legal Intercompany Owner Rate Matching_____________________________________________________

    1. Account544. Sub Tables3. Category4. Entity5. Inter company6. Time7. Rate8. Data Source

    545. Which of the following statements are TRUE?a. Account examples include: Balance sheet, Income Statement,

    Cash Flow,and Validation Accounts.b. ICAccount consists of the normal account ids but may also haveadditional hierarchy roll-up ids as well for analysis purposes in the ICMatchingapplication.c. Rate (Currency) examples include AVG, END and possibly otherssuch as HIST.d. Category examples include Actual, Plan, Budget, Forecast, Estimates.Entity examples include legal entities such as C1000 and groups such as H1,

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    58/73

    CG1, CG2.e. RateEntity examples include: Global. This is the entity type dimensionof the Rate application.

    546. Gross Margin, Above Gross Margin , and Return on Net Assets are___________

    547. What are the Standard Account Types ?1. _______________

    2. _______________3. _______________4. _______________

    548. TRUE/FALSE - Flow Dimension which is used to break down theaccount activity or flow. For example, some accounts like fixed assets have a

    subtable dimension containing opening, additions, deletions, transfers, andending balances.

    549. The Main (Group) Properties are:a. ________________________

    b. ________________________c. ________________________d. ________________________e. ________________________

    550. Loading Master Data, Choose the best Optionsa. Flat File Via DM

    b. BW ETL Via Processc. Manual Data Entry into Member Sheetd. Manual Copy and Paste into Member Sheets

    551. Processing a dimension will execute the following stepa. _________________________

    b. _________________________c. _________________________d. _________________________

    552. Which is True?a. When you process a dimension, you can choose to process

    from the member sheet. This means that when you process a dimension, thevalues to save back to the master data of the SAP NetWeaver BW InfoObject aretaken from the Excel sheet you currently have open on your client machine.b. If you do not select from the member sheet, it assumes you havealready chosen to save the sheet to the server before processing and therefore the

  • 8/10/2019 BPC 7.5 Cert SampleQuestions

    59/73

    BW master data is updated from the sheet on the server.

    553. Four Different Type of Logic area. _________________________

    b. _________________________c. _________________________d. _________________________

    554. You will have two files for each script logic you create:a. .LGF: This file contain

    ____________________________________b. .LGX: This file contain ________________