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

Descripción:
MSGS No. 1

Autor:
MSGS22
OTROS TESTS DEL AUTOR

Fecha de Creación:
06/08/2023

Categoría: Personal

Número Preguntas: 80
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
What goals are achieved by a Lean Development Infrastructure? There are 2 correct answers to this question. Either automates or provides self-service response Used for ABAP development with Eclipse oxygent Allows for faster innovation through independently released and serial versions of components Used to increate the development effort.
What are the main artefacts of an SAPUI5 applications? There are 3 correct answers to this question. Control Models Controllers Views CSS.
What options can you use to add UI annotations to a SAP Fiori Element Page? There are 3 correct answers to this question. Add Annotation to the Annotation file present as a part of WebIDE project using Annotation modeler Add Annotation with the help of a Metadata Extension Add Annotations to the underlying CDS view Add Annotation to the underlying Database Table Add Annotations to the manifest file present as a part of WebIDE project using the Descriptor Edit.
What is the purpose of build server? Please choose the correct answer. Used for code review Manage components build artifacts, and releases candidates in one central location Provides software that allows continuous integration Used for version control.
You need to configure an SAP Destination service to enable SAP Business Application Studio to extend an existing SAP Fiori app. Which configuration setting for the WebIDEUsage property is required? Please choose the correct answer. dev_abap ui5_execute_abap odata_abap extend_abap.
Which tool do you use to deploy SAP Fiori app developments? Please choose the correct answer. Eclipse (SAP NetWeaver Developer Studio) Process Modeler Object Navigator SAP WEB IDE.
What is true of the SAP Cloud Platform Web IDE for full-stack development? There are 2 correct answers to this question.  It requires zero installation It is released with SAP HANA SPS's It is included with SAP HANA express edition There are twice weekly updates.
What layout control is used to achieve flexible and responsible layouts? Please choose the correct answer. Grid Splitter VerticalLayout FlexBox.
What are the advantages of Local Annotations Over SADL-based Annotations? There are 2 correct answers to this question. All the Framework-Specific Annotations available as a part of CDS views are also available as a part of Annotation Modeler, which makes it highly flexible Local Annotations are more reusable as compared to SADL based annotations Can handle Complex annotations which is not a bound to a single field or entity Can Override the CDS based Annotations.
You created a new catalog that contains some apps. You want to assign these apps to an existing role to provide authorization for the business users. How can you do this using the PFCG transaction? Please choose the correct answer. By adding the catalog to the menu tab of the role By assigning the authorization profile for the catalog in the authorization tab By adding the tile and target mapping to the group By adding the semantic object to the catalog and group.
What SAPUI5 control is used as a starting point to implement the initial page? Please choose the correct answer. sap.m.Input sap.m.List sap.m.Table sap.m.Select.
Which SAP Fiori application is launched by using the search functionality instead of using a tile? Please choose the correct answer. Legacy Factsheet Analytical Transactional.
What of the following is true for implementing your own renderer? There are 3 correct answer to this question. Implement the Renderer using AMD syntax 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.
Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? There are 3 correct answers to this question. List Report Wizard Analytical List Page Initial Page Overview Page.
You need to configure a SAP Web IDE destination to extend an existing SAP Fiori app. Which configuration setting for the WebIDEUsage property is required? Please choose the correct answer. odata_fiori ui5_execute_abap dev_abap extend_fiori.
A business user is unable to find an application on the SAP Fiori Launchpad or on the App Finder. Which of the following options could explain why the tile is unavailable? There are 3 correct answers to this question. The user does not have the proper PFCG role assigned to see the application or tile. The OData service authorization is missing. The catalogs assigned to the user do not contain the relevant application or tile. The end user is missing the required group containing the tile. The target mapping for the tile is missing in the catalog.
What is Apache Cordova? Please choose the correct answer. API provided by SAP to access mobile device features A cloud service to access data from mobile devices An open source mobile development framework SAP product to run SAP Fiori applications on mobile device.
Which elements are part of the UX? There are 2 correct answers to this question. User emotion User response User interaction User effectiveness.
You need to strengthen the connection security between the Web IDE and the Hybrid App Toolkit Connector. Which of the following activities do you perform? Please choose the correct answer. Change the default port number Install an X.509 certificate Replace the default API key Run the connector with administrator rights.
Which application types can you develop and deploy on the SAP HANA Cloud platform? There are 3 correct answers to this question. HANA XS apps Objective-C apps Java apps HTML apps ABAP apps.
What happens if the text is not available in the customized bundle of your extension? Please choose the correct answer. SAPUI5 tries to find the text in the resource bundle of the standard application. An exception is raised The key will display in the application in capital letters. No text is displayed.
In the code on the screenshot, what is the absolute path of the property to retrieve the City value for the company Acme Inc? Please choose the correct answer. /regions/0/companies/0/city /regions/companies/1/city /regions/companies/0/city /regions/1/companies/1/city.
Which element in the SAPUI5 architecture holds the data in JSON or XML? Please choose the correct answer. Model Controller Component View.
What steps are part of the discover phase (Problem Space) in the DLD? There are 3 correct answers to this question. Research Implement Synthesize Test Scope.
Which model supports deep inserts? Please choose the correct answer. XML model JSON model OData model Resource model.
Which technologies are used to create Hybrid apps and SAPUI5 apps? Please choose the correct answer. HTML, JSON and CSS3 XML, JavaScript and CSS3 XML, JSON and CSS HTML5, JavaScript and CSS.
For which app type in SAP Fiori do you install the KPI framework? Please choose the correct answer. Analytical app Legacy app Transactional app Factsheet app.
As which app type does SAP Business Application Studio deploy an SAPUI5 app to the ABAP server? Please choose the correct answer. BSP HTML5 ABAP OpenUI5.
Which file is referred to as the App Descriptor and what is its function? Please choose the correct answer. The manifest.json file is referred to as App Descriptor Its function is to instantiate the model The neo.json file is referred to as App Descriptor Its function is to capture data from objects The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on plug-ins The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins.
What are some of the core design principles of SAP Fiori? There are 2 correct answers to this question. Multi-device support Accessibility Adaptive Role-based.
What are the current UI Technologies of SAP? There are 3 correct answers to this question. Business Server Pages Java Server Pages Web Dynpro ABAP / Floorplan Manager Dynpro SAPUI5.
Which annotations are needed in a CDS View to create an Analytic Card in an Overview Page? There are 2 correct answers to this question. @UI.Chart @UI.lineItem @UI.identification @UI.dataPoint.responsible.
When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as? Please choose the correct answer. ABAP OpenUI5 BSP HTML5.
You want to create a business catalog for all employees that contains a standard SAP Fiori app. How would you do this? Please choose the correct answer. Reference the tile from a SAP Business Catalog Reference the tile from a SAP Business Group Reference the tile from a Technical Catalog provided by SAP Reference the tile from Odata metadata.
When is the use of a master-detail-pattern not recommended? There are 2 correct answers to this question. You want to display a single object You need to offer complex filters for the list of items When you want to display different facets of the same object/data.
In which attribute do you specify the themes for an SAP Fiori app?. Please choose the correct answer. data-sap-ui-theme of the <head> tag sap-ui-theme of a <title> tag sap-ui-theme of <body> tag data-sap-ui-theme of <script> tag.
Which features of the SAP Business Application Studio 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 choose extension points The Descriptor Editor to choose elements for extension An editor to modify the data model in the extended project.
You finalized your SAPUI5 app in the SAP Business Application Studio. To which of the following platforms can you deploy this app? There are 2 correct answers to this question. SAP Fiori launchpad SAPUI5 Java repository SAPUI5 ABAP repository SAP BTP.
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. Desirable Usable Achievable Feasible.
What best practices of the following list are best practices for SAPUI? There are 4 correct answers to this question. Use synchronous model definition syntax (SMD) Minimize the code in the index.html Describe your app by a set of metadata Make use of patterns Use asynchronous model definition in your JavaScript code.
Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use? Please choose the correct answer. EXECUTE_DEEP_INSERT CREATE_STREAM CREATE_BATCH_ENTITY CREATE_DEEP_ENTITY.
What attributes is assigned to @UI.fieldGroup to add an identifier? Please choose the correct answer. Qualifier Identifier Quantity Identity.
Your customer needs to securely connect the SAP HANA Cloud Connector to the Web IDE of an on-premise system. How does the SAP HANA cloud connector help do this? There are 2 correct answers to this question. It supports custom destination API configuration and certificate inspection It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system It initiates a cloud-based reverse-invoke process It creates connectivity by a reverse-invoke process on the on-premise system.
What steps are part of the design phase (Solution Space) in the DLD? There are 3 correct answers to this question. Scope Prototype Test Ideate Validate.
Which of the following user authentication and Single sign-on mechanisms are supported by SAP Fiori Client? There are 3 correct answers to this question. X.509 client certificates One-time password SAML Iris scan.
What is the best approach to show a UI-control only on a desktop and not on mobile device? Please choose the correct answer. 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. Those UI-controls are able to handle this automatically.
What aspects of the runtime environment can be accessed by the Device API of SAPUI5? There are 4 correct answers to this question. Orientation change Touch specific features Language Operating system Screen size.
Which of the following components are part of the SAP Web IDE, hybrid app toolkit add-on? Please choose the correct answer. Hybrid App Project Templates, Device Configuration, Hybrid App Toolkit Connector SAP Web IDE Plugin, Hybrid Companion App, Hybrid App Toolkit Connector Hybrid Companion App, Config.json, Package.json, SAP Web IDE Plugin Kapsel Plugins, SAP Web IDE Plugin, Hybrid App Toolkit Connector.
What content density is used for touch-enabled devices? Please choose the correct answer. Cozy form factor Small form factor Desktop form factor Compact form factor Mobile form factor.
What are the main configuration objects of the routing configuration? There are 3 correct answers to this question. config routing routes targets.
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” maxScreenWidth=”mobile”></column> column:<Column demandPopin=”true” minScreenWidth=”tablet” popinDisplay=”Inline”></column> column:<Column demandPopin=”true” maxScreenWidth=”mobile” popinDisplay=”Inline”></column> column:<Column demandPopin=”true” minScreenWidth=”tablet”></column>.
What is the main benefit to using predefined CSS margin/padding classes of SAPUI5? Please choose the correct answer. Consistent borders Consistent width Consistent spacing Consistent height.
From what control does the sap.m.App control inherits the navigation capabilities? Please choose the correct answer. sap.m.NavContainer sap.m.NavigationContainer sap.ui.core.NavContainer.
What OData versions are currently supported by SAPUI5? There are 2 correct answers to this question. OData V4 OData V2 OData V7 OData V5.
What UI control can be used to define a hook to extend an application? Please choose the correct answer. sap.ui.core.Extend sap.ui.core.ExtensionPoint sap.m.Extend sap.comp.ExtendControl.
Which application in SAP Fiori launchpad helps the user to find applications that are available to user? Please choose the correct answer. Fiori Designer Application Finder Tile Finder Fiori AppSearch.
What impact does UX have on monetary values? There are 3 correct answers to this question. Gain productivity and data quality Save training costs Strengthen relationship between customers Decrease change requests and user errors Increase user satisfaction.
Which SAP Fiori personalization elements holds all of the technical information needed to start an app? Please choose the correct answer. Tile Group Catalog User Preferences.
Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting? Please choose the correct answer. appConfig.js Config.json Assistmsg.json Package.json.
Why do you explore the Problem Space in detail during a Design Thinking workshop? Please choose the correct answer. To understand user needs To create desirable solutions To validate solution ideas To save costs in the evaluation phase.
What configuration steps are necessary to define a navigation route? There are 3 correct answers to this question. Assign at least one target to the route Configure a route in the manifest.json Configure a target Active routing in the sap.app.
What do you configure to import the BUILD prototype in the SAP Web IDE for development? Please choose the correct answer. 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 activities does the OData Model Editor support? There are 3 correct answers to this question. Edit ODataModels Test ODataModels Define Odata models Deploy ODataModels.
What are catalog types in SAP Fiori? There are 3 correct answers to this question. Standard Tile Replicate None-typed System.
What are common design thinking brainstorming rules? There are 2 correct answers to this question. Fail early and often Be visual Go for quality Discuss and judge every idea.
What happens when you use the SAP Web IDE console during a deployment? There are 2 correct answers to this question. You can view error messages when a deployment is successful You can archive the success messages in the console You can debug the error messages in the console You can view error messages when a deployment is NOT successful.
The SAP Fiori Design Guidelines are available for various device types. For what device types are the design guidelines available? There are 3 correct answers to this question. SAP Fiori for Windows SAP Fiori for iOS SAP Fiori for Web SAP Fiori for Android SAP Fiori for Blueberry.
Which of the following can you use to extend an SAP Fiori Elements application? There are 2 correct answers to this question. Adaption extensions App extension ABAP extension CDS extension.
In what base class implementation is the function setModel implemented? Please choose the correct answer. sap.ui.base.interface sap.ui.model.base.BaseModel sap.ui.base.ManagedObject sap.ui.base.Object.
What of the following aspects are true for a SAPUI5 UI-element? There are 3 correct answer to this question. Has an API Has a renderer Does not have a renderer Can have events.
What are the tasks of the controller in the Model-View-Controller implementation? There are 2 correct answers to this question. Updates using data binding Contains the UI implementation Modifies the model Holds the business data Modifies the view via API.
You develop an SAPUI5 app that can be extended. To allow your customer notifications, you set up a hook method. What activities are required to implement a hook method? There are 3 correct answers to this question. Identify a strategic location in the controller for the customized code Create a .js file in the Util folder to allow the customer to add custom code Modify the bootstrap option to allow multi-layer extensions of the custom code Add a code snippet to check if the method exists and execute it Define a new function name ensuring it is reserved for the extension.
What types of models are supported by SAPUI5? There are 4 correct answers to this question. ResourceModel TranslationModel ODataModel XMLModel JSONModel.
You need to securely connect the SAP BTP to an on-premise system. How does the SAP Cloud Connector help do this? There are 2 correct answers to this question. It creates connectivity by a reverse-invoke process on the on-premise system. It supports custom destination API configuration and certificate inspection. It initiates a cloud-based reverse-invoke process. It secures an SSL tunnel between the SAP BTP and the on-premise system.
What possible values can be used for the annotation @UI.LineItem.importance? There are 3 correct answers to this question. MEDIUM LOW HIGH VERY_HIGH.
What do you focus on when it comes to decomposition and re-composition? Please choose the correct answer. The expensive of the implementation The building of mega transactions to support all needs of all people The person’s tasks that should be supported by the application The data and functions that are already in the system.
What control in the index.html file is used support letterboxing if necessary? Please choose the correct answer. sap.ui.Shell sap.ui.core.View sap.ui.core.ComponentContainer sap.ui.core.Component.
What factors are key to user experience with user assistance? There are 3 correct answers to this question. Instant Confusing Seamless Context-sensitive Error prone.
What is the purpose of the SAP HANA Cloud connector? Please choose the correct answer. It connects the services of the SAP HANA Cloud Platform and SAP Web IDE It allows the SAP Web IDE to connect to the on-premise system’s Cordova development environment It lists the search components and corresponding search models needed for the app It connects the services of the SAP HANA Cloud Platform and on-premise system in the customer’s network.
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? Please choose the correct answer. Assert.strictEqual(0,”0”,”true”); Assert.strictEqual(0,null,”true”); Assert.strictEqual(0,””,”true”); Assert.strictEqual(0,-0,”true”);.
Denunciar Test