Pass Your SAP Certified Development Associate C-CPE-13 Exam on Sep 16, 2022 with 82 Questions [Q45-Q67]

Share

Pass Your SAP Certified Development Associate C-CPE-13 Exam on Sep 16, 2022 with 82 Questions

C-CPE-13 Free Exam Study Guide! (Updated 82 Questions)


C-CPE-13 Exam Certification Details:

Cut Score:64%
Sample Questions: SAP C-CPE-13 Exam Sample Question
Level:Associate
Duration:180 mins

 

NEW QUESTION 45
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?

  • A. manifest.yml
  • B. services-manifest.yml
  • C. xs-security.json
  • D. package.json

Answer: C

 

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

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

Answer: B,C,E

 

NEW QUESTION 47
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL? Note: There are 2 to choose.

  • A. A content type
  • B. A secret
  • C. A user
  • D. A password

Answer: A,B

 

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

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

Answer: A,D

 

NEW QUESTION 49
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.

  • A. Deleting a subaccount with service subscriptions.
  • B. Disabling the Cloud Foundry environment once you have enabled it.
  • C. Creating Cloud Foundry orgs explicitly.
  • D. Creating many subaccounts assigned to the Cloud Foundry environment.

Answer: C,D

 

NEW QUESTION 50
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 file named Jenkinsfile
  • B. A .pipeline folder with a manifest.yml file
  • C. A Jenkins folder with a manifest.yml file
  • D. A .pipeline folder with a config.yml file

Answer: A,D

 

NEW QUESTION 51
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.

  • A. SAP HANA Native Application
  • B. SAP Fiori
  • C. Full Stack Cloud Application
  • D. SAP Mobile Application

Answer: A,C

 

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

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

Answer: B

 

NEW QUESTION 53
What are standard events that CAP handles by default? Note: There are 3 to choose.

  • A. REFRESH
  • B. WRITE
  • C. UPDATE
  • D. READ
  • E. CREATE

Answer: C,D,E

 

NEW QUESTION 54
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 /approuter
  • B. folder /app
  • C. file manifest.yml
  • D. file package.json

Answer: C,D

 

NEW QUESTION 55
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.

  • A. Runtime errors
  • B. Unexpected errors
  • C. Programming errors
  • D. Rejections of promises

Answer: B,D

 

NEW QUESTION 56
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.

  • A. while
  • B. before
  • C. on
  • D. after
  • E. between

Answer: B,C,D

 

NEW QUESTION 57
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. List report
  • D. Analytical list page

Answer: C

 

NEW QUESTION 58
What are some features of the SAP Cloud Connector? Note: There are 2 to choose.

  • A. Monitoring requests
  • B. Configuring trust
  • C. Managing HTML5 applications
  • D. Securing the activation of traffic traces

Answer: A,D

 

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

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

Answer: A,C

 

NEW QUESTION 60
You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?

  • A. Enable Cloud Foundry. Create space . Create org. Create quota plan
  • B. Enable Cloud Foundry. Create org. Create space. Create quota plan
  • C. Create quota plan. Enable Cloud Foundry. Create space. Create org
  • D. Create quota plan. Create org. Create space. Enable Cloud Foundry

Answer: B

 

NEW QUESTION 61
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 instance of the XSUAA service
  • B. In a role-collection
  • C. In an xs-security.json file

Answer: B

 

NEW QUESTION 62
Which severity level matches which request method?

Answer:

Explanation:

 

NEW QUESTION 63
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 in the resources folder will be served for all requests to /app.
  • B. All requests starting with /service will be targeted to the folder resources.
  • C. The files requested for /app will be put to the resources folder.
  • D. All requests starting with /service will be forwarded to the CAP service.

Answer: A,D

 

NEW QUESTION 64
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 C
  • B. Option B
  • C. Option A

Answer: C

 

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

Answer: A

 

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

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

Answer: A

 

NEW QUESTION 67
......

C-CPE-13 Dumps for SAP Certified Development Associate Certified Exam Questions and Answer: https://2cram.actualtestsit.com/SAP/C-CPE-13-exam-prep-dumps.html