Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONC_CPE_14_1

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
C_CPE_14_1

Description:
C_CPE_14

Author:
C_CPE
(Other tests from this author)

Creation Date:
24/12/2022

Category:
Personal

Number of questions: 47
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
How can you bring your company's user base into your SAP BTP subaccount? Import the users via .csv file upload in the SAP BTP cockpit. Create the users manually in the security section of your subaccount. Establish a trust relationship with your corporate identity provider. Establish a trust relationship with the default identity provider.
In your SAP BTP subaccount, what can you select at the environment level? There are 2 correct answers to this question. Runtime Data Services Infrastructure.
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. after, READ’, forEach, ‘bookshop-service’, ‘book.language == ‘en’, ‘book.price = book.price * 0.95, book.price= book.price * 0.9 READ’, forEach, ‘bookshop-service’, after, ‘book.language == ‘en’, ‘book.price = book.price * 0.95, book.price= book.price * 0.9 ‘bookshop-service’, after, ‘READ’, forEach, ‘book.language == ‘en’, ‘book.price = book.price * 0.95, book.price= book.price * 0.9.
At which of the following levels can you assign entitlements? Note: There are 2 to choose. Cloud Foundry org Environment Global account Directory.
Which of the following are the available content providers in the SAP Content Hub? There are 3 correct answers to this question. Integration Workflow APIs Business services Analytics.
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. Assign an appropriate role template to your user. Create an SAP CI/CD service instance. Assign an appropriate role collection to your user. Subscribe to an SAP CI/CD service plan.
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse? 100k requests per hour per user 1k requests per hour for all users 10k requests per hour per user 50k requests per hour for all users.
What are some SAP recommendations for deploying large apps to Cloud Foundry? There are 2 correct answers to this question. The CF_STARTUP_TIMEOUT is set to 15 minutes. The maximum app size is set in the manifest file. The total size of environment variables does not exceed 250KB. The network speed exceeds 874 KB/s.
At what level can you select a region? Environment Global account Subaccount Directory.
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose. Netweaver environment Neo environment Kyma environment Cloud Foundry environment.
What are some principles of continuous integration? Note: There are 2 to choose. Automated deployment to the productive system Automated builds Automated tests Automated code change pushes.
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose. Creating many subaccounts assigned to the Cloud Foundry environment. Creating Cloud Foundry orgs explicitly. Deleting a subaccount with service subscriptions. Disabling the Cloud Foundry environment once you have enabled it.
Which one of the following uses Blockchain? Please choose the correct answer. SAP API Management SAP Cloud Platform Integration SAP Leonardo SAP HANA extended application services, advanced model.
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose. SAP HANA Native Application SAP Fiori Full Stack Cloud Application SAP Mobile Application.
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 only one event handler for a specific event. You must use the handler registration API srv.emit() to de-register event handlers. You can register multiple event handlers for each event phase.
What is recommended by SAP when you publish an API? Note: There are 2 to choose. Use version numbers in the API names Remove obsolete APIs without notice. Provide good API documentation. Use meaningful, clear, and self-explanatory API names.
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 Orchestration of microservices and serverless functions Integration of the SAP NetWeaver platform.
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service? users identity-providers multi-environments platforms.
Which of the following are features of a managed cloud deployment model? There are 2 correct answers to this question. Limited customizing access Dedicated resources for multiple customers Extensive customizing access Dedicated resources for an individual customer.
Which language do you use to create a data model in a CAP project? Core Data Services Query Language (CQL) Core Data Services Definition Language (CDL) SQL ABAP.
ou 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 Cloud Transport Management service SAP Connectivity service SAP Destination service SAP Keystore service.
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose. Application users Platform users Business users Technical users.
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose. Authorizations in the OData service Annotations in the OData service Custom UI logic The entity definition of the OData service.
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 3 to choose. Mozilla Firefox Microsoft Edge Google Chrome Internet Explorer macOS Safar.
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance? manifest.yml services-manifest.yml package.json xs-security.json.
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 2 to choose. Runs within the Cloud Foundry environment Is based on the latest ABAP platform cloud release Runs within the Kyma environment Is based on the latest SAP NetWeaver Application Server for ABAP release.
Which of the mobile services is the server counterpart of the SAP Cloud Platform SDK for iOS? Please choose the correct answer. Mobile service for Fiori Mobile Mobile service for app and device management Mobile service for SMS messaging Mobile service for development and operations.
After what period of time are process metrics no longer available in the SAP Cloud Platform cockpit? Please choose the correct answer. 14 days 1 month 2 months 7 days.
What are some restrictions of the free plan of SAP Business Application Studio? There are 2 correct answers to this question. The maximum size limit of a dev space is 10 GB. 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 in the RUNNING state at a time. A user can only have up to 2 dev spaces.
In the SAP BTP, what is the correct order of entities? Environment. Global account. Directory. Subaccount Global account. Subaccount. Directory. Environment Directory. Global account. Subaccount. Environment Global account. Directory. Subaccount. Environment.
Which of the following dev space types does NOT contain MTA Tools by default? Please choose the correct answer. Basic SAP HANA Native Application Full Stack Cloud Application SAP Fiori.
What are some features of the SAP Cloud Connector? Note: There are 2 to choose. Managing HTML5 applications Monitoring requests Configuring trust Securing the activation of traffic traces.
What is JavaScript Object Notation (JSON)? An open-standard format to structure JavaScript programs. A simple way to annotate objects in JavaScript. A notation command for automatically instantiating JavaScript objects. An open-standard format to structure data transferred using web technologies.
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. Routing requests from the application to the SAP Launchpad service. Forwarding user requests to the XSUAA service for authentication and authorization. Authorizing users for the CAP service and the provider of the UI service. Routing requests from the web browser to the CAP service.
You have implemented a simple CAP application for risk management of your company’s supply chain. You want to limit viewing permissions for risk data within the application to certain users and therefore define an xs-security.json file. Drag the key and value items onto the correct parts of the descriptor file. xsappname, tenant-mode, scopes, roles-templates, scope-references,$XSAPPNAME.RiskViewer scope-references, tenant-mode, $XSAPPNAME.RiskViewer, scopes, roles-templates, xsappname, scopes, roles-templates, xsappname, scope-references, tenant-mode, $XSAPPNAME.RiskViewer.
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user? A role A role collection A role template.
What is a rule of thumb for when to use namespaces in your models? When your app rarely exposes services When your models are reused in other projects When your model names are unique.
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 more than one Cloud Foundry org. Each Cloud Foundry org can contain multiple spaces. A subaccount can contain only one Cloud Foundry org. Each Cloud Foundry org can contain only one space.
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 2 to choose. Runs within the Kyma environment Is based on the latest ABAP platform cloudrelease Runs within the Cloud Foundry environment Is based on the latest SAP NetWeaver Application Server for ABAP release.
What are some principles of continuous integration? Note: There are 2 to choose Automated tests Automated deployment to the productivesystem Automated builds Automated code change pushes.
Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 2 to choose. SAP Solution Manager SAP BTP CLI SAP Business Application Studio Cloud Foundry CLI.
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? Analytical list page Worklist Object page List report.
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? Object page Analytical list page Worklist List report.
Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose. Providing control over cloud to on-premise connections Providing control over cloud to cloud connections Connect an SAP S/4HANA Cloud system with the SAP BTP Connecting an SAP S/4HANA system with the SAP BTP.
Which severity level matches which request method? Req.notify C 1 Req.info C 2 Req.warn C 3 Req.error C 4 .
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? Object page Analytical list page Worklist List report.
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? Please choose the correct answer. Object page List report Worklist Analytical list page.
Report abuse Consent Terms of use