Exam_3(41-80) Flashcards

1
Q

You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements being created? Note: There are 2 to choose

A
  1. file package.json
  2. folder /app
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which of the following are the available content providers in the SAP Content Hub?

There are 3 correct answers to this question.

A
  1. Integration
  2. Business services
  3. APIs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is required when registering an SAP S/4HANA Cloud system in your SAP BTP global account? Choose the correct answer.

A

token

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

How can you bring your company’s user base into your SAP BTP subaccount?

A

Establish a trust relationship with your corporate identity provider.

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

Your customer presents you with the following UI requirements: Users work on different kinds of items. Different visualizations without interactions between the visualizations. No drilldown. Which SAP Fiori elements floorplan do you recommend they use?

A

List report

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

Which document types are associated with an OData service? (2 correct)

A
  1. Service metadata document
  2. Service document
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?

A

A role collection

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

What are some characteristics of CAP event handling? Note: There are 2 to choose.

A
  1. You can register event handlers with instances of cds.service to add custom logic.
  2. You can register multiple event handlers for each event phase.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the aspect from the ‘@sap/cds/common’ package (see attached graphic).
Which is a valid way to extend the entity with the aspect?

A

Entity Books : managed {
key ID : UUID @(Cora.Computed : true);
title : String;
author : String;
}

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

Your company wants to set up an account model in the SAP BTP that includes a Cloud Foundry environment and subaccounts. What must you consider? There are 2 correct answers to this question.

A
  1. A subaccount can contain only one Cloud Foundry org.
  2. Each Cloud Foundry org can contain multiple spaces.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are some SAP recommendations for deploying large apps to Cloud Foundry?

There are 2 correct answers to this question.

A
  1. The network speed exceeds 874 KB/s.
  2. The maximum app size is set in the manifest file.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.

A
  1. Full Stack Cloud Application
  2. SAP Mobile Application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In your SAP BTP subaccount, what can you select at the environment level?

There are 2 correct answers to this question.

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

At which of the following levels can you assign entitlements? Note: There are 2 to choose.

A
  1. Global account
  2. Directory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?

A

xs-security.json

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

Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? Note: There are 2 to choose.

A
  1. Subscribe to an SAP CI/CD service plan.
  2. Assign an appropriate role collection to your user.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?

A

10k requests per hour per user

18
Q

Which severity level matches which request method?

A

Req.notify - 1 Req.info - 2 Req.warn - 3 Req.error - 4

19
Q

Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.

A
  1. after
  2. on
  3. before
20
Q

In the mta.yaml file, which statements are used to exchange configuration properties between modules? Choose the correct answer.

A

Provides and requires.

21
Q

At what level can you select a region?

A

Subaccount

22
Q

Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 3 to choose.

A
  1. Platform-managed application security patching and updates
  2. Automatic application routing, load balancing, health checks, and multilevel self-healing
  3. Simplified developer experience for business application development
23
Q

What are the tasks of the approuter? Note: There are 3 to choose.

A
  1. Routing requests from the web browser to the provider of the UI service.
  2. Forwarding user requests to the XSUAA service for authentication and authorization.
  3. Routing requests from the web browser to the CAP service.
24
Q

Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.

A
  1. Platform users
  2. Business users
25
Q

What is the maximum number of running threads per application instance?

A

10420

26
Q

What is the purpose of an mtad.yaml file?

A

Deploy an MTA application.

27
Q

What are some restrictions of the free plan of SAP Business Application Studio?

There are 2 correct answers to this question.

A
  1. A user can only have 1 dev space in the RUNNING state at a time.
  2. A user can only have up to 2 dev spaces.
28
Q

What can you install to add authentication to your CAP application?

A

Passport.js

29
Q

To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?

A

identity-providers

30
Q

Which file contains an app’s “declaration of security”?

A

xs-security.json

31
Q

What is the next step after you initialize a new local git repository (git init) and add files to it (git add)? Choose the correct answer.

A

Commit

32
Q

What is a rule of thumb for when to use namespaces in your models?

A

When your models are reused in other projects

33
Q

Which of the following is provided by an environment? (3 corrects)

A
  1. Tools
  2. Runtime
  3. Services
34
Q

What is JavaScript Object Notation (JSON)?

A

An open-standard format to structure data transferred using web technologies.

35
Q

You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict…) - to add authorizations to your service?

A

srv/risk-service.cds

36
Q

Which of the following identifiers of the communication scenario is used for accessing the Business Partner API in an SAP S/4HANA Cloud system? Choose the correct answer.

A

SAP_COM_0008

37
Q

You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector. Which additional SAP BTP services are required for the connection? Note: There are 2 to choose.

A
  1. SAP Connectivity service
  2. SAP Destination service
38
Q

Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 2 to choose.

A
  1. Is based on the latest ABAP platform cloud release
  2. Runs within the Cloud Foundry environment
39
Q

What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.

A
  1. Creating Cloud Foundry orgs explicitly.
  2. Creating many subaccounts assigned to the Cloud Foundry environment.
40
Q

Which tool do you use to build an MTA? Choose the correct answer.

A

mbt