C_CPE_2409 Exam Questions
70 real C_CPE_2409 exam questions with expert-verified answers and explanations. Page 2 of 2.
- Question #51Service Implementation
Which components are part of the API Gateway? Note: There are 3 correct answers to this question.
KymaAPI GatewayOry OathkeeperIstio Ingress Gateway - Question #52CAP Project Setup and Configuration
Which command reads the dependencies from your package.json and downloads all the specified modules into your project?
npm installpackage.jsondependenciesNode.js - Question #53Service Implementation
A CRUD operation violated the foreign key constraints. Why should you register an error handler in your service implementation for the exception of the CAP SDK for Node.js?
error handlingCAP SDKforeign key constraintsservice implementation - Question #54Authentication and Authorization
You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict...) - to add authorizations to your service?
CAPCDS restrictionsauthorization annotationsservice definition - Question #55Deployment
What are typical components of a Kubernetes worker node? Note: There are 3 correct answers to this question.
Kubernetesworker nodekubeletContainer Runtime - Question #56Authentication and Authorization
Which of the following can you use to configure authorization and trust management in a CAP project? Note: There are 2 correct answers to this question.
XSUAASAP Cloud Identity Servicestrust managementCAP authorization - Question #57Core Data Services (CDS)
What are namespaces used for in CAP data models? Note: There are 2 correct answers to this question.
CAPCDS namespacesdata modelentity grouping - Question #58Deployment
In the context of a CAP application, what is one of the actions of the cds build command?
CAPcds buildcompilationbuild command - Question #59Service Implementation
Which container type is used for the service mesh proxy in SAP BTP, Kyma runtime?
Kymaservice meshsidecar containerIstio proxy - Question #60Service Implementation
Which services can be used for connecting your application to a remote service or system on SAP BTP? Note: There are 2 correct answers to this question.
SAP BTPDestination serviceConnectivity serviceremote integration - Question #61CAP Project Setup and Configuration
What are the aspects of a Multi-Target Application (MTA) model in the lifecycle management of distributed applications? Note: There are 3 correct answers to this question.
MTA modellifecycle managementcompositiondistributed applications - Question #62Service Implementation
Which event phases can you use with CAP event handlers by default? Note: There are 3 correct answers to this question.
event handlersevent phasesbefore/on/afterCAP framework - Question #63Deployment
Which container type is used for the service mesh proxy in SAP BTP, Kyma runtime?
Kyma runtimeservice meshsidecar containerSAP BTP - Question #64CAP Project Setup and Configuration
Which parameters are mandatory in the Global Elements section of an mta.yaml file? Note: There are 3 correct answers to this question. A. _schema-version
mta.yamlMTA configurationGlobal Elementsmandatory parameters - Question #65Deployment
How do you run a Cl/CD build manually without pushing changes to Git?
CI/CDmanual build triggerpipelineSAP BTP - Question #66CAP Project Setup and Configuration
Which of the following are use cases for SAP Business Technology Platform? Note: There are 3 correct answers to this question.
SAP BTPplatform use casesintegrationextension - Question #67Deployment
Which command is used to set the API endpoint in the Cloud Foundry CLI?
Cloud Foundry CLIcf apiAPI endpointBTP deployment - Question #68Service Implementation
What are some purposes of OData in CAP-based applications? Note: There are 2 correct answers to this question.
ODataCRUD operationsHTTP verbsrequest/response headers - Question #69Core Data Services (CDS)
To expose a data model to an application, which of the following must be defined?
service modeldata modelCDS entitiesdata exposure - Question #70Deployment
What are Kubernetes deployments used for?
Kubernetesdeploymentszero downtimerolling updates