SAP C_CPE_14 SAP Certified Development Associate – SAP BTP Extension Developer Online Training
SAP C_CPE_14 Online Training
The questions for C_CPE_14 were last updated at Dec 19,2024.
- Exam Code: C_CPE_14
- Exam Name: SAP Certified Development Associate - SAP BTP Extension Developer
- Certification Provider: SAP
- Latest update: Dec 19,2024
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 3 to choose.
- A . Runs within the Kyma environment
- B . Runs within the Cloud Foundry environment
- C . Is based on the latest SAP NetWeaver Application Server for ABAP release
- D . ls based on the latest ABAP platform cloudrelease
When using namespaces, what does SAP recommend you use to construct names for namespaces?
- A . Your organization’s name
- B . Reverse domain names
- C . Cascades of acronyms
What is one of the required steps to enable authentication support in CAP?
- A . Install a package.json module called passport.
- B . Install a YAML module called passport.
- C . Install aNode.js module called passport.
- D . Install a CDS module called passport.
How do you add authorization and trust management to your CAP project? Choose the correct answer.
- A . cds add security
- B . cds add uaa
- C . cds add xsuaa
A main line in a source control management system can contain feature branches.
Determine whether this statement is true or false.
- A . true
- B . false
What is SAP Fiori? Choose the correct answer.
- A . An SDK to develop multi-target applications.
- B . A design language.
- C . A collection of design guidelines.
What is the relationship between YAML and JSON? Choose the correct answer.
- A . YAML and JSON are unrelated.
- B . JSON is a superset of YAML.
- C . YAML is a superset of JSON.
What are yaml files used for?
Choose the correct answer.
- A . To describe documents
- B . To describe data
You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { … "authenticationMethod": "route", … }, "routes": [ { "source": "A/app/(.*)$", "target": "SI", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "A/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 in the resources folder will be served for all requests to /app.
- B . All requests starting with /service will be targeted to the folder resources.
- C . The files requested for/app will be put to the resources folder.
- D . All requests starting with /service will be forwarded to the CAP service.
What kind of offering is Cloud Foundry?
- A . Functions as a Service (FaaS)
- B . Platform as a Service (PaaS)
- C . Software as a Service (SaaS)
- D . Infrastructure as a Service (IaaS)