option
Questions
ayuda
daypo
search.php

CP - 03

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
CP - 03

Description:
Test CLD 03

Creation Date: 2022/09/27

Category: Others

Number of questions: 87

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

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? (2 correct). A password. A secret. A content type. A user.

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

Which management tool can you use to deploy a CAP project into a space of your SAP BTP subaccount?. Cloud Foundry command line interface. APIs for SAP BTP. SAP BTP command line interface.

Which of the following environments run on the SAP multi-cloud foundation? (2 correct). Kyma environment. Cloud Foundry environment. Netweaver environment. Neo environment.

What are some features of the SAP Cloud Connector? (2 correct). Monitoring requests. Securing the activation of traffic traces. Configuring trust. Managing HTML5 applications.

What information does the SAP Destination service provide to your applications to connect to a remote service or system?. Connectivity proxy information for the target resource. Semantic information about the target resource. Technical information about the target resource.

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.

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? (2 correct). file package.json. file manifest.yml. folder /approuter. folder /app.

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.

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.

What is recommended by SAP when you publish an API? (2 correct). Use meaningful, clear, and self-explanatory API names. Remove obsolete APIs without notice. Provide good API documentation. Use version numbers in the API names.

Which of the following SAP Fiori pages areas are mandatory? (2 correct). Header. Content. Toolbars. Footer.

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.

In an SAP Business Application Studio project, what does the "cf push" command do?. It creates 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 updates the service instances of the services defined in the service-manifest.yml file.

What do you need to consider when working with subaccounts in SAP BTP? (2 correct). The subdomain is the unique identifier of a subaccount. A subaccount must be registered through a booster. 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.

You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?. cds.Request. cds.Service. cds.Event.

In SAP Fiori, how are drafts used? (2 correct). To prevent an object being edited by multiple users concurrently. To enable empty states of apps. To prevent data loss in case an app terminates unexpectedly. To enable responsiveness of apps.

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.

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.

Before you can use SAP Continuous Integration and Delivery in your CAP project, what must you do in your SAP BTP account? (2 correct). Subscribe to an SAP CI/CD service plan. Assign an appropriate role collection to your user. Create an SAP CI/CD service instance. Assign an appropriate role template to your user.

When using namespaces, what does SAP recommend you use to construct names for namespaces?. Cascades of acronyms. Your organization's name. Reverse domain names.

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.

Which of the following are benefits of SAP Business Application Studio? (3 correct). 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.

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

Which of the following can be used as identity providers for SAP BTP applications? (2 correct). SAP Authorization and Trust Management Service. Identity authentication tenant. SAP S/4HANA Cloud. SAP S/4HANA on-premise.

You want to create a new service definition in your CAP project. 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? (3 correct). 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.

What does SAP Fiori elements use to generate the UI? (2 correct). Custom UI logic. Annotations in the OData service. Authorizations in the OData service. The entity definition of the OData service.

What are some characteristics of OData? (2 correct). 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 characteristics of the SAP Business Technology Platform, ABAP Environment? (2 correct). 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.

Which of the following are capabilities of the SAP Cloud Connector? (2 correct). 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.

What is the maximum number of running threads per application instance?. 8192. 1024. 14200. 10420.

When deploying applications on SAP BTP, what is the maximum application package size?. 2 GB. 1 GB. 2.5 GB. 1.5 GB.

Which files are added to your CAP project when you run the "cds add pipeline" command in an SAP Business Application Studio terminal? (2 correct). A .pipeline folder with a manifest.yml file. A file named Jenkinsfile. A Jenkins folder with a manifest.yml file. A .pipeline folder with a config.yml file.

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. A notation command for automatically instantiating JavaScript objects. An open-standard format to structure JavaScript programs.

Which of the following dev space types contains the Java extension by default? (2 correct). SAP Fiori. SAP HANA Native Application. Full Stack Cloud Application. SAP Mobile Application.

Which basic user types exist on the SAP Business Technology Platform? (2 correct). Platform users. Application users. Technical users. Business users.

You have created an SAP BTP subaccount and want to use Cloud Foundry. What is the correct order of next steps?. Create quota plan. Enable Cloud 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.

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

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).

What are valid actions using subaccounts in SAP BTP? (2 correct). 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.

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. xs-security.js. srv/risk-service.cds.

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? (2 correct). 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 have developed a CAP project and added the XSUAA security configuration. What information is stored in the xs-security.json file? (2 correct). roles. users. scopes. role-templates.

What are some advantages of building an account model based on functional areas such as Sales or IT? (2 correct). 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.

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

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.

To grant a user access to an application in an SAP BTP subaccount, what must you assign to this user?. A role. A role template. A role collection.

How many administrators can be assigned to a global account?. 0 - 1. 1 - n.

What are some characteristics of JSON files? (2 correct). JSON files contain human-readable data. JSON files are based on XML. JSON files are also valid YAML files. JSON files contain JavaScript commands.

Which web browsers are officially supported in SAP Business Application Studio? (2 correct). Google Chrome. macOS Safari. Mozilla Firefox. Microsoft Edge.

Which event phases can you use with CAP event handlers by default? (3 correct). on. while. after. before. between.

In SAP Business Application Studio, what is a dev space?. A pre-configured private virtual machine. A pre-configured shared development environment. A pre-configured shared virtual machine. A pre-configured private development environment.

According to SAP CAP best practices, which error types should you NOT catch? (2 correct). Unexpected errors. Runtime errors. Programming errors. Rejections of promises.

Which identifier is used by the XSUAA service to distinguish applications and scopes?. tenant-mode. xs-security. xsappname. VCAP_SERVICES.

Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment? (3 correct). Docker. Java. Python. HTML5. Node.js.

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 build. mbt init. mbt make.

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 users. 100k requests per hour per user. 50k requests per hour for all users.

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

Which of the following can be used as a management tool for SAP Business Technology Platform? (2 correct). SAP Solution Manager. SAP BTP CLI. SAP Business Application Studio. Cloud Foundry CLI.

What is the standard health check time limit of a Cloud Foundry application?. 60 seconds. 30 seconds. 180 seconds. 90 seconds.

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 of your version control system. The webhook event receiver. The stages of the failed job run. The stages in the config.yml in the .pipeline folder.

What are standard events that CAP handles by default? (3 correct). WRITE. UPDATE. READ. CREATE. REFRESH.

What are some core principles of the design philosophy of SAP Fiori? (3 correct). Productive. Adaptive. Role-based. Intuitive. Coherent.

What are tasks of the approuter? (3 correct). 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 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.

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 the on-premise network of the SAP S/4HANA system. In a virtual machine independent from the on-premise network and the SAP BTP.

What are some characteristics of YAML files? (2 correct). YAML files can be used as configuration files. YAML files are based on XML. YAML files rely on correct indentation. YAML files are also valid JSON files.

At which of the following levels can you assign entitlements? (2 correct). Global account. Environment. Cloud Foundry org. Directory.

During application development, what are some principles of dealing with application errors? (2 correct). Hide errors and continue silently. Use try/catch blocks sparingly. Use as many try/catch blocks as possible. Log unexpected errors.

What are some principles of continuous integration? (2 correct). Automated tests. Automated deployment to the productive system. Automated builds. Automated code change pushes.

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? (2 correct). SAP Destination service. SAP Keystore service. SAP Connectivity service. SAP Cloud Transport Management service.

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.

What are some characteristics of CAP event handling? (2 correct). 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.

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.

What type of application is the SAP Business Application Studio?. Multi-target application. Editor. IDE.

What are some capabilities of the MongoDB database on SAP Cloud Platform Cloud Foundry? (2 correct). Concurrency management. Support of replica sets. Indexing of any field. Inheritance support.

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?. Option A. Option B. Option C.

What are some tasks of an App Router?. Manage authentication flows. Act as a reverse proxy. Generate JSON tokens. Manage authorization flows.

Which of the following roles is required to create an XSC application?. sap.hana.ide.roles::CatalogDeveloper. sap.hana.ide.roles::EditorDeveloper. sap.hana.ide.roles::TraceViewer. sap.hana.ide.roles::SecurityAdmin.

Which of the following sample integration domain of User2Cloud?. SAPUI5 apps. IoT. OData provisioning. Process Integration.

Which of the following are features of MongoDB?. It stores data as JSON-like documents. It stores structured data. It supports replica sets. It provides a key-value cache.

You want to use the continuous delivering capabilities of the SAP Cloud SOK. Which development approach is possible?. ABAP on S/4HANA. Cloud Application Programming model (CAP). Restricted ASAP on SAP Cloud Platform.

Which of the following do SAP Cloud Platform Big Data Services provide?. Framework. AWS S3 buckets. Pre-configured database tables. Job monitoring.

Which of the following can you use to extend an SAP Cloud Platform front-end application?. SAPUI5. HTML5. OData. REST.

Which of the following are characteristics of the cloud native process model?. Use of containers. Client server. Continuous delivery. Waterfall.

Which of the following frameworks is included in the SAP Cloud SOK to implement resilient behavior?. Micro profile fault tolerance. Hystrix. Failsafe.

Report abuse