2022 Realistic C_CPE_13 Dumps Exam Tips Test Pdf Exam Material
Powerful C_CPE_13 PDF Dumps for C_CPE_13 Questions
C_CPE_13 Exam Certification Details:
| Languages: | English, Japanese |
| Cut Score: | 64% |
| Sample Questions: | SAP C_CPE_13 Exam Sample Question |
NEW QUESTION 43
What are standard events that CAP handles by default? Note: There are 3 to choose.
- A. CREATE
- B. READ
- C. UPDATE
- D. WRITE
- E. REFRESH
Answer: A,B,C
NEW QUESTION 44
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose.
- A. Microsoft Edge
- B. Mozilla Firefox
- C. Google Chrome
- D. macOS Safari
Answer: B,C
NEW QUESTION 45
You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict...) - to add authorizations to your service?
- A. xs-security.js
- B. srv/risk-service.js
- C. srv/risk-service.cds
- D. package-lock.json
Answer: A
NEW QUESTION 46
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
- A. Disabling the Cloud Foundry environment once you have enabled it.
- B. Creating Cloud Foundry orgs explicitly.
- C. Creating many subaccounts assigned to the Cloud Foundry environment.
- D. Deleting a subaccount with service subscriptions.
Answer: B,C
NEW QUESTION 47
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. A .pipeline folder with a manifest.yml file
- B. A Jenkins folder with a manifest.yml file
- C. A .pipeline folder with a config.yml file
- D. A file named Jenkinsfile
Answer: C,D
NEW QUESTION 48
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)
Answer:
Explanation:
NEW QUESTION 49
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 3 to choose.
- A. Integration of the SAP NetWeaver platform
- B. Automatic application routing, load balancing, health checks, and multilevel self-healing
- C. Platform-managed application security patching and updates
- D. Orchestration of microservices and serverless functions
- E. Simplified developer experience for business application development
Answer: A,C,E
NEW QUESTION 50
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. Analytical list page
- B. Worklist
- C. List report
- D. Object page
Answer: C
NEW QUESTION 51
What are some characteristics of YAML files? Note: There are 2 to choose.
- A. YAML files are based on XML.
- B. YAML files are also valid JSON files.
- C. YAML files can be used as configuration files.
- D. YAML files rely on correct indentation.
Answer: B,D
NEW QUESTION 52
Which language do you use to create a data model in a CAP project?
- A. Core Data Services Definition Language (CDL)
- B. Core Data Services Query Language (CQL)
- C. SQL
- D. ABAP
Answer: C
NEW QUESTION 53
When using namespaces, what does SAP recommend you use to construct names for namespaces?
- A. Reverse domain names
- B. Cascades of acronyms
- C. Your organization's name
Answer: A
NEW QUESTION 54
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. npm i --save xs-security.json
- B. npm i --save @sap/xssec @sap/xsenv
- C. cds compile srv --to xsuaa >@sap/xssec @sap/xsenv
- D. cds compile srv --to xsuaa >xs-security.json
Answer: D
NEW QUESTION 55
Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.
- A. Central administration
- B. Maintenance of all development projects in one central dev space
- C. Desktop client-based access
- D. Access to Visual Studio Code-compatible extensions
- E. Browser-based access
Answer: A,D,E
NEW QUESTION 56
What are some principles of continuous integration? Note: There are 2 to choose.
- A. Automated code change pushes
- B. Automated builds
- C. Automated deployment to the productive system
- D. Automated tests
Answer: B,D
Explanation:
In recent years CI has become a best practice for software development and is guided by a set of key principles. Among them are revision control, build automation and automated testing.
https://www.cloudbees.com/continuous-delivery/continuous-integration#:~:text=In%20recent%20years%20CI%20has,build%20automation%20and%20automated%20testing.
https://help.sap.com/doc/79ca8e0d124746d482b77e832205a437/Cloud/en-US/CICD_Best_Practices.pdf
NEW QUESTION 57
Which severity level matches which request method?
Answer:
Explanation:
NEW QUESTION 58
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. In an SAP BTP subaccount
- B. In the on-premise network of the SAP S/4HANA system
- C. In a virtual machine independent from the on-premise network and the SAP BTP
Answer: B
NEW QUESTION 59
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. Analytical list page
- B. Worklist
- C. List report
- D. Object page
Answer: D
NEW QUESTION 60
In SAP Business Application Studio, what is a dev space?
- A. A pre-configured private development environment
- B. A pre-configured shared development environment
- C. A pre-configured shared virtual machine
- D. A pre-configured private virtual machine
Answer: A
NEW QUESTION 61
What are tasks of the approuter? Note: There are 3 to choose.
- A. Routing requests from the web browser to the provider of the UI service.
- B. Authorizing users for the CAP service and the provider of the UI service.
- C. Forwarding user requests to the XSUAA service for authentication and authorization.
- D. Routing requests from the web browser to the CAP service.
- E. Routing requests from the application to the SAP Launchpad service.
Answer: A,C,D
NEW QUESTION 62
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?
- A. /root
- B. /app
- C. /db
- D. /srv
Answer: B
NEW QUESTION 63
Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2 to choose.
- A. SAP S/4HANA on-premise
- B. SAP Authorization and Trust Management Service
- C. SAP S/4HANA Cloud
- D. Identity authentication tenant
Answer: B,D
NEW QUESTION 64
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. The webhook of your version control system
- B. The webhook event receiver
- C. The stages in the config.yml in the .pipeline folder
- D. The stages of the failed job run
Answer: B
NEW QUESTION 65
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.
Answer:
Explanation:
NEW QUESTION 66
What are some characteristics of CAP event handling? Note: There are 2 to choose.
- A. You can register only one event handler for a specific event.
- B. You must use the handler registration API srv.emit(<event>) to de-register event handlers.
- C. You can register event handlers with instances of cds.service to add custom logic.
- D. You can register multiple event handlers for each event phase.
Answer: C,D
NEW QUESTION 67
Which identifier is used by the XSUAA service to distinguish applications and scopes?
- A. tenant-mode
- B. xs-security
- C. VCAP_SERVICES
- D. xsappname
Answer: D
NEW QUESTION 68
......
Guaranteed Accomplishment with Newest Sep-2022 FREE: https://examcollection.actualcollection.com/C_CPE_13-exam-questions.html