SAP C_CPE_14 - 142 Questions Flashcards

To achieve the SAP BTP certification.

1
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 Destination service
2. . SAP Connectivity service

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

Which command do you use to install dependencies in your project?

A

A. npm

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

What are the differences between continuous integration (CI) and continuous delivery (CD)? Choose
the correct answers

A

A. CD adds an aspect that changes have been tested successfully.

D. CI allows team members to add their changes to a main line.

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

What are some principles of continuous integration? Note: There are 2 to choose.

A

B. Automated builds
D. Automated tests

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

JSON is based on which programming language? Choose the correct answer.

A

C. JavaScript

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

A main line in a source control management system can contain feature branches. Determine
whether this statement is true or false.

A

A. true

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

What are some characteristics of YAML files? Note; There are 2 to choose.

A

C. YAML files can be used as configuration files.
D. YAML files rely on correct indentation.

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

Which tools can you use to manage the SAP BTP, Cloud Foundry environment? Choose the correct
answers.

A

A. SAP BTP cockpit
B. DCF CLI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
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

A. Object page

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

What does the Extended Services - User Account and Authentication (XSUAA) service enable your
app to do? Choose the correct answers.

A

A. Identify users by e-mail, userld, first and last name.
C. Check users’ roles to allow or prohibit actions.

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

You are asked to add a User Interface to your CAP project as quickly as possible and without any
unique functionalities. Which option do you choose? Choose the correct answer.

A

A. SAP UI5 Elements.

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

What is the difference between entities and types? Choose the correct answer

A

B. Entities represent data, types describe properties of entity elements.

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

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

A

A. Runs within the Kyma environment
B. Runs within the Cloud Foundry environment
D. ls based on the latest ABAP platform cloud release

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

Which of the following statements apply to Continuous Delivery? Choose the correct answers

A

B. The trigger for deployment to a productive system is a human decision.
C. Software is ready for deployment to a productive system all the time.
D. Feedback from a productive system gets quickly integrated into teams’ backlog.

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

Which language do you use to create a data model in a CAP project?

A

C. SQL

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

What does the .env file provide? Choose the correct answer.

A

B. Values into the runtime environment of a CAP service

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

What do you use to retrieve the information about a change on the repository? Choose the correct
answer.

A

B. A webhook

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

What is SAP Fiori elements designed to do? Choose the correct answers.

A

B. Drive UX consistency.
D. Speed up development.

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

Where can you find APIs provided by SAP and SAP partners? Choose the correct answer.

A

A. SAP API Business Hub

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

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

A

A. SAP Fiori
C. Full Stack Cloud Application
D. SAP HANA Native Application

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

What is the default identity provider for SAP BTP platform users? Choose the correct answer

A

D. SAP ID service.

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

What is a reason to add UI annotations to your project? Choose the correct answer

A

A. To display columns and form fields.

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

What is an Application Programming Interface (API)? Choose the correct answer.

A

A. A way for applications to remotely modify other applications.

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

What is OData?

A

C. A standard to access data through RESTful APIs.

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

Which user types will work on and with SAP BTP? Choose the correct answers.

A

A. Business users
B. Platform users

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

You want to create a new service definition in your CAPproject. In which folder do you place the
service definition .cds file?

A

A. /app

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

What are some of the Continuous Integration principles? Choose the correct answers.

A

A. Run tests in the build.
B. Use version control.
E. Fix errors immediately.

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

Your customer presents you with the following Ul requirements: Users need to work through a
comparatively small set of items, one by one. Multiple views of the same content. One kind of data visualization .
Which SAP Fiori elements floorplan do you recommend they use?

A

D. Analytical list page

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

What are the two structures JSON is built on? Choose the correct answers.

A

A. Collections of name/value pairs
C. Ordered list of values

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

What does the .env file provide? Choose the correct answer

A

B. Values into the runtime environment of a CAP service

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

Which of the following does OData use to address and access data feed resources? Choose the
correct answer.

A

C. URI

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

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

A

C. A token

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

Which of the following statements applies to Continuous Deployment? Choose the correct answer.

A

E. Deployment to a productive system is triggered automatically.

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

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

A

A. Integration of the SAP NetWeaver platform
C. Platform-managed application security patching and updates
D. Automatic application routing, load balancing, health checks, and multilevel self-healing
E. Simplified developer experience for business application development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
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

C. SAP_COM_0008

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

Which files do you modify to store project configurations? Choose the correct answers.

A

B. .cdsrc.json
C. package.json

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

After you run the command cds add hana, which file is updated with the required configuration?
Choose the correct answer.

A

D. package.json

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

In CAP, which keyword is used to send events? Choose the correct answer

A

A. emit

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

What kind of offering is Cloud Foundry?

A

B. Platform as a Service (PaaS)

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

Role collections of a global account are available in a subaccount of this global account?
Determine whether this statement is true or false.

A

A. true

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

You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the
Webhook Event Receiver?

A

C. On the Repositories tab

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

What is a “main line” in a source control management system used for? Choose the correct answer.

A

A. To make developers’ contributions transparent and avoid clashes.

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

What can you do to provide meaningful error messages to users in your CAP application? Choose the
correct answer.

A

C. Register an error handler.

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

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

A

C. Establish a trust relationship with your corporate identity provider.

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

What are some SAP Fiori Elements floorplans? Choose the correct answers.

A

C. List Report
D. Analytical List page

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

Which criticality value is assigned to Negative criticality?

A

B. 1

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

In SAP Business Application Studio, what is a dev space?

A

A. A pre-configured private development environment

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

In Node.js, which statement do you use to create an exception?

A

C. throw

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

How many event handlers can you register for one event phase?

A

C. multiple

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

What is the actual automation part of SAP CI/CD? Choose the correct answer.

A

B. Configure a job.

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

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

A

C. It provides a build tool.
D. It supports blue-green deployment.

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

What does the source code management system use to trigger the CI server? Choose the correct
answer.

A

C. Webhooks

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

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

A

A. Creating Cloud Foundry orgs explicitly
D. Creating many subaccounts assigned to the Cloud Foundry environment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
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

C. commit

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

What kind of request does the webhook send? Choose the correct answer.

A

A. POST

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

What do you need to connect a service to the Sandbox environment of the SAP API Business Hub for
the Business Partner API that you want to use?

A

B. An API key

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

Within SAP CI/CD jobs you can: Choose the correct answer

A

A. Monitor the successful creation of your builds.

58
Q

What is the main idea behind SAP Fiori elements? Choose the correct answer.

A

C. Generate SAP Fiori apps at runtime from an existing OData service.

59
Q

Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.

A

B. Access to Visual Studio Code-compatible extensions
C. Browser-based access
D. Central administration

60
Q

Which of the following can be used as a management tool for SAP Business Technology Platform?
Note: There are 3 to choose.

A

A. Cloud Foundry CLI
C. SAP Solution Manager correct
D. SAP BTP CLI

61
Q

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

A

B. Routing requests from the web browser to the provider of the UI service.
C. Routing requests from the web browser to the CAP service.
D. Forwarding user requests to the XSUAA service for authentication and authorization.

62
Q

What is one of the required steps to enable authentication support in CAP?

A

C. Install a Node.js module called passport.

63
Q

In the Builds view of SAP Continuous Integration and Delivery, there is no new tile for your job.
Which command do you run to trigger the job manually? Choose the correct answer.

A

B. Trigger build

64
Q

How do you add authorization and trust management to your CAP project?

A

C. cds add xsuaa

65
Q

What does SAP Fiori elements use to generate the UI? Note: There are 3 to choose.

A

A. Annotations in the OData service
B. Custom UI logic
C. The entity definition of the OData service

66
Q

Your customer presents you with the following UI requirements: The same visualizations for all users.
Extraction of key information to identify a root cause. Searching, filtering, and sorting of items .
Which SAP Fiori elements floorplan do you recommend they use?

A

D. List report

67
Q

Which file contains an app’s “declaration of security”? Choose the correct answer.

A

C. xs-security.json

68
Q

When deploying applications on SAP BTP, what is the maximum application package size?

A

C. 1.5 GB

69
Q

Which document types are associated with an OData service? Choose the correct answers.

A

C. Service document
D. Service metadata document

70
Q

In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANA
system?

A

C. Maintain Extensions on SAP BTP

71
Q

Which of the following statements are correct? Choose the correct answers.

A

C. YAML’s foremost design goal is support for serializing arbitrary native data structures.
D. Each JSON file is a valid YAML file.

72
Q

What are yaml files used for?

A

B. To describe data

73
Q

In data models, are namespaces optional or mandatory?

A

A. optional

74
Q

Which statements about YAML files are correct? (Choose 2) Choose the correct answers.

A

B. YAML uses hashes: # for comments.
C. YAML uses whitespace indentation for structuring purposes.

75
Q

Which service plan of the SAP BTP S/4HANA Cloud Extensibility service do you choose when you
want to use the Business Partner API of your SAP S/4HANA Cloud system?

A

A. api-access

76
Q

You have created an SAP BTP subaccount and want to use Cloud Foundry . What is the correct order
of next steps?

A

C. Enable Cloud Foundry.
Create org.
Create space.
Create quota plan

77
Q

Which event phases can you use with CAP event handlers by default?

A

B. after
D. on
E. before

78
Q

Which of the following statements about a GitHub Repository are correct?

A

B. You choose who can see your private repository.
C. You choose who can commit into your private repository.
D. Anyone on the internet can see a public repository.

79
Q

In the SAP BTP cockpit, where can you assign role collections to users?

A

B. Security —► Users

80
Q

Which dev space type should you select to extend SAP S/4HANA with a CAP project?

A

B. Full Stack Cloud Application

81
Q

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

A

D. SAP Business Application Studio

82
Q

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

A

C. xs-security.json

83
Q

Role collections of a subaccount are available in the global account. Determine whether this
statement is true or false.

A

B. faIse

84
Q

Which of the following supports non-hierarchical data? Choose the correct answer.

A

C. YAML

85
Q

What is SAP Fiori? Choose the correct answer

A

B. A design language.

86
Q

Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2
to choose.

A

B. SAP Authorization and Trust Management Service
D. Identity authentication tenant

87
Q

You can use the credentials created in the SAP CI/CD service to: Choose the correct answers.

A

A. Connect to a private GitHub repository.
B. Deploy applications to the SAP BTP, Cloud Foundry environment.

88
Q

Which pattern do you use to register an event handler? Choose the correct answer.

A

A. srv.Q

89
Q

What is the relationship between YAML and JSON? Choose the correct answer.

A

C. YAML is a superset of JSON.

90
Q

After what period of time does GitHub remove unused personal access tokens? Choose the correct
answer.

A

C. 1 year

91
Q

Which of the following statements about SAP Continuous Integration and Delivery (CI/CD) is correct?
Choose the correct answer.

A

B. If you want to use SAP CI/CD in SAP BTP, you need to subscribe to a service plan of SAP CI/CD.

92
Q

Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose.

A

B. Connecting an SAP S/4HANA system with the SAP BTP
D. Providing control over cloud to on-premise connections

93
Q

What information does the SAP Destination service provide to your applications to connect to a remote service or system?

A

C. Technical information about the target resource

94
Q

What are some characteristics of OData? Note: There are 2 to choose.

A

B. OData builds on HTTP, AtomPub, and JSON using URIs to address and access data feed resources.
C. OData is RESTful.

95
Q

Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.

A

A. Cloud Foundry environment
C. Kyma environment

96
Q

You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What
command must you run to do this in one step?

A

B. mbt build

97
Q

What are some advantages of building an account model based on functional areas such as Sales or IT? Note: There are 2 to choose.

A

B. reduces maintenance and governance effort
C. It increases scalability of the solution

98
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?

A

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

99
Q

What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.

A

A. Coherent
D. Role-based
E. Adaptive

100
Q

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

A

C. 60 seconds

101
Q

Which dev space type in SAP Business Application Studio do you need when you want to create a
CAP project?

A

D. Full Stack Cloud Application

102
Q

Your company is using the SAP Authorization and Trust Management service in conjunction with the
XSUAA service to authorize their applications. Where do you bundle your defined scopes in roletemplates?

A

B. In a role-collection

103
Q

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

A

A. You can register event handlers with instances of cds.service to add custom logic.
C. You can register multiple event handlers for each event phase.

104
Q

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

A

B. 10k requests per hour per user

105
Q

Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to
choose.

A

B. Mozilla Firefox
C. Google Chrome

106
Q

During application development, what are some principles of dealing with application errors? Note:
There are 2 to choose.

A

B. Use as many try/catch blocks as possible
C. Use try/catch blocks sparingly

107
Q

In SAP Business Application Studio, what is a dev space?

A

A. A pre-configured private development environment

108
Q

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

A

C. identity-providers

109
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/common1 package (see attached
graphic). Which is a valid way to extend the entity with the aspect?

A

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

110
Q

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

A

B. Global account
D. Directory

111
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?

A

D. The webhook event receiver

112
Q

What are standard events that CAP handles by default? Note: There are 3 to choose.

A

B. CREATE
C. READ
E. UPDATE

113
Q

Using a terminal in SAP Business Application Studio, you want to enable authentication support via
XSUAA in CAP for SAP BTP. Which command must you run in the terminal?

A

C. cds compile srv –to xsuaa >xs-security.json

114
Q

In the SAP BTP, what is the correct order of entities?

A

D. Global account. Directory. Subaccount. Environment

115
Q

Which files are added to your CAP project when you run the “cds add pipeline” command in an SAP Business Application Studio terminal? Note: There are 2 to choose.

A

C. A .pipeline folder with a config.yml file
D. A file named Jenkins file

116
Q

According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.

A

A. Unexpected errors
C. Rejections of promises

117
Q

Which management tool can you use to deploy a CAP project into a space of your SAP BTP
subaccount?

A

A. Cloud Foundry command line interface

118
Q

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

A

A. A role collection

119
Q

In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery
pipeline. What kind of request does this webhook send to the specified payload URL?

A

C. POST request

120
Q

In SAP Fiori, how are drafts used? Note: There are 2 to choose.

A

C. To prevent an object being edited by multiple users concurrently
D. To prevent data loss in case an app terminates unexpectedly

121
Q

What is JavaScript Object Notation (JSON)?

A

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

122
Q

Which identifier is used by the XSUAA service to distinguish applications and scopes?

A

B. xsappname

123
Q

In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery
pipeline. What does the webhook require to send a request to the specified payload URL? Note:
There are 2 to choose.

A

B. A secret
D. A content type

124
Q

You have developed a CAP project and added the XSUAA security configuration. What information is
stored in the xs-security.json file? Note: There are 2 to choose.

A

A. scopes
B. role-templates

125
Q

Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose

A

A. Content
B. Header

126
Q

At what level can you select a region?

A

A. Global account

127
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?

A

A. file package.json
D. file manifest.yml

128
Q

You have configured an approuter by creating the xs-app.json file in the approuter folder with the
Questions and Answers PDF 33/38
following content: { … “authenticationMethod”: “route”, … }, “routes”: [ { “source”: “A/app/(.)$”,
“target”: “SI”, “localDir”: “resources”, “authenticationType”: “xsuaa” }, { “source”: “A/service/(.
)$”,
“destination”: “srv-binding”, “authenticationType”: “xsuaa” } ] } What does this routes array tell the
approuter? Note: There are 2 correct answers to this question.

A

A. The files in the resources folder will be served for all requests to /app.
D. All requests starting with /service will be forwarded to the CAP service.

129
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

A. Assign an appropriate role collection to your user.
B. Subscribe to an SAP CI/CD service plan.

130
Q

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

A

A. When your model names are unique

131
Q

When using namespaces, what does SAP recommend you use to construct names for namespaces?

A

B. Reverse domain names

132
Q

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

A

A. Platform users

C. Business users

133
Q

What is recommended by SAP when you publish an API? Note: There are 2 to choose.

A

A. Use meaningful, clear, and self-explanatory API names.

D. Provide good API documentation.

134
Q

In an SAP Business Application Studio project, what does the “cf push” command do?

A

C. It deploys the application modules defined in the manifest.yaml file into the Cloud Foundry
account.

135
Q

What are some features of the SAP Cloud Connector? Note: There are 2 to choose.

A

C. Securing the activation of traffic traces
D. Monitoring requests

136
Q

What are some characteristics of JSON files? Note: There are 2 to choose.

A

B. JSON files are also valid YAML files.

D. JSON files contain human-readable data.

137
Q

How many administrators can be assigned to a global account?

A

C. 1-n

138
Q

Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud
Foundry environment? Note: There are 3 to choose.

A

A. Node.js
B. Java
C. Python

139
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

C. xs-security.js

140
Q

You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?

A

A. cds.Service

141
Q

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

A

D. 10420

142
Q

What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose.

A

B. A service must be entitled to the subaccount before you can subscribe to it.
C. The subdomain of a subaccount must be unique within a region