Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONMINI_TEST_04

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
MINI_TEST_04

Description:
MINI_TEST_04

Author:
AVATAR

Creation Date:
17/03/2021

Category:
Others

Number of questions: 31
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
What do you configure to import the BUILD prototype in the SAP Web IDE for development? The connection in the SAP HANA Cloud Integration The connection in the SAP HANA Cloud Connector The API key in the SAP Web IDE plugin The destination in the SAP HANA Cloud Platform.
When you implement a controller extension and you implement the onlnit and onAfterRendering functions in the extension, when are they called? Only the functions of the controller extensions are called. Before the corresponding functions from the standard controller. After the corresponding functions form the standard controller.
What are the current UI Technologies of SAP? (3) Java Server Pages SAPUI5 Web Dynpro ABAP / Floorplan Manager Dynpro Business Server Pages.
Which deployment options do you have for SAP Fiori Uls and OData Services regarding the software components? (2 answers) One deployment package on the same system as the business system Two different deployment packages on a different from the business system One deployment package on a different system from the business system Two different deployment packages on the same system as the business system.
What are the goals of the SAPUI5 framework? (2) Provide a lightweight programming model for desktop only applications. Provide a user interface technology for building and adapting server-based applications. Provide an extensible framework for building desktop and mobile applications. Provide a user interface technology for building and adapting client applications.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? (3 answers) HTML -enable the special characters in the resource file Create a view file and a controller file for each language Create a resource file with a .props extension Create a resource file for each language Create a resource file containing key/value pairs.
Which modes are provided by the sap.m.SplitAppMode enumeration? StretchCompressMode ShowHideMode PopoverMode HideShowMode ShrinkCozyMode.
You want to use transaction /U12/FLP to start the SAP Fiori Launchpad using the Web Dispatcher. Which database table do you use to configure this? HTTPURLLOC HTTP_WHITELIST HTTP_MADMIM.
Which SAP Fiori application can you launch using the search function instead of a tile? Transactional Analytical FactSheet Legacy.
Which features of the SAP Web IDE help you extend a standard SAP Fiori app? (2 answers) The Extensibility Pane to extend the control An editor to modify the data model in the extended project The Descriptor Editor to choose elements for extension A wizard to generate the files for each extension possibility.
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? By adding the tile and target mapping to the group By adding the semantic object to the catalog and group By assigning the authorization profile for the catalog in the authorization tab By adding the catalog to the menu tab of the role. .
Which file is referred to as the App Descriptor and what is its function? The configure.xml file is referred to as App Descriptor Its function is to configure web apps and turn on plug-ins The neo.json file is referred to as App Descriptor Its function is to capture data from objects The manifest.json file is referred to as App Descriptor Its function is to instantiate the model The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins.
How do you access the MessageManager? You have to instantiate the MessageManager using the constructor function. It is a singleton and can be accessed by the getMessageManager function on the core object. Each UI control provides a function to access the MessageManager.
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? pages fullPages detailPages masterPages.
You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? (3 answers) Two-way binding One-way binding Three-way binding Resource-model binding One-time binding .
You finalized your SAPUI5 app development in the SAP Web IDE What are the platforms available for deployment? Note: There are 3 correct answers to this question, Deploy to SAP Cloud Platform Deploy to SAP Fiori Launchpad Deploy to SAPUI5 Java Repository Deploy to SAPUI5 ABAP Repository.
You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? (2 answers) oninit confirm reset listFilter.
Which of the following are the current SAP UI Tools? SAP NetWeaver Portal SAP Screen Personas SAP NetWeaver Gateway Flexible UI Designer SAPUI5 Application Development Tools.
Which function do you call on the ODataModel to trigger a deep insert? createDeep create updateDeep insertDeep.
In which state are the files in GIT when a remote repository is cloned? Tracked and staged Tracked and unmodified Staged and modified Modified and tracked.
Which of the following steps are part of the design phase in the DLD? Prototype Ideate Test Scope Validate.
SAP Fiori Elements utilizes a metadata-driven approach for SAP Fiori app development. What are the implications of this? App developers must use JavaScript to allow their applications to read OData annotations and metadata The SAPUI5 runtime interprets metadata and annotations of the OData service and uses the corresponding views for the Fiori app at startup Smart Templates must be used by the developer to consume OData annotations and metadata so the SAPUI5 runtime can use the corresponding view SAPUI5 Smart Controls must be created by developers to utilize the Data annotations and metadata of SAP Fiori Elements templates.
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? (2 answers) column: <Column demandPopin-'true" minScreenWidth-'tablef popinDisplay-'lnline"> column: <Column demandPopin-'true" maxScreenWidth-'mobile" popinDisplay="lnline"> column : <Column demandPopin-'true" minScreenWidth="tablet"> column: <Column:demandPopin="true" maxScreenWidth="mobile">.
In the code on the screenshot, what is the absolute path of the property to retrieve the City value for the company Acme Inc? /regions/0/companies/O/city /regions/companies/O/city /regions/1/companies/1/city /regions/companies/1/city.
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 Ul parts that can be reused. Fragments can be found by the SAPUI5 runtime libraries. Fragments have their own controller.
Which HTTP request methods does the SAP Gateway server use to compute and return a new ETagin a response header? Note: There are 2 correct answers to this question. Put Delete Post Get .
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? Note: There are 3 correct answers to this question The catalogs assigned to the user do not contain the relevant application or tile. The target mapping for the tile is missing in the catalog The user does not have the proper PFCG role assigned to see the application or tile. The end user is missing the required group containing the tile. The OData service authorization is missing.
What are the basic guidelines of the Extension Point concept of SAPUI5? (2 answers) The custom app remains modification free The custom app is located in a separate project The custom app and the parent app contain a component.js file The parent app contains all modifications.
Which aggregation is used to overwrite the standard behavior of a SmartField control. extension overwrite configure.
Which properties do you need to configure when you use the Mock server? (2 answers) Module path Destination Binding type Service URL.
What method is called inside the library.js file? sap.ui.getCore().runl_ibrary sap.ui.getCore().loadLibrary sap.ui.getCore().register-Library sap.ui.getCore().initLibrary.
Report abuse Consent Terms of use