option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: C_CPE_13
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
C_CPE_13

Descripción:
SAP Certified Development Associate - SAP Extension Suite

Autor:
AVATAR
Estudiante
OTROS TESTS DEL AUTOR

Fecha de Creación:
11/07/2022

Categoría: Otros

Número Preguntas: 47
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
At which of the following levels can you assign entitlements? Note: There are 2 to choose. Environment Cloud Foundry org Directory Global account.
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file? /root /app /db /srv.
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose. Technical users Business users Platform users Application users.
What kind of offering is Cloud Foundry? Platform as a Service (PaaS) Functions as a Service (FaaS) Software as a Service (SaaS) Infrastructure as a Service (IaaS).
You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use? cds.Event cds.Service cds.Request.
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? Object page Analytical list page Worklist List report.
In SAP Fiori, how are drafts used? Note: There are 2 to choose. To enable responsiveness of apps 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 establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service? multi-environments identity-providers paltforms users.
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse? 10k requests per hour per user 1k requests per hour for all user 100k requests per hour per user 50k requests per hour for all user.
Which of the following can be used as a management tool for SAP Business Technology Platform? Note: There are 2 to choose. SAP Solution Manager SAP BTP CLI SAP Business Application Studio Cloud Foundry CLI.
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project? SAP Mobile Application Full Stack Cloud Application SAP Fiori Basic.
Your company is using the SAP Authorization and Trust Management service in conjunction with the XSUAA service to authorize their applications. Where do you bundle your defined scopes in role-templates? In an xs-security.json file In an instance of the XSUAA service In a role-collection.
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 2 to choose. Runs within the Kyma environment Is based on the latest ABAP platform cloud release Runs within the Cloud Foundry environment Is based on the latest SAP NetWeaver Application Server for ABAP release.
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.
What are some characteristics of CAP event handling? Note: There are 2 to choose You can register only one event handler for a specific event. You must use the handler registration API srv.emit() to de-register event handlers. You can register event handlers with instances of cds.service to add custom logic. You can register multiple event handlers for each event phase.
What are tasks of 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 are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose. Productive Adaptive Role-based Intuitive Coherent.
When deploying applications on SAP BTP, what is the maximum application package size? 2 GB 1 GB 2.5 GB 1.5 GB.
Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment? Note: There are 3 to choose. Docker Java Python HTML5 Node.js.
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 2 to choose. Google Chrome macOS Safari Mozilla Firefox Microsoft Edge.
What are some advantages of building an account model based on functional areas such as Sales or IT? Note: There are 2 to choose. It reduces the total cost of ownership (TCO) it reduces maintenance and governance effort It increases scalability of the solution It increases the number of concurrent users.
What are some characteristics of JSON files? Note: There are 2 to choose. JSON files contain human-readable data. JSON files are based on XML. JSON files are also valid YAML files. JSON files contain JavaScript commands.
You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$", "target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question. The files in the resources folder will be served for all requests to /app. The files requested for /app will be put to the resources folder. All requests starting with /service will be forwarded to the CAP service. All requests starting with /service will be targeted to the folder resources.
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 to choose. file package.json file manifest.yml folder /approuter folder /app.
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.
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 a Node.js module called passport. Install a YAML module called passport.
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 the SAP BTP, what is the correct order of entities? Directory. Global account. Subaccount. Environment Global account. Subaccount. Directory. Environment Environment. Global account. Directory. Subaccount Global account. Directory. Subaccount. Environment.
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.
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 to choose. roles users scopes role-templates.
Which identifier is used by the XSUAA service to distinguish applications and scopes? tenant-mode xs-security xsappname VCAP_SERVICES.
What are some characteristics of OData? Note: There are 2 to choose. OData builds on HTTP, AtomPub, and JSON using URIs to address and access data feed resources. OData is RESTful. OData uses the SOAP protocol. OData is an architectural design template for hypermedia information systems.
Which of the following are features of a managed cloud deployment model? Note: There are 2 correct answers to this question. Dedicated resources for an individual customer Limited, customizing access Extensive customizing access Dedicated resources for multiple customers.
Which of the following dev space types does NOT contain MTA Tools by default? Please choose the correct answer. Full Stack Cloud Application SAP Fiori SAP HANA Native Application Basic.
In your SAP BTP subaccount, what can you select at the environment level? Note: There are 2 correct answers to this question. Infrastructure Services Data Runtime.
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? Note: 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.
After what period of time are process metrics no longer available in the SAP Cloud Platform cockpit? Please choose the correct answer. 7 days 14 days 1 month 2 months.
Which of the mobile services is the server counterpart of the SAP Cloud Platform SDK for iOS? Please choose the correct answer. Mobile service for Fiori Mobile Mobile service for SMS messaging Mobile service for development and operations Mobile service for app and device management.
Which of the following are the available content providers in the SAP Content Hub? Note: There are 3 correct answers to this question. Integration Business services Workflow Analytics APIs.
What are some restrictions of the free plan of SAP Business Application Studio? Note: There are 2 correct answers to this question. A user can only have up to 2 dev spaces in the RUNNING state at a time. A user can only have 1 dev space in the RUNNING state at a time. A user can only have up to 2 dev spaces. The maximum size limit of a dev space is 10 GB.
Which one of the following uses Blockchain? Please choose the correct answer. SAP Leonardo SAP HANA extended application services, advanced model SAP API Management SAP Cloud Platform Integration.
What are some SAP recommendations for deploying large apps to Cloud Foundry? Note: There are 2 correct answers to this question. The CF_STARTUP_TIMEOUT is set to 15 minutes. The total size of environment variables does not exceed 250KB. The maximum app size is set in the manifest file. The network speed exceeds 874 KB/s.
In your SAP BTP subaccount, what can you select at the environment level? Note: There are 2 correct answers to this question. Infrastructure Data Services Runtime.
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? Note: 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.
What are some SAP recommendations for deploying large apps to Cloud Foundry? Note: There are 2 correct answers to this question. The total size of environment variables does not exceed 250KB. The maximum app size is set in the manifest file. The network speed exceeds 874 KB/s. The CF_STARTUP_TIMEOUT is set to 15 minutes.
You have implemented a simple CAP application for risk management of your company’s supply chain. You want to limit viewing permissions for risk data within the application to certain users and therefore define an xs-security.json file. Drag the key and value items onto the correct parts of the descriptor file. "tenant-mode" "scope-references" "scopes" "$XSAPPNAME.RiskViewer" "xsappname" "role-templates".
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 bools 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. forEach after 'READ' 'bookshop-service'.
Denunciar Test