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

Descripción:
Test about SAP_C_Fiordev_22

Autor:
Cristian Osorio
OTROS TESTS DEL AUTOR

Fecha de Creación:
04/02/2023

Categoría: Otros

Número Preguntas: 50
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
What is the best approach to showing a UI control on a desktop only, and not on a mobile device? Use the Device API to check the environment and call setVisible on the UI control Use the standard CSS class sapUiVisibleOnlyOnDesktop Use the UI control from sap.ui.commons. These UI controls can handle automatically.
Which of the following are the current SAP UI Tools? There are 3 correct answers to this question. SAP NetWeaver Gateway SAP NetWeaver Portal SAP Screen Personas SAPUI5 Application Development Tools Flexible UI Designer.
What is returned by the function createEntry? The ID of the newly created entity A binding context object A newly created object in JSON format.
You are developing a complex screen and you use fragments. What features of fragments are useful here? Note: There are 2 correct answers to this question. Fragments can be a stand-alone view Fragments are light-weight UI parts that can be reused. Fragments have their own controller Fragments can be found by the SAPUI5 runtime libraries.
You want to define a property with the name width to enhance a standard UI5 control. The property should hold the current width of the UI control. What is the best approach to defining the type of such a property? Define the property width of the type sap.ui.core.CSSSize Define the property width of the type sap.ui.core.Integer Define the property width of the type sap.ui.core.type.CSSSize Define the property width of the type string.
Which of the following tile types can use an OData service to set the title properties? Dynamic Static Semi-dynamic.
What configuration steps are necessary to define a navigation route? (3 correct) Activate routing in the sap.app Assign at least one target to the route Configure a route in the manifest.json file Configure a target.
Which of the following are the main stages of a file in GIT? There 3 corrects anwsers. Modified Committed Released Changed.
What main aspects does the developer have to configure for a sap.viz.ui5.controls.VizFrame control? (4 correct) DimensionDenition Datacontainer MeasureDenition Dataset Feed.
What aspects of the runtime environment can be accessed by the Device API of SAPUI5? (4 correct) Language Touch-specific features Screen Size Orientation Change Operating System.
What are the options for external navigation? (3 correct) Navigation to Intent (As a link). Navigation to URL (As a link). Navigation to Intent (As a button). Navigation to URL (As a button).
Which of the following aspects are true for a SAPUI5 UI element? (3 corrects) A UI element does not have a Tenderer. A UI element can have events A UI element has an API. A UI element has a Tenderer.
You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (Choose Three) SAPUI5 ABAP Repository Register to SAP Fiori launchpad SAP HANA Cloud Platform SAPUI5 Java Repository Deploy to SAP Fiori launchpad.
How can a renderer access the associated elements? SAPUI5 provides functions to access all properties, associations, and aggregations. The developer must implement an appropriate function to access the elements The developer must define a property method in the control metadata and declare the access control.
When creating a CDS view, the SQL view name and view name for CDS must be identical. TRUE FALSE.
Which of the following are best practices when developing a SAPUI5 app? (4 correct) Minimize the code in the index.html file Use an asynchronous model definition in your JavaScript code Make use of patterns. Describe your app using a set of metadata Use the Synchronous Model Definition (SMD) syntax.
Is it possible to add an extension point in the component implementation? Yes No It depends on the type of component.
Which of the following information about an OData service should be provided as an annotation? Data type for each property in an Entity Set / Connection Properties of an Entity Set / Connection The entities of an OData service The position for each field in a list report.
What steps need to be done in manifest.json if you need to hide variant function in a list report? (2 correct) Set setting variantManagementHidden to false Add setting to enable smart Variant Management Set setting variantManagementHidden to true Add setting to disable smart variant Management.
When is the use of a master-detail pattern not recommended? (2 correct) You need to offer complex filters for the master list of items You want to display a single object When you want to display different facets of the same object, data or both.
In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application? Components Neo-app.json Index.html Manifest.json.
Where is the best place to store local data when using the SAP Web IDE? (2 correct) In the mockdata folder. In the localService folder. In the models folder.
Why does it make sense to use the navigation API of SAPUI5 and concepts such as eventbus or the navcontainer functions of the base application? (2 correct) Using the navigation API, the configuration of routes and targets are clearly separated from the application implementation. The eventbus concept is deprecated and should no longer be used. Using the navigation API, it is possible to use bookmarks The NavContainer of the App object is not accessible inside a component-based app.
Which of the following annotations would you use for a List Report Page? Note: There are 2 correct answers to this question Use @UI.hidden annotation to hide the fields that are not to be displayed on a list report Use @Search.defaultSearchElement annotation to define input fields with value help. Use @UI.Iineitem.importance annotation to determine in which devices the field is displayed Use @UI.selectionField annotation to define a fuzzy search field.
Choose available options for creating a value help for a selection field. (2 correct) By adding annotation to list all possible in source code of CDS By adding a value help annotation By adding a foreign key annotation If the domain which associates to the field, has a fixed value, the value help will be generated automatically.
What are the features of Fiori Elements? (3 correct) Centrally Provided Templates covering Reporting, Analytic, Transaction scenarios. No JavaScript UI Coding A replacement for traditional free style SAPUI5 programming, can satisfy all customer needs in a brand new approach. Metadata-driven approach of Fiori development.
What is the base class for all UI controls in SAPUI5? sap.ui.base.Control sap.ui.Element sap.ui.Control sap.ui.core.Control.
What are the different content densities provided by SAPUI5? (3 correct) strict large cozy condensed compact.
You want to set up a trusted RFC relationship between the FES system and the BES system. What are the advantages after setting it up? There are 2 correct answers to this question The timeout mechanism protects against replay attacks. Passwords are transmitted securely in the network. Single sign-on (SSO) is possible beyond system boundaries User-specific logon data must NOT be checked in the trusting system.
Which of the following properties are relevant to the type of facet? (2 correct) type parentId targetQualifier purpose.
Choose available options for creating a value help for a selection field. (2 correct) By adding a value help annotation. If the domain which associates to the field, has a fixed value, the value help will be generated automatically. By adding a foreign key annotation. By adding annotations to list all possible in source code of CDS.
Which tile types can you use to display real-time data values that are read from an OData service? Note: There are 2 correct answers to this question App Launcher - Static tile News tile App Launcher-Dynamic tile KPI-based tile.
Which of the following steps are needed to create an association in CDS and expose it? (2 correct) Expose fields in the association by writing each field in projection list Declare an association using "association to" statement Declare an association using "left outer join" statement Expose the association by writing its name in projection list.
Which of the following statements are true for SAP Fiori elements? (2 correct) Heavy UI coding is necessary when working with SAP Fiori Elements SAP Fiori Elements provide designs for UI patterns and predefined templates Apps are based on OData services and annotations.
Which of following templates display only one business entity? List Report Object Page Overview Page Analytic List Page.
What is the relation between the model and the controller in the standard MVC implementation? There are 2 correct answers to this question. The controller sets the model visibility. The model notifies the controller about changes. The controller modifies the mode The model updates the controller.
How many columns are supported by the flexible column layout? 3 2 1 5 4.
Which of the following can be used for usability assessment? (3 correct) Questionnaires User testing User observation Heuristic evaluation.
In which cases, is a local annotation better than a CDS annotation? (2 correct) You want to use annotations which are not support by your current ABAP version. Complex UI relevant annotations. Annotations is for 1 field. UI with data intensive.
Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? Note: There are 3 correct answers to this question Wizard Page Initial Page Overview Page List Report Analytical List.
What is the relation between the model and the controller in the standard MVC implementation? There are 2 correct answers to this question. The controller sets the model visibility. The model notifies the controller about changes. The controller modifies the model. The model updates the controller.
What are catalog types in SAP Fiori? Note: There are 3 correct answers to this question System None-typed Replicable Tile Standard.
When do you not use the overview page floorplan? (3 correct) You want to display a collection of items and process them or delegate them to someone else. You want to show information about one object only. In this case, use the object page instead. You just represent one application and less than three cards. A high-level or birds-eye view of an application content is sufficient.
The CDS annotation @UI.facet is used to: (3 correct) Create content, like field groups or charts for a Facet Create a Header Facet Create a collection facet, which is displayed as section Create a reference under collection facet.
Which areas are part of an Analytic List Page? (3 correct) Content Area Selection Fields Visual Filters Title Area.
When do you use deep insert? When working with aggregation binding to update / insert an entity in the bound complex structure. When working with hierarchical data where the data can only be stored in the full hierarchy. When adding a new entity to an entity set.
Which OData versions are currently supported by SAPUI5? (2 correct) OData V4 OData V2 OData V7 OData V5.
What goals does the SAPUI5 framework have? (2 correct) Providing a lightweight programming model for desktop only applications User Interface technology for building and adapting client applications User Interface technology for building and adapting server based applications Providing an extensible framework for building desktop and mobile applications.
Which UI annotation is used in the object page to display the object header? UI.headerInfo UI.objectheader UI.headerObject UI.header.
What factors are key to user experience with user assistance? (3 correct) Context-sensitive Seamless Error prone Confusing Instant.
Denunciar Test