option
Questions
ayuda
daypo
search.php

btp extension developer 03

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
btp extension developer 03

Description:
03 extension developer

Creation Date: 2023/05/04

Category: Others

Number of questions: 20

Rating:(4)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

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. Establish a trust relationship with the default identity provider. Import the users via .csv file upload in the SAP BTP cockpit.

What is a rule of thumb for when to use namespaces in your models?. When your model names are unique. When your models are reused in other projects. When your app rarely exposes services.

To establish trust, which of the following can be targets of the SAP Authorization and Trust Management Service?. identity-providers. users. platforms. multi-environments.

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?. List report. Object page. Analytical list page. Worklist.

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?. GET request. PUT request. POST request. PATCH request.

At which of the following levels can you assign entitlements? Note: There are 2 to choose. Global account. Cloud Foundry org. Directory. Environment.

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?. cds compile srv --to xsuaa >xs-security.json. cds compile srv --to xsuaa >@sap/xssec @sap/xsenv. npm i --save @sap/xssec @sap/xsenv. npm i --save xs-security.json.

At what level can you select a region?. Directory. Subaccount. Global account. Environment.

What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose. Annotations in the OData service. The entity definition of the OData service. Authorizations in the OData service. Custom UI logic.

You use SAP Continuous Integration and Delivery for your CAP project. Where can you access the Webhook Event Receiver?. On the Credentials tab. On the Jobs tab. On the Repositories tab.

Which of the following are benefits of SAP Business Application Studio? Note: There are 3 to choose. Access to Visual Studio Code-compatible extensions. Central administration. Browser-based access. Maintenance of all development projects in one central dev space. Desktop client-based access.

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.

Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?. Basic. Full Stack Cloud Application. SAP Fiori. SAP Mobile Application.

What is recommended by SAP when you publish an API? Note: There are 2 to choose. Provide good API documentation. Use meaningful, clear, and self-explanatory API names. Remove obsolete APIs without notice. Use version numbers in the API names.

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 Cloud Transport Management service. SAP Keystore service. SAP Connectivity service.

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. scope-references, tenant-mode, $XSAPPNAME.RiskViewer, scopes, roles-templates, xsappname,. scopes, roles-templates, xsappname, scope-references, tenant-mode, $XSAPPNAME.RiskViewer. xsappname, tenant-mode, scopes, roles-templates, scope-references,$XSAPPNAME.RiskViewer.

Which of the mobile services is the server counterpart of the SAP Cloud Platform SDK for iOS?. Mobile service for SMS messaging. Mobile service for Fiori Mobile. Mobile service for app and device management. Mobile service for development and operations.

Which language do you use to create a data model in a CAP project?. Core Data Services Definition Language (CDL). SQL. ABAP. Core Data Services Query Language (CQL).

What are some features of the SAP Cloud Connector? Note: There are 2 to choose. Managing HTML5 applications. Monitoring requests. Configuring trust. Securing the activation of traffic traces.

What is one of the required steps to enable authentication support in CAP?. Install a Node.js module called passport. Install a CDS module called passport. Install a package.json module called passport. Install a YAML module called passport.

Report abuse