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

Descripción:
Practice Test 2: SAP C_FIORDEV_22

Autor:
Alexis Castro
OTROS TESTS DEL AUTOR

Fecha de Creación:
29/01/2023

Categoría: Otros

Número Preguntas: 50
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Which element in the SAPUI5 architecture holds the data in JSON or XML? Model Component Conytroller View.
You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system. What do you create to implement a deep insert? (2 answers) Create a flat structure with Sales Orden and Sales Order Items and then and an expand command Create a nested structure for Sales Order and Sales Order Items Create individual structures for both Sales Order and Sales Order Items, and then batch them Create an Object structure that defines the hierarchy.
For which app type in SAP Fiori do you install the KPI framework? Transactional app Legacy app Factsheet app Analytical app.
What is an Aggregation? Note: There are 2 correct answers to this question. A relationship between the text field and its label A relationship between two controls Is a parent child relationship Is NOT a parent/child relationship.
You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FactFilter control? There are 2 correct answers to this question Reset ListFilter Oninit Confirm.
Which features of the SAP Web IDE help you extend a standard SAP Fiori app? There are 2 correct answers to this question A wizard to generate the files for each extension possibility The extensibility Pane to extend the control The Descriptor Editor to choose the element for extension An Editor to modify the data model in the extended project.
You need to consume the OData Service from the Gateway to create a new SAP Fiori app in the SAP Web IDE. What value do you configure in the WebIDEUsage property for the destination in the SAP HANA Cloud Platform? odata_xs dev_abap odata_abap odata_gen.
Your customer asks you to add text for a new language to an app. Which file do you provide to the translator? Master.view.xml Components.js i18n.properties Manifest.json.
What is true of the SAP Cloud Platform Web IDE for full-stack development? (2 correct) It is released with SAP HANA SPS's It is included with SAP HANA express edition There are a twice weekly updates It requires zero installation.
What do you configure to import the BUILD prototype in the SAP Web IDE for development? The destination in the SAP HANA Cloud platform The API key in the SAP Web IDE plugin The connection in the SAP HANA Cloud connector The connection in the SAP HANA Cloud Integration.
Which application in SAP Fiori launchpad helps the user to find applications that are available to the user? Tile finder Fiori AppSerach Fiori Designer Application finder.
Which tool do you use to deploy SAP Fiori app developments? Object Navigator SAP Web IDE Full-Stack Eclipse (SAP NetWeaver Developer Studio) Process Modeler.
Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme? SAP High Contrast Black SAP Corbu SAP Tradeshow SAP Belize.
Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? Note: There are 2 correct answers to this question. If the extension code exists in the extended app but the controller name is changed by an app update If the extension code exists and is NOT referenced in the original view In the original code required to run the application is overwritten If the extension code accesses parts of the original application that were removed.
What can you do by editing manifest.json? (2 correct) Disable object page Disable list report Add object pages as sub page under an object page Define facets on Object Page.
Which elements are part of the UX? There are 2 correct answers to this question User emotion User response User Interaction User Effectiveness.
You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system. What do you create to implement a deep insert? There are 2 correct answers to this question. Create an Object structure that defines the hierarchy Create a flat structure with Sales Orden and Sales Order Items and then and an expand command Create a nested structure for Sales Order and Sales Order Items Create individual structures for both Sales Order and Sales Order Items, and then batch them.
Which of the following pattern sequences are the QUnit tests based on? Given, When and Then Given, Then and When Arrange, Act and Assert Assert, Act and Arrange.
What can your customer use a custom SAP Fiori client for? There are 3 correct answers to this question To wrap the application with SAP Mobile Secure To Bulid the SAP Fiori Client with a customized communication protocol To create non-Cordova hybrid application containers To apply custom branding To add additional plugins to the application.
Which information is included in the SAPUI5 app’s manifest.json file? There are 3 correct answers to this question SAPUI5 dependencies Client side data-models App ID, Name and Version Locatization Keys References data sources.
In the data in the screenshot, you need to display the List of Companies in the Americas region. Which binding option do you use for the values X, Y and Z in the view? X: /region/0/1/companies X: /region/companies X: /region/0/companies .
What configuration steps are necessary to define a navigation route? (3 correct) Configure a target Assign at least one target to the route Configure a route in the Manifest.json file Activate routing in the sap.app.
What UI control can be used to define a hook to extend an application ? sap.m.extend sap.comp.ExtendControl sap.ui.core.ExtensionPoint sap.ui.core.Extend.
What steps are used to display a field as a rating indicator? ( 2 correct) Set the visualization of line item to #RATING Set type of line item to #AS_DATAPOINT Add a @UI.chart annotation to the eld and set visualization to #RATING Add a @UI.datapoint annotation to the eld and set visualization to #RATING.
In an overview page, all entity sets for cards have an association with the entity set for global filter, otherwise the filter will not work on the card. FALSE TRUE.
You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain? neo-app.json path.json user-project.json project.json.
You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5? Note: There are 2 correct answers to this question. Navigation tests Load tests User interactions tests Development tests.
In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE? Please choose the correct answer. Clone Push Pull Fetch.
Which SAP Fiori app types require the SAP HANA database? There are 2 correct answers to this question Legacy Transactional Factsheet Analytical.
Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT add-on? There are 2 correct answers to this question: To integrate device APIs To use X.509 client certificates To enable multiple SAPUI5 apps To use offline OData.
In the source code below, which of the following locations must reference the extension point? Please choose the correct answer. EmployeeData.view.xml Component.js Neo-app.json EmployeeDate.controller.js.
Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select? Three-way Two-way One-time One-way.
How do you set a field as the title for a business entity? Add @UI.title annotation for the field Add @UI.headerInfo.title for the CDS view and reference it to the field Add @UI.headerInfo.title annotation for that field Add @UI.headerInfo.title.value for the CDS view and reference it to the field.
Why does SAP Fiori use an intent-based navigation? Please choose the correct answer. Apps targets can be deployed separately App implementation make the app deployment easier The concrete app targets can be deployed separately Apps can be developed and deployed in parallel.
What activity does the QUnit Stub functionality perform? Retorns values for method calls Verifies that expected methods are called correctly Provides parameters and return values for method calls Supplies parameters for method calls.
Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use? CREATE_STREAM CREATE_BATCH_ENTITY CREATE_DEEP_ENTITY EXECUTE_DEEP_INSERT.
Which of the following statements are correct with respect to the SAP Web IDE? (2 correct) SAP Web IDE provides application templates as a foundation of highly efficient app development SAP Web IDE is a development environment for SAP ABAP SAP Web IDE is a browser-based development environment.
You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? There are 3 correct answers to this question Two-way binding One-time binding One-way binding Resource-model binding Three-way binding.
What are the basic guidelines of the Extension Point concept of SAPUI5? There are 2 correct answers to this question The custom app and the parent app contain a component.js file The parent app contain all modifications The custom app remains modificatons free The custom app is located in a separated project.
Your customer requires that the SAPUI5 design of all apps reference a specific and consistent look and feel. What do you create? There are 3 correct answers to this question. Create module using the Web IDE implementing the specific look and feel and reference this module in the bootstrap of all apps Create a global JavaScript file using the Web IDE implementing the specific look and feel and reference this module in the bootstrap of all apps Create a ccs file using the Web IDE implementing the specific look and feel and reference this module in the bootstrap of all apps Create a theme using the Theme Designer implementing the specific look and feel and reference this module in the bootstrap of all apps Create a model using the Web IDE implementing the specific look and feel and reference this module in the bootstrap of all apps.
In the design thinking phase of your customer project, one design is accepted as viable. What other attributes need to be valid for this design to be considered? There are 2 correct answers to this question Feasible Achievable Desirable Usable.
Which deployment options do you have for SAP Fiori UIs and OData Services regarding the software components? There are 2 correct answers to this question Two different deployment packages on the same system as the business system One deployment packages on the same system as the business system Two different deployment packages on a different from the business packages One deployment packages on the same system as the business system.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? (3 answers) Create a view file and a controller file for each language Create a resource file with a .props extension Create a resource file containing key/value pairs Create a resource file for each language HTML-source the spacial characters in the resource file.
Your customer requires an app to display flight information on a mobile device. Please see the screenshot for details. Which options can you use to display the same data in a readable format on a mobile device? There are 2 correct answers to this question column : <Column demandPopin="true" minScreenWidth="tablet"> column : <Column demandPopin="true" minScreenWidth="tablet" popinDisplay="Inline"> column : <Column demandPopin="true" maxScreenWidth="mobile" popinDisplay="Inline"> column : <Column demandPopin="true" maxScreenWidth="mobile"> .
What is the required content of the Component.js file of an extension project? There are 2 correct answers to this question The link to the parent app The customizing section The controller IDs The namespace of the parent app.
In which attribute do you specify the themes for an SAP Fiori app? sap-ui-theme of a <title> tab data-sap-ui-theme of a <script> tab sap-ui-theme of a <body> tab data-sap-ui-theme of a <head> tab.
What steps need to be done in manifest.json if you need to hide variant functions in a list report? (2 correct) Set setting showVariantManagement to false Set setting variantManagementHidden to true Add setting to enable Smart Variant Management Add setting to disable Smart Variant Management .
What are the limitations of OPA5 test? (2 answers) Testing across more than one page is NOT possible The developer needs to create the test diring development It never causes a test to fail End-to-End tests are NOT Recommended.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? There are 3 correct answers to this question Create a resource file with a .props extension Create a view file and a controller file for each language Create a resource file containing key/value pairs Create a resource file for each language HTML-enable the spacial characters in the resouce file.
Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app? Network Connection Dialog Notification App Update Logon Manager.
Denunciar Test