option
Questions
ayuda
daypo
search.php

Fiori 2.0

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
Fiori 2.0

Description:
C_FIORDEV_21_Question Bank

Creation Date: 2021/06/27

Category: Others

Number of questions: 122

Rating:(3)
Share the Test:
Nuevo ComentarioNuevo Comentario
New Comment
NO RECORDS
Content:

You need to implement an SAP Fiori transactional app for your customer. What benefits are available in the completed app? (2 answers). It allows UI changes without development privileges in the back-end. It allows fast iterations for the UI apps. It allows access to the back end to edit document details. It allows drill-down details to be presented in the UI.

Which elements are part of the UX? (2 answers). User effectiveness. User emotion. User response. User interaction.

Which application types can you develop and deploy on the SAP HANA Cloud platform? (3 answers). Java apps. ABAP apps. HANA XS apps. Objective-C apps. HTML apps.

Why do you explore the Problem Space in detail during a Design Thinking workshop?. To understand user needs. To validate solution ideas. To create desirable solutions. To save costs in the evaluation phase.

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? (3 answers). Create a .js file in the Util folder to allow the customer to add custom code. Identify a strategic location in the controller for the customized code. Define a new function name ensuring it is reserved for the extension. Add a code snippet to check if the method exists and execute it. Modify the bootstrap option to allow multi-layer extensions of the custom code.

Which file of the SAP HAT Connector stores the WebIDEHosts URL and can be used for troubleshooting?. Assistmsg.json. appConfig.js. Package.json. Config.json.

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? ( 2 answers). Desirable. Usable. Achievable. Feasible.

You need to bind data from a model to an SAPUI5 view control. Which of the following models are valid? (3 answers). Three-way binding. One-time binding. Resource-model binding. two-way binding. one-way binding.

In the Git source code management system, what is executed initially to create the local Git repository in SAP Web IDE?. Push. Pull. Clone. Fetch.

In the source code below, which of the following locations must reference the extension point? <code:View xmlns:core=”sap.ui.core” xmlns:mvc=”sap.ui.core.mvc” xmlns=”sap.m” controllerName=”appextension.EmployeeData” xmlns:html=http://www.w3.org/1999/xhtml> <Page title=”Title”> <content> <Label text = “First name:”/> <Input/> <core:ExtensionPoint name=”forMiddleName:”/> <<Label text = “Last name:”/> <Input/> <Button text=”Get Info” press=”doGetInfo”/> </content> </Page> </core:View>. EmployeeDate.controller.js. EmployeeData.view.xml. Component.js. Neo-app.json.

What is the purpose of the SAP HANA Cloud connector?. It allows the SAP Web IDE to connect to the on-premise system’s Cordova development environment. It connects the services of the SAP HANA Cloud Platform and SAP Web IDE. It connects the services of the SAP HANA Cloud Platform and on-premise system in the customer’s network. It lists the search components and corresponding search models needed for the app.

Your customer asks you to add text for a new language to an app. Which file do you provide to the translator?. Master.view.xml. i18n.properties. Components.js. Manifest.json.

What is the purpose of the Logon Plugin Data Vault of the SAP Fiori Client?. Prevent the access to all nonessential plugins. Allow a client policy that can be defined on the mobility platform. Enable secure and seamless handling of attachments. Provide a reusable component for storing sensitive information on the device.

Which features of the SAP Web IDE help you extend a standard SAP Fiori app? (2 answers). An editor to modify the data model in the extended project. The Extensibility Pane to extend the control. A wizard to generate the files for each extension possibility. The Descriptor Editor to choose elements for extension.

Which model type in SAPUI5 does NOT support one-way and two-way binding from model to view?. OData model. JSON model. XML model. Resource model.

What do you configure to import the BUILD prototype in the SAP Web IDE for development?. The connection in the SAP HANA Cloud Connector. The connection in the SAP HANA Cloud Integration. The destination in the SAP HANA Cloud Platform. The API key in the SAP Web IDE plugin.

What are the advantages of the Sinon.JS framework? (2 answers). It enables test-driven development. It provides support for Spies, stubs and mocks. It supplies higher level test doubles for timers and AJAX requests. It can be used with any JavaScript unit test framework.

Where are the themes saved for the SAP Fiori launchpad?. In the bootstrap. In the theme data center. In the UI theme designer tool. In the theme repository.

You need to explain the core functions of OPA5 for testing SAPUI5 apps. Which test options are offered by OPA5? (2 answers). Development tests. Load tests. Navigation tests. User interaction tests.

In which attribute do you specify the themes for an SAP Fiori app?. sap-ui-theme of a <title> tag. sap-ui-theme of <body> tag. data-sap-ui-theme of the <head> tag. data-sap-ui-theme of <script> tag.

Which security features does the SAP Fiori provide to restrict the access to native device capabilities? (2 answers). Privacy screen. Bridge for non-Fiori content. Encrypted storage of data on the device. Restricted device functionality using a client policy.

Which technologies are used to create Hybrid apps and SAPUI5 apps?. HTML, JSON and CSS3. HTML5, JavaScript and CSS. XML, JavaScript and CSS3. XML, JSON and CSS.

To generate SAPUI5 coding that is based on prototypes, which tool do you use?. SPLASH. SAP BUILD. SAP WEB IDE. UI Theme Designer.

In a typical SAP Fiori landscape, which server instance stores the SAP Fiori SAPUI5 application code for a transactional app?. SAP Back-End Server (BES). SAP HANA XS Engine. SAP Front-End Server (FES). SAP Web Dispatcher.

Which properties do you need to configure when you use the Mock server? (2 answers). Binding type. Module path. Destination. Service URL.

Which UI5 theme is replacing SAP Blue Crystal as the base Fiori theme?. SAP Corbu. SAP Belize. SAP Tradeshow. SAP High Contrast Black.

Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? (2 answers). Verify that adding custom content in the Extension Points will NOT suffice. Identify a specific SAPUI5 control to be replaced. Create an SAPUI5 control that replaces the original control. Create an SAPUI5 view that replaces the complete view.

What is a prerequisite for configuring the SAP Fiori HAT Connector?. Set the path for custom plug-ins. Generate a service certificate. Create an SAP HANA Cloud Platform (HCP) Web IDE account. Create a local Cordova project.

Which of the following components are part of the SAP Web IDE, hybrid app toolkit add-on?. Hybrid App Project Templates, Device Configuration, Hybrid App Toolkit Connector. Kapsel Plugins, SAP Web IDE Plugin, Hybrid App Toolkit Connector. Hybrid Companion App, Config.json, Package.json, SAP Web IDE Plugin. SAP Web IDE Plugin, Hybrid Companion App, Hybrid App Toolkit Connector.

While testing an SAP Fiori app you discover that a button on the page delivers no response. Which of the following agile pyramid options do you use?. QUnit. Sinon. OPA. Mock server.

How do you integrate SAPUI5 in a Kapsel/Hybrid app?. Add the SAPUI5 bootstrap code into index.html. Create a new Kapsel plugin using SAPUI5. Configure the SAPUI5 resources in the config.xml file of the Hybrid app. Add the sap-mobile-hybrid.js file to the Hybrid app.

What happens if you execute an app that contains the following bootstrap file? <script src=”resources/sap-ui-core.js” id=”sap-ui-bootsrap” data-sap-ui-libs=”sap.m” data-sap-ui-xx-bindingSyntax=”complex” data-sap-ui-resourceroots=’{“sales.reporting”:”/”}’. The bootstrap will load and the SAP default theme will be used. The bootstrap will NOT load and the application will produce an error message that the theme is missing. The bootstrap will load and the customer-defined default theme will be used. The bootstrap will load and the application will run successfully but without a theme.

Which methods can you use to bind data to the controls in SAPUI5? (3 answers). Structure. Aggregation. Property. Element. Combination.

Which dependent plugin must you enable to include the Push plugin when you create a hybrid mobile app?. Dialog Notification. Network Connection. App Update. Logon Manager.

Which properties are part of the design phase when you develop SAP Fiori apps?. Ideation, Prototyping and Validation. Scoping, 360 degree research and Synthesis. Developing, Testing and Deploying. Requirement gathering, Research and Documentation.

Your customer wants to extend an SAP Fiori app through a Controller Extension. When can a controller extension lead to a crash? (2 answers). If the extension code exists in the extended app but the controller name is changed by an app update. If the extension code exists and is NOT referenced in the original view. If the extension code accesses parts of the original application that were removed. If the original code required to run the application is overwritten.

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?. odata_fiori. ui5_execute_abap. extend_fiori. dev_abap.

In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test?. this.calculator.press(“1”). QUnit.module. teardown : function() {}. QUnit.test.

You develop an SAPUI5 app that updates data on the SAP back-end system. What activities are required when you implement an XSRF token? (2 answers). Generate a token on each read and write request. Include the token in the HTTP request body of each write request. Execute the Refresh method for an expired token. Retrieve the token and send it with each service request.

Which tile types can you use to display real-time data values read from an OData service? (2 answers). KPI based tile. App Launcher – Dynamic tile. App Launcher – Static tile. News tile.

What are the basic guidelines of the Extension Point concept of SAPUI5? (2 answers). The custom app and the parent app contain a component.js file. The custom app remains modification free. The custom app is located in a separate project. The parent app contains all modifications.

What are the limitations of OPA5 test? (2 answers). Testing across more than one page is NOT possible. It never causes a test to fail. End-to-End tests are NOT recommended. The developer needs to create the test during development.

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? (2 answers). It supports custom destination API configuration and certificate inspection. It creates connectivity by a reverse-invoke process on the on-premise system. It initiates a cloud-based reverse-invoke process. It secures an SSL tunnel between the SAP Hana Cloud and the on-premise system.

You need to consume the OData Service from the Gateway to create a new SAP Fiori app in the SAP Web IDE. What value do you configure in the WebIDEUsage property for the destination in the SAP HANA Cloud Platform?. odata_xs. odata_abap. dev_abap. odata_gen.

What are the Lifecycle events of an SAPUI5 view controller? (2 answers). onBeforeRendering. onEntry. onExecution. onExit.

You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system. What do you create to implement a deep insert? (2 answers). Create a nested structure for Sales Order and Sales Order Items. Create an object structure that defines the hierarchy. Create a flat structure with Sales Order and Sales Order Items, and then add an expand command. Create individual structures for both Sales Order and Sales Order Items, and then batch them.

You finalized your app development in the SAP Web IDE and need to deploy it. Which deployment targets are offered? (3 answers). Deploy to SAP Fiori launchpad. SAPUI5 ABAP Repository. Register to SAP Fiori launchpad. SAPUI5 Java Repository. SAP HANA Cloud Platform.

You extend an SAP Fiori app. The visibility value of a View Button control needs to be modified. Which extension point do you use?. View Modification. View Extension. View Replacement. View Visibility.

Which deployment options do you have for SAP Fiori UIs 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 packages. Two different deployment packages on the same system as the business system. One deployment package on a different system from the business system.

For which operations will the SAP Gateway server compute and return a new ETag in a response header? (2 answers). DELETE. POST. PUT. GET.

You need the server to sort and filter the data used in your customer’s app. Which SAPUI5-supported data model must you use?. XML Model. JSON Model. Resource Model. OData Model.

You develop an SAPUI5 app and implement a FacetFilter. What events are triggered when the user interacts with the FactFilter control? (2 answers). oninit. confirm. listFilter. reset.

To perform a QUnit test, what do you include in a test page under your webapp folder?. SAPUI5 bootstrap code. OPA function. Mock code. Stub code.

Your customer asks you to demonstrate their app with localization changes. Which activity do you perform?. Configure the Supported Languages settings in the Project.json file. Show the i18n.properties file translations. Configure the run configuration file in the app. Enable the preview frame in the run configuration.

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). Create a resource file containing key/value pairs. Create a resource file for each language. 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.

Which activities does the OData Model Editor support? (3 answers). Edit ODataModels. Deploy ODataModels. Define Odata models. Test ODataModels.

Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop?. Scoping, Synthesis, Ideation. 360’ Research, Scoping, Synthesis. Scoping, 360’ Research, Ideation. Scoping, 360’ Research, Synthesis.

Which SAP Fiori personalization elements holds all of the technical information needed to start an app?. User Preferences. Tile. Catalog. Group.

Why do you use the Cordova and SAP Kapsel plug-ins when using the SAP Web IDE, SAP HAT add-on? (2 answers). To integrate device APIs. To use X.509 client certificates. To use offline OData. To enable multiple SAPUI5 apps.

What does coherence refer to in the SAP Fiori design principles? (2 answers). A consistent interaction and visual design language. A description of the technological foundation. The way in which the data is handled internally. The same intuitive experience across the whole enterprise.

In the data in the screenshot, you need to display the List of Companies in the Americas region. Which binding option do you use for the values X, Y, and Z in the view?. X: /region/companies Y: name Z: city. X: /region/companies Y: companies/name Z: companies/city. X: /region/0/companies Y: name Z: city. X: /region/0/companies Y: companies/0/name Z: companies/0/city.

What result do you expect from the de-composition and re-composition phases? (3 answers). A responsive de-composed design. A purpose-built app to support personas. The break-down of a large transaction. An adaptive and coherent app. The prevention of irrelevant data being shown to the user.

Which file is referred to as the App Descriptor and what is its function?. The config-json file is referred to as App Descriptor Its function is to configure ports and turn on plug-ins. 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 manifest.json file is referred to as App Descriptor Its function is to instantiate the model.

You develop an SAP Fiori sales app to display sales order information from the backend system. Which of the following model types do you use?. Resource model. XML model. OData model. JSON model.

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?. Run the connector with administrator rights. Install an X.509 certificate. Replace the default API key. Change the default port number.

Which tool do you use to deploy SAP Fiori app developments?. Eclipse (SAP NetWeaver Developer Studio). Process Modeler. Object Navigator. SAP WEB IDE.

Your customer needs an app that can perform data modifications. Which ODataModel binding-mode do you select?. One-time. One-way. Two-way. Three-way.

You need to maintain the mapping between an app URL and a destination in the SAPUI5 app. Which file do you maintain?. project.json. path.json. neo-app.json. user-project.json.

For which app type in SAP Fiori do you install the KPI framework?. Legacy app. Transactional app. Factsheet app. Analytical app.

You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?. Assert.strictEqual(0,-0,”true”);. Assert.strictEqual(0,””,”true”);. Assert.strictEqual(0,”0”,”true”);. Assert.strictEqual(0,null,”true”);.

When do you select the custom plugins to build and package a hybrid app using the SAP HAT?. During the Build the Hybrid Companion App step of installing the SAP HAT. While creating a new project using the Hybrid Mobile Enablement feature. During the Configure Path for Custom Plugins step of installing the SAP HAT. While configuring the app properties on the Hybrid App Configuration tab of the Web IDE plugin.

Your customer asks you for the advantages of the Model View Controller (MVC) design pattern. Which of the following answers do you provide? (2 answers). The data that the models work with can be reused by several different applications. The project team members that have extensive UI skills can concentrate in that area. MVC is easy to implement for the project team members and supports quick coding. MVC artifacts can be transported and debugged separately.

Why does SAP Fiori use an intent-based navigation?. The concrete app targets can be deployed separately. App implementation make the app deployment easier. Apps targets can be deployed separately. Apps can be developed and deployed in parallel.

What is the required content of the Component.js file of an extension project? (2 answers). The namespace of the parent app. The link to the parent app. The customizing section. The controller IDs.

Which information is included in the SAPUI5 app’s manifest.json file? (3 answers). Localization keys. Referenced data sources. Client side data-models. SAPUI5 dependencies. App ID, Name and Version.

You are extending an SAP Fiori app. Which of the extension properties are defined in the manifest.json? (2 answers). sap.ui.viewModifications. sap.ui.modelModifications. sap.ui.controllerExtensions. sap.ui.i18nModifications.

Which SAP Fiori app types require the SAP HANA database? (2 answers). Analytical. Transactional. Factsheet. Legacy.

What can your customer use a custom SAP Fiori client for? (3 answers). To wrap the application with SAP Mobile Secure. To apply custom branding. To create non-Cordova hybrid application containers. To add additional plugins to the application. To build the SAP Fiori Client with a customized communication protocol.

When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as?. BSP. HTML5. ABAP. OpenUI5.

Which SAP Fiori application is launched by using the search functionality instead of using a tile?. Analytical. Transactional. Factsheet. Legacy.

Which of the following pattern sequences are the QUnit tests based on?. Assert, Act, and Arrange. Given, When, and Then. Given, Then, and When. Arrange, Act, and Assert.

Which of the following activities allow you to store your changes in a local Git repository?. Push. Save. Clone. Commit.

What happens when you use the SAP Web IDE console during a deployment? (2 answers). You can debug the error messages in the console. You can view error messages when a deployment is successful. You can view error messages when a deployment is NOT successful. You can archive the success messages in the console.

Your customer requires that the SAPUI5 design of all apps reference a specific and consistent look and feel. What do you create? (3 answers) - Not verified. Create a model using the Web IDE implementing the specific look and feel and reference this model in the bootstrap of all apps. Create a global JavaScript file using the Web IDE implementing the specific look and feel and reference this file in the bootstrap of all apps. Create a module using the Web IDE implementing the specific look and feel and reference this module in the bootstrap of all apps. Create a css file using the Web IDE implementing the specific look and feel and reference this css in the bootstrap of all apps. Create a theme using the Theme Designer implementing the specific look and feel and reference this theme in the bootstrap of all apps.

What activity does the QUnit Stub functionality perform?. Verifies that expected methods are called correctly. Returns values for method calls. Provides parameters and return values for method calls. Supplies parameter for method calls.

How can you extend an SAP Fiori app? (3 answers). Modify the properties of the view control. Modify the runtime libraries that are to be loaded. Add customer view content in a predefined extension point. Enable merging of the standard and the custom controller at runtime.

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 thesame data in a readable format on a mobile device? (2 answers). column<Column:demandPopin=”true” maxScreenWidth=”mobile”>. column: <Column demandPopin=”true” maxScreenWidth=”mobile” popinDisplay=”Inline”>. column: <Column demandPopin=”true” minScreenWidth=”tablet” popinDisplay=”Inline”>. column : <Column demandPopin=”true” minScreenWidth=”tablet”>.

Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use?. EXECUTE_DEEP_INSERT. CREATE_DEEP_ENTITY. CREATE_BATCH_ENTITY. CREATE_STREAM.

Which element in the SAPUI5 architecture holds the data in JSON or XML?. Model. Component. Controller. View.

What is an Aggregation? (2 answers). Is a parent child relationship. A relationship between the text field and its label. Is not a parent/ child relationship. A relationship between two controls.

Which of the following annotations would you use for a List Report Page? Note: There are 2 correct answers to this question. Use @Search.defaultSearchElement annotation to define input fields with value help. Use @UI.lineitem importance annotation to determine in which devices the field is displayed. 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.

What activity does the QUnit Stub functionality perform?. Returns values for method calls. Supplies parameters for method calls. Verifies that expected methods are called correctly. Provides parameters and return values for method calls.

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 KPI, Create Evaluation, Create Tile Configure Drill-Down, Manage KPI Associations. Create Tile. Create KPI, Create Evaluation, Configure Drill-Down, Manage KPI Associations. Create KPI. Configure Drill-Down. Create Evaluation, Create Tile Manage KPI Associations.

You are an administrator for your S/4HANA 1809 landscape. You want to disable personalization and themes on the SAP Fiori Launchpad for select users in one client. How can you do this?. Create a new catalog referencing /U12/CONFIG_CUS_CONF and assign it to the users by a PFCG role. Create a new catalog referencing /U12/CONFIG_PERS_OFF and assign it to the users by a PFCG role. Create a new catalog referencing /U12/CONFIG_SYS_CONF and assign it to the users by a PFCG role. Create a new catalog referencing /U12/CONFIG_PERS_ON, adjusting the relevant parameter in the target mapping, and assign it to the users by a PFCG role.

What are Smart Controls?. Application templates for SAPUI5 applications to optimize development. Basic SAPUI5 controls recommended for standalone usage. SAPUI5 controls that can be rendered dynamically according to OData service annotations. The predecessor of Smart Templates.

Which of the following are features of the SAPUI5 SDK? (2 answers). Provides an interface to Web Dynpro. Is a subset of OpenUI5. Allows the usage of the jQuery library. Keyboard interaction support and accessibility features.

SAP Fiori Elements utilizes a metadata-driven approach for SAP Fiori app development. What are the implications of this?. Smart Templates must be used by the developer to consume OData annotations and metadata so the SAPUI5 runtime can use the corresponding view. App developers must use JavaScript to allow their applications to read OData annotations and metadata. SAPUI5 Smart Controls must be created by developers to utilize the Data annotations and metadata of SAP Fiori Elements templates. The SAPUI5 runtime interprets metadata and annotations of the OData service and uses the corresponding views for the Fiori app at startup.

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? (3 answers). The user does not have the proper PFCG role assigned to see the application or tile. The user does not have the proper PFCG role assigned to see the application or tile. The OData service authorization is missing. The target mapping for the tile is missing in the catalog. The end user is missing the required group containing the tile.

Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? (3 answers). Wizard. Analytical List. Page Initial. Page Overview. Page List Report.

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?. HTTP_WHITELIST. HTTP_MADMIM. HTTPURLLOC.

Why does SAP Flori use an bv-based navigation? (2 answers). To support Cross-app navigation. The concrete app targets can be deployed separately. Interdependent targets must be deployed in a single transport request. Apps can be developed and deployed in parallel.

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 answers). Define settings using transaction /UI5/FLP SYS_CONF. Create a target mapping in a catalog and assign the catalog to all users using roles. Define settings using transaction /UI5/FLP_CUS_CONF. Use the configuration file to define URL parameters to enable/disable features when starting the SAP Fiori Launchpad.

What is the correct HTTP request method that is required to modify an ODATA resource?. POST. UPDATE. CHANGE. PUT.

You are developing SAP Fiori Elements applications Which of the following actions are available in SAP Web IDE? (2 answers). Create an annotation file associated with the OData service and add annotations. Create a catalog, target mapping, and tiles. Add catalog to user menu in a PFCG role and grant the role to user. Choose the Data service as data provider for the project.

What are the advantages of Local Annotations Over SADL-based Annotations? (2 answers). Can handle Complex annotations which is not a bound to a single field or entity. Can Override the CDS based Annotations. Local Annotations are more reusable as compared to SADL 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.

What are Technical Catalogs used for? (2 answers). As a reference for Business Catalogs. As a reference for Business Groups. To store tiles and target mappings by technology per solution area. To reference tiles and target mappings according to Segregation of Duties for example a Purchaser, a Buyer and so on.

You are developing a complex screen and you use fragments What features of fragments are useful here? (2 answers). Fragments can be found by the SAPUI5 runtime libraries. Fragments are light-weight Ul parts that can be reused. Fragments have their own controller. Fragments can be a stand-alone view.

Which file can you use to configure internal navigation for List Report and Object Page templates?. manifest.json file. Data annotation file. index.html file. vocabulary.xml file.

Which control can you use to create responsive table-free layouts?. sap.ui.layout.HorizontalLayout. sap.ui.layout.VerticalLayout. sap.ui.layout.ResponsiveFlowLayout. sap.ui.layout.GridControl.

You want to create a business catalog for all employees that contains a standard SAP Fiori app How would you do this?. Reference the tile from a Technical Catalog provided by SAP. Reference the tile from an SAP Business Group. Reference the tile from an SAP Business Catalog. Reference the tile from OData metadata.

What options can you use to add UI annotations to a SAP Fiori Element Page? (3 answers). Add Annotations to the manifest file present as a part of WebIDE project using the Descriptor Edit. 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 WebIDE project using Annotation modeler. Add Annotation to the underlying Database Table.

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 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.

You are modeling a new role for your SAP Fiori Launchpad users. Which of the following steps is an optional configuration step?. Create Group and Assign Tile. Create Tiles and Target Mappings. Create Catalog. Assign Catalog to Role. Activate Windows Go to Settings.

In which state are the files in GIT when a remote repository is cloned? (3 answers). Tracked and staged. Tracked and unmodified. Staged and modified. Modified and tracked.

Which aggregation is used to overwrite the standard behavior of a Smart Field control?. Overwrite. Configure. Extension.

Which modes are provided by the sap.m.SplitAppMode enumeration? (2 answers). Pop over mode. Show hide mode. Shrink cozy mode. Stretch compress mode. Hide Show mode.

What are the current UI technologies of SAP? (3 answers). Web dynpro ABAP/ Floorplan manager. Java server pages. SAP UI5. Dynpro. BSP.

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.

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. MasterPages. DetailPages.

When you implement a controller extension and you implement the onlnit and onAfterRendering functions in the extension, when are they called?. Before the corresponding functions from the standard controller. After the corresponding functions form the standard controller. Only the functions of the controller extensions are called.

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.

Which function do you call on the ODataModel to trigger a deep insert?. CreateDeep. Create. UpdateDeep. InsertDeep.

Report abuse