試験合格保証付きのSAP Certified Associate C-CPE-16試験問題集
SAP C-CPE-16日常練習試験は2024年最新のに更新された82問あります
SAP C-CPE-16 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
質問 # 22
What are standard events that CAP handles by default? Note: There are 3 to choose.
- A. REFRESH
- B. UPDATE
- C. CREATE
- D. READ
- E. WRITE
正解:B、C、D
質問 # 23
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 content type
- B. A secret
- C. A password
- D. A user
正解:A、B
質問 # 24
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose.
- A. Technical users
- B. Platform users
- C. Business users
- D. Application users
正解:B、C
質問 # 25
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
質問 # 26
Which of the following can be used as a management tool for SAP Business Technology Platform? Note:
There are 2 to choose.
- A. SAP BTP CLI
- B. Cloud Foundry CLI
- C. SAP Business Application Studio
- D. SAP Solution Manager
正解:A、B
質問 # 27
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.
- A. Programming errors
- B. Unexpected errors
- C. Runtime errors
- D. Rejections of promises
正解:B、D
質問 # 28
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 template to your user.
- B. Assign an appropriate role collection to your user.
- C. Subscribe to an SAP CI/CD service plan.
- D. Create an SAP CI/CD service instance.
正解:B、C
質問 # 29
Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose.
- A. Header
- B. Footer
- C. Toolbars
- D. Content
正解:A、D
質問 # 30
What are some features of the SAP Cloud Connector? Note: There are 2 to choose.
- A. Configuring trust
- B. Monitoring requests
- C. Securing the activation of traffic traces
- D. Managing HTML5 applications
正解:B、C
質問 # 31
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?
- A. /app
- B. /db
- C. /srv
- D. /root
正解:A
質問 # 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 Keystore service
- B. SAP Cloud Transport Management service
- C. SAP Destination service
- D. SAP Connectivity service
正解:C、D
質問 # 33
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.
- A. Full Stack Cloud Application
- B. SAP Mobile Application
- C. SAP Fiori
- D. SAP HANA Native Application
正解:A、D
質問 # 34
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. GET request
- C. PUT request
- D. PATCH request
正解:A
質問 # 35
What are tasks of the approuter? Note: There are 3 to choose.
- A. Routing requests from the application to the SAP Launchpad service.
- B. Routing requests from the web browser to the provider of the UI service.
- C. Authorizing users for the CAP service and the provider of the UI service.
- D. Routing requests from the web browser to the CAP service.
- E. Forwarding user requests to the XSUAA service for authentication and authorization.
正解:B、D、E
質問 # 36
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
- A. Technical information about the target resource
- B. Semantic information about the target resource
- C. Connectivity proxy information for the target resource
正解:A
質問 # 37
Which identifier is used by the XSUAA service to distinguish applications and scopes?
- A. xs-security
- B. tenant-mode
- C. xsappname
- D. VCAP_SERVICES
正解:C
質問 # 38
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. Docker
- B. HTML5
- C. Node.js
- D. Java
- E. Python
正解:C、D、E
質問 # 39
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.)
正解:
解説:
質問 # 40
When using namespaces, what does SAP recommend you use to construct names for namespaces?
- A. Your organization's name
- B. Cascades of acronyms
- C. Reverse domain names
正解:C
質問 # 41
You have developed a risk service application in CAP. To which file must you add restrictions -
@(restrict...) - to add authorizations to your service?
- A. package-lock.json
- B. srv/risk-service.cds
- C. srv/risk-service.js
- D. xs-security.js
正解:D
質問 # 42
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?
- A. A role collection
- B. A role
- C. A role template
正解:A
質問 # 43
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 package.json
- B. folder /app
- C. file manifest.yml
- D. folder /approuter
正解:A、C
質問 # 44
In SAP Fiori, how are drafts used? Note: There are 2 to choose.
- A. To prevent data loss in case an app terminates unexpectedly
- B. To enable empty states of apps
- C. To prevent an object being edited by multiple users concurrently
- D. To enable responsiveness of apps
正解:A、C
質問 # 45
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. cds compile srv --to xsuaa >xs-security.json
- B. npm i --save @sap/xssec @sap/xsenv
- C. npm i --save xs-security.json
- D. cds compile srv --to xsuaa >@sap/xssec @sap/xsenv
正解:A
質問 # 46
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose.
- A. Microsoft Edge
- B. macOS Safari
- C. Mozilla Firefox
- D. Google Chrome
正解:C、D
質問 # 47
......
テストエンジン練習C-CPE-16テスト問題:https://jp.fast2test.com/C-CPE-16-premium-file.html