option
Cuestiones
ayuda
daypo
buscar.php

CAPM

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
CAPM

Descripción:
Certification C_CPE_2409

Fecha de Creación: 2025/12/29

Categoría: Otros

Número Preguntas: 60

Valoración:(0)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

Why should you use SAP Fiori annotations in CAP projects?. To facilitate real-time data synchronization. To enable automatic database schema migration. To improve frontend loading time. To enrich the service with Ul-specific instruction.

What is the function of the service metadata document in an OData service?. To specify the API's security requirements. To list the available entity sets, functions, and singletons. To provide a human-readable description of the data model. To describe the types, sets, functions, and actions.

In CAP, what is required to connect a service to the sandbox environment of the SAP API Business Hub for the Business Partner service?. Client certificate. Service principal. API key. Auth token.

What is the purpose of the .env file in a CAP project?. To manage version control settings. To specify UI component settings. To store values for runtime environment variables.

Which HTTP method is used by OData to partially update an existing resource?. PUT. PATCH. POST.

Which file includes by default the configuration for an external OData service in a Node.js CAP project. index.js. package.json. manifest.json. service.cds.

For local development in the SAP Cloud Application Programming Model, which database option is recommended?. NoSQL. SQLite. PostgreSQL. SAP HANA Cloud.

Which configuration files are updated when you run the command 'cds add xsuaa'? Note: There are 2 correct answers to this question. .cdsrc.json. xs-usertokens.json. package.json. xs-security.json.

What are some purposes of OData in CAP-based applications? Note: There are 2 correct answers to this question. To perform CRUD operations using HTTP verbs. To create user interfaces for applications. To define request and response headers, status codes. To provide real-time analytics.

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. Role collections in mta.yaml. Predefined roles in SAP BTP. XSUAA service. SAP Cloud Identity Services.

To expose a data model to an application, which of the following must be defined?. Service model entities. Associations. Aspects. Data model entity.

What are namespaces used for in CAP data models?Note: There are 2 correct answers to this question. To enhance data retrieval performance. To group related entities and types. To manage version control. To provide additional styling options.

In CAP, which file is used to define destinations for connecting to external services? Note: There are 2 correct answers to this question. destinations.json. manifest.json. services.xml. package.json.

Which entity in XSUAA holds several scopes?. Role collection. Role. Scope. User group.

Which open-source tools can be integrated with SAP BTP for enhanced observability? Note: There are 2 correct answers to this question. Prometheus. Terraform. Logstash. Jenkins.

What are scopes in the context of SAP BTP XSUAA?. Collections of user credentials. Values that express authorizations or access rights. SAP BTP subaccounts. Entities that aggregate technical roles.

Which services in SAP BTP can be used to store and retrieve technical information about target external systems?. Connectivity Service. Destination Service. Core Data Service.

In the context of a CAP application, what is one of the actions of the cds build command?. To deploy the application to SAP BTP. To execute test cases. To compile the application. To create Docker images.

Which of the following can you use to define external service APIs in CAP? Note: There are 2 correct answers to this question. GraphQL schema. OpenAPI (Swagger). WSDL. EDMX for OData V2 and V4.

Out of the box, which of the following can CAP applications use to interact with external APIs and services? Note: There are 2 correct answers to this question. WebSockets. SOAP. OData. REST.

Which metrics are provided out-of-the-box by the @cap-js/telemetry tool? Note: There are 2 correct answers to this question. Network latency and jitter. Memory usage metrics. Database pool statistics. CPU allocation and thread management.

To consume a service from an on-premise system with CAP, which of the following must be configured?. API Management. Destination Service. Event Mesh. Cloud Connector.

Which CAP feature allows real-time data synchronization and communication between different parts of an application or with external systems?. Database Connectivity. Service Connectivity. Service Extensibility. Message Queues and Event Brokers.

Which of the following are benefits of using the OData Virtual Data Model of the SAP Cloud SDK? Note: There are 3 correct answers to this question. Easy access to create, update, and delete operations. Commonly used SQL query technology. Database procedures provided out of the box. Auto-completion of function names and properties. Type safety for functions.

What are some scenarios where you would use the SAP Cloud SDK in your application? Note: There are 2 correct answers to this question. You want to add new features to an existing Java application. You want to allow key users to create fields. You need advanced features in your app such as resilience and caching. You want to build extensions using .NET.

You use the Nest Framework and Visual Studio Code to develop an extension application. Which activities can you perform in the development environment? Note: There are 2 correct answers to this question. Automatic re-build of a TypeScript program when the source code is modified. Run the Java program and make it stop at breakpoints. Automatic re-deploy of a JavaScript program when the source code is modified. Run the JavaScript program and make it stop at breakpoints.

Which of the following are use cases for SAP Business Technology Platform? Note: There are 3 correct answers to this question. Integrate apps, data, and processes. Build tightly coupled applications. Supports only Cloud scenarios with seamless interoperability with hyperscalers. Extend cloud and on-premise apps. Build innovative digital apps.

What are some of the capabilities of the SAP S/4HANA Virtual Data Model? Note: There are 2 correct answers to this question. It allows direct access to underlying database tables. It documents the relationships between entities. It enriches the entities with business semantics. It provides a native UI to query the database tables.

Which of the following tools are required to build Spring Boot applications using the SAP Cloud SDK? Note: There are 2 correct answers to this question. SAP Mobile Services (MDK). Apache Maven version 3.5 or above. Java SE Development Kit 8. Spring Initializr.

What are the benefits of using Side-by-Side Extensibility? Note: There are 3 correct answers to this question. It provides support for hybrid scenarios. It can be implemented in the same software stack as the extended application. It integrates with other cloud/non-cloud solutions when using SAP Business Technology Platform Integration services. It uses In-App tools to adapt the standard UI. It uses a complete development platform for creating extension applications.

Why are extensions on top of SAP S/4HANA Cloud NOT affected by the quarterly update cycle of SAP S/4HANA Cloud?. The Virtual Data Model of SAP S/4HANA Cloud remains unchanged. The extension application runs only on SAP Business Technology Platform. SAP provides maintenance agreements to fix any extension issues. The public interfaces of SAP S/4HANA represent a stable contract across the versions of SAP S/4HANA Cloud.

In which type of system environments do the side-by-side extensions typically run? Note: There are 2 correct answers to this question. Distributed. Autonomous. Centralized. Heterogenic.

What features does the SAP Cloud SDK provide as part of Enterprise-specific adaptations of open source frameworks? Note: There are 2 correct answers to this question. Tightly coupled integration. Multi-tenant persistence. Feature toggling. Code samples.

Which of the following can be used to implement side-by-side extensions in the Cloud Foundry environment of SAP Business Technology Platform? Note: There are 2 correct answers to this question. ActionScript. Java. ABAP. Node.js.

You need to secure your application in the Cloud Foundry environment.In which file do you maintain routes during design time?. mta.yml. manifest.yml. xs-security.json. xs-app.json.

In SAP BTP, Cloud Foundry, what is the function of an organization?. To define specific API endpoints for applications. To manage users and spaces under a common resource pool. To deploy applications. To allocate memory for applications.

What is the role of a buildpack in Cloud Foundry?. It binds services to applications. It builds user roles and permissions. It acts as a database manager for applications. It builds a container image for applications during staging.

Which file is used to define the structure and components of a multitarget application (MTA) in SAP BTP?. mta.yaml. mta.json. mtad.yaml. manifest.json.

What is the primary function of kubectl?. To configure storage systems. To interact with the Kubernetes API to manage cluster resources. To set up cloud environments. To create virtual networks.

Which of the following modules are available in Kyma project? Note: There are 3 correct answers to this question. Serverless. Data Warehouse. Telemetry. Storage. API Gateway.

What is the Kyma project primarily designed to do?. To extend Kubernetes with additional tools and features. To develop standalone applications. To replace Kubernetes as a container management system. To manage virtual machines.

Which command is used to set the API endpoint in the Cloud Foundry CLI?. cf login. cf target. cf endpoint. cf api.

Which of the following describe a multitenant application in Cloud Foundry? Note: There are 2 correct answers to this question. It uses shared memory for tenant-specific data. It allows multiple consumers to access the application via unique URLs. It provides automatic scaling based on tenant requirements. It stores data on the local file system of each instance.

Which command is used to create a Pod in Kubernetes from a YAML file?. kubectl run <file>.yaml. kubectl get pod. kubectl apply. kubectl create -f.

What are typical components of a Kubernetes worker node? Note: There are 3 correct answers to this question. service-mesh. etcd. Container Runtime. kube-proxy. kubelet.

What are Kubernetes deployments used for?. To create databases. To configure network policies. To manage Pods directly. To roll out application updates with zero downtime.

What are Kubernetes pods? Note: There are 2 correct answers to this question. A smallest manageable unit. A persistent storage system that containers can share across nodes. A thin wrapper for one or more container. A thin wrapper for one container.

What is the benefit of using SAP BTP, Kyma runtime instead of a standard Kubernetes cluster?. Unlimited number of nodes. Support of machine learning pipelines. Automatic migration of workloads. Elimination of infrastructure management.

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. Define the role template name in the role-templates element of the xs-security.json file. Set the role-name attribute of the Security-role element in the web.xml file to the required role template name. Set the Scopes element to the required scope name in the xs-security.json file. Set the Scopes element to the required scope name in the xs-app.json file.

Which of the following are benefits of SAP BTP, Cloud Foundry runtime? Note: There are 2 correct answers to this question. Manual infrastructure scaling. Managed security and automatic updates. High availability with load balancing. Managed service mesh.

How can developers deploy a multitarget application (MTA) in SAP BTP, Cloud Foundry? Note: There are 2 correct answers to this question. By using SAP HANA Cloud tools. By using the Cloud Foundry CLI with cf push directly. By using SAP Business Application Studio. By manually creating and deploying the mta.yaml file.

What is the role of SAP Gardener in SAP BTP, Kyma runtime?. It is responsible for deploying SAP applications. It is a subaccount manager and deploys instances on the hyperscaler of your choice. It manages Kubernetes clusters across various cloud providers.

You have set up the scopes and attributes that are needed to protect your application in the Cloud Foundry environment, but a user is unable to access your application. What might be the reason?. Role collections aren't assigned to the user. Role collections aren't assigned to the client application. Roles aren't assigned to the client application. Roles aren't assigned to the user.

What is Kubernetes commonly used for?. To develop web applications directly. To create virtual machines. To manage operating systems. To manage application deployment and scaling.

What is the purpose of the SAP BTP, Cloud Foundry runtime?. To configure SAP S/4HANA systems. To provide an environment for developing and deploying cloud-native applications. To manage SAP HANA databases. To manage API integrations between SAP S/4HANA and legacy systems.

How do you run a CI/CD build manually without pushing changes to Git?. Submit Changes via Sync & Share action. Create and run "Build task" in Task Explorer. Select Deploy from the project's context menu in the Project Explorer. Select 'Trigger a Build' in the CI/CD job's context menu.

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. Managing your SCM credentials. Modifying your project source code automatically.

When you create a CI/CD job for a low-code project, which options are available in the Release stage? Note: There are 2 correct answers to this question. Deploy to Private Server. Deploy to Cloud Foundry. Deploy to Cloud Transport Management Service. Upload to FTP server.

Into which environment does the Test step in a CI/CD job allow you to deploy your application?. Local workspace. Private server. Mobile Services. Cloud Foundry.

What is the prerequisite before you can create a CI/CD job for a project?. The project has been shared to a remote Git repository. The project has been deployed. The project has been previewed.

Denunciar Test