Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEMEMORIA TERMOPILAS

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
MEMORIA TERMOPILAS

Descripción:
BATALLA DE LAS TERMOPILAS 400 ESPARTANOS

Autor:
PITAGORAS
(Otros tests del mismo autor)

Fecha de Creación:
25/07/2018

Categoría:
Historia

Número preguntas: 30
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
Which of the following SAP HANA-based scenarios involve ABAP applications? ¿Cuál de los siguientes escenarios basados en SAP HANA involucran aplicaciones ABAP? AS ABAP with SAP HANA as primary database SAP HANA as Business Accelerator.
On SAP HANA, tables are stored in row store by default. En SAP HANA, las tablas se almacenan en el almacén en filas por defecto False.
Which of the following entries are required when creating a system in the SAP HANA Studio? ¿Cuál de las siguientes entradas son necesarias al crear un sistema en SAP HANA Studio? Host name Instance number User name Logon Language .
Which of the following entities can be found under node Catalog and not under node Content? ¿Cuál de las siguientes entidades se puede encontrar en el Catálogo del nodo y no en el Contenido del nodo? Schema Table.
It is not possible to create secondary indexes on SAP HANA. No es posible crear índices secundarios en SAP HANA. False.
Which of the following new repository objects belong to the so-called “Top-Down Approach” for Code-to-Data? ¿Cuál de los siguientes nuevos objetos de repositorio pertenecen al llamado "Enfoque descendente" para Code-to-Data? CDS view ABAP-managed database procedure .
When using a secondary database connection, the default schema is derived from the database user which is stored in the secondary database connection. Cuando se utiliza una conexión de base de datos secundaria, el esquema predeterminado se deriva del usuario de la base de datos que se almacena en la conexión de la base de datos secundaria True.
Which of the following are potential functional issues when migrating ABAP code to SAP HANA? ¿Cuál de los siguientes son posibles problemas funcionales al migrar el código ABAP a SAP HANA? Use of native SQL or DB Hints Coding that assumes that a SELECT result is always sorted.
Where do you define a set of Code Inspector checks which you want to perform? ¿Dónde defines un conjunto de verificaciones del Inspector de Código que deseas realizar? In a Code Inspector object check variant.
When migrating to SAP HANA, every SELECT statement immediately becomes faster. Al migrar a SAP HANA, cada instrucción SELECT se vuelve inmediatamente más rápida. False.
Because SAP HANA stores all data in memory, buffering of data on the application server becomes less important. Debido a que SAP HANA almacena todos los datos en la memoria, el almacenamiento en búfer de los datos en el servidor de aplicaciones se vuelve menos importante. False.
Which of the following patterns are known to potentially cause performance issues when accessing SAP HANA database? ¿Cuáles de los siguientes patrones pueden causar problemas de rendimiento al acceder a la base de datos de SAP HANA? Use of SELECT ... FOR ALL ENTRIES Use of SELECT statements in loops Use of SELECT * for tables with many fields.
Which of the following are steps in the recommended sequence for a guided performance analysis? ¿Cuál de los siguientes son pasos en la secuencia recomendada para un análisis de desempeño guiado? Do static code checks with Code Inspector or ABAP Test Cockpit Collect runtime data with SQL Monitor Combine runtime data and static check result in SQL Performance Tuning Worklist.
Which part of a guided performance analysis is done with the SQL Monitor tool? ¿Qué parte de un análisis de rendimiento guiado se realiza con la herramienta Monitor de SQL? Collect runtime data in the productive system.
Why are SQL Monitor measurements not immediately visible? ¿Por qué las mediciones del Monitor SQL no son visibles inmediatamente? To minimize impact on overall system performance, the writing of measurements to the database is done asynchronously. .
Which of the SQL performance rules become more important with SAP HANA? ¿Cuál de las reglas de rendimiento de SQL se vuelve más importante con SAP HANA? Choose 2 correct answers. Minimize amount of transferred data Minimize number of database accesses.
Which of the SQL performance rules become less important with SAP HANA? ¿Cuál de las reglas de rendimiento de SQL se vuelve menos importante con SAP HANA? Choose 2 correct answers. Minimize search overhead Keep unnecessary load away from the DB .
Which of the following are tasks of the database interface (DBI) and database-specific library (DBSL)? ¿Cuáles de las siguientes son tareas de la interfaz de la base de datos (DBI) y de la biblioteca específica de la base de datos (DBSL)? Choose 3 correct answers. Translate Open SQL syntax into native SQL syntax Add client handling to the statement Handle SAP table buffering.
New Open SQL syntax is mandatory as of SAP NetWeaver AS ABAP 7.40 SP05 La nueva sintaxis de SQL Open es obligatoria a partir de SAP NetWeaver AS ABAP 7.40 SP05 False.
The Open SQL syntax is a prerequisite for the new Open SQL features. La sintaxis de Open SQL es un requisito previo para las nuevas características de Open SQL. True.
Classical Open SQL syntax and new Open SQL syntax must not be used in the same ABAP processing block. La sintaxis clásica de SQL Open y la nueva sintaxis de SQL Open no se deben utilizar en el mismo bloque de procesamiento ABAP. False.
Which of the following entities can be found in the object list of the ABAP Workbench or the Project Explorer of ADT? ¿Cuál de las siguientes entidades se puede encontrar en la lista de objetos de ABAP Workbench o Project Explorer de ADT? Data definition (aka DDL source) SQL view.
Which of the following entities corresponds to an object that is created on the database? ¿Cuál de las siguientes entidades corresponde a un objeto que se crea en la base de datos? SQL view.
If you use a CDS view name in the FROM clause of an Open SQL SELECT statement, the new Open SQL syntax is mandatory. Si utiliza un nombre de vista de CDS en la cláusula FROM de una instrucción Open SQL SELECT, la nueva sintaxis de Open SQL es obligatoria. True.
ASSOCIATION TO is just another way of saying LEFT OUTER JOIN TO. ASOCIATIÓN TO es solo otra forma de decir LEFT OUTER JOIN TO. False.
Which of the following are prerequisites for exposing an association? ¿Cuáles de los siguientes son requisitos previos para exponer una asociación? All fields mentioned in the ON condition are part of the field list.
Where can you evaluate an exposed association? ¿Dónde puedes evaluar una asociación expuesta? Choose 3 correct answers. In the Data Preview of ADT In another CDS view In an Open SQL SELECT statement.
CDS views that define associations cannot be extended. Las vistas de CDS que definen asociaciones no se pueden extender. False.
An import parameter that is annotated with @Environment.systemField: becomes optional in the following places: Un parámetro de importación anotado con @ Environment.systemField: se vuelve opcional en los siguientes lugares: In ABAP Open SQL.
An access control (DCL source) defines access restrictions for a given CDS view. These restrictions are implicitly evaluated when the CDS view is accessed in the following places: Un control de acceso (fuente DCL) define restricciones de acceso para una vista de CDS dada. Estas restricciones se evalúan implícitamente cuando se accede a la vista CDS en los siguientes lugares: Choose 2 correct answers. In Data Preview in ADT In ABAP Open SQL.
Denunciar test Consentimiento Condiciones de uso