option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: Practice Test 6: SAP_C_FIORDEV_22
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
Practice Test 6: 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:
SAPUI5 provides two different router implementations. What router class is used in SAP Fiori apps as a router or as a router base class, when you want to implement your own router? sap.routing.Router sap.m.Router sap.ui.core.routing.Router sap.m.routing.Router.
What problem is solved by the worklist report floorplan? You want to display all the information of a simple or complex object, with different facets, in a responsive way. You want to display a collection of items and process them or delegate them to someone else. The user must process a long and unfamiliar task. You want to display a large collection of items, and the user can take some action.
Which aspects should be considered in deciding which layout template to use? (2 correct) You need to consider which browser type is used You need to consider what the user wants to achieve when working in the app You need to analyse what end device the app is executed on You need to analyze the capabilities of the user. It is helpful to answer questions on the nature of tasks.
Which of the following statements are talking about the SAP Fiori app architecture? (2 correct) SAP Fiori apps are implemented using the component-based approach. SAP Fiori apps have a index.html file that is used for SAP Fiori launchpad integration. SAP Fiori apps should use the SAPUI5 core as a place to hold app data models. SAP Fiori apps need to have an app descriptor that describes the applications metadata.
What are common design thinking brainstorming rules? (2 correct) Be visual Discuss and judge every idea Fail early and often Go for quality.
What approach gives you the most flexibility for your SAPUI5 app? Using a view-only based approach. Implement complex UIs in the index.html file. Using a controller-based approach Using a component-based approach.
Which of the following artifacts are contained in the OData URL structure? (3 correct) Service Root URI Query Options Resource Path Header data.
What do you focus on when it comes to decomposition and re-composition? The person’s tasks that should be supported by the application The data and functions that are already in the system The building of mega transactions to support all needs of all people The expensive of the implementation.
Which of the following components are part of the SAP Fiori launchpad? (3 correct) UI2 services Shell container Runtime configuration Shell services Runtime container.
What are the differences between analytical entity set and normal entity set from an OData consumer perspective? (3 correct) 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, returns summarized results according to the $select parameter. The Analytical entity set, returns all data, needed to analyze the client. The Analytical entity set, generates a new eld for primary key.
What content density is used for touch-enabled devices? Mobile form factor Small form factor Cozy form factor Compact form factor Desktop form factor.
What is the purpose of build server? Provides software that allows continuous integration Used for code review Manage components, builds artifacts, and releases candidates in one central location Used for version control.
What three key aspects are important when talking about innovation? (3 correct) Feasibility Scalability Viability Desirability.
What annotations are required to declare that an ABAP Core Data System supports search capabilities? @Search.searchable @Search.allowed @Search.possible.
What is the main benefit to using predefined CSS margin/padding classes of SAPUI5? Consistent height Consistent borders Consistent width Consistent spacing.
What is a prerequisite for configuring the SAP Fiori HAT Connector? Set the path for custom plug-ins Create an SAP HANA Cloud Platform (HCP) Web IDE account Create a local Cordova project Generate a service certificate.
What goals are achieved by a Lean Development Infrastructure? (2 correct) Used to increase the development port Used for ABAP development with Eclipse oxygen Allows for faster innovation through independently released and serial versions of components. Either automates or provides self-service response.
What is the usage of Object Model annotations? Semantic annotation for fields of the result set UI-relevant annotations used by SAP Fiori elements Annotation for the consumption layer Annotation for structured and transactional aspects of the data model.
What are the main configuration objects of the routing configuration? (3 correct) cong targets routing routes.
What is Apache Cordova? API provided by SAP to access mobile device features SAP product to run SAP Fiori applications on mobile device An open source mobile development framework A cloud service to access data from mobile devices.
What problem is solved by the wizard floorplan? The user must process a long and unfamiliar task. You want to display a large collection of items, and the user can take some action. You want to display all the information of a simple or complex object, with different facets, in a responsive way. You want to display a collection of items and process them or delegate them to someone else.
What attributes is assigned to @UI.fieldGroup to add an identifier? Quantity Qualier Identity Identifier.
What names have the view ports of the SAP Fiori launchpad? (3 correct) Workspace Notification area Desktop Me area.
What aggregations are defined by the sap.suite.ui.commons.ChartContainer? (3 correct) content legend customicons container dimensionSelector.
What impact does SAP Fiori have on business? ( 3 correct) Re-imagines processes Digitization Simplification User centered Web and open standards.
What is the purpose of the neo-app.json file located in the project root folder of your SAP Web IDE project? It contains the mapping configuration of the front-end and back-end server URLs. It contains the configuration for the mock server. It contains the mapping between an application URL and a destination configured in the SAP Cloud Platform. It contains the OData service configuration parameters used at runtime.
Which of the following layouts are described in v1.48 of guidelines? (2 correct) Mobile device layout Dynamic page Flexible column layout Full-screen Split-screen.
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 local metadata file and the folder where the model data are stored locally. The full qualified path to the model and the URI for the service document.
What is the idea behind the golden rule of having one common UX? Reduce the overall total cost of ownership. Reduces development costs Reduces training costs and increases the quality of data.
In an Analytic List Page, the user can lter data by clicking some points in the chart. FALSE TRUE.
What SAPUI5 control is used as a starting point to implement the initial page? sap.m.Table sap.m.List sap.m.Input sap.m.Select.
What is the purpose of SAP Build? Provides tooling to support the developer during the development of back-end services Provides tooling to support the designer during various phases of design thinking. Provides tooling to support the developer during the development of SAPUI5 applications.
Which type of application can use the dynamic page layout? The layout is only used for master-detail scenario The layout is deprecated, which means you should not use the layout anymore. You can use the dynamic page layout of any kind of application The dynamic page layout is only used for analytical applications?.
When do you use a flexible column layout? You want to create a master-detail-detail scenario in which the user can drill down or navigate You want to embed the SAP Fiori launchpad, or overview page into one of the columns You want to open multiple instances of the same object type You want to split a single object into multiple columns, or display only a small amount of information.
Why is it advisable to not use a custom CSS file in your SAP UI5 applicatons? Having one central design created with the theme designed is very efficient. When something needs to be changed at the client interface, it is easier to handle. Time spent designing modified CSS is expensive. SAPUI5 has problems with custom CSS.
Which types of services are know or supported by the SAP Fiori launchpad (2 correct) Platform-specific services Platform-independent services UI2 services UI5 services.
What possible values can be used for the annotation @UI.LineItem.importance? (3 correct) LOW VERY_HIGH HIGH MEDIUM.
What is the required content of the Component.js le of an extension project? (2 Correct) The namespace of the parent app The link to the parent app The controller IDs The customizing section.
What areas are mandatory in the tile layout? (2 correct) Subtitle KPI area Content area Header area Status area.
What transaction is used to create a semantic object for customer configuration? /UI5/LPD_CUST SU01 /UI5/SEMOBJ /UI2/SEMOBJ PFCG.
Which of the following make up the configuration of a tile for launching an SAP ori app of type SAP UI5 in the SAP Fiori launchpad designer? (3 correct) Tile implementation Semantic object Launchpad creation via LPD_CUST Tile configuration Target Mapping.
What impact does UX have on monetary values? (3 correct) Strengthens relationships with customers Saves training costs Decreases change requests and user errors Improves productivity and data quality Increase user satisfaction.
What are the main characteristics of a search field in SAP Fiori element-based applications? (3 correct) Supports fuzzy search Finds a keyword in multiply fields No value help dialog Provides multiple search fields.
Which of the following user authentication and Single sign-on mechanisms are supported by SAP Fiori Client? (3 correct) One-time password SAML Iris scan X.509 client certificates.
What is SAP Fiori floorplan? A floorplan is a layout of SAPUI5 A floorplan is a UI pattern that provides consistent UX A floorplan is a layout of the SAP web dynpro layouts for SAP Fiori apps A floorplan defines the overall layout of an application.
What annotation is used to define the heading of a list report? @UI.headerInfo.typeNamePlural @UI.headerInfo.typeName @UI.header.title @UI.LineItem.headerTitle.
What are the Lifecycle events of an SAPUI5 view controller? (2 Correct) onEntry onBeforeRendering onExit onExecution.
Which options are known to consume SAP Fiori apps on mobile clients without using the SDK for iOS or Android? (3 correct) SAP Fiori GUI Client SAP Fiori Client app or custom SAP Fiori Client SAP Fiori in a browser SAP Fiori Mobile with Kapsel SDK.
What is the goal of every developer? (3 correct) Develop faster Increase efficiency Less maintenance Increase development effort.
What are the current SAP UI Tools? (3 correct) Business Server Pages Web Dynpro ABAP / Floorplan Manager Java Server Pages SAPUI5 Dynpro.
Denunciar Test