HC450-80 SAP Hana cloud 1 Flashcards
You are using Git in SAP Business Application Studio for version control. You have initialized Git and
would like to include the files in your new local repository. What command do you use?
D. git init
What are the aspects of a Multi-Target Application (MTA) model in the lifecycle management of
distributed applications? Note: There are 3 correct ans-wers to this que-stion
C. Configuration
D. Composition
E. Dependencies
Which of the following elements are part of the SAPUI5 application’s index.html file?Note: There are
2 correct ans-wers to this que-stion.
Bootstrap
UI area
What is the correct syntax to use common types for model reuse?
C. using { Country } from ‘@sap/cds/common’;
entity Addresses { town : String; country : Country;
}
You are using Git from switch view in SAP Business Application Studio and have staged a file after
modifications.What is the status of the file?
Modified(M)
What are the properties of access control with @restrict?Note: There are 3 correct ans-wers to this
que-stion.
A. read
B. grant
E. where
You are asked to develop a UI application that can be used by a global audience.Which UI5 features
can support this requirement?Note: There are 3 correct ans-wers to this que-stion.
C. Translation and internationalization
D. Extensibility concepts at code and application level
E. High contrast theme to aid visually impaired users
Which part of the MTA development descriptor file contains API keys?
D. Properties
In SAP HANA Cloud, which tasks are handled by the cloud provider?Note: There are 3 correct answers to this que-stion.
- Backing up and restoring, and recovering the database software
- Sizing, provisioning, and monitoring the database
- Tuning the database to run optimally on the underlying operating system, and hardware
In Node.js, which file do you use to define external module dependencies?
package.json
What can you do to personalize SAP Business Application Studio?Note: There are 2 correct ans-wers
to this que-stion.
Customize its native functionalities
Implement an open-source extension.
In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?
DEFAULT EMPTY
What does the service document of an OData service list?Note: There are 3 correct ans-wers to this
que-stion.
B. Entity sets
C. Functions
D. Actions
How can domain experts and developers collaborate to focus on domain problems using the SAP
Cloud Application Programming Model?Note: There are 2 correct ans-wers to this que-stion.
B. By fueling generic runtimes to serve recurring tasks automatically
C. By declaratively capturing domain knowledge in CDS models
Which aspect of model reuse can you use to add both Created by/Created at and Changed
by/Changed as information for records?
managed
Which APIs are used by the event handler to interact with remote or database services?Note: There
are 2 correct ans-wers to this que-stion.
Querying
Messaging
Which of the following deployment option of persistence models offer quick development and test
cycles?
Local
How do you debug a Node.js module in SAP Business Application Studio?
. Attach the debugger to the application.
Which components are part of SAP HANA Cloud?Note: There are 3 correct ans-wers to this que-stion
. SAP Adaptive Server Enterprise
D. SAP HANA database
E. Data lake
Which solutions form the SAP Business Technology Platform?Note: There are 2 correct ans-wers to
this que-stion.
. Analytics
Application Development & Integration
What is the sequence of steps to debug a procedure?
B. Open the debug panel and link the debugger to a session.
Select the procedure to be debugged from the Database Explorer.
Open the procedure for debugging and set the breakpoint.
Execute the procedure.
Which feature of domain modeling can you use to model document structures through contained- in
relationships?
D. Compositions
In the Run Configurations view, you can see the available dependencies as defined in the
package.json file.To which of the following can you bind or unbind these dependencies?Note: There
are 3 correct ans-wers to this que-stion.
B. SAP HANA Cloud database
C. Local database
D. External OData service
To which authorization objects can the SAP HANA Cloud Administrator assign business users?
. Role-collections
. Authorizations
You have to create an association between Books and Authors entities using Core Data Services
(CDS).Which syntax is applicable?
entity Books { key ID : Integer; title : String;
author : Association to Authors;}
entity Authors { key ID : Integer;
name : String;
}
Which environments are available on SAP Business Technology Platform?Note: There are 3 correct
ans-wers to this que-stion.
Kyma
D. Cloud Foundry
E. ABAP
Which of the following types of data model can you develop with SAP HANA Cloud?Note: There are 3
correct ans-wers to this que-stion.
B. Spatial
C. Graph
. Predictive
Which design time files can you create in an SAP HANA database module?Note: There are 3 correct
ans-wers to this que-stion.
hdbcalculationview
hdbprocedure
Why would you create a calculation view?
To define a virtual modeling layer on top of tables
Which database features are typically NOT required by analytical applications that run on SAP HANA
Cloud?Note: There are 2 correct ans-wers to this que-stion.
Pre-calculated aggregates
B. Indexes
Which package can you use to read bound services?
@sap/xsenv
Which Node.js module do you use to run an SQL statement against the SAP HANA database?
@sap/hdbext