option
Cuestiones
ayuda
daypo
buscar.php

TEST BORRADO, QUIZÁS LE INTERESE: ABAP HANNA 40 - fourth

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
ABAP HANNA 40 - fourth

Descripción:
ABAP HANNA 40 - fourth

Autor:
AVATAR
ABAP HANNA 40 - fourth
OTROS TESTS DEL AUTOR

Fecha de Creación: 10/07/2021

Categoría: Otros

Número Preguntas: 40
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Discuss the main capabilities of SAP BusinessObjects Analysis for Office? There are 2 correct answers to this question Suggests style sets for crosstabs Sort data by characteristics Analyze data with the design panel Convert crosstab cells to formula.
Which of the following are performance recommendations when using SAP HANA? There are 2 correct answers to this question. Define indexes on the columns that are used in calculations. Move data-intensive calculations from the database to an application server. Avoid transferring large result sets between database and client applications. Filter data in lower layers.
What do you have to consider if you want to use Native SQL in your ABAP programs to access an SAP HANA database? There are 2 correct answers to this question. Hashed or sorted tables must be used with the INTO CORESPONDING FIELDS keyword. The database independency of your report can be lost. Client handling needs to be done explicitely in the the Native SQL statement. The ABAP system checks the syntax of the Native SQL statements.
Explain the Enterprise Information System of - SAP HANA Implementation Scenarios? There are 3 correct answers to this question HANA Modeling HANA Accelerators Business Suite on HANA / BW on SAP HANA All SAP applications on one SAP HANA platform All HANA Combinations on one platform.
What are the elements of ABAP Database Integration? There are 3 correct answers to this question. DB client-server Client database handling Application server DB For ABAP Other DB.
The SAP HANA database is a hybrid in-memory database that combines Few technologies within. What are these technologies? There are 3 correct answers to this question Value-based database technology Time-based database technology Row-based database technology Column-based database technology Object-based database technology.
What are the two layers of ABAP system interacts with its database? There are 2 correct answers to this question. The Database independent interface The Database specific library The Client database interface The Data Storage interface.
Hybrid Data Management System – Combining different paradigms in one system. Discuss capabilities associated with the Hybrid Data Management system? There are 3 correct answers to this question Traditional disk-based tables Text analysis and search Built-in support for planning Text indexing capabilities Linguistic search capabilities.
Which step of the Guided Performance Analysis should you perform in the product on system? Please choose the correct answer. Building a work list with SQL Performance Tuning Work list (SWLT) Executing a check run with ABAP Test Cockpit (ATC) Collecting data with SQL Monitor (SQLM) Performing an inspection with Code Inspector (SCI).
You use ABAP database connectivity (ADBC) to issue native SQL calls to the database. Which of the following methods of class CL_SQL_RESULT_SET retrieves the result set of the native SQL call? Please choose the correct answer SET_PARAM EXECUTE_QUERY SET_PARAM_TABLE NEXT_PACKAGE.
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. To limit the unpacking and reconstruction of rows To allow creation of a full-text index To limit the need of indexes To limit the data footprint.
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. Tools analyzing performance at run-time, to determine if critical constructs A new tool called SQL Monitor to determine the priority if different programs access the database intensively A selection Code Inspector (SCI) and ABAP Test Cockpit (ATC) to locate potential functional and performance issues. The ABAP Trace (SAT) and the ABAP Profiling perspective to measure and compare runtime consumption.
Which of the following takes advantage of the computing power of multiple CPUs used by SAP HANA? Please choose the correct answer. Columnar data storage Dictionary encoding Database table compression Parallel processing.
What are the features of New Open SQL? There are 2 correct answers to this question. Supports arithmetic and string expressions Supports conditional expressions Supports Code adjustment model Supports specific units of database.
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. The logic for aggregations, grouping records, and filtering groups of the CDS view The join conditions of the CDS view The name of the representation of the CDS view in the ABAP dictionary The client dependency of the CDS view The extent to which records of the CDS view should be buffered on the application server.
List down the four main concepts of the SAP HANA database? There are 3 correct answers to this question Column Store Compression Partitioning Object store Tools combinations.
Which of the following features were added to the ABAP dictionary to support the SAP HANA database? There are 3 correct answers to this question. Change of data class Storage type for tables De-pooling and de-clustering Definition of full-text indexes Definition of enhancement category.
What all are the advantages provides by ABAP Development Tools? There are 3 correct answers to this question. An open platform for developing powerful database view A set of Eclipse data pool and Client- Open platform A brand new ABAP development experience on top of the Eclipse platform An open platform for developing new ABAP-related tools A set of open, language- and platform-independent APIs.
What are best practices when programming in ABAP for SAP HANA? There are 2 correct answers to this question. Use repeated SELECT SINGLE statements to ensure that you only read arrow if it is really required Eliminate nested SELECT statements to reduce the overall number of database accesses Calculate aggregations using ABAP code on the application server to limit database load Use a column list in the SELECT clause to ensure that you only read a column if it is really required.
What are the Functions of Transaction DBACOCKPIT There are 2 correct answers to this question. 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.
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. SELECT * statements on tables with more than a specified number of fields SELECT * statements where fewer than a specified percentage of all fields are effectively used SELECT * statements on tables with the Column Store storage type SELECT * statements on tables with more than 100,000 records.
Which of the following option is not the main capability of SAP BusinessObjects Analysis for OLAP? Choose the correct answer Swap axes Create Presentations Insert filter components Create data by members and tables.
You created and activated database procedure. How can you call this procedure? There are 2 correct answers to this question. By using Sap Analysis for Microsoft office By a script-based calculation view By a core data services view By another database procedure.
What are the three best approach for Transitioning and optimizing ABAP applications to SAP HANA? There are 3 correct answers to this question. Detect Optimize Innovate Scaling Tuning.
What do you understand by The SAP HANA Software Optimization? Choose the correct answer Speed up the processing within the database Provide combinations of Objects and Partitioning Bring logic to where the data is calculated first, then only move to results Huge potential for hybrid database.
What are the steps involved in SAP HANA Evolution? There are 3 correct answers to this question. ABAP can access SAP HANA ABAP can run on SAP HANA Optimized ABAP on SAP HANA ABAP applications on SAP HANA ABAP as accelerator on SAP HANA.
Which of the Golden Rules for Open SQL Performance have become more important with SAP HANA? There are 2 correct answers to this question. Keep unnecessary load away from the database. Minimize the search overhead. Minimize the amount of transferred data. Minimize the number of database accesses.
What is the main purpose of SAML for SAP HANA Studio? Choose the correct answer To support scenarios where clients are not directly connected to the SAP HANA Database The SAP HANA database supports login of Owners only SAML may be selected as an Owner’s authentication method when creating users in the SAP HANA Studio The assertion is issued by a user after the client was successfully authenticated.
What made SAP HANA possible? There are 2 correct answers to this question. CPU with single core network Improved hardware technology Technology and innovations RAM limitation.
What is an attribute view and what are its practices? There are 3 correct answers to this question. Used in diagrammatic Projections Used to join tables May contain filters May use in calculation views May contains flow charts.
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. The net run time is greater than the gross run time The gross and net run times are identical The net run time is equal to Zero The net run time is less than the gross run time.
What are the features associated with ABAP CDS? There are 3 correct answers to this question. Distribution Export Read Update Create.
Which of the following are view annotations for a CDS view? There are 3 correct answers to this question. Access control Environment Client handling Semantics Buffering type.
What output does The SAP HANA provide as a unique combination of hardware and software innovations? Choose the correct answer Huge potential to optimize AMDP application DATA Tables Huge potential to optimize business applications that are running on SAP HANA The ability to create new complex processes with ABAP application cloud Huge potential to maximize the number of disk blocks in the application.
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. Column store Re-use component store Development Store Technology store ROW store.
What allows you to resolve errors quickly or warnings reported about the code? Please choose the correct answer. ABAP debugger Quick Fix Code execution Debug perspective.
What are functions of the ABAP Managed Database Procedure (AMDP) framework? There are 2 correct answers to this question. It deletes obsolete versions of the database procedure asynchronously It creates the database procedure when the AMDP is first called. It creates the database procedure when the AMDP is first activated. It deletes obsolete versions of the database procedure synchronously.
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. _SYS_ BIC."ha400.primdb::CA_BOOKINGS_COUNT" _SYS_ BIC."ha400.prirndb/CA_BOOKINGS_COUNT" "ha400.primdb::CA_BOOKINGS_COUNT" "ha400.pr mdb/CA_BOOKINGS_COUNT".
How will you hide the attributes that are not required for client consumption? Choose the correct answer By setting the hidden property flag of the attribute in the View By setting the hidden property flag of the attribute column By setting the hidden property flag of the attribute in the Semantics screen By setting the hidden property flag of the attribute provider.
Which steps do you have to perform when defining a view using core data services (CDS)? There are 3 correct answers to this question. Create a proxy object for the defined view. Use the DDL statement DEFINE VIEW and SQL like Syntax Define the type mapping between ABAP and SAP HANA Create a data definition in your ABAP package Specify the name of the SQL view in ABAP Dictionary.
Denunciar Test