Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONtest4-f

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
test4-f

Description:
test for me

Author:
me
(Other tests from this author)

Creation Date:
29/04/2022

Category:
Others

Number of questions: 42
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
What is the result of a GIT Clean? 1 Removes all untracked files from the working directory. Undoes a committed snapshot. Reverts back to the previous state of the project.
What types of extensions/replacements are supported by SAPUI5? 3 Implement UI Controller Hooks View modification Replace service View replacement Component replacement Manifest.json replacement.
Which model types are supported by SAPUI5? 4 JSON model XML Model OData model Translation model Resource model.
When you implement a controller extension and you implement the onlnit and onAfterRendering functions in the extension, when are they called? 1 Only the functions of the controller extensions are called. After the corresponding functions form the standard controller. Before the corresponding functions from the standard controller.
Which UI annotation is used to declare a field for the smart filter template? 1 UI.filterField UI.selectionField UI.finderField UI.searchField.
An administrator wants to configure the SAP Fiori Launchpad for all users in one client for your S/4HANA 1809 landscape. Which of the following options represents the best way for the administrator to do this? 3 Define settings using transaction /UI5/FLP_CUS_CONF. Define settings using transaction /UI5/FLP SYS_CONF Use the configuration file to define URL parameters to enable/disable features when starting the SAP Fiori Launchpad Create a target mapping in a catalog and assign the catalog to all users using roles.
Which control can you use to create responsive table-free layouts? sap.ui.layout. HorizontalLayout sap.ui.layoutVerticalLayout sap.ui.layout Grid Control sap.ui.layout. Responsive FlowLayout.
What are the advantages of Local Annotations Over SADL-based Annotations? Note: There are 2 correct answers to this question 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 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.
Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? Note: There are 3 correct answers to this question Wizard Page Initial Page List Report Analytical List Page Overview.
You want to create a business catalog for all employees that contains a standard SAP Fiori app How would you do this? 1 Reference the tile from a SAP Business Group Reference the tile from Odata metadata Reference the tile from a SAP Business Catalog Reference the tile from a Technical Catalog provided by SAP.
What options can you use to add UI annotations to a SAP Fiori Element Page? Note: There are 3 correct answers to this question. Add Annotations to the underlying CDS view Add Annotation with the help of a Metadata Extension Add Annotation to the Annotation file present as a part of WeblDE project using Annotation modeler Add Annotation to the underlying Database Table.
What is the namespace in which the smart controls are bundled? sap.ui.comp sap.ui.smart sap.m.
Which of the following statements are true with regard to OPA5? 3 Is a view controller test framework. Provides the possibility to test navigation. Can be used for SAPUI5 integration tests. Can be used for user interaction tests.
You are creating KPI Design or KPI Modeler Apps using the SAP KPI Framework. Which of the following sequences is the correct one for this? Create Evaluation, Create Tile, Create KPI, Manage KPI Associations, Configure Drill-Down Create Tile. Create KPI, Create Evaluation, Configure Drill-Down, Manage KPI Associations Create KPI. Configure Drill-Down. Create Evaluation, Create Tile Manage KPI Associations Create KPI, Create Evaluation, Create Tile Configure Drill-Down, Manage KPI Associations.
What is a GIT branch? A GIT branch represents a local working copy of the main development line. A GIT branch is the SAP implementation of GIT. A GIT branch always represents the main development line. A GIT branch represents an independent line of development.
In what configuration area of the manifest.json file can you activate automatic message creation? sap.ui5 sap.ui sap.app.
Which of the following best describes a commit? A commit in GIT is a local operation. With every commit, a new local repository is created. With every commit, GIT create a new branch. With every commit, GIT takes a snapshot of the current state of the underlying files.
What are Technical Catalogs used for? Note: There are 2 correct answers to this question To reference tiles and target mappings according to Segregation of Duties for example a Purchaser, a Buyer and so on As a reference for Business Catalogs To store tiles and target mappings by technology per solution area As a reference for Business Groups.
Does QUnit support SAPUI5 view tests? Yes, you can implement a test class to test UI aspects of SAPUI5. No, for UI tests you must use OPA5. You can use the QUnit-extensions, called Selenium, to test SAPUI5 controls.
Which of the following statements are true with respect to QUnit? 3 QUnit is a JavaScript unit and integration test framework. Supports asynchronous tests out-of-the-box. Is capable of testing any generic JavaScript code. Supports only synchronous testing out of the box.
Which aggregation is used to overwrite the standard behavior of a SmartField control. extension overwrite configure.
You are developing SAP Fiori Elements applications. Which of the following actions are available in SAP Web IDE? Note: There are 2 correct answers to this question Add catalog to user menu in a PFCG role and grant the role to user Create a catalog, target mapping, and tiles Choose the Data service as data provider for the project Create an annotation file associated with the OData service and add annotations.
How does the OData Model handle XSRF tokens? The OData Model fetches the token when reading the metadata and sends the token automatically in each write request header. 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.
Which file can you use to configure internal navigation for List Report and Object Page templates? Data annotation file index.html file vocabulary xml file manifestjson file.
Is it possible to add an extension point in the component implementation? No It depends on the type of component. Yes.
Which function do you call on the ODataModel to trigger a deep insert? createDeep create updateDeep insertDeep.
What is meant by the phrase "SAPUI5 supports modification free enhancements"? SAP provides a service in the cloud to generate an enhanced application using aspect-oriented programming. 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.
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.
Your customer ask you to add text for a new language to an app. Which file do you provide in the translator? COMPONEN JS MASTER_VIE XML I18 PROPERTIES MANIFES JSON.
Where is the best place to store local data when using the SAP Web IDE? 2 In the models folder. In the localService folder. In the mockdata folder.
Which of the following statements are true about the merge functionality in GIT? A merge deletes the content of a branch. Allows the merging of two local branches into one local branch. Allows integration of a branch into another branch.
Which of the following are features of the SAPUIS SDK? Note: There are 2 correct answers to this question. Provides an interface to Web Dynpro Keyboard interaction support and accessibility features Allows the usage of the jQuery library Is a subset of OpenU15.
What are Smart Controls? SAPUI5 controls that can be rendered dynamically according to OData service annotations Basic SAPUI5 controls recommended for standalone usage The predecessor of Smart Templates Application templates for SAPUI5 applications to optimize development.
What parameter is needed when instantiating a MockServer object? url uri rootUrl rootUri.
When do you need to work with local data? (2) To perform a quick test without creating live entities on the back-end server. When performance is poor in the productive system. When you want to reduce the complexity of your application. When working with static data.
What parameter must you provide when calling the simulate function of the mock server? The auto Respond After 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 type of concurrency control is offered by OData? Optimistic concurrency control No concurrency control Exclusive concurrency control Pessimistic concurrency control.
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. 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.
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_MADMIM HTTP_WHITELIST HTTP_CSP_MADMIN.
You are developing a complex screen and you use fragments what features of fragments are useful here? Note: There are 2 correct answer 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 of the following annotations would you use for a List Report Page? Note: There are 2 correct answers to this question. Use @UI hidden annotation to hide the fields that are not to be displayed on a list report Use @Ul.selectionField annotation to define a fuzzy search field Use @UI.Iineitem importance annotation to determine in which devices the field is displayed Use Search.defaultSearchElement annotation to define input fields with value help.
What type of navigation is used in SAP Fiori Launchpad applications? Scope-based navigation Action-based navigation Target-based navigation.
Report abuse Consent Terms of use