Uploaded by locoporlascompras07

E HANAAW 16 - Q&A

advertisement
1. What are the different views provided by the ABAP Profiling?
a. A Hitlist of the most time-consuming programs or methods
b. Database accesses
2. What are the benefits includes with SAP HANA Full Text Search?
a. Fewer data duplication and movement
b. Easy to use modeling tool
3. What is the Limitations of ALV for SAP HANA?
a. Without currency/unit consideration
b. Not unit/currency split if aggregating amounts/currency values
c. Restricted to 10,000 records
4. Which task can you perform with the SQL Performance Tuning Worklist tool (SWLT)?
a. Combine information from static ABAP code scans with runtime data from the SQL Monitor
5. What all are the steps to perform -To enable type-ahead for an input field on a screen?
a. Check Pre-Requisites
b. Identify Elementary Search Help
c. Switch on proposal search for input fields
6. What are the benefits associated with The SAP HANA real-time Operational analytics?
a. High modeling flexibility
b. Fast insights into business activity
7. SAP HANA: Delivers Across 5 Dimensions. These five dimensions lead to certain goals HANA has to meet.
What are these goals?
a. Hybrid data and management system
b. High Performance and Scalability
8. In which of the following situations could a row store table be more suitable than a column store table?
a. The table contains mainly distinct values per column across rows
b. The table contains only a small number of records
9. What are the two layers of ABAP system interacts with its database?
a. The Database independent interface
b. The Database specific library
10. Which of the following option provides access to the views and database procedures that you can consume in
the ABAP environment?
a. Modeler Perspective
11. What benefits does SAP HANA Data Compression provide?
a. Increased parallel processing
b. Optimized data partitioning
12. What are the ABAP development guidelines?
a. Extensions to ABAP Language
b. Improved tools for performance analysis
13. What all are the advantages provides by ABAP Development Tools?
a. An open platform for developing new ABAP-related tools
b. A set of open, language- and platform- independent APIs
c. A brand new ABAP development experience on top of the Eclipse platform
14. What are the uses of SQL Trace (ST05)?
a. Detect redundant or identical select statements
b. Display record of all database access
c. Locate database performance issues
15. What is the main purpose of SAML for SAP HANA Studio?
a. To support scenarios where clients are not directly connected to the SAP HANA Database
16. What are the Possible Approaches with AS ABAP < 7.4 SP02?
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
a. Stored Procedures
b. Consume using native SQL
ABAP 7.4 provides support for optimizing ABAP applications running on SAP HANA. What are these
Transparent Optimizations?
a. Performance analysis tools have been improved
b. The ABAP language and the Open SQL language have been extended
c. The consumption of SAP HANA artifacts was simplified
Which is not a key factor of ALV for HANA?
a. To activate and execute the program in the application
What are some of the features available SAP List Viewer with Integrated Data Access (SALV IDA)?
a. Search in content
b. Double-click on rows
c. Group rows
What are the Functions of Transaction DBACOCKPIT?
a. Maintain, Monitor and test secondary database connection
b. Used to access local or remote database system
What are the main points of SAP HANA High Availability Per Datacenter that are available even in the event of
a disaster?
a. High availability configuration
b. Services-Name and index server on all nodes
Explain how and when to create calculated columns – Using Graphical Modeling Tools?
a. The calculation could be an arithmetic or character manipulation
b. Calculated columns also support non-measure attributes as part of the calculation
c. It is possible to nest so that one calculated column, in turn, is based on other calculated columns
Name the views that are available to administer and monitor one or several SAP HANA systems?
a. The System Monitor view
b. The Administration view
Name some perspectives that are available in the SAP HANA Studio?
a. The Resources perspective
b. The Administration Console perspective
c. The SAP HANA Modeler perspective
What are the Perspectives and Views of SAP HANA Studio?
a. System and Properties
b. Administration console
What information can you specify using annotations (marked with the @ sign) when you define a Core Data
Services (CDS) view in an ABAP system?
a. The client dependency of the CDS view
b. The extent to which records of the CDS view should be buffered on the application server
c. The name of the representation of the CDS view in the ABAP dictionary
Explain the Enterprise Information System of – SAP HANA Implementations Scenarios?
a. HANA Accelerators
b. All SAP applications on one SAP HANA platform
c. Business Suite on HANA / BW on SAP HANA
What are the Performance Rules and Guidelines for ABAP on SAP HANA?
a. It is beneficial to move data-intensive calculations into the database
b. To reduce main memory consumption and to improve insert performance
In an ABAP Core Data Services (CDS) view, what must you do to expose an association for use in another CDS
view?
a. Include all fields used in the ON condition in the projection list
30. What is the main function of Static Code Analysis?
a. To detect code that would lead to functional or performance issues when migrating to SAP HANA
31. What are the steps involved in SAP HANA Evolution?
a. ABAP can access SAP HANA
b. ABAP can run on SAP HANA
c. Optimized ABAP on SAP HANA
32. Explain The Authorization Concept and the types of privileges associated with it?
a. Object privileges
b. System privileges
c. Analytic privileges
33. Which of the following are view annotations for a CDS view?
a. Buffering type
b. Access control
c. Client handling
34. 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 migration.
What should you search for and if necessary replace in the existing custom ABAP code?
a. Direct access to a cluster on the database
b. Code that relies on implicit database sorting
c. Native SQL statements
35. What are the steps that supported several tools, which in total result in a Guided Performance Optimization?
a. Tools analyzing performance at run-time, to determine if critical constructs
b. A new tools calls SQL Monitor to determine the priority if different programs access the database
intensively
36. What are the Guidelines for optimizing ABAP code running on HANA?
a. DB specific properties
b. Column store
c. Technical settings
37. When to use Enhanced Open SQL?
a. To access system fields
b. Need the query in one piece of code only
38. What are the basic principles of ALV SAP HANA?
a. Data described declaratively instead of passing big internal tables
b. Only retrieve the database data which is to be displayed on screen
39. What are the principles of using HANA Transport Containers properly?
a. Takes a ‘snapshop’ of all SAP HANA objects of delivery unit
b. Release of Transport request
c. Import of Transport Request
40. The SAP HANA database is a hybrid in-memory database that combines Few technologies within. What are
these technologies?
a. Row-based database technology
b. Column-based database technology
c. Object-based database technology
41. Hybrid Data Management System – Combining different paradigms in one system. Discuss capabilities
associated with the Hybrid Data Management system?
a. Built-in support for planning
b. Traditional disk-based tables
c. Text analysis and search
42. Which code-to-data capability supports – Extended view definitions and better SQL-92 standard support in
Open SQL?
a. Database oriented programming model
43. To upload data from flat files, SAP HANA offers several features. What are these important features?
a. When loading new data in the table, it gets appended to the existing data
b. The application suggests the column name and data type for the new tables, and it is possible to edit
them
44. Discuss different types of engines associated with The SAP HANA architecture?
a. Join engine
b. OLAP engine
45. What are the steps involved in supporting a database oriented programming model?
a. Code Data Services
b. A new and advanced Open SQL
46. Which of the Golden Rules for Open SQL Performance have become more important with SAP HANA?
a. Minimize the amount of transferred data
b. Minimize the number of database accesses
47. What are the components of The Enterprise Procurement Model Demo Scenario?
a. Procurement
b. Stock
c. Sales
48. List down the elements involved in User Management and Security in SAP HANA?
a. Create users
b. Assign security
c. Manage users
49. What are the Parameters for Analytical and Calculation view?
a. Setting a filter for columns
b. Passing other values to be used in calculations
c. Specifying unit of measurement
50. What are the two different kinds of Identifiers used to represent names used in SQL statement?
a. Delimited identifiers
b. Undelimited Identifiers
51. What are the different views provided by the ABAP Profiling?
a. Database accesses
b. A hitlist of the most time-consuming programs or methods
52. An Analytic Privilege consists of several restrictions. What are they?
a. Cube restrictions
b. Activity restrictions
c. Validity restrictions
53. What must you do when toy define and implement an ABAP Managed Database Procedure (AMDP)?
a. Specify the database system and the language
b. List all ABAP Dictionary tables used in the procedure body in the USING clause
c. Define all method parameters to be passed by value
54. You want to move some of the logic of an ABAP program into an ABAP-Managed Database Procedure
(AMDP). To do so, you need to translate Open SQL statements into SAP HANA Native SQL. Which of the
following are necessary adjustments?
a. Specify the schema for every table
b. Add explicit client handling
c. Replace UP TO n ROWS additions
55. Which tools can you use to provide input data for SQL performance tuning work list (Transaction SWLT)?
56.
57.
58.
59.
60.
61.
62.
63.
64.
a. Code Inspector (transaction SCI)
b. ABAP Test cockpit (transaction ATC)
c. SQL Monitor (transaction SQLM)
What are the two Profitability Analysis available with CO-PA Scenario in SAP HANA Modeling?
a. Account-based Profitability
b. Costing-based Profitability
Explain Transitioning ABAP Code to SAP HANA – Performance Considerations?
a. Classical performance recommendations for Open SQL remain valid
b. Some shifts in priorities, examples, nested selects(higher) indices(lower)
c. Some codes immediately run faster
The SAP HANA state-of-the-art search experience includes full-text search with advanced features like…
a. Freestyle search
b. Fuzzy search
c. Linguistic search
When using an SAP HANA full text search, what do you have to keep in mind?
a. The LIKE operator is required in your SELECT statement to implement fuzzy logic
What are the purposes of tools in SAP HANA system that is an Eclipse-based integrated development
environment?
a. Monitor
b. Administer
c. Configure
You created and activated database procedure. How can you call this procedure?
a. By a script-based calculation view
b. By another database procedure
What are the features associated with ABAP CDS?
a. Create
b. Read
c. Update
What are the key points that should be kept in mind while performing the Non-automatic update in SAP
HANA Transport Container?
a. You need to refresh the connect of the container manually
b. Take snapshot manually before releasing of the container
Which of the following option is not the main capability of SAP Business Objects Analysis for OLAP?
a. Create data by members and tables
Download