Cuestiones
ayuda
option
Mi Daypo

TEST BORRADO, QUIZÁS LE INTERESEMELL2

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del test:
MELL2

Descripción:
Cert Y 110

Autor:
Pedro Perez
(Otros tests del mismo autor)

Fecha de Creación:
21/10/2018

Categoría:
Personal

Número preguntas: 78
Comparte el test:
Facebook
Twitter
Whatsapp
Comparte el test:
Facebook
Twitter
Whatsapp
Últimos Comentarios
No hay ningún comentario sobre este test.
Temario:
1. How does the ISO 9241-210 define user experience? The ISO defines user experience as person's perceptions and responses that result from the use or anticipated use of a product, system or service Define the effectiveness, efficiency and satisfaction with which specified users achieve specified goals in particular environments.
2. What are the three key factors that influences the user experience? 3 Correct answers. System Data to explore User Context of use Effectiveness.
3. What monetary values are in focus when it comes to an discussion about the User experience? Choose 3 correct. A Gain productivity B Increase Custom Loyalty Decrease User Errors Increase User Satisfaction Save Training Costs .
4. What Human Values should be in focus? Choose 3 correct answers. Gain Productivity Increase Solution Adoption Increase Customer Loyalty Increase User Satisfaction Decrease Change Requests .
5. What are the SAP Fiori Key principles? Choose 3 correct answers. Role-based Simple Coherent Mobile device centric Transactional .
7. What elements are part of User Experience Design? Choose 3 correct answers. Visual Design Interaction Design Usability Human readability Stability .
What three elements come into play to create innovation? Choose 3 correct answers. Feasibility Accessibility Sustainability Desirability Viability.
9. What key properties do you know about SAP Build? Choose 2 correct answers. Online tool to create prototypes Tool integrated into the SAP Web IDE End-to-End tool from design to implementation Integrated into Screen Personas .
10. What types of prototype creation is possible with SAP Build? 2 correct answers. Prototypes based on templates Prototypes based on SAP Web Dynpro Freehand prototypes Prototypes based on SAP Web IDE Templates .
What are some basic aspects that you have to take into account when developing SAP Fiori apps? Choose 3 correct answers. SAP Fiori apps must run on all three major devices types Adaptive and response methods can be mixed SAP Fiori apps are built on native design principles SAP Fiori apps are implemented with SAPUI5 You should use sap.commons controls whenever possible .
12. What is the big advantage of responsive UI-controls? The big advantage of responsive design is the fact that apps can adjust to different device types without additional effort in coding and maintenance. The big advantage of responsive design objects used in the business operations are displayed in these apps.
13. What app types do you know? Choose 2 correct answers. Conceptual app types Artificial app types Technical app types Technological app types Design app types .
Where can you find detailed information about the SAP standard Fiori apps? Choose 1 correct answers. SAP Fiori apps reference library SAP Fiori design reference library SAP Fiori technical library SAP Fiori developer library .
What are main benefits when using SAP Web IDE? Choose 3 correct answers. Speeds up the development Applying the SAP Fiori UX guidelines Lets you create apps using mock data Is a powerful on-premise IDE .
16. What is the name of the version control systems that can easily be used within the SAP Web IDE? Choose the correct answers. Subversion Git CVS Codebase .
17. What standard templates categories are provided by the SAP Web IDE Choose 3 correct answers. SAP Fiori freestyle applications SAP Fiori smart templates New Component SAP Web Dynpro templates SAP Dynpage templates .
What options are available to work with mock data in the SAP Web IDE? Choose two correct answers. Let the mock service generated data for you Import excel files with mock data Provide data in a JSON file Provide data in a MySQL-Database .
What attribute of the script-tag tells the browser where to find the SAPUI5-core on an SAP ERP system? Choose 1 correct answers. src=”/resources/sap-ui-core.js” src=”res/sap-ui-core.js” source=”resources/sap-ui-core.js” src=”sap-ui-core.js” .
20. What attribute tells SAPUI5 what theme should be used? Choose the correct answers. data-sap-theme data-sap-ui-theme theme-sap-ui data-ui-theme .
21. In what syntax are the controllers written? Choose the correct answers. Synchronous Module Definition Asynchronous Module Definition SAPUI5 Module Definition Technical Module Definition .
What is the role of the model in SAPUI5? Choose the correct answers. A model provides functions to process the events on the view A model holds the data and provides methods to retrieve the data from the datasource and to set and update data A model provides controller functions for the view .
Choose 3 correct answers. App descriptor contains application-specific configuration settings SAP Fiori apps are not component based Different view types can be used in one application SAP recommends to use XML views Model instantiation is always implemented inside the view controller .
24. What is the base class of a faceless component? Choose the correct answers. sap.ui.core.Component sap.ui.core.UIComponent sap.ui.core.FacelessComponent sap.ui.component.Component .
What is a fragment? Choose the correct answers. part of every view implementation light-weight UI parts part of the controller implementation light-weight component parts .
How is the final width of an element calculated? Choose the correct answers. the final width of an element is the sum of the margin, padding, border the final width of an element is the sum of the margin, padding, border and the given width the final width of an element is the sum of the margin, padding the final width of an element is the sum of the margin, border and the given width .
What of the following is true? Choose 3 correct answers. Aggregations can only be bound to datasets defined in the model Aggregation binding is used to bind a dataset to UI controls that supports property binding Aggregation binding is used to bind a dataset to UI controls that supports aggregation binding To bind a collection the UI-control provides the bindAggregation-method .
What is expressing binding? Choose the correct answers. Expression binding provides expressions instead of customer formatter functions Expressing binding provides only aggregation binding Expressing binding is a way to express the navigation relation between views Expressing binding is a way to express the relation between a view and a controller .
What class implements constants to specify the filter operator? Choose the correct answers. A sap.ui.model.FilterOperators sap.ui.model.FilterOperation sap.ui.model.FilterOperator sap.ui.model.filter.FilterOperator sap.ui.model.filter.FilterOperation .
What base class is used for sorting? Choose the correct answers. sap.ui.sorter.Sorter sap.ui.model.Sorter sap.ui.model.sorter.Sorter sap.ui.sorter.Sorter .
31. What is OData? Choose the correct answers. a SAP specific protocol for creating and consuming data APIs an industry standard protocol for creating and consuming data APIs a protocol to consume function modules a protocol to consume web services .
What OData implementation of SAPUI5 should be used when implementing SAP Fiori apps? Choose the correct answers. sap.ui.model.odata.ODataModel sap.ui.model.odata.v2.ODataModel sap.ui.odata.ODataModel sap.ui.model.ODataModel .
at types of test are “included” within the SAPUI5-framework? Choose 2 correct answers. Manual tests Systems tests Component tests Unit tests .
What of the following is true? Choose 2 correct answers. Test-driven-Development results in less fragile code? Test-driven-Development is a methodology for geeks? Test-driven-Development is too expensive Test-driven-Development will result in sustainable code .
35. Where should the routing configuration be placed? Choose the correct answers. Inside the Component.js Inside the app descriptor Inside the view implementation Inside the controller implementation .
What of the following is provided by the navigation API? Choose 2 correct answers. Register navigation routes and listeners for fragment changes to restore the specific state Direct trigger navigation to parameterized navigation targets Functions to trigger navigation plugs Functions to navigate between SAP Fiori apps inside the FLP .
What is a DataSet Choose the correct answers. A set of data of a ODataModel Reference to the entity set of the data model An aggregation binding type Specification of the axes .
What control should be used to visualize business data? Choose the correct answers. sap.ui.data.BusinessData sap.viz.ui5.controls.VizFrame sap.viz.ui5.controls.VizData sap.viz.ui5.VizFrame .
What of the following is true? Choose 3 correct answers. SAP Fiori UIs are built with SAPUI5 One SAP Fiori app – one OData service Custom CSS is good Every SAP Fiori app must run as web app Every SAP Fiori app is a native app .
is it recommended whenever possible to use Smart Controls for SAP Fiori apps? True False .
Which Statements are correct regarding the SAP Fiori Design Guidelines? Choose 2 correct answers. This design guide reveals the design philosophy of SAP Fiori and provides an overview of all relevant templates, patterns and controls They introduce commonly used application types, such as approval apps SAP Fiori app developers are not bound to the implementation of the SAP Fiori Design Guidelines .
What guidelines are recommended when working with tiles? Choose 3 correct answers. use the Tile Container, only do not use the status area for error messages do not use custom icons do use custom icons do not use the tile container .
43. What tile types are currently supported? Choose 3 correct answers. KPI tile Feed tile Analytical Tile Basic Launch tile Lauchpad tile .
44. What functions are provided by the tile catalog? Choose 2 correct answers. Tiles which are used more often can be added to the Home page Only Tiles that are used more seldom can be grouped Tiles which are used more seldom can be accessed directly from the catalogue with adding them to the Home page Tiles can be added to a function specific pages .
To what containers are the shell services connected? Choose 2 correct answers. Runtime container Shell container Application container Launchpad container .
What transaction is used to create and configure Launchpads? Choose the correct answers. LPD_CUST /UI2/SEMOBJ /IWFND/MAINT_SERVICE /IWNFD/GW_CLIENT SEGW .
48. What navigation types do you know? Choose 3 correct answers. Intented based navigation Inner-App navigation Cross-app navigation Fiori-navigation SAP Launchpad navigation .
When do you need intent-based navigation? Choose 3 correct answers. Depending on the user's role, a different application or view of an application should be displayed You want to define an ambiguous navigation target. This means that, at runtime, a list of potential targets is offered to the user To extend and customize Fiori scenarios, you can change a target without modifying the Fiori application code To implement inner app navigation is analytical apps .
50. What to pattern do you use if the user has to inspect the status of one or more objects? Choose the correct answers. Master-Detail with icon tab bar Full screen app with icon tab bar Full screen Master-Detail with filter .
51. What of the following is true? Choose 3 correct answers. A developer creates applications based on so called floorplans A developer instantiates a floorplan object A floorplan is a UI-design pattern that solves repeating UI-problems in a consistent way A floorplan is displayed within the overall page layout .
To what namespace is the class FullscreenPage assigned? Choose the correct answers. sap.semantic sap.m.semantic sap.screenelement.semantic sap.m.page.FullScreen .
When is it recommended to use Full Screen Layout? Choose the correct answers. Your app content requires the full width of the screen (for example, large tables, charts, or other types of visualization) You only need to display a small amount of information. If you cannot avoid using the full screen layout, use letterboxing to mitigate the issue You are not sure how to structure your information on the screen .
When is it recommended to use SplitScreen-Pattern? Choose the correct answers. Your users need to review and process different items quickly with minimal navigation You need to offer complex filters for the list of items users need to see several attributes for each item in the list, and compare these values across items You want to display a single object You want to display different facets of the same object in the master list .
What are the three main areas of the master list? Choose 3 correct answers. Master list header - located on top of the master list. It offers means for back navigation, action, and search Filter actions Sort actions Back navigation Item title and count .
What types of messages do you know? Choose 5 correct answers. Error Warning Success Information Confirmation Note.
What is a message popover? Choose the correct answers. A message popover is a control that can handle multiple messages A message popover is a standard ui area of the SAP Launchpad A message popover is structure of a message area .
58. What are common tabs for the icon tab bar in the detail area? Choose 3 correct answers. Info Tab Notes Tab Attachment Tab Message Tab Data Tab Approver Tab .
When do you use the initial page floorplan? Choose the correct answers. An initial page floorplan is used in Master Detail Applications to choose single objects in the detail view An initial page floorplan is used when the user needs to navigate to a single object An initial page floorplan is used when you have to search for a specific entity in the master view .
What standard ui control of SAPUI5 is used when the user has to choose an entity of a set of data inside a dialog? Choose the correct answers. sap.m.Dialog sap.m.SelectDialog sap.m.ChooseDialog sap.m.SelectionDialog .
61. You want to display all the information of simple or complex object with different facets in a responsive way. What floorplan do you have to choose? Choose the correct answers. Worklist Actionlist ObjectView ObjectList .
62. How many facets are recommended for the object view? Choose the correct answers. No limitations 5-7 Up to 20 12.
You want to display a large collection of items and the user should be able to take some actions. What floorplan do you have to choose? Choose the correct answers. List Report Objectlist Report Entity Report Worklist Report .
When do you use the list report floorplan? Choose 2 correct answers. You need to display and filter large lists of items The user work primarily on a specific list of items. If so the focus of the application lies more on actions and less on filtering. (See worklist floorplan) You want to combine different visualizations for large data sets, such as graphics and tables .
What elements are part of the flat object view floorplan? Choose 3 correct answers. Detail App Header Footer Toolbar Footer Buttonbar Object Header Content App Area .
In what area of the flat object view floorplan do you add, in the standard case, your action buttons? Choose the correct answers. Detail App Header Footer Toolbar Footer Buttonbar Object Header Content App Area .
What patterns do you know for maintaining entities? Choose 3 correct answers. Create page Edit page Edit with workflow Edit with Subpages Delete page .
How do you trigger the create mode in a Master-Detail-application? Choose 2 correct answers. In the master list footer In the detail content area In the detail area footer In the master list .
69. What worklist floorplans do you know? Choose 3 correct answers. Simple worklist Standard worklist Category Worklist KPI Worklist Default Worklist .
Is it recommended to implement the worklist floorplan when you want to show large items lists with data visualization? Choose the correct answers. Yes No It depends on the type of visualization.
What basic draft types are described by the SAP Fiori Guidelines? Choose 2 correct answers. New drafts Delete drafts Edit drafts Change drafts .
When do you use a shared draft? A shared draft is used, when multiple users are working with the same list of entities, but an entity is only modified by only one user at a time. A shared draft is used, when one user are working with the same list of entities, but an entity is only modified by only multiple users at a time. .
How do you implement optimistic concurrency control within OData? Choose the correct answers. This is not possible Implementing the softstate Using ETags Implementing a semaphore object .
What interfaces are providing a method for ETag handling? Choose 3 correct answers. /IWBEP/IF_MGW_APPL_SRV_RUNTIME /IWBEP/IF_MGW_REQ_ENTITY_U /IWBEP/IF_MGW_REQ_ENTITY_D /IWBEP/IF_MGW_REQ_ENTITY_C .
What different types of extensions are described by the extension concept of SAPUI5? Choose 4 correct answers. View Extension View Modification View Replacement Controller Extension Model Replacement .
Where can you find out what extension aspects are provided by a SAP Fiori standard app? The SAP Fiori Apps Library provides a detailed description about the extension The SAP Fiori Apps Anotation provides a detailed description about the extension.
What tag is used inside XMLViews to define an extension point? Choose the correct answers. ExtendPoint ExtensionPoint ExtensionAspect Extension .
What kind of customizing do you have to define when you want to hide an ui-element? Choose correct answers. sap.ui.viewModifications sap.ui.viewElementModification sap.ui.elementModification sap.viewModifications .
79. What of the following ae properties of hooks? Choose 3 correct answers. Hooks are extension points in the controller code Hooks make the extension concept for controller code much more stable Instead of override call the specific method from the custom controller Hooks are extension points in view controllers Hooks do only work only when using OData-models .
What is continuous integration? Continuous Integration (CI) is a practice that involves developers checking-in their code several times a day to a central code repository. Is a practice where the delivered standard application remains unchanged .
Denunciar test Consentimiento Condiciones de uso