
[Sep 04, 2021] E_HANAAW_16 Dumps Full Questions - Exam Study Guide
SAP Certified Development Specialist Free Certification Exam Material from PassTorrent with 240 Questions
NEW QUESTION 22
When to use Enhanced Open SQL?
There are 2 correct answers to this question.
- A. To access system fields
- B. To view scalar components
- C. Need the query in one piece of code only
- D. At the time of Dictionary Views
Answer: A,C
NEW QUESTION 23
What is Core Data Services (CDS)?
- A. A collection of services for ABAP application programming that provide access to the core features of the SAP HANA database management system
- B. A collection of services that provide information about the data volumes of the SAP HANA core tables
- C. A collection of core features and services that provide data from the ABAP application server layer to the user interface
- D. A collection of domain-specific languages and services for definition and consumption of semantically rich data models
Answer: D
NEW QUESTION 24
Which of the following is not an element of Analytical view? Please choose the correct answer.
- A. Currency conversion is not applicable
- B. Used to Joined table
- C. Join fact tables
- D. Read Data from the joined database tables
Answer: A
NEW QUESTION 25
You want to implement business logic on the database layer.
Which approach do you follow when implementing an ABAP Managed Database Procedure?
- A. The Near-Far approach
- B. The Left-Right approach
- C. The Top-Down approach
- D. The Inside-Out approach
Answer: C
NEW QUESTION 26
For which purpose can you use literal values in an Open SQL statement?
- A. To provide a default value for a database table column
- B. To perform a generic existence check
- C. To alias the result of an arithmetic expression
- D. To comment your development directly in the coding
Answer: B
NEW QUESTION 27
How to call the stored procedures in ABAP code? Please choose the correct answer.
- A. Only SQL
- B. Open SQL
- C. CDS view
- D. Native SOL
Answer: D
NEW QUESTION 28
Discuss different types of engines associated with The SAP HANA architecture? There are
2 correct answers to this question
- A. Join engine
- B. OPAX engine
- C. OLAP engine
- D. Analytic engine
Answer: A,C
NEW QUESTION 29
Which code-to-data capability supports- Extended view definitions and Better SQL-92 standard support in open SQL? Please choose the correct answer.
- A. Database oriented programming model
- B. New SQL parser used in model
- C.
- D. Database for sophisticated analysis
Answer: A
NEW QUESTION 30
How SAP HANA supports SQL?
There are 3 correct answers to this question.
- A. As a means to define
- B. Read
- C. Manipulate data
- D. Transferring data
- E. As a Data Calculator
Answer: A,B,C
NEW QUESTION 31
Explain how and when to create calculated column - Using graphical Modeling Tools?
There are 3 correct answers to this question
- A. The calculation could be an arithmetic of character manipulation
- B. Calculated column also support non-measure attributes as a part of the calculation
- C. Time calculation will be opened in a read-only mode ] Time characteristics based calculation columns
- D. It is possible to nest so that one calculated column, in turn, is based on other calculated columns
Answer: A,B,D
NEW QUESTION 32
What are the different types of Calculation View? (2 answers)
- A. Graphical Calculation View
- B. Text-Based Calculation
- C. Scripted Calculation View
- D. OLAP Calculation View
Answer: A,C
NEW QUESTION 33
In addition to closing the result set. what does the CLOSE method of the CL_SQL_RESULT_SET class when using ABAP Database Connectivity (ADBC) do?
Please choose the correct answer.
- A. Release resources
- B. Update packages
- C. Update resources
- D. Update resources
Answer: A
NEW QUESTION 34
What are the benefits includes with SAP HANA Full Text Search? There are 2 correct answers to this question
- A. Exploit structured contents in SQL
- B.
- C. Large number of toolkits are available
- D. Easy to use modeling tool
Answer: B,D
NEW QUESTION 35
Explain how and when to create calculated column - Using graphical Modeling Tools? There are 3 correct answers to this question
- A. The calculation could be an arithmetic of character manipulation
- B. Calculated column also support non-measure attributes as a part of the calculation
- C. Time calculation will be opened in a read-only mode ] Time characteristics based calculation columns
- D. It is possible to nest so that one calculated column, in turn, is based on other calculated columns
Answer: A,B,D
NEW QUESTION 36
Explain the Authorization Concept and the types of privileges associated with it? There are
3 correct answers to this question
- A. Object privileges
- B. Analytic privileges
- C. System privileges
- D. Application privileges
- E. Package privileges
Answer: A,B,C
NEW QUESTION 37
What you must do when you define and implement an ABAP Managed Database Procedure AMDP? (3 ans) There are 3 correct answers to this question.
- A. List all the ABAP dictionary tables used in the procedure body in the USING clause
- B. Specify the database system and language
- C. Mark the AMDP method as read-only
- D. Define all the method parameters to pass by value
- E. Use Scalar types for all the AMDP method parameters
Answer: A,B,D
NEW QUESTION 38
Which of the following folder is essential to relate to Smart Data Access and also combines data from remote sources? Choose the correct answer
- A. Content folder
- B. Security folder
- C. Administration folder
- D. Provisioning folder
Answer: D
NEW QUESTION 39
What all are the Types of Applications based on SAP HANA? There are 2 correct answers to this question.
- A. Data Mart based on SAP HANA
- B. Server based on SAP HANA
- C. New or Native SAP HANA
- D. Innovation based on SAP HANA
Answer: A,C
NEW QUESTION 40
To connect with the SAP HANA system and seethe corresponding catalog content etc., use the Systems view. How will you add a system to this view?
There are 2 correct answers to this question.
- A. Password for the database user
- B. By using Open Catalog look
- C. By using SQL application
- D. Database user- also different from your ABAP user
Answer: A,D
NEW QUESTION 41
How can you exchange SQL Monitor data between two systems?
- A. Deactivate the SQL Monitor in the source system and activate the SQL Monitor in the target system.
- B. Create a snapshot of the SQL Monitor data, export it to the file system, and then import it to the target system.
- C. Create and release a transport request containing the SQL Monitor log files.
- D. Configure a secondary database connection to the target system and query the data in the SQL Monitor.
Answer: B
NEW QUESTION 42
Which of the following are classes of the ABAP Database Connectivity (ADBC) API? 2 ans
- A. CL_SQL_RESULT_SET
- B. CL_SQL_EXECUTE_QUERY
- C. CL_ADBC_SQL_STATEMENT
- D. CL_EXEC_SQL
- E. CL_SQL_STATEMENT
Answer: A,E
NEW QUESTION 43
You use ABAP database connectivity (ADBC) to issue native SQL calls to the database, the native SQL call?
Which of the following methods of class CL_SQL_RESULT_SET retrieves the tabular result of the native SQL call? Please choose the correct answer.
- A. NEXT_PACKAGE
- B. SET_PARAM_TABLE
- C. EXECUTE_QUERY
- D. SET_PARAM
Answer: A
NEW QUESTION 44
Before migrating to SAP HANA, which Code Inspector check do you have to consider to avoid functional regressions?
- A. Use of the ADBC interface
- B. Standard Web Dynpro checks
- C. Search for DB operations across modularization units
- D. SELECT statements that bypass the table buffer
Answer: A
NEW QUESTION 45
Which of the following is not involved in database table of "The NewABAP SQL Monitor-Architecture?
Choose the correct answer
- A. Runtime monitor data
- B. Performance data table
- C. Selection data table
- D. Critical data table
Answer: D
NEW QUESTION 46
Which system schema contains the information about Time data and Schema Mapping?
- A. _SYS_BIC
- B. _SYS_BI
- C. _SYS_XS
- D. _SYS_REPO
Answer: B
NEW QUESTION 47
......
Dumps Brief Outline Of The E_HANAAW_16 Exam: https://www.passtorrent.com/E_HANAAW_16-latest-torrent.html