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

Descripción:
sap fiori 3

Autor:
AVATAR
ja
OTROS TESTS DEL AUTOR

Fecha de Creación:
04/11/2020

Categoría: Otros

Número Preguntas: 90
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
How do you set a field as the title for a business entity Add @UI.headerInfo.title annotation for that field. Add @UI.headerInfo.title annotation for that field. Add @UI.title annotation for that field. Add @UI.headerInfo.title.value for the CDS view and reference it to the field.
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 annotations to list all possible in source code of CDS. By adding a foreign key annotation.
Which of the following information about an OData service should be provided as an annotation Properties of an Entity Set/Collection. The entities of an OData service. Data type for each property in an Entity Set/ Connection. The position for each field in a list report.
What are the current SAP UI Tools (3 correct) Flexible UI Designer SAP NetWeaver Gateway SAPUI5 Application Development Tools SAP NetWeaver Portal SAP Screen Personas.
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 target. Configure a route in the manifest.json file.
The CDS annotation @UI.facet is used to: (3 correct) Create a Header Facet. Create content, like field groups, or charts for a Facet. Create a reference under collection facet. Create a collection facet, which is displayed as section.
If your backend system is based on ABAP 7.50, which are available ways of using facets (2 correct) If your backend system is based on ABAP 7.50, which are available ways of using facets (2 correct) Declare both: field groups and facets in CDS view. Declare both: field group and facet as local annotation using WebIDE. Declare field group in CDS view, declare facets as local annotation using WebIDE.
Which of the following properties are relevant to the type of facet (2 correct) targetQualifier purpose parentId type.
When running a list report, users can only filter data using fields provided as selection fields by developer. FALSE TRUE.
When running a list report, users can only filter data using fields provided as selection fields by developer. FALSE TRUE.
What are the limitations of publishing CDS as OData service by adding a @OData.publish:true (3 correct) Only 1 level is taken into consideration when exposing associations. Can not expose associations. Can not change names of entity sets. No customized ABAP code in SAP Gateway.
What are the features of Fiori Elements (3 correct) Metadata-driven approach of Fiori development. A replacement for traditional free style SAPUI5 programming, can satisfy all customer needs in a brand new approach. No JavaScript UI Coding. Centrally Provided Templates covering Reporting, Analytic, Transaction scenarios.
Which OData versions are currently supported by SAPUI5 (2 correct) OData V5 OData V7 OData V2 OData V4.
In an Analytic List Page, the user can filter data by clicking some points in the chart. TRUE FALSE.
What are the differences between analytical entity set and normal entity set from an OData consumer perspective (3 correct) The Analytical entity set, returns summarized results according to the $select parameter. Analyzes the use of the database and runs faster when SAP HANA is used as database compared to a normal entity set. The Analytical entity set, generates a new field for primary key. The Analytical entity set, returns all data, needed to analyze the client. .
What are the current UI Technologies of SAP (3 correct) SAPUI5 Web Dynpro ABAP / Floorplan Manager Dynpro Java Server Pages Business Server Pages.
Which info will be used for creating a destination in SAP Cloud Platform for Fiori Elements development Internal address of SAP Backend Server. Virtual name in SAP Cloud Connector. External name in SAP Cloud Connector. Internal name in SAP Could Connector.
What steps are used to display a field as a rating indicator ( 2 correct) Add a @UI.datapoint to the field and set visualization to #RATING. Add a @UI.chart annotation to the field and set visualization to #RATING. Set the visualization of line item to #RATING. Set type of line item to #AS_DATAPOINT.
What steps are part of the design phase in the DLD (3 correct) Ideate Scope Test Validate Prototype.
From which control does the sap.m.App control inherit navigation capabilities sap.m.NavContainer sap.m.NavigationContainer sap.ui.core.NavContainer.
Using S/4 HANA 1610 with ABAP 7.51, which of following templates can you use for Fiori Element (3 correct) Analytic List Page Object Page List Report Overview Page.
Which of following description about search field is NOT true Search field support fuzzy search. There is only 1 search field per list report. Search field searches for only 1 data field. The Search field is searching on more than one data field.
In which cases, is a local annotation better than a CDS annotation (2 correct) Complex UI relevant annotations. You want to use annotations which are not support by your current ABAP version. UI with data intensive. Annotations is for 1 field.
What property is used in the manifest file, to configure how the selection and presentation variants display using a single variant management area smartVariantManagement variantManagement allowSmartVariantManagement.
Which types are supported as header facets for an object page (3 correct) Field Group Facet Rating Indicator Facet Plan Text Facet Smart Chart Facet.
What steps are part of the discover phase in the DLD (3 correct) Research Test Implement Scope Synthesize.
How can you hide some columns when the list report is accessed by a mobile phone Put all fields, which are not important at the end of the report, when screen gets smaller, the fields will hide automatically. Add @UI.hidden for fields. not import. Set UI.lineItem.importance for those fields as #LOW or @Medium. Prepare a different version of @UI.lineItem and assign them as adifferent qualifier.
Which of the following types are types of cards in an Overview Page (4 correct) List Cards Table Cards Link List Cards Analytic Cards Array cards.
What is SAP Kapsel (2 correct) SAP specific plug-in for Android SAP Kapsel provides the API to interact from Cordova based web applications to SMP3 and software cloud platforms. SAP specific plug-in for Apple iOS SAP specific plug-in for Cordova.
What is the use of the annotation @UI.hidden Prevent a column selected by user when customizing table settings. Prevent a column from display on the UI. Create a invisible column to save the value in a hidden control of HTML. Not expose these fields as a property of OData service.
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) The eventbus concept is deprecated and should no longer be used. Using the navigation API, it is possible to use bookmarks. Using the navigation API, the configuration of routes and targets are clearly separated from the application implementation. The NavContainer of the App object is not accessible inside a component-based app. .
What are the options for external navigation (3 correct) Navigation to Intent (As a link). Navigation to Intent (As a button). Navigation to URL (As a button). Navigation to URL (As a link).
Fiori Elements support write operations, if the backend service is written by CDS working with BOPF. TRUE FALSE.
What goals does the SAPUI5 framework have User Interface technology for building and adapting server based applications. User Interface technology for building and adapting client applications. Providing a lightweight programming model for desktop only applications. Providing an extensible framework for building desktop and mobile applications.
Which of the following layouts, are described in version 1.48 of the Guidelines (2 correct) Full-Screen Split-Screen Dynamic Page Flexible Column Layout MobileDeviceLayout.
What steps needs to be done in manifest.json if you need to hide variant function in a list report (2 correct) Add setting to enable smart Variant Management. Set setting showVariantManagement to false. Set setting variantManagementHidden to true. Add setting to disable smart Variant Management.
Is it true to say that the sap.m.App control does not provide responsive behavior That is true, the sap.m.App control does not provide responsive behavior. It depends on the SAPUI5 version. From version 1.30 and later, the sap.m.App control provides responsive behavior. No, that is not true. The sap.m.App control provides responsive behavior.
When creating a CDS view, the SQL view name and view name for CDS must be identical. TRUE FALSE.
The combination of Term/Target is unique, that means for an Entity or a field, every term can be used only once. TRUE FALSE.
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. TRUE FALSE.
What is the best approach to showing a UI control on a desktop only, and not on a mobile device? Use the UI control from sap.ui.commons. These UI controls can handle this automatically. Use the Device API to check the environment and call setVisible on the UI control. Use the standard CSS class sapUiVisibleOnlyOnDesktop.
To what namespace is the ExtensionPoint class assigned? sap.m sap.ui.core.extension sap.ui.core sap.ui.extension.
How is the extension type called to hide UI controls? View modification Element modification Control replacement Control modification.
When you implement a controller extension and you implement the onInit and onAfterRendering functions in the extension, when are they called? After the corresponding functions form the standard controller. Before the corresponding functions from the standard controller. Only the functions of the controller extensions are called.
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.
What is the base class for all UI controls in SAPUI5? sap.ui.base.Control sap.ui.Element sap.ui.core.Control sap.ui.Control.
Which function do you call on the ODataModel to trigger a deep insert? insertDeep createDeep create updateDeep.
Which UI annotation is used in the object page to display the object header? UI.headerInfo UI.objectheader UI.headerObject UI.header.
What aspects of the runtime environment can be accessed by the Device API of SAPUI5? (4 correct) Language Touch-specific features Operating system Screen size Orientation change.
What is returned by the function createEntry? A newly created object in JSON-format. The ID of the newly created entity. A binding context object.
What parameter must you provide when calling the simulate function of the mock server? The autoRespondAfter parameter and the full qualified path to the local metadata file. The full qualified path to the model and the URI for the service document. The full qualified path to the local metadata file and the folder where the model data are stored locally.
Which function must be called inside a control renderer to add the control ID to the DOM tree and support eventing? writeControlData writeIcon write writeClasses.
What method is called inside the library.js file? sap.ui.getCore().initLibrary sap.ui.getCore().registerLibrary sap.ui.getCore().registerLibrary sap.ui.getCore().loadLibrary.
Which of the following statements are true with respect to QUnit? (3 correct) QUnit is a JavaScript unit and integration test framework. Supports only synchronous testing out of the box. Is capable of testing any generic JavaScript code. Supports asynchronous tests out-of-the-box.
How do you access the MessageManager? It is a singleton and can be accessed by the getMessageManager function on the core object. You have to instantiate the MessageManager using the constructor function. Each UI control provides a function to access the MessageManager.
What are the two aggregations provided by sap.m.SplitApp control to add page implementations? (2 correct) infoPages detailPages mainPages masterPages detail.
Which file contains the initialization code for the UI library? library.js loadlibrary.js lib.dll library.load.js.
What is the name of the aggregation of the sap.m.App control, or more precisely the name of the sap.m.NavContainer control, in which UI controls are aggregated? masterPages detailPages fullPages pages.
What class in the SAPUI5 API supports back-end mock up and is recommended by SAP? sap.ui.core.MockServer sap.ui.core.util.MockServer sap.ui.app.MockServer sap.m.MockServer.
Which of the following are the main states of a file in GIT? (3 correct) Modified Released Committed Changed.
What is meant by the phrase “SAPUI5 supports modification free enhancements”? The developer must create a copy of the application that should be enhanced and the enhancement is done in the copy. The delivered standard application remains unchanged and hence the extension is considered to be modification free. SAP provides a service in the cloud to generate an enhanced application using aspect-oriented programming. .
Which of the following best describes a commit? With every commit, GIT create a new branch. A commit in GIT is a local operation. With every commit, GIT takes a snapshot of the current state of the underlying files.v With every commit, a new local repository is created.
Which aggregation is used to overwrite the standard behavior of a SmartField control. configure overwrite extension.
Which modes are provided by the sap.m.SplitAppMode enumeration? (3 correct) HideShowMode ShrinkCozyMode ShowHideMode PopoverMode StretchCompressMode.
Which of the following SAP Fiori element based UIs are currently available? (3 correct) Object Page Wizard Form List Report Overview Pages Master-Detail.
Which of the following describe benefits of SAP Fiori elements? (2 correct) Flexibility and freedom in UI design. Full control of the of the generated code at design time. Less support effort. Consistent UI design.
How does the OData Model handle XSRF tokens? The OData Model does not handle XSRF-tokens. The developer must implement token handling. The OData Model fetches the token for each request and sends the token automatically with each request. The OData Model fetches the token when reading the metadata and sends the token automatically in each write request header.
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.
How can a renderer access the associated elements? The developer must implement an appropriate function to access the elements. SAPUI5 provides functions to access all properties, associations, and aggregations. The developer must define a property method in the control metadata and declare the access control.
Does QUnit support SAPUI5 view tests? You can use the QUnit-extensions, called Selenium, to test SAPUI5 controls. Yes, you can implement a test class to test UI aspects of SAPUI5. No, for UI tests you must use OPA5.
What layout control is used to achieve flexible and responsive layouts? VerticalLayout Grid FlexBox Splitter.
Which of the following statements are true with regard to implementing your own renderer? (3 correct) Implement the render function inside the control. Assign a reference to the renderer property of the UI control. Implement a renderer class, derived from sap.ui.core.Renderer, in a separate file. Implement the renderer using AMD syntax.
Which of the following aspects are true for a SAPUI5 UI element? (3 correct) A UI element has an API. A UI element can have events. A UI element has a renderer. A UI element does not have a renderer.
In what configuration area of the manifest.json file can you activate automatic message creation? sap.ui sap.app sap.ui5.
Is it possible to add an extension point in the component implementation? It depends on the type of component. Yes No.
What types of extensions/replacements are supported by SAPUI5? (4 correct) Component replacement Implement UI Controller Hooks View modification View replacement Manifest.json replacement Replace service.
What method must be implemented on the back end to support deep inserts? INSERT_ENTITY_DEEP APPLY_DEEP_ENTITY CREATE_ENTITY_DEEP CREATE_DEEP_ENTITY.
What parameter is needed when instantiating a MockServer object? rootUrl rootUri uri url.
In which state are the files in GIT when a remote repository is cloned? (3 correct) Tracked and unmodified Modified and tracked Tracked and staged Staged and modified.
What are the different content densities provided by SAPUI5? (3 correct) cozy large strict condensed compact.
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.
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 string. Define the property width of the type sap.ui.core.CSSSize. Define the property width of the type sap.ui.core.type.CSSSize. Define the property width of the type sap.ui.core.Integer.
Which UI annotation is used to declare a field for the smart filter template? UI.searchField UI.finderField UI.selectionField UI.filterField.
What query option is needed to access the data of an entity in the JSON format? $json $format=json format=json.
When do you need to work with local data? (2 correct) When you want to reduce the complexity of your application. When working with static data. When performance is poor in the productive system. To perform a quick test without creating live entities on the back-end server.
What type of concurrency control is offered by OData? Pessimistic concurrency control No concurrency control Optimistic concurrency control Exclusive concurrency control.
What is the namespace in which the smart controls are bundled? sap.ui.comp sap.ui.smart sap.m.
What message types are known to SAPUI5? (2 correct) Control message Log message Server message UI message.
Which of the following statements are true with regard to OPA5? (3 correct) Provides the possibility to test navigation. Is a view controller test framework. Can be used for user interaction tests. Can be used for SAPUI5 integration tests.
Where is the best place to store local data when using the SAP Web IDE? (2 correct) In the models folder. In the localService folder. In the mockdata folder.
Denunciar Test