Updated Sep-2022 Official licence for C-CPE-13 Certified by C-CPE-13 Dumps PDF
Grab latest Amazon C-CPE-13 Dumps as PDF Updated on 2022
SAP C-CPE-13 Certification Exam Topics:
| Topic Areas | Topic Details, Courses, Books |
|---|---|
| Web development standards < 8% | Describe OData, JSON and YAMLÂ format, APIs. |
| SAP Authorization and Trust Management > 12% | Describe functions of the approuter. Set up trust and authorization for an SAP BTP application. Identify valid identity providers for SAP BTP. |
| SAP Cloud Application Programming model > 12% | Create CAP projects. Create a service. Set up event handling and error handling. Maintain application security. |
| SAP BTP > 12% | Describe the SAP BTP account model. Describe runtime environments. |
| Connectivity < 8% | Describe SAP BTP connectivity services and options. Describe functions of the SAP Cloud Connector. |
| UI 8% - 12% | Use SAP Fiori elements to add an UI layer. Use annotations to customize the UI. |
C-CPE-13 Exam Certification Details:
| Exam: | 80 questions |
| Cut Score: | 64% |
| Duration: | 180 mins |
| Sample Questions: | SAP C-CPE-13 Exam Sample Question |
| Level: | Associate |
NEW QUESTION 18
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.
- A. Productive
- B. Coherent
- C. Intuitive
- D. Adaptive
- E. Role-based
Answer: B,D,E
NEW QUESTION 19
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?
- A. multi-environments
- B. users
- C. identity-providers
- D. platforms
Answer: C
NEW QUESTION 20
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.
- A. Assign an appropriate role collection to your user.
- B. Create an SAP CI/CD service instance.
- C. Subscribe to an SAP CI/CD service plan.
- D. Assign an appropriate role template to your user.
Answer: A,C
NEW QUESTION 21
You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?
- A. cds.Event
- B. cds.Service
- C. cds.Request
Answer: B
NEW QUESTION 22
What are some principles of continuous integration? Note: There are 2 to choose.
- A. Automated tests
- B. Automated code change pushes
- C. Automated builds
- D. Automated deployment to the productive system
Answer: A,C
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 23
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
- A. Creating Cloud Foundry orgs explicitly.
- B. Creating many subaccounts assigned to the Cloud Foundry environment.
- C. Deleting a subaccount with service subscriptions.
- D. Disabling the Cloud Foundry environment once you have enabled it.
Answer: A,B
NEW QUESTION 24
What are some characteristics of CAP event handling? Note: There are 2 to choose.
- A. You can register multiple event handlers for each event phase.
- B. You can register event handlers with instances of cds.service to add custom logic.
- C. You must use the handler registration API srv.emit(<event>) to de-register event handlers.
- D. You can register only one event handler for a specific event.
Answer: A,B
NEW QUESTION 25
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 Cloud Transport Management service
- D. SAP Connectivity service
Answer: A,D
NEW QUESTION 26
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.
- A. folder /app
- B. file package.json
- C. folder /approuter
- D. file manifest.yml
Answer: B,D
NEW QUESTION 27
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)
Answer:
Explanation:
NEW QUESTION 28
In SAP Business Application Studio, what is a dev space?
- A. A pre-configured shared development environment
- B. A pre-configured private development environment
- C. A pre-configured shared virtual machine
- D. A pre-configured private virtual machine
Answer: B
NEW QUESTION 29
Which severity level matches which request method?
Answer:
Explanation:
NEW QUESTION 30
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. Object page
- B. Worklist
- C. List report
- D. Analytical list page
Answer: C
NEW QUESTION 31
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?
- A. A role collection
- B. A role
- C. A role template
Answer: A
NEW QUESTION 32
How many administrators can be assigned to a global account?
- A. 1 - n
- B. 0 - n
- C. 0 - 1
Answer: A
NEW QUESTION 33
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
- A. 10k requests per hour per user
- B. 100k requests per hour per user
- C. 50k requests per hour for all users
- D. 1k requests per hour for all users
Answer: A
NEW QUESTION 34
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.
- A. Neo environment
- B. Cloud Foundry environment
- C. Netweaver environment
- D. Kyma environment
Answer: B,D
Explanation:
The multi-cloud foundation is the basis of SAP BTP, which through its multi-cloud compatibility, lets you choose from different infrastructures, environments, and runtimes.
It comprises three different environments: The Cloud Foundry environment, the Kyma environment, and the ABAP environment.
https://help.sap.com/viewer/b017fc4f944e4eb5b31501b3d1b6a1f0/Cloud/en-US/06b6fb3d45d040429e36f0359d2fe1f2.html?q=SAP%20Cloud%20Platform%20Functions%20FaaS%20Serverless
NEW QUESTION 35
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 3 to choose.
- A. Orchestration of microservices and serverless functions
- B. Automatic application routing, load balancing, health checks, and multilevel self-healing
- C. Platform-managed application security patching and updates
- D. Integration of the SAP NetWeaver platform
- E. Simplified developer experience for business application development
Answer: C,D,E
NEW QUESTION 36
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.
- A. Unexpected errors
- B. Rejections of promises
- C. Programming errors
- D. Runtime errors
Answer: A,B
NEW QUESTION 37
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 stages of the failed job run
- B. The stages in the config.yml in the .pipeline folder
- C. The webhook event receiver
- D. The webhook of your version control system
Answer: C
NEW QUESTION 38
During application development, what are some principles of dealing with application errors? Note: There are 2 to choose.
- A. Log unexpected errors
- B. Hide errors and continue silently
- C. Use try/catch blocks sparingly
- D. Use as many try/catch blocks as possible
Answer: A,C
NEW QUESTION 39
......
Latest C-CPE-13 Exam Dumps SAP Exam from Training: https://passcertification.preppdf.com/SAP/C-CPE-13-prepaway-exam-dumps.html