無料C-CPE-16試験ブレーン問題集認定ガイド問題と解答 [Q45-Q66]

Share

無料C-CPE-16試験ブレーン問題集認定ガイド問題と解答

C-CPE-16認定概要最新のC-CPE-16PDF問題集


SAP C-CPE-16 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Describe DevOps and CI
  • CD; set up CI infrastructure
  • Work with SAP development tools such as SAP Business Application Studio.
トピック 2
  • Adapt the Continuous Delivery pipeline to your needs and operate cloud applications
  • Summarize CDS-based security; differentiate between user account types
トピック 3
  • Explain Approuter features, functions, configuration
  • Use SAP Fiori elements to add an UI layer; use annotations
トピック 4
  • Describe Kyma runtime on SAP BTP; explain service discovery mechanisms
  • Explain xs-security file and authorizations
トピック 5
  • Describe the microservice architecture; explain data persistence
  • Explain the Continuous Delivery pipeline
トピック 6
  • Describe service definitions; perform error handling
  • Describe events, event handling, configuration of events

 

質問 # 45
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.

  • A. Unexpected errors
  • B. Runtime errors
  • C. Rejections of promises
  • D. Programming errors

正解:A、C


質問 # 46
In the SAP BTP, what is the correct order of entities?

  • A. Directory. Global account. Subaccount. Environment
  • B. Global account. Subaccount. Directory. Environment
  • C. Environment. Global account. Directory. Subaccount
  • D. Global account. Directory. Subaccount. Environment

正解:D


質問 # 47
What is the maximum number of running threads per application instance?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C


質問 # 48
Which identifier is used by the XSUAA service to distinguish applications and scopes?

  • A. xs-security
  • B. VCAP_SERVICES
  • C. tenant-mode
  • D. xsappname

正解:D


質問 # 49
What are some characteristics of OData? Note: There are 2 to choose.

  • A. OData is an architectural design template for hypermedia information systems.
  • B. OData uses the SOAP protocol.
  • C. OData builds on HTTP, AtomPub, and JSON using URIs to address and access data feed resources.
  • D. OData is RESTful.

正解:C、D


質問 # 50
During application development, what are some principles of dealing with application errors? Note:
There are 2 to choose.

  • A. Log unexpected errors
  • B. Hide errors and continue silently
  • C. Use try/catch blocks sparingly
  • D. Use as many try/catch blocks as possible

正解:A、C


質問 # 51
What are some principles of continuous integration? Note: There are 2 to choose.

  • A. Automated deployment to the productive system
  • B. Automated tests
  • C. Automated builds
  • D. Automated code change pushes

正解:C、D


質問 # 52
How can you bring your company's user base into your SAP BTP subaccount?

  • A. Establish a trust relationship with the default identity provider.
  • B. Create the users manually in the security section of your subaccount.
  • C. Import the users via .csv file upload in the SAP BTP cockpit.
  • D. Establish a trust relationship with your corporate identity provider.

正解:D


質問 # 53
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.

  • A. before
  • B. while
  • C. between
  • D. after
  • E. on

正解:A、D、E


質問 # 54
What are some advantages of building an account model based on functional areas such as Sales or IT?
Note: There are 2 to choose.

  • A. It reduces the total cost of ownership (TCO)
  • B. It increases the number of concurrent users
  • C. It increases scalability of the solution
  • D. it reduces maintenance and governance effort

正解:C、D


質問 # 55
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 package.json
  • C. file manifest.yml
  • D. folder /app

正解:B、C


質問 # 56
You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?

  • A. Create quota plan. Enable Cloud Foundry. Create space. Create org
  • B. Enable Cloud Foundry. Create space . Create org. Create quota plan
  • C. Enable Cloud Foundry. Create org. Create space. Create quota plan
  • D. Create quota plan. Create org. Create space. Enable Cloud Foundry

正解:C


質問 # 57
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


質問 # 58
What is a rule of thumb for when to use namespaces in your models?

  • A. When your model names are unique
  • B. When your models are reused in other projects
  • C. When your app rarely exposes services

正解:A


質問 # 59
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. Analytical list page
  • B. Worklist
  • C. List report
  • D. Object page

正解:A


質問 # 60
What are standard events that CAP handles by default? Note: There are 3 to choose.

  • A. CREATE
  • B. READ
  • C. UPDATE
  • D. REFRESH
  • E. WRITE

正解:A、B、C


質問 # 61
What kind of offering is Cloud Foundry?

  • A. Software as a Service (SaaS)
  • B. Functions as a Service (FaaS)
  • C. Infrastructure as a Service (IaaS)
  • D. Platform as a Service (PaaS)

正解:D


質問 # 62
What are tasks of the approuter? Note: There are 3 to choose.

  • A. Routing requests from the web browser to the CAP 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. 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


質問 # 63
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 manifest.yml file
  • B. A .pipeline folder with a config.yml file
  • C. A file named Jenkinsfile
  • D. A Jenkins folder with a manifest.yml file

正解:B、C


質問 # 64
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. PUT request
  • B. POST request
  • C. GET request
  • D. PATCH request

正解:B


質問 # 65
What is the standard health check time limit of a Cloud Foundry application?

  • A. 180 seconds
  • B. 90 seconds
  • C. 30 seconds
  • D. 60 seconds

正解:D


質問 # 66
......

ベストなSAP C-CPE-16学習ガイドと問題集には2024:https://www.passtest.jp/SAP/C-CPE-16-shiken.html

トップクラスSAP C-CPE-16試験材料で学習ガイド!練習問題バージョンで挑もう:https://drive.google.com/open?id=10ReOnEuaTeW2i_iAphfEuOKG1zfXAnxm