Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONExtension Developer 2

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

Description:
SAP Extension Developer

Author:
Kana
(Other tests from this author)

Creation Date:
22/03/2023

Category:
Computers

Number of questions: 80
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
The managed approuter is a service in SAP BTP. false true.
Which tools can you use to manage the SAP BTP, Cloud Foundry environment? (2 correct) Eclipse SAP Business Application Studio CF CLI SAP BTP cockpit.
Which concept describes Cloud Foundry applications? Proglot Epiglot Monoglot Polyglot.
What kind of relationship does a subaccount and a Cloud Foundry org have? n:1 1:n n:n 1:1.
What does the .env file provide? Values into the runtime environment of a CAP service Values for your version-management-system.
What are advantages of using an MTA file for deployment? (Choose 2) It supports red - green deployment. It supports blue-green deployment. It provides a build tool. It provides workflows.
Which of the following components is required to connect SAP BTP to an on-premise system? SAP Cloud Connector SAP Gateway Remote SaaS app.
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 to choose. A user A password A secret A content type.
What is the relationship between YAML and JSON? Choose the correct answer. YAML is a superset of JSON. YAML and JSON are unrelated. JSON is a superset of YAML.
What are yaml files used for? To describe documents To describe data.
Which statements about YAML files are correct? (Choose 2) YAML uses hashes: # for comments. YAML uses whitespace indentation for structuring purposes. YAML uses tab indentation for structuring purposes. YAML uses hyphens: - for comments.
What is the limitation of spaces within one Cloud Foundry org? Unlimited spaces per org Exactly 1 space per org Maximum 2 spaces per org.
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 webhook event receiver The stages of the failed job run The webhook of your version control system The stages in the config.yml in the .pipeline folder.
Which dev space type should you select to extend SAP S/4HANA with a CAP project? Choose the correct answer. Full Stack Cloud Application SAP Fiori SAP HANA Native Application.
Which modules must you install to enable authentication support in CAP for BTP? (2 corrects) xsenv xssec xsjs xssecure.
Which environment would you use to develop small to medium extensions? Choose the correct answer. Cloud Foundry ABAP Kyma.
Which services does SAP BTP Connectivity consist of? There are 2 corrects answers. XSUAA Connector for SAP Business Technology Platform OData Connector for SAP Solutions SAP Destination service SAP Connectivity service.
Which of the following statements are correct? There are two correct answers. 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. Each YAML file is a valid JSON file. Each JSON file is a valid YAML file.
What do you use to access the SAP Cloud Connector? Global account Entitlement Directory Subaccount.
What is an Application Programming Interface (API)? Choose the correct answer. A way for applications to interact with other applications A way for applications to remotely modify other applications A software development kit (SDK) for mobile applications.
In CAP, which keyword is used to send events? throw emit actions stream.
What can you do to provide meaningful error messages to users in your CAP application? Hide the cause of errors. Catch exceptions. Register an error handler. Register an event handler.
What is a reason to add UI annotations to your project? To display columns and form fields. To add tooltips to the header fields of tables. To allow users to annotate table cells.
What is SAP Fiori? A collection of design guidelines. An SDK to develop multi-target applications. design language.
Why does CAP set the file <code>risks-service.js</code> automatically as a handler file for the respective service? Because SAP Business Application Studio added a respective annotation. Because the filename and the service definition filename are the same.
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? An API key A personal token.
In <i>Node.js</i>, which statement do you use to create an exception? throw try catch.
Role collections of a subaccount are available in the global account. True False.
How many global accounts are associated with one license type? Choose the correct answer. Many 2 1.
Which of the following are standard floorplans of SAP Fiori Elements? Worklist Blueprint List report Dashboard.
JSON is based on which programming language?Choose the correct answer. Julia JavaScript JCL Java.
What is the default identity provider for SAP BTP platform users? SAP ID service SAP Cloud Identity Services XSUAA SAML 2.0.
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? SAPUI5 Freestyle SAP Fiori Elements.
Which OData versions support SAP Fiori elements? V4 V2 V3 V1.
What encryption type does the SAP Cloud Connector use? XMPP SSL TLS SSH.
What are some of the capabilities of the SAP Cloud Connector? (3 correct) Serves as a link between SAP BTP applications and on-premise systems. Runs as on-premise agent in a secured network. Manages dev spaces. A Provides fine-grained control over the connectivity. Provides access to the SAP Cloud Identity Services.
After you run the command <code>cds add hana</code>, which file is updated with the required configuration? package.cds package.json package.mta package.js.
Which pattern do you use to register an event handler? srv.() phase.() event.().
What are directories? Choose the correct answer. Groups of applications Groups of subaccounts Groups of environments.
Which command do you use to install dependencies in your project? Choose the correct answer. yum npm cds bash.
What are the differences between continuous integration (CI) and continuous delivery (CD)? There are 2 correct answers to this question. CI allows developers to integrate their contributions any time. CD adds an aspect that changes are immediately ready for deployment. CI allows team members to add their changes to a main line. CD adds an aspect that changes have been tested successfully.
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_0008 SAP_COM_0213 SAP_COM_0109 SAP_COM_0009.
Which of the following is provided by an environment? (3 corrects) Subaccounts Tools Services Regions Runtime.
What do you use to tell a job which steps it needs to perform? Choose the correct answer. Set up an OData service. Create a webhook. Set up a pipeline.
Which command do you use to install dependencies in your project? Choose the correct answer. npm yum bash cds.
When deploying applications on SAP BTP, what is the maximum application package size? 1.5 GB 1 GB 2.5 GB 2 GB.
In SAP Business Application Studio, how many dev space types are available? Choose the correct answer. 5 6 4 3.
Which file contains an app's "declaration of security"? xs-security.json xs-sec.json xs-app.json.
Where can you find APIs provided by SAP and SAP partners? Choose the correct answer. SAP Cloud Connector SAP API Business Hub SAP Business Application Studio.
What kind of request does the webhook send? Choose the correct answer. POST GET PUT.
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. SAP_COM_0008 api-access Cloud Foundry.
In S/4HANA Cloud, to what do you assign a communication user? Please choose the correct answer. To a communication system To a communication scenario To a communication arrangement.
What is the actual automation part of SAP CI/CD? Choose the correct answer. Configure a branch in the GitHub repository. Configure a job.
Which of the following statements applies to Continuous Deployment? Choose the correct answer. The trigger for deployment to a productive system is a human decision. Code changes are pushed to a remote source code management system. Feedback from a productive system gets quickly integrated into teams’ backlog. Deployment to a productive system is triggered automatically. Software is ready for deployment to a productive system all the time.
A global account has a relationship with entitlements. The cardinality of this relationship is "0-n" as shown in the graphic. What are the cardinalities for the other relationships in the attached diagram? (Drag and drop the labels at the bottom onto the framed locations of the image above.) 1-n 1 0-1 0-n.
What does the Extended Services - User Account and Authentication (XSUAA) service enable your app to do? (2 corrects) Check users' roles to allow or prohibit actions. Identify users by e-mail, userId, first and last name. Store "real" users. Identify users by address and social security ID.
You want to register custom event handlers using instances of CAP Node.js SDK classes cds.Event cds.Request cds.Service.
What are some characteristics of YAML files? Note: There are 2 to choose. YAML files can be used as configuration files. YAML files relyon correct indentation. YAML files are based on XM YAML files are also valid JSON files.
Which user types will work on and with SAP BTP? There are 2 correct answers to this question. Professional users Trial users Business users Platform users.
Which document types are associated with an OData service? (2 correct) Service description document Service metadata document Service manifest document Service document.
Which of the following is a feature of the SAP Cloud Platform Identity Provisioning service? Please choose the correct answer. Digital signature verification Encryption and decryption Reuse of corporate user stores SSL communication.
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 a role-collection In an xs-security.json file In an instance of the XSUAA service.
What do you use to retrieve the information about a change on the repository? Choose the correct answer. webhook A change document A PUT request to GitHub.
Why do you need an approuter for your application? (2 corrects) To connect requests from the web browser to the provider of UI sources To replace static URLs with dynamic content To route microservices to the web browser that runs your extension To connect requests from the web browser to a service.
In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANA system? Choose the correct answer. Manage Add-ons on SAP BTP Maintain Extensions on SAP BTP Maintain Integrations on SAP BTP.
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? Trigger build Trigger title Trigger run Trigger refresh.
After what period of time does GitHub remove unused personal access tokens? Choose the correct answer. 28 days 1 year 100 days 1 month.
What is SAP Business Application Studio? Choose the correct answer. A Microsoft Visual Studio Code extension A source code management system An SAP Mobile Application A web browser-based development environment.
What can you install to add authentication to your CAP application? RiskManager Passport.js Node.js.
What can you NOT use to manage the code base of an SAPUI5 application? Please choose the correct answer. Cloud Foundry Git repository Public Git repository SAP Cloud Platform Git repository Corporate Git repository.
Role collections of a global account are available in a subaccount of this global account? false true.
Your CAP project contains an entity called Books. You want to extend the Books entity with the managed aspect. You have already imported the aspect from the '@sap/cds/common' package (see attached graphic). Which is a valid way to extend the entity with the aspect? Entity Books : { key ID : UUID @(Cora.Computed : true); title : String; author : String; aspect : managed; } Entity Books : { key ID : UUID @(Cora.Computed : true); title : String; author : String; } aspect managed : Books{} Entity Books : managed { key ID : UUID @(Cora.Computed : true); title : String; author : String; } .
What is required when registering an SAP S/4HANA Cloud system in your SAP BTP global account? Choose the correct answer. A coin A voucher token A developer.
What do you need before you can consume an OData service from an SAPUI5 application deployed in SAP Cloud Platform? There are 2 correct answers to this question. A metadata.xml file in the application A destination in the SAP Cloud Platform account A service reference in index.html of the application A service description in the application.
Which command adds a file called Jenkinsfile to your CAP project? Choose the correct answer. cd .pipeline cds add pipeline git add Jenkins.
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 Pull Fetch.
Which severity level matches which request method? Req.warn - 1 Req.notify - 2 Req.error - 3 Req.info - 4 Req.notify - 1 Req.info - 2 Req.warn - 3 Req.error - 4 Req.error - 1 Req.notify - 2 Req.warn - 3 Req.info - 4 Req.info - 1 Req.notify - 2 Req.warn - 3 Req.error - 4.
Which of the following does OData use to address and access data feed resources? Choose the correct answer. URI URL URN.
How can you get the information about org name and API endpoint of your Cloud Foundry environment? There are two correct answers. Run command cf target in the terminal of SAP Business Application Studio. Run command cf help -a in the terminal of SAP Business Application Studio. Access the values from the subaccount overview in the SAP BTP cockpit.
What are the two structures JSON is built on? (2 corrects) Unordered list of strings Collections of value/value pairs Ordered list of values Collections of name/value pairs.
Report abuse Consent Terms of use