Sei sulla pagina 1di 15

2/6/2014

119.226.214.112/perception5/perception.php?

Feb 06 2014 | Logged in as : KGH09060O

1 of 60 Which of the following transactions are relevant to the data sources in SAP R3 side? RSA3, RSO2 RSA1, RSANWB. RSA5, RSA6. None of these.

2 of 60 What types of variables are available in SAP BW? Characteristic variables Hierarchy and Hierarchy nodes variables Text variables Authorization Variable

3 of 60 what is the Characteristic Variables? Act as placeholders for characteristic values and Used to select single values and value ranges. Represent a Text of a Characteristic. Represent a numerical formula values. None of these.

4 of 60 Which of the following is/are true for BEx Web Analyzer:


http://119.226.214.112/perception5/perception.php? 1/15

2/6/2014

119.226.214.112/perception5/perception.php?

Web-based tool that performs ad hoc analysis Query data can be displayed and analyzed graphically User can change existing queries It can open an existing query or a view or it can define a new query

5 of 60 How many aggregates can you build against the DSO? 1 3 34 None

6 of 60 I_VNAM is: variable name of the customer exit in Bex report internal table of source routine Infomation message variable None of the above

7 of 60 Structure of a range table includes: VALUE OPT LOW HIGH

8 of 60 What are Internal tables? The Internal tables provide a means of taking data only from view and not storing it anywhere
http://119.226.214.112/perception5/perception.php? 2/15

2/6/2014

119.226.214.112/perception5/perception.php?

The Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP The Internal tables are static tables and store data in database The Internal tables are normally not used in ABAP reports

9 of 60 Can we create calculated keyfigures at Query level ? Yes No

10 of 60 The BEx Broadcaster can be called up from the following areas: BEx Query Designer BEx Web Application Designer BEx Analyzer (Workbook)

11 of 60 Technical Name of the Query can be changed once saved. True False

12 of 60 Choose the correct Decision making statements: IF-ENDIF CASE-WHEN-ENDCASE IF-ELSE-EXIT IF-ELSEIF-EXIT-ENDIF

13 of 60
http://119.226.214.112/perception5/perception.php? 3/15

2/6/2014

119.226.214.112/perception5/perception.php?

Which type of message gives an error dump? X I S A

14 of 60 Which ABAP statement is used to join two or more strings? Condense Join Connect Concatenate

15 of 60 For better performance of queries the following has to kept in mind: Keep the number of characteristics in the query as small as possible Define calculated and restricted key figures locally instead of at the InfoProvider level Build aggregates where feasible Exclude Characteristics values rather than include them

16 of 60 Pressing F5 in a debugger will Execute full program Execute one statement at a time check the syntax of the code close the debugger

17 of 60 Which of the following functions are available in Calculated Key figures:


http://119.226.214.112/perception5/perception.php? 4/15

2/6/2014

119.226.214.112/perception5/perception.php?

Percentage Functions Data Functions Text Functions Mathematical Functions

18 of 60 I_STEP = 1 call takes place: directly before variable entry directly after variable entry for authorization check to check the values of the variables

19 of 60 SAP BW Reporting comes with Efficient analysis technique Powerful multi-dimensional visualization Both the above None of the above

20 of 60 Data target InfoProviders are InfoSet DSO InfoObjects without master data. Standard Cube

21 of 60 A generic datasource can be created on which types of sources? View/Table


http://119.226.214.112/perception5/perception.php? 5/15

2/6/2014

119.226.214.112/perception5/perception.php?

Infoset Data element Function Module

22 of 60 In compression of aggregate , How the aggregate Fact table data is transferred ? P to F table E to F table F To E table E to P table

23 of 60 Which I_step is used to validate variable data? I_STEP = 1 I_STEP = 2 I_STEP = 3 I_STEP = 0

24 of 60 Which of the following is/are true for Characteristic Attributes: Attributes are assigned to characteristics in the InfoObject maintenance One can maintain them as purely Display Attributes or as Navigation Attributes Navigation Attributes can be used for defining queries in reporting in the same way as characteristics. They are displayed in the characteristic dimension in Query designer. User can navigate using display attributes

25 of 60 Select all the correct ones from below: Restricted key figures are basic key figures that are filtered by one or more characteristic selections
http://119.226.214.112/perception5/perception.php? 6/15

2/6/2014

119.226.214.112/perception5/perception.php?

Restricted key figures are global filters Characteristic restriction can be changed at run time for a Restricted Key Figure Restricted Key Figures can be reused for any query at the Info Provider level

26 of 60 Some of the Transaction Codes used for BW Load Error resolution: SM37 ST22 SE38 SM50

27 of 60 which below objects can be used in aggregates ? Time dependent attributes Process Chain Hierarchies Multiprovider

28 of 60 What options do you have to restrict a characteristic? Single value Interval Variable All of the above

29 of 60 Which is more efficient? Loop inside a loop or parallel cursor? loop inside a loop
http://119.226.214.112/perception5/perception.php? 7/15

2/6/2014

119.226.214.112/perception5/perception.php?

parallel cursor None Doesn't really matter which one is used.

30 of 60 A remote process chain calls a process chain that needs to be run by using a destination in another system. True False

31 of 60 EXIT_SAPLRSAP_002 is an exit for which type of datasource? Transaction data Master data text Master data attribute Hierarchy

32 of 60 Key Figures can be added to : Rows of Query Columns of Query Filter Preview

33 of 60 In the Bex Analyzer following buttons are provided to the user for Navigations : Graph Chart Filter Info
http://119.226.214.112/perception5/perception.php? 8/15

2/6/2014

119.226.214.112/perception5/perception.php?

34 of 60 The Cell Editor gets enabled only when 2 structures are defined in the Query defination True False

35 of 60 Which ones are true for virtual characteristic/key figure? Used to derive values ar query runtime Query performance is improved when these are used Should not be added to infoprovider Must be added to infoprovider but not mapped in transformation

36 of 60 How will you check the SELECT statement success? Using error log Using sy-subrc Using sy-tabix Using monitor

37 of 60 SAP BW supports different ways to enhance performance of queries during reporting Use aggregates Use hierarchies to display data Manually delete unused entries in InfoCubes Use precalculated key figures (during load) instead of on-the-fly-created key figures

38 of 60
http://119.226.214.112/perception5/perception.php? 9/15

2/6/2014

119.226.214.112/perception5/perception.php?

Which of the following statements is/are true about Query Caching: Result data of Queries that are requested frequently should be held in cache Global cache cant be switched off If the query relevant data is often changed, it should be held in global cache Complex result data of Queries, processed by the OLAP processor should be held in cache

39 of 60 Which routine is used in order to do record wise data operation? Start routine Field routine End routine Record routine

40 of 60 If you use process chains, you can Automate the Complex schedules in BW Visualize the schedule by using network applications Centrally control and monitor the processes Maintain Authorizations

41 of 60 A delta pointer can be Timestamp alphanumeric pointer Calendar Day GUID

42 of 60
http://119.226.214.112/perception5/perception.php? 10/15

2/6/2014

119.226.214.112/perception5/perception.php?

A reference characteristic will use the SID table and master data table of the referred characteristic. True False

43 of 60 Which t-code is used for Extractor Checker? RSA5 RSA3 RSA6 RSA7

44 of 60 Which t-code is used to analyze ABAP runtime error? ST22 ST01 SM37 SM12

45 of 60 The context menu on each setting of BEx broadcaster allows you to Execute the broadcast immediately but Dispatch allows you to schedule the run . True False

46 of 60 Technical Name of the Query can be changed once saved. True False

http://119.226.214.112/perception5/perception.php?

11/15

2/6/2014

119.226.214.112/perception5/perception.php?

47 of 60 What type of search is used in a READ statement on a sorted internal table? Bitmap search Sequential search Binary search Character search

48 of 60 Default values in Query Designer: Act as initial filter for characteristic values Are Global Filters User cannot change these values User can change these values later

49 of 60 Which of the following are reporting tools available in BW: Query Designer BEx Analyzer Web Application Designer BEx Web Analyzer

50 of 60 Select all the True statements: Formula is local and Calculated Key figure is global Formula doesnt have Tech name whereas Calculated Key Figure must have In Formula we can take the Key Figures which are available as the part of Query. But in Calculated Key Figures, you can take any Key Figure; it could be either a basic key figure or another Calculated Key Figure or Restricted Key Figure Calculated Key Figures are available across Infoproviders
http://119.226.214.112/perception5/perception.php? 12/15

2/6/2014

119.226.214.112/perception5/perception.php?

51 of 60 In Restricted Keyfigures the restricitons are valid for the entire query. True False

52 of 60 Scope of work within Support are Daily Load Monitoring Production Break Fix Performance Monitoring, Analysis and Enhancements Production System Status Update

53 of 60 The Query data can be further exposed to Third party BI tool. True False

54 of 60 Choose the syntactically correct statements: Loop at into . Loop at from . Sort by field1. Sort comparing field1.

55 of 60 Infoproviders are: Objects on which we can create and execute queries Infoproviders always physically store data Infocubes, DSO, Infosets are examples of Infoproviders Infoproviders act as Views of data
http://119.226.214.112/perception5/perception.php? 13/15

2/6/2014

119.226.214.112/perception5/perception.php?

56 of 60 In a calculated Key Figures following types of Exception aggregation is possible Total Maximum Top N First Value

57 of 60 Which Tcode to Check RFC connection ? SM51 SM50 SM21 SM59

58 of 60 which option Deletes data from aggregates ? Delete Deactivate Delete Data Switch Off

59 of 60 Process chains can trigger other process chains . True False

http://119.226.214.112/perception5/perception.php?

14/15

2/6/2014

119.226.214.112/perception5/perception.php?

60 of 60 In BEx Broadcaster, we have the following options for entering recipients: User User in Roles E-mail Addresses User group

Submit

Questionmark Perception licensed to IBM

http://119.226.214.112/perception5/perception.php?

15/15

Potrebbero piacerti anche