Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONExtension Developer

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Extension Developer

Description:
SAP Extension Developer

Author:
Kana
(Other tests from this author)

Creation Date:
21/03/2023

Category:
Others

Number of questions: 80
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
What are valid actions using subaccounts in SAP BTP? Note: There are 2 to choose. Creating many subaccounts assigned to the Cloud Foundry environment. Deleting a subaccount with service subscriptions. Creating Cloud Foundry orgs explicitly. Disabling the Cloud Foundry environment once you have enabled it.
What are some restrictions of the free plan of SAP Business Application Studio? The maximum size limit of a dev space is 10 GB. 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.
Which language do you use to create a data model in a CAP project? ABAP Core Data Services Query Language (CQL) SQL Core Data Services Definition Language (CDL).
What are the tasks of the approuter? Note: There are 3 to choose Routing requests from the web browser to the provider of the UI service. Routing requests from the web browser to the CAP service. Routing requests from the application to the SAP Launchpad service. Forwarding user requests to the XSUAA service for authentication and authorization. Authorizing users for the CAP service and the provider of the UI service.
What are some SAP recommendations for deploying large apps to Cloud Foundry? 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.
Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose. SAP HANA Native Application SAP Fiori SAP Mobile Application Full Stack Cloud Application.
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose. Custom UI logic Authorizations in the OData service The entity definition of the OData service Annotations in the OData service.
After what period of time are process metrics no longer available in the SAP Cloud Platform cockpit? 7 days 1 month 2 months 14 days.
By default, which file describes scopes and role-templates of an application for the instantiation of an XSUAA service instance? manifest.yml services-manifest.yml package.json xs-security.json.
In the SAP BTP, what is the correct order of entities? Directory. Global account. Subaccount. Environment Environment. Global account. Directory. Subaccount Global account. Directory. Subaccount. Environment Global account. Subaccount. Directory. Environment.
Which basic user types exist on the SAP Business Technology Platform? Note: There are 2 to choose. Application users Platform users Technical users Business users.
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose. Neo environment Netweaver environment Cloud Foundry environment Kyma environment.
On SAP BTP, what request rate limit tries to protect the Cloud Foundry API against misuse? 100k requests per hour per user 1k requests per hour for all users 50k requests per hour for all users 10k requests per hour per user.
To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service? multi-environments platforms users identity-providers.
At which of the following levels can you assign entitlements? Note: There are 2 to choose. Environment Directory Cloud Foundry org Global account.
Which of the following benefits best describe the SAP BTP, Cloud foundry environment? Note: There are 3 to choose. Automatic application routing, load balancing, health checks, and multilevel self-healing Orchestration of microservices and serverless functions Platform-managed application security patching and updates Integration of the SAP NetWeaver platform Simplified developer experience for business application development.
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? Analytical list page Object page List report Worklist.
How can you bring your company's user base into your SAP BTP subaccount? Import the users via .csv file upload in the SAP BTP cockpit. Establish a trust relationship with the default identity provider. Establish a trust relationship with your corporate identity provider. Create the users manually in the security section of your subaccount.
Your customer presents you with the following UI 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? Analytical list page List report Worklist Object page.
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. Each Cloud Foundry org can contain multiple spaces. Each Cloud Foundry org can contain only one space. A subaccount can contain only one Cloud Foundry org. A subaccount can contain more than one Cloud Foundry org.
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 Connectivity service SAP Keystore service SAP Cloud Transport Management service SAP Destination service.
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment? Note: There are 2 to choose. Is based on the latest ABAP platform cloud release Is based on the latest SAP NetWeaver Application Server for ABAP release Runs within the Kyma environment Runs within the Cloud Foundry environment.
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. scopes, roles-templates, xsappname, scope-references, tenant-mode, $XSAPPNAME.RiskViewer xsappname, tenant-mode, scopes, roles-templates, scope-references,$XSAPPNAME.RiskViewer scope-references, tenant-mode, $XSAPPNAME.RiskViewer, scopes, roles-templates, xsappname,.
Which of the mobile services is the server counterpart of the SAP Cloud Platform SDK for iOS? Mobile service for development and operations Mobile service for app and device management Mobile service for Fiori Mobile Mobile service for SMS messaging.
What are some features of the SAP Cloud Connector? Note: There are 2 to choose. Securing the activation of traffic traces Configuring trust Monitoring requests Managing HTML5 applications.
To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user? A role template A role collection A role.
What is JavaScript Object Notation (JSON)? A simple way to annotate objects in JavaScript. An open-standard format to structure data transferred using web technologies. An open-standard format to structure JavaScript programs. A notation command for automatically instantiating JavaScript objects.
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 can register multiple event handlers for each event phase. 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.
Which of the following are the available content providers in the SAP Content Hub? There are 3 correct answers to this question. Workflow Business services Analytics APIs Integration.
What is recommended by SAP when you publish an API? Note: There are 2 to choose. Remove obsolete APIs without notice. Use version numbers in the API names Use meaningful, clear, and self-explanatory API names. Provide good API documentation.
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 3 to choose. Microsoft Edge Google Chrome Internet Explorer Mozilla Firefox macOS Safari.
What are some principles of continuous integration? Note: There are 2 to choose. Automated code change pushes Automated deployment to the productive system Automated builds Automated tests.
What is a rule of thumb for when to use namespaces in your models? When your app rarely exposes services When your models are reused in other projects When your model names are unique.
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. after, READ’, forEach, ‘bookshop-service’, ‘book.language == ‘en’, ‘book.price = book.price * 0.95, book.price= book.price * 0.9 ‘bookshop-service’, after, ‘READ’, forEach, ‘book.language == ‘en’, ‘book.price = book.price * 0.95, book.price= book.price * 0.9 READ’, forEach, ‘bookshop-service’, after, ‘book.language == ‘en’, ‘book.price = book.price * 0.95, book.price= book.price * 0.9.
Which one of the following uses Blockchain? SAP Leonardo SAP API Management SAP Cloud Platform Integration SAP HANA extended application services, advanced model.
In your SAP BTP subaccount, what can you select at the environment level? There are 2 correct answers to this question. Infrastructure Data Services Runtime.
At what level can you select a region? Environment Global account Subaccount Directory.
Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? Note: There are 2 to choose. Create an SAP CI/CD service instance. Assign an appropriate role collection to your user. Assign an appropriate role template to your user. Subscribe to an SAP CI/CD service plan.
Which of the following are features of a managed cloud deployment model? There are 2 correct answers to this question. Limited customizing access Dedicated resources for multiple customers Extensive customizing access Dedicated resources for an individual customer.
Which of the following dev space types does NOT contain MTA Tools by default? Please choose the correct answer. Basic SAP HANA Native Application Full Stack Cloud Application SAP Fiori.
In SAP Fiori, how are drafts used? Note: There are 2 to choose. 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.
Which files are added to your CAP project when you run the "cds add pipeline" command in an SAP Business Application Studio terminal? Note: There are 2 to choose. A .pipeline folder with a manifest.yml file A Jenkins folder with a manifest.yml file A .pipeline folder with a config.yml file A file named Jenkinsfile.
What is the maximum number of running threads per application instance? 10420 14200 8192 1024.
Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose. Desktop client-based access Maintenance of all development projects in one central dev space Browser-based access Central administration Access to Visual Studio Code-compatible extensions.
You want to use the SAP Cloud Connector to connect an SAP S/4HANA system to the SAP BTP. Where does the SAP Cloud Connector need to be installed? In an SAP BTP subaccount In a virtual machine independent from the on-premise network and the SAP BTP In the on-premise network of the SAP S/4HANA system.
What do you need to consider when working with subaccounts in SAP BTP? Note: There are 2 to choose. A subaccount must be registered through a booster. The subdomain is the unique identifier of a subaccount. A service must be entitled to the subaccount before you can subscribe to it. The subdomain of a subaccount must be unique within a region.
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 Analytical list page Object page List report.
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.js package-lock.json srv/risk-service.cds xs-security.js.
In SAP Business Application Studio, what is a dev space? A pre-configured shared development environment A pre-configured private virtual machine A pre-configured private development environment A pre-configured shared virtual machine.
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project? SAP Mobile Application SAP Fiori Full Stack Cloud Application Basic.
Using a terminal in SAP Business Application Studio, you want to enable authentication support via XSUAA in CAP for SAP BTP. Which command must you run in the terminal? npm i --save xs-security.json npm i --save @sap/xssec @sap/xsenv cds compile srv --to xsuaa >@sap/xssec @sap/xsenv cds compile srv --to xsuaa >xs-security.json.
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose. before on while after between.
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file? /srv /db /app /root.
According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose. Programming errors Rejections of promises Runtime errors Unexpected errors.
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 targeted to the folder resources. All requests starting with /service will be forwarded to the CAP service.
During application development, what are some principles of dealing with application errors? Note: There are 2 to choose. Use as many try/catch blocks as possible Hide errors and continue silently Use try/catch blocks sparingly Log unexpected errors.
In an SAP Business Application Studio project, what does the "cf push" command do?qs.html) It updates the service instances of the services defined in the service-manifest.yml file. It deploys the application modules defined in the manifest.yaml file into the Cloud Foundry account. It creates the service instances of the services defined in the service-manifest.yml file.
You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step? mbt make mbt init mbt build.
Which identifier is used by the XSUAA service to distinguish applications and scopes? tenant-mode xsappname VCAP_SERVICES xs-security.
What are some characteristics of OData? OData builds on HTTP, AtomPub, and JSON using URIs to address and access data feed resources. OData uses the SOAP protocol. OData is RESTful. OData is an architectural design template for hypermedia information systems.
You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver? On the Repositories tab On the Jobs tab On the Credentials tab.
What is one of the required steps to enable authentication support in CAP? Install a YAML module called passport. Install a package.json module called passport Install a CDS module called passport. Install a Node.js module called passport.
When using namespaces, what does SAP recommend you use to construct names for namespaces? Your organization's name Cascades of acronyms Reverse domain names.
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 folder /approuter file manifest.yml file package.json folder /app.
What are standard events that CAP handles by default? Note: There are 3 to choose. REFRESH WRITE CREATE READ UPDATE.
What are some core principles of the design philosophy of SAP Fiori? Note: There are 3 to choose. Intuitive Role-based Coherent Adaptive Productive.
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 Business Application Studio SAP BTP CLI Cloud Foundry CLI.
In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What kind of request does this webhook send to the specified payload URL? PATCH request POST request PUT request GET request.
What are some characteristics of JSON files? Note: There are 2 to choose. JSON files contain human-readable data. JSON files are also valid YAML files. JSON files are based on XML. JSON files contain JavaScript commands.
You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps? Enable Cloud Foundry. Create space . Create org. Create quota plan Create quota plan. Create org. Create space. Enable Cloud Foundry Create quota plan. Enable Cloud Foundry. Create space. Create org Enable Cloud Foundry. Create org. Create space. Create quota plan.
What information does the SAP Destination service provide to your applications to connect to a remote service or system? Semantic information about the target resource Technical information about the target resource Connectivity proxy information for the target resource.
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 maintenance and governance effort It increases scalability of the solution It increases the number of concurrent users It reduces the total cost of ownership (TCO).
Which of the following SAP Fiori pages areas are mandatory? Note: There are 2 to choose. Footer Content Toolbars Header.
How many administrators can be assigned to a global account? 0 - n O -1 1 - n.
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. role-templates roles users scopes.
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 Connecting an SAP S/4HANA system with the SAP BTP. Providing control over cloud to cloud connections Connect an SAP S/4HANA Cloud system with the SAP BTP.
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 Python HTML5 Java Node.js.
What kind of offering is Cloud Foundry? Platform as a Service (PaaS) Infrastructure as a Service (IaaS) Functions as a Service (FaaS) Software as a Service (SaaS).
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 SAP S/4HANA Cloud SAP S/4HANA on-premise Identity authentication tenant.
What is the standard health check time limit of a Cloud Foundry application? 180 second 60 seconds 90 seconds 30 seconds.
Report abuse Consent Terms of use