BTP
![]() |
![]() |
![]() |
Título del Test:![]() BTP Descripción: extension |




Comentarios |
---|
NO HAY REGISTROS |
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance?. xs-security.json. package.json. manifest.yml. services-manifest.yml. In SAP Business Application Studio, what is a dev space?. A pre-configured private virtual machine. A pre-configured shared development environment. Apre-configured shared virtual machine. A pre-configured private development environment. You have created an SAP BTP subaccount and want to use Cloud Foundry . What is the correct order of next steps?. Create quota plan. EnableCloud Foundry. Create space. Create org. Create quota plan. Create org. Create space. Enable Cloud Foundry. Enable Cloud Foundry. Create space . Create org. Create quota plan. Enable Cloud Foundry. Create org. Create space. Create quota plan. Which of the following dev space types contains the Java extension by default? Note: There are 3 to choose. SAP Fiori. SAP HANA Native Application. Full Stack Cloud Application. SAP Mobile Application. Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose. Access to Visual Studio Code-compatible extensions. Browser-based access. Maintenance of all development projects in one central dev space. Central administration. Desktop client-based access. Which of the following can be used as identity providers for SAP BTP applications? Note: There are 2 to choose. SAP Authorization and Trust Management Service. Identity authentication tenant. SAP S/4HANA Cloud. SAP S/4HANA on-premise. What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose. Creating Cloud Foundry orgs explicitly. Disabling the Cloud Foundry environment once you have enabled it. Creating many subaccounts assigned to the Cloud Foundry environment. Deleting a subaccount with service subscriptions. What is one of the required steps to enable authentication support in CAP?. Install a package.json module called passport. Install a CDS module called passport. Install aNode.js module called passport. Install a YAML module called passport. What are some principles of continuous integration? Note: There are 2 to choose. Automated tests. Automated deployment to the productivesystem. Automated builds. Automated code change pushes. You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?. On the Repositories tab. On theJobs tab. On the Credentials tab. DRAG DROP You have implemented a simple bookshop CAP application for the purpose of selling books. You want to implement an event handler in the bookshop-service, that calculates a discount of 10 % on the price of books written in English ("en"). In all other cases, you want to calculate a discount of 5 %. The price should be calculated after books are read from the service. Drag the code snippets from below into the correct parts of the event handler implementation. Drag the key and value items from below into the correct parts of the descriptor file. 'READ' forEach 'bookshop-service' book.language_==_'en' after book.price_=_book.price_*_0.9 book.price_=_book.price_*_0.95. What are tasksof the approuter? Note: There are 3 to choose. Routing requests from the web browser to the CAP service. Authorizing users for the CAP service and the provider of the UI service. Routing requests from the web browser to the provider of the UI service. Routing requests from the application to the SAP Launchpad service. Forwarding user requests to the XSUAA service for authentication and authorization. What kind of offering is Cloud Foundry?. Platform as a Service (PaaS). Infrastructure as a Service (IaaS). Software as a Service (SaaS). Functions as a Service (FaaS). You want to create a new service definition in your CAPproject. In which folder do you place the service definition .cds file?. /app. /db. /srv. /root. Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 4 to choose. Automatic application routing, load balancing, health checks, and multilevel self-healing. Integration of the SAP NetWeaver platform. Platform-managed application security patching and updates. Orchestration of microservices and serverless functions. Simplified developer experience for business application development. Which language do you use to create a data model in a CAP project?. SQL. Core Data Services Query Language (CQL). Core Data Services Definition Language (CDL). ABAP. What does SAP Fiori elements use to generate the UI? Note: There are 3 to choose. Custom UI logic. Annotations in the OData service. Authorizations in the OData service. The entity definition of the OData service. Your customer presents you with the following UIrequirements: 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?. Analytical list page. Worklist. Object page. List report. Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 3 to choose. SAP Solution Managercorrect. SAP BTP CLI. SAP Business Application Studio. Cloud Foundry CLI. Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 3 to choose. Runs within the Kyma environment. Is based on the latest ABAP platform cloudrelease. Runs within the Cloud Foundry environment. Is based on the latest SAP NetWeaver Application Server for ABAP release. You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector . Which additional SAP BTP services are required for the connection? Note: There are 2 to choose. SAP Destination service. SAP Keystore service. SAP Connectivity service. SAP Cloud Transport Management service. Your customer presents you with the following UI requirements: Users work on different kinds of items. Different visualizations without interactions between the visualizations. No drilldown. Which SAP Fiori elements floorplan do you recommend they use?. Object page. Analytical list page. Worklist. List report. When deploying applications on SAP BTP, what is the maximum application package size?. 2 GB. 1 GB. 2.5 GB. 1.5 GB. What are some characteristics of YAML files? Note: There are 2 to choose. YAML files can be used as configuration files. YAML files are based on XM. YAML files relyon correct indentation. YAML files are also valid JSON files. Which of the following are capabilities of the SAP Cloud Connector? Note: There are 2 to choose. Providing control over cloud to on-premise connections. Providing control over cloud to cloud connections. Connect an SAP S/4HANA Cloud system with the SAP BTP. Connecting an SAP S/4HANA system with the SAP BTP. Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose. on. while. after. before. between. How can you bring your company's user base into your SAP BTP subaccount?. Create the users manually in the security section of your subaccount. Establish a trust relationship with your corporate identity provider. Import the users via .csv file upload in the SAP BTP cockpit. Establish a trust relationship with the default identity provider. Your customer presents you with the following UI requirements: The same visualizations for all users. Extraction of key information to identify a root cause. Searching, filtering, and sorting of items . Which SAP Fiori elements floorplan do you recommend they use?. Worklist. Object page. Analytical list page. List report. What is the default IDE for SAP's multi-cloud environment? Choose the correct answer. Eclipse. Oxygen. SAP Business Application Studio. Microsoft Visual Code. Which dev space type should you select to extend SAP S/4HANA with a CAP project? Choose the correct answer. SAP Fiori. SAP HANA Native Application. Full Stack Cloud Application. What is an Application Programming Interface (API)? Choose the correct answer. A software development kit (SDK) for mobile applications. A way for applications to interact with other applications. A way for applications to remotely modify other applications. Where can you find APIs provided by SAP and SAP partners? Choose the correct answer. SAP Cloud Connector. SAP Business Application Studio. SAP API Business Hub. What is OData? Choose the correct answer. A standard to access data through RESTful APIs. A standard to create user interfaces (UI) for applications. A standard to share data under a creative commons license. Which of the following does OData use to address and access data feed resources? Choose the correct answer. URL. URN. URI. Which document types are associated with an OData service? Choose the correct answers. Service manifest document. Service document. Service description document. Service metadata document. JSON is based on which programming language? Choose the correct answer. Java. Julia. JCL. JavaScript. What are the two structures JSON is built on? Choose the correct answers. Collections of name/value pairs. Collections of value/value pairs. Unordered list of strings. Ordered list of values. What is the relationship between YAML and JSON? Choose the correct answer. YAML and JSON are unrelated. JSON is a superset of YAML. YAML is a superset of JSON. Which of the following supports non-hierarchical data? Choose the correct answer. YAML. JSON. Neither. Which of the following statements are correct? Choose the correct answers. Each JSON file is a valid YAML file. Each YAML file is a valid JSON file. JSON’s foremost design goal is support for serializing arbitrary native data structures. YAML’s foremost design goal is support for serializing arbitrary native data structures. Which command do you use to install dependencies in your project?. cds. yum. bash. npm. In data models, are namespaces optional or mandatory?. optional. mandatory. What is the difference between entities and types? Choose the correct answer. Types represent data elements, entities describe aspects of types. Entities represent data, types describe properties of entity elements. What is SAP Fiori? Choose the correct answer. A collection of design guidelines. An SDK to develop multi-target applications. A design language. What are some SAP Fiori Elements floorplans? Choose the correct answers. Analytical Worklist Page. List Report. Analytical List page. Analytical Dashboard Page. What is the main idea behind SAP Fiori elements? Choose the correct answer. Provide a showcase for the core principles of modern user interfaces (UI). Generate SAP Fiori apps at runtime from an existing OData service. Define a role-based user experience (UX). Provide a framework and development tool kit for HTML 5. What is SAP Fiori elements designed to do? Choose the correct answers. Speed up development. Drive UX consistency. Drive full flexibility of development. Implement unique functionality. You are asked to add a User Interface to your CAP project as quickly as possible and without any unique functionalities. Which option do you choose? Choose the correct answer. SAPUI5 Freestyle. SAP Fiori Elements. SAP UI5 Elements. What is a reason to add UI annotations to your project? Choose the correct answer. To add tooltips to the header fields of tables. To allow users to annotate table cells. To display columns and form fields. Which pattern do you use to register an event handler? Choose the correct answer. event.(). phase.(). srv.(). In CAP, which keyword is used to send events? Choose the correct answer. throw. emit. actions. stream. How many event handlers can you register for one event phase?. multiple. exactly one. exactly three. What can you do to provide meaningful error messages to users in your CAP application? Choose the correct answer. Catch exceptions. Register an error handler. Hide the cause of errors. Register an event handler. In Node.js, which statement do you use to create an exception?. throw. try. catch. Why does CAP set the file risks-service.js automatically as a handler file for the respective service? Choose the correct answer. Because the filename and the service definition filename are the same. Because SAP Business Application Studio added a respective annotation. Which criticality value is assigned to Negative criticality?. 1. 2. 3. What do you need to connect a service to the Sandbox environment of the SAP API Business Hub for the Business Partner API that you want to use? Choose the correct answer. An API key. A personal token. What does the .env file provide? Choose the correct answer. Values into the runtime environment of a CAP service. Values for your version-management-system. Which tools can you use to manage the SAP BTP, Cloud Foundry environment? Choose the correct answers. SAP Business Application Studio. Eclipse. CF CLI. SAP BTP cockpit. After you run the command cds add hana, which file is updated with the required configuration? Choose the correct answer. package.js. package.cds. package.json. package.mta. What are the advantages of using an MTA file for deployment? (Choose 2) Choose the correct answers. It supports red - green deployment. It supports blue-green deployment. It provides workflows. It provides a build tool. What are yaml files used for? Choose the correct answer. To describe documents. To describe data. Which statements about YAML files are correct? (Choose 2) Choose the correct answers. YAML uses whitespace indentation for structuring purposes. YAML uses tab indentation for structuring purposes. YAML uses hyphens: - for comments. YAML uses hashes: # for comments. Which user types will work on and with SAP BTP? Choose the correct answers. Professional users. Platform users. Trial users. Business users. What is the default identity provider for SAP BTP platform users? Choose the correct answer. SAP Cloud Identity Services. SAP ID service. SAML 2.0. XSUAA. What does the Extended Services - User Account and Authentication (XSUAA) service enable your app to do? Choose the correct answers. Store "real" users. Identify users by address and social security ID. Identify users by e-mail, userId, first and last name. Check users' roles to allow or prohibit actions. Which file contains an app's "declaration of security"? Choose the correct answer. xs-sec.json. xs-app.json. xs-security.json. How do you add authorization and trust management to your CAP project? Choose the correct answer. cds add security. cds add uaa. cds add xsuaa. Which files do you modify to store project configurations? Choose the correct answers. .cdsrc.json. passport.js. package.json. What does the .env file provide? Choose the correct answer. Values for your version-management-system. Values into the runtime environment of a CAP service. Role collections of a subaccount are available in the global account. Determine whether this statement is true or false. true. false. Role collections of a global account are available in a subaccount of this global account? Determine whether this statement is true or false. true. false. In the SAP BTP cockpit, where can you assign role collections to users? Choose the correct answer. Security → Roles. Security → Users. What does the source code management system use to trigger the CI server? Choose the correct answer. Webhooks. Web services. HTTP PUT requests. Which of the following statements apply to Continuous Delivery? Choose the correct answers. Software is ready for deployment to a productive system all the time. The trigger for deployment to a productive system is a human decision. Deployment to a productive system is triggered automatically. Code changes are pushed to a remote source code management system. Feedback from a productive system gets quickly integrated into teams’ backlog. Which of the following statements applies to Continuous Deployment? Choose the correct answer. Software is ready for deployment to a productive system all the time. The trigger for deployment to a productive system is a human decision. Feedback from a productive system gets quickly integrated into teams’ backlog. Deployment to a productive system is triggered automatically. Code changes are pushed to a remote source code management system. Which of the following statements about a GitHub Repository are correct? Choose the correct answers. Anyone on the internet can see a public repository. Anyone on the internet can commit into a public repository. You choose who can see your private repository. You choose who can commit into your private repository. After what period of time does GitHub remove unused personal access tokens? Choose the correct answer. 28 days. 100 days. 1 month. 1 year. What is the next step after you initialize a new local git repository (git init) and add files to it (git add)? Choose the correct answer. commit. fetch. pull. Which of the following statements about SAP Continuous Integration and Delivery (CI/CD) is correct? Choose the correct answer. If you want to use SAP CI/CD in SAP BTP, you need to enable it with a service instance. If you want to use SAP CI/CD in SAP BTP, you need to subscribe to a service plan of SAP CI/CD. You can use the credentials created in the SAP CI/CD service to: Choose the correct answers. Connect to a private GitHub repository. Access the service itself. Deploy applications to the SAP BTP, Cloud Foundry environment. What are some of the Continuous Integration principles? Choose the correct answers. Use version control. Fix errors only when users complain. Run tests in the build. Run tests only in production. Fix errors immediately. What is a "main line" in a source control management system used for? Choose the correct answer. To automate deployment. To enable a reporting line for the project manager. To make developers' contributions transparent and avoid clashes. A main line in a source control management system can contain feature branches. Determine whether this statement is true or false. true. false. What are the differences between continuous integration (CI) and continuous delivery (CD)? Choose the correct answers. CI allows team members to add their changes to a main line. CD adds an aspect that changes have been tested successfully. CI allows developers to integrate their contributions any time. CD adds an aspect that changes are immediately ready for deployment. What do you use to retrieve the information about a change on the repository? Choose the correct answer. A change document. A webhook. A PUT request to GitHub. What is the actual automation part of SAP CI/CD? Choose the correct answer. Configure a job. Configure a branch in the GitHub repository. What kind of request does the webhook send? Choose the correct answer. GET. PUT. POST. Within SAP CI/CD jobs you can: Choose the correct answer. Delete deployed applications directly from your Cloud Foundry environment space. Monitor the successful creation of your builds. 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? Choose the correct answer. Trigger run. Trigger title. Trigger build. Trigger refresh. What is required when registering an SAP S/4HANA Cloud system in your SAP BTP global account? Choose the correct answer. A token. A coin. A voucher. A developer. In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANA system? Choose the correct answer. Maintain Integrations on SAP BTP. Maintain Extensions on SAP BTP. Manage Add-ons on SAP BTP. Which service plan of the SAP BTP S/4HANA Cloud Extensibility service do you choose when you want to use the Business Partner API of your SAP S/4HANA Cloud system? Choose the correct answer. Cloud Foundry. SAP_COM_0008. api-access. Which of the following identifiers of the communication scenario is used for accessing the Business Partner API in an SAP S/4HANA Cloud system? Choose the correct answer. SAP_COM_0009. SAP_COM_0213. SAP_COM_0008. SAP_COM_0109. |