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

Descripción:
C_CPE_12

Autor:
Laura_ABAP
OTROS TESTS DEL AUTOR

Fecha de Creación:
08/06/2021

Categoría: Otros

Número Preguntas: 57
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Wich cloud model characterized SAP Cloud Platform? Infrastructure as a service Platform as a service Application as a service Software as a service.
Which are typical use cases for SAP Cloud Platform? Build, Extend, Integrate, Connect Create, Extend, Innovate, Connect Create, Integrate, Connect, Digitalize Build, Integrate, Innovate, Extend.
A deployment model that uses a shared infrastructure hosted by a service provider is defined as a private cloud True False.
Which is not an SAP Cloud Platform service? SAP Cloud Platform API Management SAP Cloud Platform Portal SAP Ariba as a Service Remote Data Sync SAP Cloud Plarform Workflow.
Considering the different groups of services, which group provides services for lifecycle management? User Experience Dev/Ops Database and Data Management User Management Development Experience.
Which of the following services in SAP Cloud Platform provides a database with noSQL support? MySQL PostgreSQL MongoDB Redis SAP HANA.
Which of the following are examples of software as a service (SaaS) SAP Concur Amazon EC2 Dropbox Google Compute Engine SAP Ariba.
Which element is a part of the Authentication and Single Sign-On (SSO) security layer? Application security authentication and permissions Secure architecture Data center and physical security User access provisioning Data governance and legal compliance.
You need a global account for each landscape True False.
How many macrocategories of services are available in SAP Cloud Platform 6 12 20 25 28.
Blockchain, machine learning, and the Internet of Things are all part of which component of the intelligent enterprise strategy? Intelligent suite Intelligent software Intelligent technologies Innovation enablers Digital transformation.
The practice that can help companies respond to new business challenges is Intelligent IT Continuous integration (CI)/continuous delivery (CD) Enterprise cloud Bimodal IT Artificial intelligence.
The SAP Web IDE service is part of which category of services in SAP Cloud Platform? Dev/Ops Output management Developer experience Orchestration User experience.
To what are we referring to when we use the term "Internet of Things"? Physical devices that are connected to the Internet, collecting and sharing data Machines on the shop floor directly connected the system of records (SAP S/4HANA) Different communication protocols that can be utilized to connect the sensors to the cloud The capacity to install sensors on machines, persons, or things in general The integration between on-premise systems with cloud-based systems.
Single sign-on (SSO) occurs when a user authenticates into one application and is then signed into other applications automatically regardless of the platform, technology, or domain the user is using True False.
Which of the following predelivered machine learning models are available in SAP Cloud Platform? Image recognition Text recognition Geospatial recognition Voice recognition Market analysis.
Which of the following are classified as deployment models? Private cloud Protected cloud Hybrid cloud Open cloud Public cloud.
Data center for the SAP Cloud Platform SDK for the Cloud Foundry environment are running on which infrastructures Microsoft Azure SAP Amazon AWS Google Cloud Oracle Cloud.
What of the following are the key functionalities of SAP Cloud Platform? Integration Open API Monolithic Microservices Edge computing.
Which of the following services are available on SAP Cloud Platform? PostgreSQL Document service SAP Localization Hub, tax service Data Quality Management MySQL.
When we refer to SAP Cloud Platform as following a multicloud strategy, which of the following factors are relevant? Flexibly choose a cloud provider that best meets your company's requirements Access multicloud deployments within multiple cockpits Reduce vendor lock-in with applications deployable on different providers Effortlessly enter new regions and markets while meeting local compliance and regulations.
Which of the following are correct terms for the domain model in SAP Cloud Plartform? Landscape Region User account Host Organization.
How are global accounts and subaccounts organized in SAP Cloud Platform? A global account can have only one Neo subaccount and one Cloud Foundry subaccount A global account can have multiple Cloud Foundry subaccounts, but only one Neo subaccount. A global account can have multiple subaccounts belonging to the same infrastructure, either Cloud Foundry or Neo A global account can have multiple subaccounts regardless of the infrastructure For each subaccount, a different global account is available that controls the resources allocated.
What is the CLI command to list the available buildpacks in a Cloud Foundry environment cf buildpack -all cf pull -buildpacks cf buildpacks cf list -buildpacks cf packs -list.
What does the CLI command cf marketplace provides? All services that are provided by the target SAP Cloud Platform Cloud Foundry instance that we are entitled to use The Cloud Foundry marketplace, which allows you to purchase new services All the partner and SAP applications available in the SAP Cloud Platform SDK for the Cloud Foundry environment The ability to create new subaccounts in different regions based on your global account agreement and active markets.
How are Git, Bitbucket, and GitHub related? They are interchangeable services for source code version control Bitbucket and GitHub are web-based hosting services that allow users to access Git and add some assitional functionality They are all open source applications that enable source code version control in the cloud The Git microservice available in SAP Cloud Platform is the only usable for cloud development; Bitbucket and GitHub are only for on-premise development.
In your experimental development, you'll need to create a new SAPUI5 application but you aren't sure if you'll need to share your code with anyone, so you'll need to enable version control. What should your repository creation strategy be using SAP Web IDE? Create a new repository on your personal GitHub account and then link in the properties of yo your SAP Web IDE project Create a new project in the SAP Web IDE and track all the changes without any Git repository It is mandatory to have a Git repository in when developing an SAPUI5 application in the SAP Web IDE, so you need to create a new repository in the Git service in the SAP Cloud Platform Create a new project directly in the SAP Web IDE and create a local repository from it directly in the SAP Web IDE.
What does MTA stand for? Multi-translate application Main-transport adapter Multi-target application Multi-transport application Main-terminal adapter.
Which file in an SAPUI5 application is used to store source texts? i18n.properties file manifest.js file manifest.yml file server.xml file text.string file.
What does MLTR stand for? Multilingual translation repository Multilingual text repository Multilinguat t-rex Multilingual terminology registry.
During the deployment of an application in Cloud Foundry, what is the step after an application is triggered for deployment using the cf push command? The Diego Bulleting Board System (BBS) dispatches the ready-to-deploy status The cloud controller creates a record for the application The cloud controller stores the application package in the BlobStore The cloud controller stores the application metadata The CLI perform a syntax check for the corresponding buildpack.
In the SAPUI5 application, we defined an onNavBack function to navigate from the Deliveries page back to the Details page. Which of the following is true? onNavBack is a standard event function used to control the navigation The navigation history is a property of the event parameter The name of the event function is arbitrary The event is associated to the click on the back button in the footer section.
How long does the trial account last? Unlimited access for either Neo and Cloud Foundry Access for a limited period of 90 days for either Neo and CLoud Foundry Cloud Foundry provides unlimited access; Neo is limited to 90 days Neo provides unlimited access; Cloud Foundry is limited to 90 days.
Which of the following components are part of the Cloud Foundry aarchitecture? Diego cells Service brokers T-Rex Metrics collectors Application autoscalers.
Which buildpacks are supported in SAP Cloud Platform Cloud Foundry ruby_buildpack go_buildpack php_buildpack swift_buildpack python_buildpack.
The CLI syntax cf target supports which parameters [-o ORG] [-a API endpoint] [-s SPACE] [-p PASSWORD] None of the above.
The SAP Cloud Platform SDK for the Neo environment allows development in which of the following languages? Java XSJS Python HTML5 Go.
An S-user is mandatory to access to SAP Cloud Platform True False.
What is the purpose of branches in Git? To allow developers to create a fix to an application in the master branch To allow developers to create a separate stream of development from the master branch To create different versions of the application and track the change history To have a personal local copy of the application when sharing the codebase in a team of developers.
In the SAP Web IDE, how many .properties files will result from the translation process? A .zip file including all the translation One .properties file per target language Multiple .zip files, one for each target language One .properties file for each language available in the system A master .properties file for the default language and another .properties file for the target languages.
The SAP Web IDE is used only for SAPUI5 and Java development True False.
Which of the following concepts are part of the twelve-factor application methodology? Configuration Concurrency Multilanguage Resilient Codebase.
What is the purpose of SHINE in SAP HANA extended application services (SAP HANA XS)? The SAP HANA integration network engine is used to control the connectivity of the SAP HANA engine SAP HANA intelligent enterprise provides machine learning capabilities in the SAP HANA engine, which can be used to enable the intelligent enterprise SAP HANA interactive education is a collection of prebuilt scenarios in SAP HANA for learning purposes SAP HANA interactive node explore allows developers to navigate across available SAP HANA artifacts and check their dependencies.
What of the following is not a reason for creating with SAP HANA extended application services (SAP HANA XS)? Embedding full-featured application servers, web servers, and development environments within the SAP HANA appliance itself Reducing the total cost of ownership (TCO) by simplifying the architecture Embracing the code pushdown paradigm and improving the efficiency of application development in all its aspects Completely replacing ABAP development in the business suite to keep the core clean.
Which of the following is not a module of the SAP HANA Web-Based Development Workbench? Admin Editor Catalog Security Trace.
Which statement correctly describes the SAP HANA deployment infrastructure? SAP HANA deployment infrastructure provides a Git source control repository embedded in the SAP HANA database SAP HANA deployment infrastructure simplifies the deployment of SAP HANA database artifacts SAP HANA deployment infrastructure is a service available in SAP Cloud Platform that provides connectivity for developing different applications SAP HANA deployment infrastructure supports the deployment of database, JavaScript, and xsodata artifacts in the SAP Cloud Platform SDK for the Cloud Foundry environment SAP HANA deployment infrastructure is supported in SAP HANA XS and has been then integrated into SAP HANA XS Advanced for backward compatibility.
What are features in the SAP Web IDE? Feature are extensions that you can enable to support multiple features and development objects in the SAP Web IDE Features are tools that provide support to the SAP Web IDE in Cloud Foundry Features are settings that you can adjust to personalize the SAP Web IDE's look and feel to improve the developer experience Features are a collection of toolds that simplify the development of any kind of development object with the usage of templates provided by SAP .
Which of the following are part of the architecture of SAP HANA XS Advanced? SAP Web IDE for SAP HANA SAP HANA web-based development workbench SAP HANA database SAP HANA cockpit External Git repository.
When creating a web application using SAPUI5 in the SAP HANA XS engine, which library would be used for mobile and desktop usage? sap.ui sap.mobile sap.adaptive sap.m sap.ui.flex.
Which of the following extensions did we activate to develop an SAP HANA XS Advanced application? SAP HANA database development tool OData model editor Tool for Node.js development SAP HANA database explorer SAP Cloud Platform services.
What is the main purpose of the SQL console in SAP HANA XS? Execute read-only SQL statements Create tables, but not for querying tables, because we need an OData end-point Execute most common SQL statements Perform advanced SQL statements to delete data from SAP HANA tables Connect to the SAP S/4HANA database and query the native tables.
Which of the following database objects are available in SAP HANA XS Advanced when using the SAP HANA database explorer in the SAP Web IDE Column views Sequences User roles Indexes Node.js.
What is the role of association in a core data services (CDS)? Same as an SQL join operation Specify a constraint in the CDS Move application logic into the database Define a relationship between the data entities.
Which tool in the SAP HANA web-based development workbench allows you to create an SAP HANA XS application? SAP HANA editor SAP HANA catalog Security SAP Web IDE Traces.
Which of the following advantages does the SAP HANA deployment infrastructure provide? Allows concurrent deployment of different versions of the same application Provides version control and lifecycle management services Supports database development objects, JavaScript, xsodata, or other application-layer artifacts Provides a declarative approach for defining database objects.
From the database overview page in the SAP Cloud Platform SDK for the Neo environment, you can which of the following tools? SAP HANA cockpit SAP HANA Web-based development workbench SAP Web IDE SAP HANA interactive education (SHINE) None of the above.
Which module type can be included in an MTA project to create an SAP HANA deployment infrastructure container? Java module Node.js module HTML5 module SAP HANA database module.
Denunciar Test