[2022年02月28日] 最新C-CPE-13試験問題集には高得点で一発合格
無料提供中C-CPE-13ブレーン問題集とC-CPE-13リアル試験問題
SAP C-CPE-13 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
質問 33
You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?
- A. cds.Request
- B. cds.Service
- C. cds.Event
正解: B
質問 34
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
- A. Cloud Foundry org
- B. Directory
- C. Global account
- D. Environment
正解: B,C
質問 35
Which language do you use to create a data model in a CAP project?
- A. ABAP
- B. Core Data Services Query Language (CQL)
- C. Core Data Services Definition Language (CDL)
- D. SQL
正解: D
質問 36
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?
- A. multi-environments
- B. platforms
- C. users
- D. identity-providers
正解: D
質問 37
What are some features of the SAP Cloud Connector? Note: There are 2 to choose.
- A. Securing the activation of traffic traces
- B. Configuring trust
- C. Monitoring requests
- D. Managing HTML5 applications
正解: A,C
質問 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 a role-collection
- B. In an xs-security.json file
- C. In an instance of the XSUAA service
正解: A
質問 39
In an SAP Business Application Studio project, what does the "cf push" command do?
- A. It deploys the application modules defined in the manifest.yaml file into the Cloud Foundry account.
- B. It creates the service instances of the services defined in the service-manifest.yml file.
- C. It updates the service instances of the services defined in the service-manifest.yml file.
正解: A
質問 40
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.)
正解:
解説:
質問 41
Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose.
- A. Connect an SAP S/4HANA Cloud system with the SAP BTP
- B. Connecting an SAP S/4HANA system with the SAP BTP
- C. Providing control over cloud to cloud connections
- D. Providing control over cloud to on-premise connections
正解: B,D
質問 42
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.
- A. Coherent
- B. Adaptive
- C. Role-based
- D. Productive
- E. Intuitive
正解: A,B,C
質問 43
When deploying applications on SAP BTP, what is the maximum application package size?
- A. 2.5 GB
- B. 1.5 GB
- C. 1 GB
- D. 2 GB
正解: B
質問 44
What is JavaScript Object Notation (JSON)?
- A. An open-standard format to structure JavaScript programs.
- B. An open-standard format to structure data transferred using web technologies.
- C. A simple way to annotate objects in JavaScript.
- D. A notation command for automatically instantiating JavaScript objects.
正解: B
質問 45
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
質問 46
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?
- A. /db
- B. /root
- C. /app
- D. /srv
正解: C
質問 47
What is one of the required steps to enable authentication support in CAP?
- A. Install a CDS module called passport.
- B. Install a Node.js module called passport.
- C. Install a package.json module called passport.
- D. Install a YAML module called passport.
正解: B
質問 48
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. Technical information about the target resource
- C. Connectivity proxy information for the target resource
正解: B
質問 49
Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose.
- A. Maintenance of all development projects in one central dev space
- B. Access to Visual Studio Code-compatible extensions
- C. Central administration
- D. Browser-based access
- E. Desktop client-based access
正解: B,C,D
質問 50
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. Analytical list page
- D. Object page
正解: C
質問 51
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
質問 52
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
質問 53
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. Create quota plan. Create org. Create space. Enable Cloud Foundry
- C. Enable Cloud Foundry. Create org. Create space. Create quota plan
- D. Create quota plan. Enable Cloud Foundry. Create space. Create org
正解: C
質問 54
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.
- A. The entity definition of the OData service
- B. Custom UI logic
- C. Authorizations in the OData service
- D. Annotations in the OData service
正解: A,D
質問 55
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. Assign an appropriate role template to your user.
- D. Subscribe to an SAP CI/CD service plan.
正解: A,D
質問 56
......
C-CPE-13合格させる問題集でSAP24時間で試験合格できます:https://www.goshiken.com/SAP/C-CPE-13-mondaishu.html