11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep SAP Certified Development Specialist - ABAP for SAP HANA - Full You got 30 of 38 possible points. Your score: 79 % Question Results Question: Which of the following are characteristics of an external view? There are 3 correct answers to this question. Score 0 of 1 (skipped) Response: It can be used as a data type in ABAP programs. It is an ABAP Dictionary object type. It allows access to an SAP HANA information view with Open SQL. It defines the underlying SAP HANA information view. It can be used in Open SQL statements for database updates. Question: Score 1 of 1 What is an attribute view and what are its practices? There are 3 correct answers to this question. Response: May use in calculation views May contains flow charts Used in diagrammatic Projections Used to join tables https://www.erpprep.com/node/9094/take 1/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep May contain filters Question: Score 1 of 1 What is the Limitations of ALV for SAP HANA? There are 3 correct answers to this question. Response: Restricted to 10,000 records No unit/ currency split if aggregating amounts/ currency values Without currency /unit consideration All unit/ currency restricted to 10,00,00 records Restricted to 5000 records / unit Question: Score 0 of 1 Which of the following is a limitation when you create an external view? Please choose the correct answer. Response: You must include the name of the SAP HANA view in the name of the external view. You must know the underlying tables and join conditions of the SAP HANA view. You must use the ABAP Development tools (ADT) TO CREATE the external view You can only use native SQL to consume the external view Question: Score 1 of 1 Which tools can you use to provide input data for the SQL performance tuning work list (Transaction SWLT)? There are 3 correct answers to this question. Response: https://www.erpprep.com/node/9094/take 2/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Code inspector (transaction SCI) Data base performance monitor (transaction DB50) ABAP test cockpit (transaction ATC) SQL Trace (transaction ST05) SQL monitor (transaction SQLM) Question: Score 1 of 1 What are the basic principles of ALV SAP HANA? There are 2 correct answers to this question. Response: Data described declaratively instead of passing big internal tables Only retrieve the database data which is to be displayed on screen 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 Question: Score 1 of 1 Discuss different types of engines associated with The SAP HANA architecture? There are 2 correct answers to this question Response: Analytic engine OLAP engine Join engine OPAX engine https://www.erpprep.com/node/9094/take 3/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Question: Score 1 of 1 You analyze SQL Monitor data in transaction SQLMD. You know that program X accesses database table Y. You made sure that program X was executed while the SQL Monitor collected its data. But the relevant database access is NOT listed in SQLMD. What could be the reason? There are 3 correct answers to this question. Response: SQL Monitor was activated with a fitter that excludes database table Y. The data has NOT yet been transferred to the SQL Monitor database tables. Database table Y is a buffered table. Program X was executed in the background. SQL Monitor was activated for a specific application server. Question: Score 1 of 1 Which task can you perform with the SQL Monitor (transaction SQLM)? Please choose the correct answer. Response: Combine stat c and dynamic performance analysis results. Search for problematic SELECT • statements. Display the execution plan of an SQL statement. Capture the SQL profile of an application. Question: Score 1 of 1 When to use Enhanced Open SQL? There are 2 correct answers to this question. Response: At the time of Dictionary Views https://www.erpprep.com/node/9094/take 4/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep To access system fields To view scalar components Need the query in one piece of code only Question: Score 1 of 1 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 specify the DB connection explicitly in your statement. You have to use native SQL when reading data from the secondary DB. You have to specify the DB schema explicity in your statement. Question: Score 0 of 1 Explain how and when to create calculated columns - Using Graphical Modeling Tools? There are 3 correct answers to this question Response: It is possible to nest so that one calculated column, in turn, is based on other calculated columns Calculated columns also support non-measure attributes as part of the calculation. The calculation will be opened in a read-only mode The calculation could be an arithmetic or character manipulation. Time characteristics based calculation columns https://www.erpprep.com/node/9094/take 5/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Question: Score 1 of 1 If the Search Options are enabled, you can set the Search Parameters for an attribute of a view. The following parameters are available? There are 3 correct answers to this question Response: Point base ranking Fuzzy search Weights for ranking Freestyle search Index search Question: Score 1 of 1 List down the elements involved in User Management and Security in SAP HANA? There are 3 correct answers to this question Response: Assign job security Manage users Create users Work management Assign security Question: Score 1 of 1 What are the Parameters for Analytical and Calculation view? There are 3 correct answers to this question. Response: Passing other values to be used in calculations https://www.erpprep.com/node/9094/take 6/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep To store data for critical analysis Specifying unit of measurement Create a copy of a report Setting a filter for columns Question: Score 1 of 1 Name the views that are available to administer and monitor one or several SAP HANA systems? There are 2 correct answers to this question Response: The Security view The System Monitor view The Administration view The Landscape view Question: Which data sources can you use for SAP list viewer with integrated data access? There are 3 correct answers to this question. Score 0 of 1 (skipped) Response: Internal table Database Procedure Database Table External view CDS View https://www.erpprep.com/node/9094/take 7/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Question: Score 0 of 1 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. Response: Direct access to a cluster on the database ORDER BY Clauses in Open SQL statements Code that relies on implicit database sorting Left outer joins in open SQL statements Native SQL statements Question: Score 1 of 1 Which of the following are view annotations for a CDS view? There are 3 correct answers to this question. Response: Client handling Environment Semantics Access control Buffering type Question: Score 1 of 1 Which tasks does the ABAP managed database (AMDP) framework perform? There are 2 correct answers to this question. Response: https://www.erpprep.com/node/9094/take 8/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Delete the obsolete versions of the database procedure synchronously Delete the obsolete versions of the database procedure asynchronously Create a new version of the database when the AMDP is first activated Create a new version of the database when the AMDP is first called Question: Score 1 of 1 You want to execute a native SQL statement in your program. Why should you use ABAP Database Connectivity (ADBC)? There are 2 correct answers to this question. Response: It has syntax check at compile time. It supports where-usedlist. It supports locking and commit handling. It supports exception handing. Question: Score 1 of 1 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. Response: Automatic updates of all the input fields Switch on proposal search for input fields Process on all the input fields Identify Elementary Search Help Check Pre-Requisites https://www.erpprep.com/node/9094/take 9/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Question: Score 1 of 1 What must you take into consideration when you use the new open SQL syntax (available as of SAP Net weaver 7.4 SP05)? There are 2 correct answers to this question. Response: All ABAP variables must be escaped with a proceding @ sign. All arithmetic expressions can be used for all type of variables. All Keywords are case sensitive. All fields in the GROUP BY clause must be separated by commas. Question: Score 1 of 1 What allows you to resolve errors quickly or warnings reported about the code? Please choose the correct answer. Response: Code execution Debug perspective ABAP debugger Quick Fix Question: Score 0 of 1 Which steps do you have to perform when defining a view using core data services (CDS)? There are 3 correct answers to this question. Response: Specify the name of the SQL view in ABAP Dictionary Define the type mapping between ABAP and SAP HANA Create a proxy object for the defined view. https://www.erpprep.com/node/9094/take 10/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Create a data definition in your ABAP package Use the DDL statement DEFINE VIEW and SQL like Syntax Question: Score 1 of 1 You are using a calculated column COUNTS within your Dimension Calculation View and an aggregation node. This is the data that goes into the aggregation node: What does the result of the aggregation look like? Please choose the correct answer. Response: Option A Option D Option B https://www.erpprep.com/node/9094/take 11/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Option C Question: Score 1 of 1 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. Response: Storage type for tables Definition of an enhancement category Changes of data class De-pooling and de-clustering Definition of full-text indexes Question: Score 1 of 1 Why is a security concept in SAP HANA required? There are 2 correct answers to this question. Response: Editing of SAP HANA data models should only be possible for “Users.” of the model Database administration should be restricted to skilled Access to ERP tables must be restricted Need to have selected users in SAP HANA for Information Management Question: What are the Functions of Transaction DBACOCKPIT Score 0 of 1 (skipped) There are 2 correct answers to this question. Response: https://www.erpprep.com/node/9094/take 12/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Maintain only HANA specific objects Use Schema for the Connections Maintain, Monitor and test secondary database connection Used to access local or remote database system Question: Score 1 of 1 Explain the Enterprise Information System of - SAP HANA Implementation Scenarios? There are 3 correct answers to this question Response: All HANA Combinations on one platform HANA Modeling HANA Accelerators Business Suite on HANA / BW on SAP HANA All SAP applications on one SAP HANA platform Question: Score 1 of 1 How to call the stored procedures in ABAP code? Please choose the correct answer. Response: Native SQL Only SQL Open SQL CDS view https://www.erpprep.com/node/9094/take 13/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Question: Score 1 of 1 You implement an ABAP-managed database procedure (AMDP). Within this AMDP, you want to query data from calculation view CA_BOOKINGS_COUNT in SAP HANA content package ha400.primdb. How can you address the calculation view? There are 2 correct answers to this question. Response: _SYS_ BIC."ha400.prirndb/CA_BOOKINGS_COUNT" _SYS_ BIC."ha400.primdb::CA_BOOKINGS_COUNT" "ha400.pr mdb/CA_BOOKINGS_COUNT" "ha400.primdb::CA_BOOKINGS_COUNT" Question: Score 1 of 1 What views will be most efficient for General Modeling Principles? There are 2 correct answers to this question Response: Column view Analytical view Schema view Attribute view Question: Score 1 of 1 Which of the following tools and programming techniques use the SQL data definition language? There are 2 correct answers to this question. Response: Core data services (CDS) data definition ABAP Dictionary https://www.erpprep.com/node/9094/take 14/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep Core data service (CDS) access control Open SQL Question: Score 1 of 1 What output does The SAP HANA provide as a unique combination of hardware and software innovations? Choose the correct answer Response: Huge potential to optimize AMDP application DATA Tables Huge potential to optimize business applications that are running on SAP HANA Huge potential to maximize the number of disk blocks in the application The ability to create new complex processes with ABAP application cloud Question: Score 1 of 1 Which of the following is not involved in database table of “The New ABAP SQL Monitor – Architecture”? Choose the correct answer Response: Critical data table Performance data table Selection data table Runtime monitor data Question: Score 0 of 1 What are the two layers of ABAP system interacts with its database? https://www.erpprep.com/node/9094/take 15/16 11/8/2020 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep There are 2 correct answers to this question. Response: The Database specific library The Data Storage interface The Database independent interface The Client database interface Score 1 of 1 Question: You are using ABAP Development Tools, and you have placed your cursor on a method name in a class. What key do you use to navigate between a method definition and its implementation? Please choose the correct answer. Response: F3 F4 F2 F1 Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us Contact Us https://www.erpprep.com/node/9094/take 16/16