試験準備には欠かさないトップクラスのSAP C-CPE-16試験学習ガイド練習問題最新版
今すぐC-CPE-16問題を使おうC-CPE-16問題集PDFで合格しよう
質問 # 41
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.
- A. Authorizations in the OData service
- B. The entity definition of the OData service
- C. Custom UI logic
- D. Annotations in the OData service
正解:B、D
質問 # 42
How many administrators can be assigned to a global account?
- A. 0 - n
- B. 1 - n
- C. 0 - 1
正解:B
質問 # 43
DRAG DROP
You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an event handler in the bookshop-service, that calculates a discount of 10 % on the price of books written in English ("en"). In all other cases, you want to calculate a discount of 5 %. The price should be calculated after books are read from the service. Drag the code snippets from below into the correct parts of the event handler implementation. Drag the key and value items from below into the correct parts of the descriptor file.
正解:
解説:
'bookshop-service', after, 'READ', forEach, 'book.language == 'en', 'book.price = book.price * 0.95, book.price = book.price * 0.9
質問 # 44
What are some characteristics of YAML files? Note: There are 2 to choose.
- A. YAML files can be used as configuration files.
- B. YAML files are also valid JSON files.
- C. YAML files are based on XML.
- D. YAML files rely on correct indentation.
正解:A、B
質問 # 45
What kind of offering is Cloud Foundry?
- A. Platform as a Service (PaaS)
- B. Software as a Service (SaaS)
- C. Infrastructure as a Service (IaaS)
- D. Functions as a Service (FaaS)
正解:A
質問 # 46
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
質問 # 47
What are standard events that CAP handles by default? Note: There are 3 to choose.
- A. CREATE
- B. UPDATE
- C. REFRESH
- D. READ
- E. WRITE
正解:A、B、D
質問 # 48
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?
- A. users
- B. multi-environments
- C. platforms
- D. identity-providers
正解:D
質問 # 49
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. NA
- B. Image 1
正解:B
質問 # 50
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
- A. Creating many subaccounts assigned to the Cloud Foundry environment.
- B. Deleting a subaccount with service subscriptions.
- C. Disabling the Cloud Foundry environment once you have enabled it.
- D. Creating Cloud Foundry orgs explicitly.
正解:A、D
質問 # 51
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. PUT request
- C. POST request
- D. PATCH request
正解:C
質問 # 52
In the SAP BTP, what is the correct order of entities?
- A. Global account. Subaccount. Directory. Environment
- B. Global account. Directory. Subaccount. Environment
- C. Environment. Global account. Directory. Subaccount
- D. Directory. Global account. Subaccount. Environment
正解:B
質問 # 53
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 secret
- B. A password
- C. A user
- D. A content type
正解:A、D
質問 # 54
In an SAP Business Application Studio project, what does the "cf push" command do?
- A. It creates the service instances of the services defined in the service-manifest.yml file.
- B. It updates the service instances of the services defined in the service-manifest.yml file.
- C. It deploys the application modules defined in the manifest.yaml file into the Cloud Foundry account.
正解:C
質問 # 55
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. Integration of the SAP NetWeaver platform
- C. Orchestration of microservices and serverless functions
- D. Automatic application routing, load balancing, health checks, and multilevel self-healing
- E. Platform-managed application security patching and updates
正解:A、B、E
質問 # 56
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. All requests starting with /service will be targeted to the folder resources.
- 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
質問 # 57
You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?
- A. On the Credentials tab
- B. On the Repositories tab
- C. On the Jobs tab
正解:B
質問 # 58
When using namespaces, what does SAP recommend you use to construct names for namespaces?
- A. Reverse domain names
- B. Cascades of acronyms
- C. Your organization's name
正解:A
質問 # 59
When deploying applications on SAP BTP, what is the maximum application package size?
- A. 1 GB
- B. 2.5 GB
- C. 2 GB
- D. 1.5 GB
正解:D
質問 # 60
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 webhook of your version control system
- B. The webhook event receiver
- C. The stages of the failed job run
- D. The stages in the config.yml in the .pipeline folder
正解:B
質問 # 61
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose.
- A. Microsoft Edge
- B. Mozilla Firefox
- C. Google Chrome
- D. macOS Safari
正解:B、C
質問 # 62
Which language do you use to create a data model in a CAP project?
- A. SQL
- B. Core Data Services Query Language (CQL)
- C. Core Data Services Definition Language (CDL)
- D. ABAP
正解:A
質問 # 63
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
質問 # 64
......
SAP C-CPE-16 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
無料SAP Certified Associate C-CPE-16試験問題:https://www.jpntest.com/shiken/C-CPE-16-mondaishu
問題集練習試験問題学習ガイドはC-CPE-16試験で使える:https://drive.google.com/open?id=15ZjGvzCJv-K0ABRDvDpzZQCOV58WX85m