DUMPS
DUMPS
BD
qUEST
BCE
C
BCE
A
C
quest
AC
Choose:
Stock
Services
Product
Procurement
Sales
ADE
You want to define an ABAP Core Data Services (CDS) view that totals the
NET_AMOUNT column for each sales order (column SO_ID). Which SELECT
statement would you use in the definition?
Please choose the correct answer.
Choose one:
You have an SQLScript procedure with a table input parameter it_books. You
want to use the parameter on the right-hand side of an assignment operator
within the procedure.
Choose one:
:it_books
@it_books
{it_books}
it_books
Choose:
To ensure that the user chooses the data on the selection screen is displayed
BD
What are the two different kinds of Identifiers used to represent names used in
SQL statement?
There are 2 correct answers to this question.
Choose:
Numeric identifiers
Undelimited Identifiers
Delimited identifiers
Limited identifiers
BC
****************************************************************************
Name some perspectives that are available in the SAP HANA Studio?
There are 3 correct answers to this question.
Choose:
ABC
Discuss the basic approach of classical ABAP programming?
There are 2 correct answers to this question.
Choose:
Get all the data you need on the application server and do your processing in ABA
AD
What are the two main factors of SAP HANA Innovations and Challenges?
There are 2 correct answers to this question.
Choose:
SAP BW innovations
AB
Which of the following objects can you use in the ABAP layer when using the
top-down approach to bring code to data?
There are 2 correct answers to this question.
Choose:
Stored procedures
Calculation views
AB
Name the views that are available to administer and monitor one or several
SAP HANA systems?
There are 2 correct answers to this question.
Choose:
CD
To connect with the SAP HANA system and see the corresponding catalog
content etc., use the System view. How will you add a system to this view?
There are 2 correct answers to this question.
Choose:
BD
What language one should know to work in SAP HANA?
Please choose the correct answer.
Choose one:
ABAP
SQL
C#
Java
Response:
AD
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.
Choose one:
Update resources
Release packages
Update packages
Release resources
D
Which components can be a part of a calculation view?
There are 3 correct answers to this question.
Choose:
Attribute View
BAPIs
Tables
Analytic View
ACD
You perform a static code check using the Code Inspector (SCI). In your SCI
variant, you select the Search problematic SELECT * statements check. What
does this check report?
Please choose the correct answer.
Choose one:
SELECT * statements where fewer than a specified percentage of all fields are eff
used
AMDP can detect 3 types of syntax errors in active or inactive source code.
What are these errors?
There are 3 correct answers to this question.
Choose:
SQLScript errors
BDE
ABAP 7.4 provides support for optimizing ABAP applications running on SAP
HANA. What are these Transparent Optimizations?
There are 3 correct answers to this question.
Choose:
The ABAP language and the OpenSQL language have been extended
BCE
Choose:
AD
Which of the following option provides access to the views and database
procedures that you can consume in the ABAP environment?
Please choose the correct answer.
Choose one:
Modeler Perspective
Catalogue outlook
System Perspective
A
What are the steps involved in supporting a database oriented programming
model?
There are 2 correct answers to this question.
Choose:
AC
Which system schema contains the list of Activated and inactive Objects?
Please choose the correct answer.
Choose one:
_SYS_REPO
_SYS_XS
_SYS_BIC
_SYS_BI
You plan a database migration to SAP HANA and want to check your ABAP coding for
potential functional regressions. Which Code Inspector check variant can you
use?
Please choose the correct answer.
Choose one:
FUNCTIONAL_CHECK
PERFORMANCE_DB
FUNCTIONAL_DB
PREV_FUNC_REG
Choose:
ABAP programs
Workbench programs
ABAP Class
ABAP interface
Module interface
ACD
Explain how and when to create calculated columns - Using Graphical Modeling
Tools?
There are 3 correct answers to this question.
Choose:
It is possible to nest so that one calculated column, in turn, is based on other calculated
columns
ACD
What is the system privilege required to create analytic privilege?
Please choose the correct answer.
Choose one:
STRUCTUREDPRIVILEGE ADMIN
PRIVILEGE ADMIN
CREATE PRIVILEGE
A
What are the Perspectives and Views of SAP HANA Studio?
There are 2 correct answers to this question.
Choose:
Development properties
Administration console
BD
Which of the SQL performance rules become more important with SAP HANA?
There are 2 correct answers to this question.
Choose:
AC
Discuss different types of engines associated with The SAP HANA architecture?
There are 2 correct answers to this question.
Choose:
Join engine
OLAP engine
OPAX engine
Analytic engine
AB
You have defined the following SQLScript procedure:
CREATE PROCEDURE LANGUAGE SQLSCRIPT SQL SECURITY DEFINER READS SQL DATA
Choose one:
Read-update
Read-write
Write only
Read only
What are the two Profitability Analysis available with CO-PA Scenario in SAP
HANA Modeling?
There are 2 correct answers to this question.
Choose:
Account-based Profitability
Costing-based Profitability
Service-based profitability
Product-based Profitability
AB
Which of the following tool is introduced as a holistic quality assurance tool?
Please choose the correct answer.
Choose one:
DBA Cockpit
BW system
DBMS Cockpit
C
How will you select a preference for Validation rules?
Please choose the correct answer.
Choose one:
What is the purpose of an ABAP project in ABAP Development tools for eclipse?
There are 2 correct answers to this question.
Choose:
AC
Which features does the source code editor provide in ABAP Development Tools
(ADT)?
There are 2 correct answers to this question.
Choose:
Screen Painter
Content Assist
Quick Fix
CD
Which is not a Golden Rule for Open SQL?
Please choose the correct answer.
Choose one:
C
What are the elements of ABAP Database Integration?
There are 3 correct answers to this question.
Choose:
Other DB
DB client-server
DB For ABAP
Application server
ADE
You create a new table definition using the ABAP Dictionary and maintain the
database-specific technical settings. Why do you create a row store instead of a
column store table?
Please choose the correct answer.
Choose one:
A
Which of the following option is not the main capability of SAP BusinessObjects
Analysis for OLAP?
Please choose the correct answer.
Choose one:
Create Presentations
Swap axes
C
Which of the following are performance recommendations when using SAP
HANA?
There are 2 correct answers to this question.
Choose:
Avoid transferring large result sets between database and client applications.
AC
You are programming a report that reads data from a secondary HANA
database (DB). What do you need to consider in your SQL statement?
There are 2 correct answers to this question.
Response:
All tables and fields you are using must exist in the ABAP Dictionary of the Secondary DB.
You have to use native SQL when reading data from the secondary DB.
AB
Response:
AC
Choose:
Text-Based Calculation
AC
Why is a security concept in SAP HANA required?
There are 2 correct answers to this question.
Choose:
Editing of SAP HANA data models should only be possible for “Users.” of the model
BD
What information can you specify using annotations (marked with the @ sign)
when you define a Core Data Services (CDS) view in an ABAP system?
There are 3 correct answers to this question.
Choose:
The logic for aggregations, grouping records, and filtering groups of the CDS view
The extent to which records of the CDS view should be buffered on the application server
The name of the representation of the CDS view in the ABAP dictionary
CDE
What are the Parameters for Analytical and Calculation view?
There are 3 correct answers to this question.
Choose:
ABE
Choose one:
Modell-II services
Conditional services
ITe services
ANSI SQL owns features and adds languages these languages divided into three
parts. What are they?
There are 3 correct answers to this question.
Choose:
ABE
What are the main points of SAP HANA High Availability Per Data center that
are available even in the event of a disaster?
There are 2 correct answers to this question.
Choose:
AD
Which of the following repository object can you edit only in ABAP Development
tools in Eclipse and not in the Classical ABAP workbench?
There are 3 correct answers to this question.
Choose:
Full-text index
External view
Choose:
CDE
You want to implement business logic on the database layer. Which approach
do you follow when implementing an ABAP Managed Database Procedure?
Please choose the correct answer.
Choose one:
C
The new bottlenecks avoided by addressing two challenges, what are they?
There are 2 correct answers to this question.
Choose:
AB
Choose one:
To detect code that would lead to functional or performance issues When migrating to SAP
HANA
B
You use native SQL to access the SAP HANA database. What should you do to
retrieve the correct data?
There are 3 correct answers to this question.
Choose:
Use the tilde symbol (~) to separate qualifier from column name
CDE
Choose:
BDE
*****************************************************************
Which system schema contains the column views of activated objects?
Please choose the correct answer.
Response:
_SYS_BIC
_SYS_BI
_SYS_XS
_SYS_REPO
Choose one:
C
The source code editor in ADT provides many helpful features. What are these
helpful features?
There are 2 correct answers to this question.
Choose:
BC
Choose:
Double
Single Value
Interval
Range
BCD
What are the Possible Approaches with AS ABAP < 7.4 SP02?
There are 2 correct answers to this question.
Choose:
Stored Procedures
SQL units
AB
What must you do when you define and implement an ABAP Managed Database
Procedure (AMDP)?
There are 3 correct answers to this question.
Choose:
List all ABAP Dictionary tables used in the procedure body in the USING clause.
ABD
What are the Performance Rules and Guidelines for ABAP on SAP HANA?
There are 2 correct answers to this question.
Response:
CD
Explain Transitioning ABAP Code to SAP HANA – Performance Considerations?
There are 3 correct answers to this question.
Choose:
ADE
Which engine is used to execute Analytic View?
Please choose the correct answer.
Choose one:
OLAP Engine
Join Engine
Calc Engine
SQL Engine
Choose:
RAM limitation
BC
Which data sources can you use for SAP list viewer with integrated data
access?
There are 3 correct answers to this question.
Response:
Internal table
Database Procedure
CDS View
External view
Database Table
CDE
SAP HANA: Delivers Across 5 Dimensions. These five dimensions lead to certain
goals HANA has to meet. What are these goals?
There are 2 correct answers to this question.
Choose:
AB
Choose:
AC
Which data provisioning methods can you use when you need real time
replications?
There are 2 correct answers to this question.
Choose:
BD
Which of the following is not involved in database table of “The New ABAP SQL
Monitor – Architecture”?
Please choose the correct answer.
Choose one:
D
Which of the following tools and programming techniques use the SQL data
definition language?
There are 2 correct answers to this question.
Choose:
Open SQL
ABAP Dictionary
AB
Which steps do you have to perform when defining a view using core data
services (CDS)?
There are 3 correct answers to this question.
Choose:
Use the DDL statement DEFINE VIEW and SQL like Syntax
CDE
Which of the following feature were added to the ABAP Dictionary to support
the SAP HANA database?
There are 3 correct answers to this question.
Choose:
CDE
What are the benefits includes with SAP HANA Full Text Search?
There are 2 correct answers to this question.
Choose:
AC
What is the purpose of an ABAP project in ABAP Development tools for eclipse?
There are 2 correct answers to this question.
Choose:
BC
Name the views that are available to administer and monitor one or several
SAP HANA systems?
There are 2 correct answers to this question.
Choose:
AB
Which SAP HANA engine executes Calculation view by default?
Please choose the correct answer.
Choose one:
OLAP Engine
Join Engine
Calc Engine
SQL Engine
C
What are the benefits associated with The SAP HANA real-time Operational
analytics?
There are 2 correct answers to this question.
Choose:
AC
To upload data from flat files, SAP HANA offers several features. What are
these important features?
There are 2 correct answers to this question.
Choose:
The supported file types for upload are: .cssv, .xlls, and .xlsxxx
The application suggests the column name and data type for the new tables, and
possible to edit them
The new table always has a 2:2 mapping between the file and table columns
When loading new data in the table, it gets appended to the existing data
BD
Which rules does SAP recommended to improve the performance of ABAP
report on SAP HANA?
There are 2 correct answers to this question.
Choose:
CD
Which of the below statements are true for SAP HANA Studio?
There are 3 correct answers to this question.
Choose:
SAP HANA Studio can be used to manage the SAP HANA database, to create and
user authorizations, to create new or modify existing models of data etc
SAP HANA Studio is a client tool, which can be used to access local or remote HAN
system.
ACD
What is an attribute view and what are its practices?
There are 3 correct answers to this question.
Choose:
ABC
DB-Specific Properties that allows switching between storage types when
running on an SAP HANA database. What are these storage types?
There are 2 correct answers to this question.
Choose:
ROW store
Technology store
Column store
Development Store
BD
What are the steps involved in supporting a database oriented programming
model?
There are 2 correct answers to this question.
Choose:
BC
When are referential joins executed in analytical views?
Please choose the correct answer.
Choose one:
D
How to call the stored procedures in ABAP code?
Please choose the correct answer.
Choose one:
Native SQL
Only SQL
CDS view
Open SQL
A
The SAP HANA state-of-the-art search experience includes full-text search with
advanced features like...
There are 3 correct answers to this question.
Choose:
ACID search
linguistic search
Isolation search
Fuzzy search
freestyle search
BDE
What are the three best approach for Transitioning and optimizing ABAP
applications to SAP HANA?
There are 3 correct answers to this question.
Choose:
Detect
Tuning
Innovate
Optimize
Scaling
ACD
Which of the following categories of parameters can you use in the definition of
an ABAP manage database procedure (AMDP)?
There are 3 correct answers to this question.
Choose:
Receiving
Changing
Returning
Exporting
Importing
BDE
Choose:
Use DDL statement DEFINE VIEW and SQL-like syntax to define the view
BCD
You are working with ABAP Development Tools (ADT) For Eclipse. Which of the
following options belongs to the settings of a specific ABAP project rather than
the entire Eclipse workbench?
Please choose the correct answer.
Choose one:
A
In an ABAP Core Data Services (CDS) view, what must you do to expose an
association for use in another CDS view?
Please choose the correct answer.
Choose one:
List down the elements involved in User Management and Security in SAP
HANA?
There are 3 correct answers to this question.
Choose:
Manage users
Assign security
Work management
Create users
ABD
What all are the steps to perform -To enable type-ahead for an input field on a
screen?
There are 3 correct answers to this question.
Choose:
Check Pre-Requisites
ACD
You use the ABAP trace (SAT) to measure the run time of a program. In a class,
method X checks the validity of its importing parameters and calls method Y.
What pattern of gross and net run time would you expect to see the in the
ABAP trace results for method X?
Please choose the correct answer.
Choose one:
The net run time is greater than the gross run time
The net run time is less than the gross run time
The gross and net run times are identical
C
What allows you to resolve errors quickly or warnings reported about the code?
Please choose the correct answer.
Choose one:
ABAP debugger
Code execution
Debug perspective
Quick Fix
Choose:
CDE
What output does The SAP HANA provide as a unique combination of hardware
and software innovations?
Please choose the correct answer.
Choose one:
Huge potential to optimize business applications that are running on SAP HANA
The ability to create new complex processes with ABAP application cloud
B
You changed an SAP HANA object that you transported using an SAP HANA
Transport container. You want to release the transport request with your
changes.
Choose one:
C
How SAP HANA supports SQL?
There are 3 correct answers to this question.
Choose:
Read
Manipulate data
Transferring data
As a Data Calculator
As a means to define
ABE
What are the steps that supported several tools, which in total result in a
Guided Performance Optimization?
There are 2 correct answers to this question.
Choose:
The ABAP Trace (SAT) and the ABAP Profiling perspective to measure and compar
consumption
A new tool called SQL Monitor to determine the priority if different programs acce
database intensively
A selection Code Inspector (SCI) and ABAP Test Cockpit (ATC) to locate potential
and performance issues.
BD
You define a core data services (CDS) View. For which of the following
expressions and built in functions must you provide alias?
There are 3 correct answers to this question.
Choose:
Unit conversion
CASE expression
CASTE Expression
Currency Conversion
ABE
One of your SAP systems needs to be migrated from its current database to an
SAP HANA database. You want to avoid any functional issues after the
migration.
What should you search for and if necessary replace in the existing custom
ABAP code?
There are 3 correct answers to this question.
Choose:
BCE
An Analytic Privilege consists of several restrictions. What are they?
There are 3 correct answers to this question.
Choose:
Activity restrictions
Validity restrictions
Cube restrictions
Analytic restrictions
View restrictions
ABE
Which code-to-data capability is responsible for the Optimizations &
Translation of “Open SQL SELECT FOR ALL ENTRIES “clauses into native SQL?
Please choose the correct answer.
Choose one:
Database Optimization
Transparent Optimizations
B
Which code-to-data capability supports- Extended view definitions and Better
SQL- 92 standard support in open SQL?
Please choose the correct answer.
Choose one:
A
What is the central goal of using SAP HANA?
Please choose the correct answer.
Choose one:
Accelerate Performance
B
Which task can you perform with the SQL Performance Tuning Worklist tool
(SWLT)?
Please choose the correct answer.
Choose one:
Combine information from static ABAP code scans with runtime data from the SQL Monitor.
Combine information from static ABAP code scans with runtime data from the SQL Trace
tool.
Create a graph comparing the runtimes of ABAP code before and after optimization.
Choose:
To ensure that the user chooses the data on the selection screen is displayed
The ALV Optimization for SAP HANA to display data on the screen
AC
You created and activated database procedure. How can you call this
procedure?
There are 2 correct answers to this question.
Choose: