TEST SUPPRIMÉ, VOUS POUVEZ ÊTRE INTÉRESSÉ PAR : Prueba001
COMMENTAIRES | STATISTIQUES | RECORDS |
---|
EFFECTUER UN TEST
Titre du test:
Prueba001 Description: Preuba0011 test Auteur: AO AUTRES TESTS DE L'AUTEUR Date de création: 26/10/2024 Catégorie: Informatique Questions numériques : 86 |
PARTAGER LE TEST
Commentaire
Il n'y a aucun commentaire sur ce test.
Ordre du jour :
Which of the following are parts of the architecture of the SAP BTP Service Operator for
Kubernetes?
Note: There are 2 correct answers to this question API server Service broker Storage system kubelet. Which identifier is used by the XSUAA service to distinguish applications and scopes? xsappname xs-security VCAP_SERVICES tenant-mode. 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. The public interfaces of SAP S/4HANA represent a stable contract across the versions of SAP S/4HANA Cloud SAP provides maintenance agreements to fix any extension issues. What must you do to pull a container image from a private registry? Note: There are 2 correct answers to this question. Create a secret with the type "kubernetes.io/dockerconfigjson". Create a secret with the type "Opaque". Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.metadata.annotations". Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.spec. What are some of the capabilities of the SAP S/4HANA Virtual Data Model? Note: There are 2 correct answers to this question It documents the relationships between entities. It allows direct access to underlying database tables It provides a native UI to query the database tables. It enriches the entities with business semantics. 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 innovative digital apps Extend cloud and on-premise apps Build tightly coupled applications. Supports only Cloud scenarios with seamless interoperability with hyperscalers. 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. ABAP Java Node js ActionScript. What are the benefits of using Side-by-Side Extensibility? Note: There are 3 correct answers to this question 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 a complete development platform for creating extension applications. It provides support for hybrid scenarios It uses In-App tools to adapt the standard UI. 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. Set the Scopes element to the required scope name in the xs-app.json file Set the role-name attribute of the Security-role element in the web.xml file to the required role template name. Define the role template name in the role-templates element of the xs-security.json file. Set the Scopes element to the required scope name in the xs-security.json file. Which error is thrown by the CAP SDK for Node.js, when a CRUD operation violates the foreign key constraints? ILLEGAL CRUD OPERATION UNIQUE CONSTRAINT_VIOLATION CX SY CONSTRAINT_VIOLATION FOREIGN_KEY_VIOLATION. How can you ensure that the value creation process continuously becomes safer and more resilient? Develop tight software architectures. Apply strict top-down software design. Optimize batch working Style. Establish short and efficient feedback cycles. You develop custom SAP S/4HANA side-by-side extensions. For which development objects can you enable OData services? Note: There are 2 correct answers to this question. Custom business objects Custom CDS views SAP-delivered business objects Custom forms. Which of the following are features of Kubernetes? Note: There are 3 correct answers to this question. Hardware virtualization Service Discovery and load balancing Immutability and self-healing Operating system management Storage orchestration. You want to implement an event handler to show a console log once a supplier record is read. What is the correct syntax to implement this? const cds = require('@sap/cds") module.exports = cds service.impl(function() { const {Supplier) = this.entities() this.on('each, Supplier, row => console.log("Read Supplier: ${row.lD}") }) const cds = require("@sap/cds') module.exports = cds.service.impl(function () { const {Supplier) = this.entities() this.on('each',Supplier, row =>{output.log("Read Supplier: ${row.lD}") }) }) const cds = require('@sap/cds') module.exports = cds.service.impl(function() { const {Supplier) = this.entities() this after('each Supplier, row => { output.log("Read Supplier: $[row.lD}") }) }) const cds = require('@sap/cds') module.exports = cds.service.impl(function () { const {Supplier) = this.entities() this after('each Supplier, row => {console.log("Read Supplier: ${row.lD}') }). 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. Roles aren't assigned to the user. Role collections aren't assigned to the client application. Roles aren't assigned to the client application. What can you use to register the JavaScript implementation of an event handler for external services to the framework? An @impl annotation in your CDS model fille An inline function passed to result of cds.serve() An inline function passed to result of cds.connect() A.js file with the same name as the .cds file. Which of the following are parts of the architecture of the SAP BTP Service Operator for Kubernetes? Note: There are 2 correct answers to this question. Service broker Storage system API server kubelet. What are some principles of continuous integration? Note: There are 2 correct answers to this question. Automated deployment to the productive system Automated tests Automated builds Automated code change pushes. What are some benefits of using Forms in SAP Build Process Automation? Note: There are 2 correct answers to this question. Create an interactive Ul easily Create and share email templates easily Streamline business process approvals easily Create documents for processes easily. You have deployed a workload through a Kubernetes Deployment to SAP BTP, Kyma runtime. What must you do to expose the workload to the public internet? Note: There are 3 correct answers to this question. Configure rules and accessStrategies. Create an API Rule CR. Add a custom VirtualService CR to secure the service. Add a readiness probe for your workload. Create a service to group your pods. What can you define in the application router's design-time descriptor: xs-app.json? Note: There are 2 correct answers to this question. routes authenticationMethod modules role-templates. What is mandatory when working on public Git in a distributed environment? Block the piece of code you are working on in the central repository. Buy the software license on the Git website. Connect to a central repository to share your project contribution. Keep the entire history of your project locally. What are some characteristics of logic flows? Note: There are 3 correct answers to this question. They first need to be modelled in Excel to ensure there is a result They can be used to customize any kind of behavior in an app They always require a decision loop They are a sequence of events, actions, and functions They can be simple or branching. You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use? cds.Service cds.Request cds.Event. Which language do you use to create a data model in a CAP project? Core Data Services Query Language (CQL) Core Data Services Definition Language (CDL) SQL ABAP. You want a service to react to a specific event. What can you specify as <phase> in the statement srv.<Phase> (<event>)? Note: There are 2 correct answers to this question. Before end after begin. 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 Modifying your project source code automatically Managing your SCM credentials. According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 correct answers to this question. Programming errors Runtime errors Rejections of promises Unexpected errors. How do you run a CI/CD build manually without pushing changes to Git? Submit Changes via Sync & Share action Select Deploy from the project's context menu in the Project Explorer Select "Trigger a Build' in the CI/CD job's context menu Create and run "Build task" in Task Explorer. What are the main benefits of using SAP Fiori elements in the development of Uls? (Choose three) Consistent user experience Simplified maintenance High flexibility for custom Ul design Automatic Ul generation based on annotations. 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? Note: There are 2 correct answers to this question. A secret A password A content type A user. You have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file? Note: There are 2 correct answers to this question. users roles scopes role-templates. What is the prerequisite before you can create a CI/CD job for a project? The project has been previewed. The project has been shared to a remote Git repository. The project has been deployed. Your customer presents you with the following Ul 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? Worklist Object page C List report Analytical list page. For which workload requirements would you use State ful Set? Note: There are 3 correct answers to this question. Ordered, persistent storage Stable, unique network identifiers Ordered, graceful deployment and scaling Ordered network identifiers Stable, persistent storage. Which formats are supported by OData? Note: There are 2 correct answers to this question. JSON YAML XML-based AtomPub XHTML. What are key elements of reactive systems in the distributed environment of side-by-side extensions? Note: There are 2 correct answers to this question. Loose coupling and isolation between systems Synchronous API communication between server and client Asynchronous interaction between a browser and a system Asynchronous message-driven communication between systems. 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 need advanced features in your app such as resilience and caching You want to add new features to an existing Java application You want to allow key users to create fields You want to build extensions using .NET. Which method is used in CAP Node.js SDK to reject an operation with an error message? req.error() req.reject() req.abort() req.fail(). In SAP Fiori, how are drafts used? Note: There are 2 correct answers to this question. To prevent data loss in case an app terminates unexpectedly To enable empty states of apps To prevent an object being edited by multiple users concurrently To enable responsiveness of apps. What are some characteristics of YAML files? Note: There are 2 correct answers to this question. YAML files can be used as configuration files. YAML files are based on XML. YAML files rely on correct indentation. YAML files are also valid JSON files. 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 public interfaces of SAP S/4HANA represent a stable contract across the versions of SAP S/4HANA Cloud. SAP provides maintenance agreements to fix any extension issues. The extension application runs only on SAP Business Technology Platform. To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user? A role collection A role A role template. Which protocol is predominantly used in CAP for defining the semantics of APIs? SOAP FTP HTTP OData. What do you use to update the Git history of the local file you are working on? Save Stage Check out Commit. You are tasked with developing a simple end-to-end application with data persistency in SAP HANA Cloud and with SAP Fiori as the user frontend, to perform CRUD operations. According to the programming model's golden path, which activities are mandatory when building such applications? Note: There are 3 correct answers to this question. Add the SAP Fiori IJI. Reuse existing services. Define the data model. Add custom logic. Define services. When you create an API Rule for a service, what is created automatically? A Kubernetes Service An Istio VirtualService A Helm Chart A Kubernetes Deployment. 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. Database procedures provided out of the box Type safety for functions Commonly used SQL query technology Easy access to create, update, and delete operations Auto-completion of function names and properties. What must you do to pull a container image from a private registry? Note: There are 2 correct answers to this question. Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.spec. Provide credentials in the pod manifest via "imagePullSecrets" in spec.template.metadata.annotations". Create a secret with the type "Opaque". Create a secret with the type "kubernetes.io/dockerconfigjson". In SAP Build Process Automation, what is a decision table rule? A tabular set of input/output rule expressions A tabular set of business process decisions A set of pre-defined data objects A set of rule expressions in an IF-THEN format. What is the correct sequence of steps when implementing Tenant-aware Persistence? Configure Hibernate for multi-tenancy Configure a data source Tenant onboarding and offboarding Persisting and accessing the data Configure a data source Configure Hibernate for multi-tenancy Persisting and accessing the data Tenant onboarding and offboarding Configure a data source Configure Hibernate for multi-tenancy Tenant onboarding and offboarding Persisting and accessing the data Tenant onboarding and offboarding Configure a data source Configure Hibernate for multi-tenancy Persisting and accessing the data. Which property of access control with @restrict accepts all standard CDS CRUD events, as well as action and function names? on To grant where. What are the main features and capabilities of the app router? Note: There are 3 correct answers to this question. It is the central entry point of the application. It manages the authentication flows for the application. It acts as an authorization server. It downloads all necessary libraries. It can serve static content such as web pages, SAPU15 or other client side code. You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file? /srv Oldb /root lapp. How does the CAP framework support transactional consistency across different service calls? (Choose two) Using database triggers Automatic handling of transactional contexts Employing the two-phase commit protocol Manual propagation of transaction IDs. What is a rule of thumb for when to use namespaces in your models? When your models are reused in other projects When your model names are unique When your app rarely exposes services. Which of the following are the fundamental guidelines of a twelve-factor application? Note: There are 3 correct answers to this question. Traceability and reproducibility of all changes Security management of software layers Cache management Separation of application code and runtime configuration Stateless and self-contained application processes. How do you debug a Node.js module in SAP Business Application Studio? Add the sap.hana.xs.debugger:Debugger role to the HDI container's #RT user. Set the enabled parameter to true in the section debugger of the xsengine.ini file. Attach the debugger to the application. Start the debugger from the CF command line interface and run the program. 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 correct answers to this question. folder /app file package.json file manifest.yml folder/approuter. Using the Cloud Events specification, which component must you use to post events to Kyma Eventing? pods/eventing-nats-0 svc/eventing-nats pod/eventing-event-publisher-proxy service/eventing-event-publisher-proxy. Which are characteristics of Continuous Delivery? Note: There are 3 correct answers to this question. High degree of automation Fast recovery from defects Waterfall model No ambiguity in long term plans Short release cycle. 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. Integration CI/CD Dependencies Composition Configuration. You have developed a risk service application in CAP. To which file must you add restrictions - @(restrict...)- to add authorizations to your service? srv/risk-service.cds package-lock.json xs-security.js srv/risk-service.js. What is the purpose of an mtad.yaml file? Develop and build an MTA application. Add system-specific details to an MTA application. Archive an MTA application. Deploy an MTA application. What is the recommended approach for adding custom business logic to an SAP S/4HANA Cloud system? Modyfing core SAP code Adding custom code to the ABAP application server Using side-by-side extensibility with SAP BTP Directly running custom logic on the application server. What is Kubernetes? An operating system A container engine A container orchestrator A container runtime. Which services can be used for connecting your application to a remote service or system on SAP BTP? There are 2 correct answers to this question. SAP Authorization and Trust Management service Connectivity service Destination service Cloud Management service. Which container type is used for the service mesh proxy in SAP BTP, Kyma runtime? Please choose the correct answer. Sidecar container Adapter container Init container Proxy container. In your SAP BTP subaccount, what can you select at the environment level? There are 2 correct answers to this question. Infrastructure Services Data Runtime. Which components are part of the API Gateway? There are 3 correct answers to this question. Ory Oathkeeper Istio Ingress Gateway Envoy Proxy Virtual Hosts Istio Egress Gateway. Your company wants to set up an account model in the SAP BTP that includes a Cloud Foundry environment and subaccounts. What must you consider? There are 2 correct answers to this question. A subaccount can contain only one Cloud Foundry org Each Cloud Foundry org can contain only one space. A subaccount can contain more than one Cloud Foundry org. Each Cloud Foundry org can contain multiple spaces. Which of the following elements are part of the open-source Kyma project, but not of SAP BTP, Kyma runtime? There are 2 correct answers to this question. Kiali Jaeger Prometheus Istio. What is the default IDE for SAP's multi-cloud environment? Please choose the correct answer. Oxygen Eclipse SAP Business Application Studio Microsoft Visual Code. 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? Please choose the correct answer. To ensure that the end user receives a message To provide a meaningful error message To force the execution of the CRUD operation To avoid a break in the app execution. 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 in the config.yml in the *pipeline folder. The webhook of your version control system. The webhook event receiver. The stages of the failed job run. Which event phases can you use with CAP event handlers by default? Note: There are 3 correct answers to this question. while before on between after. Which parameters are mandatory in the Global Elements section of an mta.yaml file? Note: There are 3 correct answers to this question. schema-version ID version provider copyright. 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. Java SE Development Kit 8 Apache Maven version 3.5 or above SAP Mobile Services (MDK) Spring Initializ. What extension is created for the runtime object when using files under the data folder during the Build activity? .hdbtable .hdbdatatable .hdbtabledata .cdstabledata. Which file can an administrator use to augment the Multi-Target Application (M TA) model in the deployment descriptor? mtad.yaml manifest.yaml mta.yaml mtaext.yaml. 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. In which type of system environments do the side-by-side extensions typically run? Note: There are 2 correct answers to this question. Distributed Homogeneous Heterogenic Autonomous. After you create a business process in SAP Build Process Automation by giving it a name and identifier and clicking "Create," what can you add to it? (3 correct) Filters Automations Packages Decisions Forms. When would you choose SAP Fiori elements for app development? 2 correct When speed is more important than flexibility When standard floorplans are sufficient When unique floorplans are required When flexibility is more important than speed. 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 Business Event handling. What does SAP Fiori elements use to generate the Ul? Note: There are 2 correct answers to this question. Custom UI logic Annotations in the OData service The entity definition of the OData service Authorizations in the OData service. |
Rapport de test