Seventy Flashcards

1
Q

What is the standard health check time limit of a Cloud Foundry application?

60 seconds
30 seconds
180 seconds
90 seconds

A

60 seconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

The stages of the failed job run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are standard events that CAP handles by default? (3 correct)

WRITE
UPDATE
READ
CREATE
REFRESH

A

UPDATE
READ
CREATE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some core principles of the design philosophy of SAP Fiori? (3 correct)

Productive
Adaptive
Role-based
Intuitive
Coherent

A

Adaptive
Role-based
Coherent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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.

A

Install a Node.js module called passport.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

In the on-premise network of the SAP S/4HANA system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

** 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.

A

YAML files rely on correct indentation.
YAML files are also valid JSON files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

At which of the following levels can you assign entitlements? (2 correct)

Global account
Environment
Cloud Foundry org
Directory

A

Global account
Directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

Use try/catch blocks sparingly
Log unexpected errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly