Seventy Flashcards
What is the standard health check time limit of a Cloud Foundry application?
60 seconds
30 seconds
180 seconds
90 seconds
60 seconds
You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?
The webhook of your version control system
The webhook event receiver
The stages of the failed job run
The stages in the config.yml in the .pipeline folder
The stages of the failed job run
What are standard events that CAP handles by default? (3 correct)
WRITE
UPDATE
READ
CREATE
REFRESH
UPDATE
READ
CREATE
What are some core principles of the design philosophy of SAP Fiori? (3 correct)
Productive
Adaptive
Role-based
Intuitive
Coherent
Adaptive
Role-based
Coherent
What are tasks of the approuter? (3 correct)
Routing requests from the web browser to the CAP service.
Authorizing users for the CAP service and the provider of the UI service.
Routing requests from the web browser to the provider of the UI service.
Routing requests from the application to the SAP Launchpad service.
Forwarding user requests to the XSUAA service for authentication and authorization.
Routing requests from the web browser to the CAP service.
Routing requests from the web browser to the provider of the UI service.
Forwarding user requests to the XSUAA service for authentication and authorization.
What is one of the required steps to enable authentication support in CAP?
Install a package.json module called passport.
Install a CDS module called passport.
Install a Node.js module called passport.
Install a YAML module called passport.
Install a Node.js module called passport.
You want to use the SAP Cloud Connector to connect an SAP S/4HANA system to the SAP BTP. Where does the SAP Cloud Connector need to be installed?
In an SAP BTP subaccount
In the on-premise network of the SAP S/4HANA system
In a virtual machine independent from the on-premise network and the SAP BTP
In the on-premise network of the SAP S/4HANA system
** What are some characteristics of YAML files? (2 correct)**
YAML files can be used as configuration files.
YAML files are based on XML.
YAML files rely on correct indentation.
YAML files are also valid JSON files.
YAML files rely on correct indentation.
YAML files are also valid JSON files.
At which of the following levels can you assign entitlements? (2 correct)
Global account
Environment
Cloud Foundry org
Directory
Global account
Directory
During application development, what are some principles of dealing with application errors? (2 correct)
Hide errors and continue silently
Use try/catch blocks sparingly
Use as many try/catch blocks as possible
Log unexpected errors
Use try/catch blocks sparingly
Log unexpected errors