2024年最新のC_CPE_16プレミアム資料テストPDFの無料問題集お試しセット
試験合格を向けてC_CPE_16今すぐ弊社のSAP Certified Associate試験パッケージを使おう
質問 # 21
You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step?
- A. mbt build
- B. mbt make
- C. mbt init
正解:A
質問 # 22
How many administrators can be assigned to a global account?
- A. 0 - n
- B. 0 - 1
- C. 1 - n
正解:C
質問 # 23
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. Providing control over cloud to on-premise connections
- C. Connecting an SAP S/4HANA system with the SAP BTP
- D. Providing control over cloud to cloud connections
正解:B、C
質問 # 24
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
- A. Connectivity proxy information for the target resource
- B. Technical information about the target resource
- C. Semantic information about the target resource
正解:B
質問 # 25
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose.
- A. Productive
- B. Adaptive
- C. Coherent
- D. Intuitive
- E. Role-based
正解:B、C、E
質問 # 26
HOTSPOT
Which severity level matches which request method?
正解:
解説:
Req.notify - 1
Req.info - 2
Req.warn - 3
Req.error - 4
質問 # 27
During application development, what are some principles of dealing with application errors? Note:
There are 2 to choose.
- A. Use try/catch blocks sparingly
- B. Use as many try/catch blocks as possible
- C. Log unexpected errors
- D. Hide errors and continue silently
正解:A、C
質問 # 28
At what level can you select a region?
- A. Environment
- B. Directory
- C. Subaccount
- D. Global account
正解:D
質問 # 29
At which of the following levels can you assign entitlements? Note: There are 2 to choose.
- A. Environment
- B. Cloud Foundry org
- C. Directory
- D. Global account
正解:C、D
質問 # 30
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
正解:B
質問 # 31
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. GET request
- B. POST request
- C. PUT request
- D. PATCH request
正解:B
質問 # 32
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. All requests starting with /service will be targeted to the folder resources.
- B. The files requested for /app will be put to the resources folder.
- C. All requests starting with /service will be forwarded to the CAP service.
- D. The files in the resources folder will be served for all requests to /app.
正解:C、D
質問 # 33
What are some characteristics of JSON files? Note: There are 2 to choose.
- A. JSON files are based on XML.
- B. JSON files are also valid YAML files.
- C. JSON files contain human-readable data.
- D. JSON files contain JavaScript commands.
正解:B、C
質問 # 34
What are some principles of continuous integration? Note: There are 2 to choose.
- A. Automated code change pushes
- B. Automated tests
- C. Automated builds
- D. Automated deployment to the productive system
正解:A、C
質問 # 35
What are standard events that CAP handles by default? Note: There are 3 to choose.
- A. WRITE
- B. CREATE
- C. UPDATE
- D. READ
- E. REFRESH
正解:B、C、D
質問 # 36
What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose.
- A. The subdomain is the unique identifier of a subaccount.
- B. A service must be entitled to the subaccount before you can subscribe to it.
- C. A subaccount must be registered through a booster.
- D. The subdomain of a subaccount must be unique within a region.
正解:B、D
質問 # 37
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. Object page
- B. Analytical list page
- C. List report
- D. Worklist
正解:B
質問 # 38
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. file manifest.yml
- B. folder /app
- C. folder /approuter
- D. file package.json
正解:A、D
質問 # 39
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 .pipeline folder with a config.yml file
- B. A file named Jenkinsfile
- C. A Jenkins folder with a manifest.yml file
- D. A .pipeline folder with a manifest.yml file
正解:A、B
質問 # 40
What are some features of the SAP Cloud Connector? Note: There are 2 to choose.
- A. Managing HTML5 applications
- B. Configuring trust
- C. Monitoring requests
- D. Securing the activation of traffic traces
正解:C、D
質問 # 41
When deploying applications on SAP BTP, what is the maximum application package size?
- A. 1 GB
- B. 1.5 GB
- C. 2.5 GB
- D. 2 GB
正解:B
質問 # 42
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse?
- A. 100k requests per hour per user
- B. 10k requests per hour per user
- C. 1k requests per hour for all users
- D. 50k requests per hour for all users
正解:B
質問 # 43
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 stages of the failed job run
- B. The webhook of your version control system
- C. The webhook event receiver
- D. The stages in the config.yml in the .pipeline folder
正解:C
質問 # 44
......
SAP C_CPE_16 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
2024年最新の問題をマスターSAP Certified Associate合格目指してC_CPE_16リアル試験!:https://jp.fast2test.com/C_CPE_16-premium-file.html