Updated Jun-2024 C-CPE-16 Free Exam Files Downloaded Instantly [Q37-Q61]

Share

Updated Jun-2024 C-CPE-16 Free Exam Files Downloaded Instantly

Practice Exams and Training Solutions for Certifications


SAP C-CPE-16 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe the microservice architecture; explain data persistence
  • Explain the Continuous Delivery pipeline
Topic 2
  • Describe Kyma runtime on SAP BTP; explain service discovery mechanisms
  • Explain xs-security file and authorizations
Topic 3
  • Describe DevOps and CI
  • CD; set up CI infrastructure
  • Work with SAP development tools such as SAP Business Application Studio.

 

NEW QUESTION # 37
You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$",
"target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$",
"destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.

  • A. The files requested for /app will be put to the resources folder.
  • B. The files in the resources folder will be served for all requests to /app.
  • C. All requests starting with /service will be targeted to the folder resources.
  • D. All requests starting with /service will be forwarded to the CAP service.

Answer: B,D


NEW QUESTION # 38
Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role- templates?

  • A. In an xs-security.json file
  • B. In a role-collection
  • C. In an instance of the XSUAA service

Answer: B


NEW QUESTION # 39
What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose.

  • A. The subdomain is the unique identifier of a subaccount.
  • B. A service must be entitled to the subaccount before you can subscribe to it.
  • C. A subaccount must be registered through a booster.
  • D. The subdomain of a subaccount must be unique within a region.

Answer: B,D


NEW QUESTION # 40
You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?

  • A. On the Credentials tab
  • B. On the Jobs tab
  • C. On the Repositories tab

Answer: C


NEW QUESTION # 41
You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step?

  • A. mbt make
  • B. mbt init
  • C. mbt build

Answer: C


NEW QUESTION # 42
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 # 43
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 Cloud Transport Management service
  • B. SAP Keystore service
  • C. SAP Destination service
  • D. SAP Connectivity service

Answer: C,D


NEW QUESTION # 44
What is the maximum number of running threads per application instance?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C


NEW QUESTION # 45
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment?
Note: There are 2 to choose.

  • A. Is based on the latest SAP NetWeaver Application Server for ABAP release
  • B. Is based on the latest ABAP platform cloud release
  • C. Runs within the Cloud Foundry environment
  • D. Runs within the Kyma environment

Answer: B,C


NEW QUESTION # 46
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. Assign an appropriate role template to your user.
  • C. Subscribe to an SAP CI/CD service plan.
  • D. Create an SAP CI/CD service instance.

Answer: A,C


NEW QUESTION # 47
What kind of offering is Cloud Foundry?

  • A. Infrastructure as a Service (IaaS)
  • B. Functions as a Service (FaaS)
  • C. Platform as a Service (PaaS)
  • D. Software as a Service (SaaS)

Answer: C


NEW QUESTION # 48
What is recommended by SAP when you publish an API? Note: There are 2 to choose.

  • A. Remove obsolete APIs without notice.
  • B. Use meaningful, clear, and self-explanatory API names.
  • C. Use version numbers in the API names.
  • D. Provide good API documentation.

Answer: B,D


NEW QUESTION # 49
What is a rule of thumb for when to use namespaces in your models?

  • A. When your app rarely exposes services
  • B. When your models are reused in other projects
  • C. When your model names are unique

Answer: C


NEW QUESTION # 50
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. Maintenance of all development projects in one central dev space
  • C. Browser-based access
  • D. Central administration
  • E. Desktop client-based access

Answer: A,C,D


NEW QUESTION # 51
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. SAP S/4HANA Cloud
  • C. Identity authentication tenant
  • D. SAP S/4HANA on-premise

Answer: A,C


NEW QUESTION # 52
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose.

  • A. macOS Safari
  • B. Microsoft Edge
  • C. Google Chrome
  • D. Mozilla Firefox

Answer: C,D


NEW QUESTION # 53
Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose.

  • A. Content
  • B. Footer
  • C. Header
  • D. Toolbars

Answer: A,C


NEW QUESTION # 54
When using namespaces, what does SAP recommend you use to construct names for namespaces?

  • A. Your organization's name
  • B. Reverse domain names
  • C. Cascades of acronyms

Answer: B


NEW QUESTION # 55
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 webhook event receiver
  • C. The webhook of your version control system
  • D. The stages in the config.yml in the .pipeline folder

Answer: B


NEW QUESTION # 56
Your customer presents you with the following UI requirements: 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. Worklist
  • B. List report
  • C. Object page
  • D. Analytical list page

Answer: D


NEW QUESTION # 57
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.

  • A. Technical users
  • B. Business users
  • C. Platform users
  • D. Application users

Answer: B,C


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 a virtual machine independent from the on-premise network and the SAP BTP
  • C. In the on-premise network of the SAP S/4HANA system

Answer: C


NEW QUESTION # 59
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.

  • A. Adaptive
  • B. Productive
  • C. Intuitive
  • D. Coherent
  • E. Role-based

Answer: A,D,E


NEW QUESTION # 60
What are some characteristics of JSON files? Note: There are 2 to choose.

  • A. JSON files contain JavaScript commands.
  • B. JSON files are also valid YAML files.
  • C. JSON files contain human-readable data.
  • D. JSON files are based on XML.

Answer: B,C


NEW QUESTION # 61
......

Q&As with Explanations Verified & Correct Answers: https://www.pass4leader.com/SAP/C-CPE-16-exam.html

Dumps Free Test Engine Player Verified Answers: https://drive.google.com/open?id=1y10dX8zYtLqGU4BV_q2ryFW5tRcZ74qJ