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.