無料で使えるC_CPE_16サンプル問題で100%カバー率のリアル試験問題(更新された86問あります)
今すぐダウンロード!リアルSAP C_CPE_16試験問題集テストエンジン試験問題
SAP C_CPE_16 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
質問 # 18
You want to register custom event handlers using instances of CAP Node.js SDK classes.
Which one do you use?
- A. cds.Service
- B. cds.Event
- C. cds.Request
正解:A
質問 # 19
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose.
- A. Deleting a subaccount with service subscriptions.
- B. Creating many subaccounts assigned to the Cloud Foundry environment.
- C. Creating Cloud Foundry orgs explicitly.
- D. Disabling the Cloud Foundry environment once you have enabled it.
正解:B、C
質問 # 20
When would you choose SAP Fiori elements for app development? Note: There are 2 correct answers to this question.
- A. When unique floorplans are required
- B. When flexibility is more important than speed
- C. When speed is more important than flexibility
- D. When standard floorplans are sufficient
正解:C、D
質問 # 21
What are some principles of continuous integration? Note: There are 2 correct answers to this question.
- A. Automated tests
- B. Automated deployment to the productive system
- C. Automated builds
- D. Automated code change pushes
正解:A、C
質問 # 22
What are tasks of the approuter? Note: There are 3 correct answers to this question.
- A. Routing requests from the web browser to the provider of the UI service.
- B. Routing requests from the web browser to the CAP service.
- C. Authorizing users for the CAP service and the provider of the UI service.
- D. Forwarding user requests to the XSUAA service for authentication and authorization.
- E. Routing requests from the application to the SAP Launchpad service.
正解:A、B、D
質問 # 23
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
質問 # 24
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. role-templates
- B. routes
- C. modules
- D. authenticationMethod
正解:B、D
質問 # 25
What must you do to pull a container image from a private registry? Note: There are 2 correct answers to this question.
- A. Provide credentials in the pod manifest via "imagePullSecrets" in
spec.template.metadata.annotations". - B. Create a secret with the type "kubernetes.io/dockerconfigjson".
- C. Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.spec.
- D. Create a secret with the type "Opaque".
正解:B、C
質問 # 26
You develop an application using the Cloud Foundry environment.
What are some steps to restrict access to this application? Note: There are 2 correct answers to this question.
- A. Define the role template name in the role-templates element of the xs-security.json file.
- B. Set the Scopes element to the required scope name in the xs-security.json file.
- C. Set the role-name attribute of the Security-role element in the web.xml file to the required role template name.
- D. Set the Scopes element to the required scope name in the xs-app.json file.
正解:A、B
質問 # 27
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 CloudEvents specification
- D. A Subscription CR.
正解:C、D
質問 # 28
You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an error handler in the bookshop-service, that can be used to react on specific error messages. For all other errors, you want to define a default error message. The error handler should be called during the event.Drag the code snippets from below into the correct parts of the error handler implementation.
- A. Image 1
- B. Image 2
正解:A
質問 # 29
You have deployed a workload through a Kubernetes Deployment to SAP BTP, Kyma runtime.
What must you do to expose the workload to the public internet? Note: There are 3 correct answers to this question.
- A. Add a custom VirtualService CR to secure the service.
- B. Create a service to group your pods.
- C. Add a readiness probe for your workload.
- D. Configure rules and accessStrategies.
- E. Create an API Rule CR.
正解:B、D、E
質問 # 30
What can you use to register the JavaScript implementation of an event handler for external services to the framework?
- A. An @impl annotation in your CDS model fille
- B. An inline function passed to result of cds.serve()
- C. A.js file with the same name as the .cds file
- D. An inline function passed to result of cds.connect()
正解:D
質問 # 31
Which of the following are parts of the architecture of the SAP BTP Service Operator for Kubernetes?
Note: There are 2 correct answers to this question.
- A. API server
- B. kubelet
- C. Storage system
- D. Service broker
正解:A、D
質問 # 32
How can you bring your company's user base into your SAP BTP subaccount?
- A. Establish a trust relationship with your corporate identity provider.
- B. Import the users via .csv file upload in the SAP BTP cockpit.
- C. Create the users manually in the security section of your subaccount.
- D. Establish a trust relationship with the default identity provider.
正解:A
質問 # 33
Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose.
- A. Footer
- B. Toolbars
- C. Header
- D. Content
正解:C、D
質問 # 34
Which method is used in CAP Node.js SDK to reject an operation with an error message?
- A. req.abort()
- B. req.reject()
- C. req.fail()
- D. req.error()
正解:B
質問 # 35
You have developed a CAP project and added the XSUAA security configuration.
What information is stored in the xs-security.json file? Note: There are 2 correct answers to this question.
- A. role-templates
- B. users
- C. scopes
- D. roles
正解:A、C
質問 # 36
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. Authorizations in the OData service
- C. Annotations in the OData service
- D. Custom UI logic
正解:A、C
質問 # 37
With respect to the Flow principle of DevOps, which are flow inhibitors? Note: There are 3 correct answers to this question.
- A. Manually coded user interfaces
- B. Source code management tool
- C. Overly tight architectures on a technical level
- D. Manual testing of software
- E. Manually created software environment
正解:A、D、E
質問 # 38
......
最新C_CPE_16テスト問題集を試そう!更新されたSAP試験が合格できます:https://jp.fast2test.com/C_CPE_16-premium-file.html