By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?
- A . xs-security.json
- B . package.json
- C . manifest.yml
- D . services-manifest.yml
In SAP Business Application Studio, what is a dev space?
- A . A pre-configured private virtual machine
- B . A pre-configured shared development environment
- C . Apre-configured shared virtual machine
- D . A pre-configured private development environment
You have created an SAP BTP subaccount and want to use Cloud Foundry .
What is the correct order of next steps?
- A . Create quota plan. EnableCloud Foundry. Create space. Create org
- B . Create quota plan. Create org. Create space. Enable Cloud Foundry
- C . Enable Cloud Foundry. Create space . Create org. Create quota plan
- D . Enable Cloud Foundry. Create org. Create space. Create quota plan
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.
- A . SAP Fiori
- B . SAP HANA Native Application
- C . Full Stack Cloud Application
- D . SAP Mobile Application
Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.
- A . Access to Visual Studio Code-compatible extensions
- B . Browser-based access
- C . Maintenance of all development projects in one central dev space
- D . Central administration
- E . Desktop client-based access
Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2 to choose.
- A . SAP Authorization and Trust Management Service
- B . Identity authentication tenant
- C . SAP S/4HANA Cloud
- D . SAP S/4HANA on-premise
What are valid actionsusing subaccounts in SAP BTP? Note: There are 2 to choose.
- A . Creating Cloud Foundry orgs explicitly.
- B . Disabling the Cloud Foundry environment once you have enabled it.
- C . Creating many subaccounts assigned to the Cloud Foundry environment.
- D . Deletinga subaccount with service subscriptions.
What is one of the required steps to enable authentication support in CAP?
- A . Install a package.json module called passport.
- B . Install a CDS module called passport.
- C . Install aNode.js module called passport.
- D . Install a YAML module called passport.
What are some principles of continuous integration? Note: There are 2 to choose.
- A . Automated tests
- B . Automated deployment to the productivesystem
- C . Automated builds
- D . Automated code change pushes
You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?
- A . On the Repositories tab
- B . On theJobs tab
- C . On the Credentials tab
DRAG DROP
You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an event handler in the bookshop-service, that calculates a discount of 10 % on the price of books written in English ("en"). In all other cases, you want to calculate a discount of 5 %. The price should be calculated after books are read from the service. Drag the code snippets from below into the correct parts of the event handler implementation.
Drag the key and value items from below into the correct parts of the descriptor file.
Explanation:
‘bookshop-service’, after, ‘READ’, forEach, ‘book.language == ‘en’, ‘book.price = book.price * 0.95, book.price= book.price * 0.9
What are tasksof the approuter? Note: There are 3 to choose.
- A . Routing requests from the web browser to the CAP service.
- B . Authorizing users for the CAP service and the provider of the UI service.
- C . Routing requests from the web browser to the provider of the UI service.
- D . Routing requests from the application to the SAP Launchpad service.
- E . Forwarding user requests to the XSUAA service for authentication and authorization.
What kind of offering is Cloud Foundry?
- A . Platform as a Service (PaaS)
- B . Infrastructure as a Service (IaaS)
- C . Software as a Service (SaaS)
- D . Functions as a Service (FaaS)
You want to create a new service definition in your CAPproject. In which folder do you place the service definition .cds file?
- A . /app
- B . /db
- C . /srv
- D . /root
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 3 to choose.
- A . Automatic application routing, load balancing, health checks, and multilevel self-healing
- B . Integration of the SAP NetWeaver platform
- C . Platform-managed application security patching and updates
- D . Orchestration of microservices and serverless functions
- E . Simplified developer experience for business application development
Which language do you use to create a data model in a CAP project?
- A . SQL
- B . Core Data Services Query Language (CQL)
- C . Core Data Services Definition Language (CDL)
- D . ABAP
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.
- A . Custom UI logic
- B . Annotations in the OData service
- C . Authorizations in the OData service
- D . The entity definition of the OData service
Your customer presents you with the following UIrequirements: 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 . Analytical list page
- B . Worklist
- C . Object page
- D . List report
Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 2 to choose.
- A . SAP Solution Manager
- B . SAP BTP CLI
- C . SAP Business Application Studio
- D . Cloud Foundry CLI
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 2 to choose.
- A . Runs within the Kyma environment
- B . Is based on the latest ABAP platform cloudrelease
- C . Runs within the Cloud Foundry environment
- D . Is based on the latest SAP NetWeaver Application Server for ABAP release
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 . SAP Destination service
- B . SAP Keystore service
- C . SAP Connectivity service
- D . SAP Cloud Transport Management service
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 . Object page
- B . Analytical list page
- C . Worklist
- D . List report
When deploying applications on SAP BTP, what is the maximum application package size?
- A . 2 GB
- B . 1 GB
- C . 2.5 GB
- D . 1.5 GB
What are some characteristics of YAML files? Note: There are 2 to choose.
- A . YAML files can be used as configuration files.
- B . YAML files are based on XML.
- C . YAML files relyon correct indentation.
- D . YAML files are also valid JSON files.
Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose.
- A . Providing control over cloud to on-premise connections
- B . Providing control over cloud to cloud connections
- C . Connect an SAP S/4HANA Cloud system with the SAP BTP
- D . Connecting an SAP S/4HANA system with the SAP BTP
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 . Option A
- B . Option B
- C . Option C
HOTSPOT
Which severity level matches which request method?
Explanation:
Req.notify C 1 Req.info C 2 Req.warn C 3 Req.error C 4
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.
- A . on
- B . while
- C . after
- D . before
- E . between
How can you bring your company’s user base into your SAP BTP subaccount?
- A . Create the users manually in the security section of your subaccount.
- B . Establish a trust relationship with your corporate identity provider.
- C . Import the users via .csv file upload in the SAP BTP cockpit.
- D . Establish a trust relationship with the default identity provider.
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 . Worklist
- B . Object page
- C . Analytical list page
- D . List report