[2024年11月]更新のC-CPE-16試験資料SAP学習ガイド
有効な問題最新版を試そうC-CPE-16テスト解釈C-CPE-16有効な試験ガイド
SAP C-CPE-16 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
質問 # 28
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 event handlers with instances of cds.service to add custom logic.
- C. You can register multiple event handlers for each event phase.
- D. You can register only one event handler for a specific event.
正解:B、C
質問 # 29
For which workload requirements would you use State ful Set? Note: There are 3 correct answers to this question.
- A. Ordered, persistent storage
- B. Ordered, graceful deployment and scaling
- C. Stable, unique network identifiers
- D. Ordered network identifiers
- E. Stable, persistent storage
正解:B、C、E
質問 # 30
What are some prerequisites for functions to receive events from Kyma Eventing? Note: There are 2 correct answers to this question.
- A. The request to the function contains the event context
- B. An API Rule with Oathkeeper AccessRules for GET-Requests
- C. A Subscription CR.
- D. A CloudEvents specification
正解:C、D
質問 # 31
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 on-premise
- C. Identity authentication tenant
- D. SAP S/4HANA Cloud
正解:A、C
質問 # 32
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 Destination service
- B. SAP Connectivity service
- C. SAP Cloud Transport Management service
- D. SAP Keystore service
正解:A、B
質問 # 33
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 user
- B. A password
- C. A secret
- D. A content type
正解:C、D
質問 # 34
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. Image 1
- B. NA
正解:A
質問 # 35
Which of the following 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 correct answers to this question.
- 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
質問 # 36
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 org. Create space. Create quota plan
- B. Create quota plan. Enable Cloud Foundry. Create space. Create org
- C. Create quota plan. Create org. Create space. Enable Cloud Foundry
- D. Enable Cloud Foundry. Create space . Create org. Create quota plan
正解:A
質問 # 37
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. HTML5
- C. Node.js
- D. Python
- E. Docker
正解:A、C、D
質問 # 38
Why are extensions on top of SAP S/4HANA Cloud NOT affected by the quarterly update cycle of SAP S/4HANA Cloud?
- A. SAP provides maintenance agreements to fix any extension issues.
- B. The public interfaces of SAP S/4HANA represent a stable contract across the versions of SAP S/4HANA Cloud.
- C. The Virtual Data Model of SAP S/4HANA Cloud remains unchanged.
- D. The extension application runs only on SAP Business Technology Platform.
正解:B
質問 # 39
How can you ensure that the value creation process continuously becomes safer and more resilient?
- A. Establish short and efficient feedback cycles.
- B. Develop tight software architectures.
- C. Apply strict top-down software design.
- D. Optimize batch working style.
正解:A
質問 # 40
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. file manifest.yml
- C. file package.json
- D. folder /app
正解:B、C
質問 # 41
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are
3 to choose.
- A. Simplified developer experience for business application development
- B. Automatic application routing, load balancing, health checks, and multilevel self-healing
- C. Integration of the SAP NetWeaver platform
- D. Platform-managed application security patching and updates
- E. Orchestration of microservices and serverless functions
正解:A、C、D
質問 # 42
Your customer presents you with the following UI requirements: Users work on different kinds of items.
Different visualizations without interactions between the visualizations. No drilldown.
Which SAP Fiori elements floorplan do you recommend they use?
- A. List report
- B. Worklist
- C. Analytical list page
- D. Object page
正解:D
質問 # 43
How does the CAP framework support transactional consistency across different service calls?
(Choose two)
- A. Employing the two-phase commit protocol
- B. Manual propagation of transaction IDs
- C. Automatic handling of transactional contexts
- D. Using database triggers
正解:A、C
質問 # 44
HOTSPOT
Which severity level matches which request method?
正解:
解説:
Req.notify - 1
Req.info - 2
Req.warn - 3
Req.error - 4
質問 # 45
In the SAP BTP, what is the correct order of entities?
- A. Global account. Subaccount. Directory. Environment
- B. Environment. Global account. Directory. Subaccount
- C. Directory. Global account. Subaccount. Environment
- D. Global account. Directory. Subaccount. Environment
正解:D
質問 # 46
You need to secure your application in the Cloud Foundry environment.
In which file do you maintain routes during design time?
- A. C manifest.yml
- B. mta.yml
- C. xs-app.json
- D. C xs-security.json
正解:C
質問 # 47
What can you define in the application router's design-time descriptor: xs-app.json? Note: There are 2 correct answers to this question.
- A. authenticationMethod
- B. modules
- C. role-templates
- D. routes
正解:A、D
質問 # 48
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
質問 # 49
......
C-CPE-16試験問題と解答:https://www.jpntest.com/shiken/C-CPE-16-mondaishu
C-CPE-16実際の問題解答PDFは100%カバー率でリアル試験問題:https://drive.google.com/open?id=15ZjGvzCJv-K0ABRDvDpzZQCOV58WX85m