C_CPE_2409_EXAMEN2 Flashcards
What entities can you establish trust with when configuring the SAP Authorization and Trust Management Service for secure authentication and authorization?
SAP Identity Authentication.
You wish to develop an extension application for S/4HANA Cloud, written in JavaScript and running in the Cloud Foundry environment. Which tools do you install on your laptop? (Choose 3 correct answers)
- Node.js
- Npm
- Cloud Foundry CLI
Pregunta 3
Incorrecto
In the mta.yaml file, which statements are used to exchange configuration properties between modules?
Provides and requires.
You want to register custom event handlers using instances of CAP (Cloud Application Programming Model) Node.js SDK classes. Which class do you use for this purpose?
Service
Where in the MTA.YAML file, can you specify the required memory and disk space for a module?
Modules Section
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?
The stages of the failed job run
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? (Choose 2 correct answers)
- A secret
- A content type
How many global accounts are associated with one license type?
1
What is the HTTP method used to Update an existing resource by replacing part of its properties with a partial instance?
PATCH
When creating a CI/CD job, what does defining Source Control Management (SCM) credentials enable?
Retrieving your project from SCM when its build is triggered
Which two of the following are major parts of SAP Cloud SDK? (Choose 2 correct answers)
- A set of JAVA libraries
- Maven
Which command can you use to create a pod from a YAML file?
kubectl create -f
What are some of the capabilities of the SAP S/4HANA Virtual Data Model? (Choose 2 correct answers)
- It documents the relationships between entities
- It enriches the entities with business semantics
Which SAP technology is used to build SAP S/4HANA Virtual Data Model (VDM)?
SAP ABAP Core Data Services
What are libraries provided by SAP Cloud SDK to reduce the effort of building extension applications for SAP S/4HANA Cloud? (Choose 2 correct answers)
- Java
- Javascript
Which of the following are the technical features of the SAP Cloud SDK? (Choose 3 answers)
- Resilience management
- Caching management
- Integration with SAP S/4HANA
Into which environment does the Test step in a CI/CD job allow you to deploy your application?
Cloud Foundry
Which of the following SAP Business Technology Platform services stores configuration information to connect to another cloud service?
Destination service
Which of the following can be used to implement side-by-side extensions in the Cloud Foundry environment of SAP Business Technology Platform? (Choose 2 correct answers)
- Java
- Node.js
How do you define the sequence of steps that a job needs to perform?
Set up a pipeline.
In the Builds view of SAP Continuous Integration and Delivery there is no new tile for your job. Which command do you run to trigger the job manually?
Trigger build
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
Technical information about the target resource
In SAP BTP (SAP Business Technology Platform), what service is typically used for message and event-based communication between applications and microservices?
SAP Event Mesh
Which runtime environments are supported by CAP? (Choose 2 correct answers)
- JAVA
- Node.js