SAP HANA FAQs by KK

9

Click here to load reader

Transcript of SAP HANA FAQs by KK

Page 1: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 1/9

Q 1 . What are the core capabilities of the SAP HANA database?Note: There are 3 correct answers to this question .

1. Parallel processing can be performed across multiple CPUs2. All operations are performed in memory3. There is a special format for programming4. Every row is a secondary index5. Data can be stored in a column store

Q 2 . What are some of the features of non-native applications?Note: There are 3 correct answers to this question

1. They can be extended to run on SAP HANA2. They use an external application server3. They use SAP HANA XS4. Existing applications can be used without change5. They connect directly to SAP HANA

Q 3. The SAP HANA platform comprises the following main components.Note: There are 3 correct answers to this question

1. SAP HANA OData2. SAP HANA application cloud3. SAP HANA database4. SAP HANA appliance software5. SAP HANA SQL

Q 4. Which perspectives does a developer use to build SAP HANA applications?Note: There are 3 correct answers to this question

1. The Modeling perspective2. The Debug perspective3. The JavaScript perspective4. The SAP HANA Development perspective5. The Administration Console perspective

Q 5. What is the main function of the SAP HANA repository ?

1. To store runtime object versions2. To store design-time object versions3. To store user preferences4. To store catalog tables

Q 6. Which views are displayed in the SAP HANA Development perspective?Note: There are 3 correct answers to this question

1. SAP HANA Repositories2. Job log3. Navigator (SAP HANA Systems)4. Project Explorer5. SQL editor

Q 7.Which type of access does the SAP HANA Repositories view provide to repository content in SAP HANA studio?

1. Write access2. Access to local content only3. Full read/write access4. Read-only browse access

Page 2: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 2/9

Q 8. Which of the following operations does the SAP HANA client perform?

1. It connects the SAP HANA repository to the SAP HANA database.2. It connects the SAP HANA studio to another instance of the SAP HANA studio3. It connects Web browsers to the SAP HANA studio4. It connects the SAP HANA studio to the SAP HANA repository.

Q 9. What is the SAP HANA studio?Note: There are 3 correct answers to this question .

1. An Eclipse-based writing tool2. An Eclipse-based modeling environment3. An Eclipse-based administration tool4. An Eclipse-based upgrade tool5. An Eclipse-based development environment

Q 10. What is a design-time object in SAP HANA?

1. Only inactive content stored in the SAP HANA repository2. Transportable content stored in the SAP HANA repository3. All content stored in the SAP HANA database catalog4. Only active content stored in the SAP HANA repository

Q 11. What do you use to request access to a running SAP HANA system?

1. SAP HANA forum2. Search engines3. SAP Community Mailing List4. SAP HANA Developer Center

Q 12. How can you reduce the cost of an SAP HANA system with Amazon Web Services (AWS) in the Cloud?Note: There are 3 correct answers to this question .

1. Start your instance using an EBS Optimized Volume2. Choose a lower HANA instance size when creating a stack in AWS3. Choose a higher HANA instance size when creating a stack in AWS4. Use Request Spot Instances to bid on an instance5. Stop the instance when not using the instance

Q 13. Where does an SAP HANA application store design-time content?

1. In the SAP HANA application descriptors2. In dedicated XSJS files3. In the SAP HANA repository4. On the SAP HANA Web server

Q 14. Which of the following are core application files?Note: There are 2 correct answers to this question .

1. .xsapp2. .xsaccess3. .xslogon4. .xsproject

Q 15. Which of the following application files has no content?

1. Xsprivileges

Page 3: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 3/9

2. .xssqlcc3. .xsapp4. .xsaccess

Q.16 What is the main role of server-side JavaScript in SAP HANA XS?

1. To extract content unaided from the database

2. To define data unaided in the SAP HANA database

3. To update data unaided in the SAP HANA database

4. To expose extracted data in response to client requests

WEEK – II

Q. 17 What is meant by the term hdbtable?

1. A syntax used to define runtime representation of a table2. A syntax used to define table access permissions3. A syntax used to specify table authorization4. A syntax used to define a design-time representation of a table

Q. 18 What is the main advantage of the design-time approach to data modeling?

1. Faster data-model design process2. Immediate availability of data model3. Transportability of data models between SAP HANA systems4. Longer, more accurate data-model design process

Q.19 What is the file extension associated with a design-time schema definition?

1. .hdbschema2. .schema3. Sch4. .hdbsch

Q.20 What are the main benefits of the SAP HANA repository for application development?Note: There are 3 correct answers to this question .

1. Direct connection to external product updates2. Software component delivery and patching3. Built-in support for translatable texts4. Support for client-based development5. Object management, versioning, and transport

Q.21 Which of the following are valid keywords in a design-time sequence definition for SAP HANA?Note: There are 3 correct answers to this question .

Page 4: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 4/9

1. cycles=2. depends_on_sequence=3. schema=4. start_with=5. stop_with=

Q.22 What is the file extension associated with a design-time SQL view definition?

1. .view2. .hdbvws3. . hdbview 4. .vws

Q.23 What is meant by the key word "cycles = true"?

1. The sequence remains open-ended2. When a sequence reaches the end, it is reversed

3. When a sequence reaches the end, a different sequence is triggered4. When a sequence reaches the end, it starts over again

Q.24 Which of the following roles are assigned by default to an SAP HANA user?Note: There are 3 correct answers to this question

1. MONITORING2. MODELING3. SUPERUSER4. CONTENT_ADMIN5. PUBLIC

Q.25 What is the correct file extension for a design-time role definition?

1. .xsrole2. .dbr3. .role4. .hdbrole

Q.26 What is the name of the _SYS_REPO procedure used to grant a role to an SAP HANA user?

1. GRANT_ ACTIVATED_ROLE2. GRANT_INACTIVE_ROLE3. GRANT_ACTIVE_ROLE4. GRANT_USER_ROLE

Q.27 Which of the following sequences are included in the EPM data?Note: There are 3 correct answers to this question .

1. Text ID

Page 5: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 5/9

2. Goods Receipt ID3. Invoice ID4. Address ID5. Purchase Order ID

Q.28 Which of the following synonyms is included with the EPM data?

1. TCURZ2. TCURC3. T002 4. T00A

Q.29 Which files are required for an automated table load using a design-time configuration?Note: There are 3 correct answers to this question

1. A table-import data file2. A table content file3. A CSV file4. A table-import index file5. A table-import model file

Q.30 What is the mandatory file extension for the file used to define table-import data?

1. .hdbtid2. .hdbid3. .hdbdata4. .hdbd

Q.31 Can you create a new field in an attribute view?

1. No, you must define the new field in the analytic view 2. Yes, but you cannot fill the new field with data. This must be done in a calculation view 3. Yes, you can.4. No, you must insert the new field in the source system as a placeholder

Q.32 What is the normal way to check the correctness of an attribute view?

1. With an SAPUI5 script2. With data preview in SAP HANA studio

3. With a query in SAP BW4. With an SQL script

Q. 33 Which of the following are properties of an output column?Note: There are 3 correct answers to this question

1. Hidden 2. Template

Page 6: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 6/9

3. Key Attribute4. Output Color5. Drilldown Enabled

Q.34 The SEMANTICS part of the model is the correct place to:Note: There are 3 correct answers to this question .

1. Define measures2. Define attributes3. Define hierarchies4. Define a calculated column5. Define variables

Q.35 In Analytic views, you can perform the following actions:Note: There are 3 correct answers to this question .

1. Apply filters for attributes

2. Apply one variable for one attribute3. Hide a hierarchy of an attribute4. Hide a measure5. Apply several variables for one attribute

Q.36 For what do you need analytic privileges?Note: There are 3 correct answers to this question .

1. To call a query2. To retrieve data from a calculation view3. To retrieve data from an analytic view4. To retrieve data from an attribute view 5. To create an analytic user

Q.37 With analytic privileges, you can restrict access in a data container to:Note: There are 3 correct answers to this question .

1. A field from an attribute view2. An attribute field in an Analytic view3. A public dimension of an Analytic view4. An attribute field in a Calculation view5. A private dimension of an Analytic view

Q.38 What concept enables you to make the definition of analytic privileges more flexible?

1. Dynamic privileges2. The "Applicable to all content models" option3. Value restrictions4. Schema definitions5.

Page 7: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 7/9

Page 8: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 8/9

Page 9: SAP HANA FAQs by KK

8/12/2019 SAP HANA FAQs by KK

http://slidepdf.com/reader/full/sap-hana-faqs-by-kk 9/9