[2023年11月29日] 無料SAP Certified Development Associate C-CPE-14公式認定ガイドPDFダウンロード [Q75-Q99]

Share

[2023年11月29日] 無料SAP Certified Development Associate C-CPE-14公式認定ガイドPDFダウンロード

SAP C-CPE-14公式認定ガイドPDF

質問 # 75
You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?

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

正解:D


質問 # 76
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 forwarded to the CAP service.
  • D. All requests starting with /service will be targeted to the folder resources.

正解:B、C


質問 # 77
In CAP, which keyword is used to send events? Choose the correct answer.

  • A. actions
  • B. stream
  • C. throw
  • D. emit

正解:D


質問 # 78
Which of the following statements about SAP Continuous Integration and Delivery (CI/CD) is correct? Choose the correct answer.

  • A. If you want to use SAP CI/CD in SAP BTP, you need to enable it with a service instance.
  • B. If you want to use SAP CI/CD in SAP BTP, you need to subscribe to a service plan of SAP CI/CD.

正解:B


質問 # 79
What are some of the Continuous Integration principles? Choose the correct answers.

  • A. Run tests in the build.
  • B. Fix errors only when users complain.
  • C. Run tests only in production.
  • D. Fix errors immediately.
  • E. Use version control.

正解:A、D、E


質問 # 80
What is the main idea behind SAP Fiori elements? Choose the correct answer.

  • A. Provide a showcase for the core principles of modern user interfaces (UI).
  • B. Define a role-based user experience (UX).
  • C. Generate SAP Fiori apps at runtime from an existing OData service.
  • D. Provide a framework and development tool kit for HTML 5.

正解:C


質問 # 81
After you run the command cds add hana, which file is updated with the required configuration? Choose the correct answer.

  • A. package.mta
  • B. package.js
  • C. package.cds
  • D. package.json

正解:D


質問 # 82
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. List report
  • B. Analytical list page
  • C. Worklist
  • D. Object page

正解:A


質問 # 83
When deploying applications on SAP BTP, what is the maximum application package size?

  • A. 1.5 GB
  • B. 2.5 GB
  • C. 2 GB
  • D. 1 GB

正解:A


質問 # 84
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.

  • A. Kyma environment
  • B. Neo environment
  • C. Netweaver environment
  • D. Cloud Foundry environment

正解:A、D

解説:
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%20 Serverless


質問 # 85
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 Jenkins folder with a manifest.yml file
  • B. A file named Jenkinsfile
  • C. A .pipeline folder with a manifest.yml file
  • D. A .pipeline folder with a config.yml file

正解:B、D


質問 # 86
Which file contains an app's "declaration of security"? Choose the correct answer.

  • A. xs-app.json
  • B. xs-security.json
  • C. xs-sec.json

正解:B


質問 # 87
Which criticality value is assigned to Negative criticality?

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

正解:A


質問 # 88
What is JavaScript Object Notation (JSON)?

  • A. A simple way to annotate objects in JavaScript.
  • B. An open-standard format to structure JavaScript programs.
  • C. An open-standard format to structure data transferred using web technologies.
  • D. A notation command for automatically instantiating JavaScript objects.

正解:C


質問 # 89
What is SAP Fiori elements designed to do? Choose the correct answers.

  • A. Drive UX consistency.
  • B. Implement unique functionality.
  • C. Drive full flexibility of development.
  • D. Speed up development.

正解:A、D


質問 # 90
Which of the following statements are correct? Choose the correct answers.

  • A. YAML's foremost design goal is support for serializing arbitrary native data structures.
  • B. JSON's foremost design goal is support for serializing arbitrary native data structures.
  • C. Each JSON file is a valid YAML file.
  • D. Each YAML file is a valid JSON file.

正解:A、C


質問 # 91
What is the maximum number of running threads per application instance?

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

正解:B


質問 # 92
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 @sap/xssec @sap/xsenv
  • B. cds compile srv --to xsuaa >@sap/xssec @sap/xsenv
  • C. cds compile srv --to xsuaa >xs-security.json
  • D. npm i --save xs-security.json

正解:C


質問 # 93
What information does the SAP Destination service provide to your applications to connect to a remote service or system?

  • A. Semantic information about the target resource
  • B. Connectivity proxy information for the target resource
  • C. Technical information about the target resource

正解:C


質問 # 94
DRAG DROP
A global account has a relationship with entitlements. The cardinality of this relationship is "0-n" as shown in the graphic. What are the cardinalities for the other relationships in the attached diagram?
(Drag and drop the labels at the bottom onto the framed locations of the image above.)

正解:

解説:


質問 # 95
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?

  • A. platforms
  • B. multi-environments
  • C. users
  • D. identity-providers

正解:D


質問 # 96
What are some characteristics of CAP event handling? Note: There are 2 to choose.

  • A. You must use the handler registration API srv.emit(<event>) to de-register event handlers.
  • B. You can register only one event handler for a specific event.
  • C. You can register multiple event handlers for each event phase.
  • D. You can register event handlers with instances of cds.service to add custom logic.

正解:C、D


質問 # 97
What is a "main line" in a source control management system used for? Choose the correct answer.

  • A. To automate deployment.
  • B. To enable a reporting line for the project manager.
  • C. To make developers' contributions transparent and avoid clashes.

正解:C


質問 # 98
Role collections of a subaccount are available in the global account. Determine whether this statement is true or false.

  • A. faIse
  • B. true

正解:A


質問 # 99
......


SAP C-CPE-14試験は、SAP BTPで作業している経験があり、その機能を拡張することに興味がある開発者、ソフトウェアエンジニア、およびコンサルタントを対象としています。試験に合格した候補者は、SAP Cloud Platformのツールとサービスを使用してSAP BTP拡張を開発する能力を証明できます。この認定は、SAP BTPで作業している個人にとって貴重な資産であり、この分野の専門知識と知識を証明し、就職市場で競争力を持つことができます。

 

無料C-CPE-14試験問題集試験点数を伸ばそう:https://www.passtest.jp/SAP/C-CPE-14-shiken.html

試験C-CPE-14最新ブレーン専門問題集はここPassTest:https://drive.google.com/open?id=149RihcO_g_AbYPgGkGQzkO-iPlatn7GQ