UDEMY_1 (61-80) Flashcards

1
Q

How do you debug a Node.js module in SAP Business Application Studio?

A

Attach the debugger to the application.

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

What is the actual automation part of SAP Continuous Integration and Delivery? Choose the correct answer.

A

Configure a job.

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

Which of the following are the fundamental guidelines of a twelve-factor application? (3 correct)

A
  1. Traceability and reproducibility of all changes
  2. Stateless and self-contained application processes
  3. Separation of application code and runtime configuration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the default IDE for SAP’s multi-cloud environment?

A

SAP Business Application Studio

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

Which method can you use to collect error messages with high severity and return them to the caller in the request-response?

A

req.error

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

What feature of the pre-built content packages in SAP Build Process Automation increases the speed of development? (2 correct)

A
  1. Templated automations
  2. Plug-and-play availability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are some benefits of using Forms in SAP Build Process Automation?(2 correct)

A
  1. Streamline business process approvals easily
  2. Streamline business process approvals easily
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following is a feature of SAP Fiori Tools designed to visually assist in SAP Fiori UI development?

A

Page Map

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

What are the advantages of using an MTA file for deployment? Choose the 2 correct answers.

A
  1. It supports blue-green deployment.
  2. It provides a build tool.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When using CAP in the SAP Business Application Studio, you want to use Core Data Services to define the persistence layer. Which extension do you use for the design-time file?

A

.cds

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

Which of the following is a constraint of REST?

A

Hypermedia as the Engine of Appl cation State (HATEOAS) including links

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

What are some of the characteristics of an extension application?

A
  1. It consists of several layers
  2. Its UI layer is decoupled from the back-end layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Using the Cloud Events specification, which component must you use to post events to Kyma Eventing?

A

service/eventing-event-publisher-proxy

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

What is a Multi-Target-Application (MTA) comprised of?

A

modules and resources

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

Which of the following are benefits of using the OData Virtual Data Model of the SAP Cloud SDK? (3 correct)

A
  1. Auto-completion of function names and properties
  2. Type safety for functions
  3. Easy access to create, update, and delete operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The credentials created in the SAP Continuous Integration and Delivery service enable you to do which of the following? Note: There are 2 correct answers.

A
  1. Connect to a private GitHub repository.
  2. Deploy applications to the SAP BTP, Cloud Foundry environment.
17
Q

Which statements are true about CAP’s deployment options? Choose the 2 correct answers.

A
  1. CAP applications can be deployed to SAP BTP Cloud Foundry and KYMA environments.
  2. CAP has built-in support for multitenancy.
18
Q

When you create an API Rule for a service, what is created automatically?

A

An Istio VirtualService

19
Q

Which of the following supports non-hierarchical data?

A

YAML

20
Q

Which files do you modify to store project configurations? Note: There are 2 correct answers.

A
  1. .cdsrc.json
  2. package.json