Exam_3(41-80) Flashcards
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
- file package.json
- folder /app
Which of the following are the available content providers in the SAP Content Hub?
There are 3 correct answers to this question.
- Integration
- Business services
- APIs
What is required when registering an SAP S/4HANA Cloud system in your SAP BTP global account? Choose the correct answer.
token
How can you bring your company’s user base into your SAP BTP subaccount?
Establish a trust relationship with your corporate identity provider.
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?
List report
Which document types are associated with an OData service? (2 correct)
- Service metadata document
- Service document
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?
A role collection
What are some characteristics of CAP event handling? Note: There are 2 to choose.
- You can register event handlers with instances of cds.service to add custom logic.
- You can register multiple event handlers for each event phase.
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?
Entity Books : managed {
key ID : UUID @(Cora.Computed : true);
title : String;
author : String;
}
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 subaccount can contain only one Cloud Foundry org.
- Each Cloud Foundry org can contain multiple spaces.
What are some SAP recommendations for deploying large apps to Cloud Foundry?
There are 2 correct answers to this question.
- The network speed exceeds 874 KB/s.
- The maximum app size is set in the manifest file.
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.
- Full Stack Cloud Application
- SAP Mobile Application
In your SAP BTP subaccount, what can you select at the environment level?
There are 2 correct answers to this question.
- Runtime
- Services
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
- Global account
- Directory
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?
xs-security.json
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.
- Subscribe to an SAP CI/CD service plan.
- Assign an appropriate role collection to your user.
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
10k requests per hour per user
Which severity level matches which request method?
Req.notify - 1 Req.info - 2 Req.warn - 3 Req.error - 4
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.
- after
- on
- before
In the mta.yaml file, which statements are used to exchange configuration properties between modules? Choose the correct answer.
Provides and requires.
At what level can you select a region?
Subaccount
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 3 to choose.
- Platform-managed application security patching and updates
- Automatic application routing, load balancing, health checks, and multilevel self-healing
- Simplified developer experience for business application development
What are the tasks of the approuter? Note: There are 3 to choose.
- Routing requests from the web browser to the provider of the UI service.
- Forwarding user requests to the XSUAA service for authentication and authorization.
- Routing requests from the web browser to the CAP service.
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
- Platform users
- Business users
What is the maximum number of running threads per application instance?
10420
What is the purpose of an mtad.yaml file?
Deploy an MTA application.
What are some restrictions of the free plan of SAP Business Application Studio?
There are 2 correct answers to this question.
- A user can only have 1 dev space in the RUNNING state at a time.
- A user can only have up to 2 dev spaces.
What can you install to add authentication to your CAP application?
Passport.js
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?
identity-providers
Which file contains an app’s “declaration of security”?
xs-security.json
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.
Commit
What is a rule of thumb for when to use namespaces in your models?
When your models are reused in other projects
Which of the following is provided by an environment? (3 corrects)
- Tools
- Runtime
- Services
What is JavaScript Object Notation (JSON)?
An open-standard format to structure data transferred using web technologies.
You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict…) - to add authorizations to your service?
srv/risk-service.cds
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.
SAP_COM_0008
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.
- SAP Connectivity service
- SAP Destination service
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 2 to choose.
- Is based on the latest ABAP platform cloud release
- Runs within the Cloud Foundry environment
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
- Creating Cloud Foundry orgs explicitly.
- Creating many subaccounts assigned to the Cloud Foundry environment.
Which tool do you use to build an MTA? Choose the correct answer.
mbt