[2022年01月] ベストSAP Certified Development Associate学習ガイドはC-CPE-13試験問題集
C-CPE-13認定ガイド問題と解答トレーニング
SAP C-CPE-13 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
質問 18
In SAP Fiori, how are drafts used? Note: There are 2 to choose.
- A. To prevent an object being edited by multiple users concurrently
- B. To enable empty states of apps
- C. To enable responsiveness of apps
- D. To prevent data loss in case an app terminates unexpectedly
正解: A,D
質問 19
Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?
- A. Cloud Foundry command line interface
- B. SAP BTP command line interface
- C. APIs for SAP BTP
正解: A
質問 20
What are some characteristics of OData? Note: There are 2 to choose.
- A. OData is RESTful.
- B. OData uses the SOAP protocol.
- C. OData is an architectural design template for hypermedia information systems.
- D. OData builds on HTTP, AtomPub, and JSON using URIs to address and access data feed resources.
正解: A,D
質問 21
What are some characteristics of YAML files? Note: There are 2 to choose.
- A. YAML files are based on XML.
- B. YAML files rely on correct indentation.
- C. YAML files are also valid JSON files.
- D. YAML files can be used as configuration files.
正解: C,D
質問 22
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 a role-collection
- B. In an xs-security.json file
- C. In an instance of the XSUAA service
正解: A
質問 23
How can you bring your company's user base into your SAP BTP subaccount?
- A. Import the users via .csv file upload in the SAP BTP cockpit.
- B. Establish a trust relationship with the default identity provider.
- C. Establish a trust relationship with your corporate identity provider.
- D. Create the users manually in the security section of your subaccount.
正解: C
質問 24
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 manifest.yml
- C. folder /approuter
- D. file package.json
正解: B,D
質問 25
What are the relationships? (Drag and drop the labels at the bottom onto the framed locations of the image above.)
正解:
解説:
質問 26
Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment? Note: There are 3 to choose.
- A. Java
- B. Docker
- C. HTML5
- D. Python
- E. Node.js
正解: A,D,E
質問 27
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
質問 28
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
- A. 50k requests per hour for all users
- B. 100k requests per hour per user
- C. 1k requests per hour for all users
- D. 10k requests per hour per user
正解: D
質問 29
Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 2 to choose.
- A. SAP Solution Manager
- B. Cloud Foundry CLI
- C. SAP Business Application Studio
- D. SAP BTP CLI
正解: B,D
質問 30
What is the maximum number of running threads per application instance?
- A. 0
- B. 1
- C. 2
- D. 3
正解: D
質問 31
What is a rule of thumb for when to use namespaces in your models?
- A. When your models are reused in other projects
- B. When your model names are unique
- C. When your app rarely exposes services
正解: B
質問 32
What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose.
- A. A subaccount must be registered through a booster.
- B. The subdomain of a subaccount must be unique within a region.
- 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.
正解: B,C
質問 33
How many administrators can be assigned to a global account?
- A. 1 - n
- B. 0 - 1
- C. 0 - n
正解: A
質問 34
Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2 to choose.
- A. Identity authentication tenant
- B. SAP S/4HANA on-premise
- C. SAP Authorization and Trust Management Service
- D. SAP S/4HANA Cloud
正解: A,C
質問 35
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.
正解: A,D
質問 36
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
正解: C
質問 37
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. Kyma environment
- D. Netweaver environment
正解: B,C
解説:
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
質問 38
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What kind of request does this webhook send to the specified payload URL?
- A. POST request
- B. PATCH request
- C. PUT request
- D. GET request
正解: A
質問 39
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
- A. Application users
- B. Platform users
- C. Technical users
- D. Business users
正解: B,D
質問 40
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
- A. SAP Fiori
- B. Full Stack Cloud Application
- C. Basic
- D. SAP Mobile Application
正解: B
質問 41
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
質問 42
In the SAP BTP, what is the correct order of entities?
- A. Environment. Global account. Directory. Subaccount
- B. Global account. Subaccount. Directory. Environment
- C. Directory. Global account. Subaccount. Environment
- D. Global account. Directory. Subaccount. Environment
正解: D
質問 43
......
ベストSAP C-CPE-13学習ガイドと問題集は2022年に更新されました:https://www.goshiken.com/SAP/C-CPE-13-mondaishu.html