Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONMy Test 1

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
My Test 1

Description:
My test 1

Author:
Krishna
(Other tests from this author)

Creation Date:
25/04/2024

Category:
Others

Number of questions: 83
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Which file can you use to configure internal navigation for List Report and Object Page templates? index.html file manifest.json file OData annotation file vocabulary.xml file.
Which control can you use to create responsive table-free layouts? sap.ui.layout.Grid Control sap.ui.layout.ResponsiveFlowLayout sap.ui.layout.VerticalLayout sap.ui.layout.HorizontalLayout.
To perform a QUnit test, what do you include in a test page under your webapp folder? Mock code Stub code SAPUI5 bootstrap code OPA function.
Your customer asks you to add text for a new language to an app. Which file do you send to the translator? 18n.properties Master.view.xml Manifest.json Component.js.
You are developing a complex screen and you use fragments. What features of fragments are useful here? (2 correct) Fragments are light-weight UI parts that can be reused. Fragments can be a stand-alone view Fragments can be found by the SAPUI5 runtime libraries. Fragments have their own controller.
Which activities does the OData Model Editor support? (3 correct) Deploy ODataModels Edit ODataModels Create ODataModels Test ODataModels.
Which of the following pattern sequences are the QUnit tests based on? Assert, Act, and Arrange Arrange, Act, and Assert Given, Then, and When Given, When, and Then.
An administrator want to configure the SAP Fiori Launchpad for all users in one client for your S/4HANA 1809 landscape. Create a target mapping in a catalog and assign the catalog to all users using roles. Define settings using transaction /UI2/FLP_CUS_CONF. Define settings using transaction /UI2/FLP_SYS_CONF. Use the configuration file to define URL parameters to enable/disable features when starting the SAP Fiori Launchpad.
In the source code below, which of the following locations must reference the extension point? Neo-app.json Componente.js EmployeData.view.xml EmployeData.controller.js.
You develop an SAPUI5 app and implement a FacetFilter What events are triggered when the user interacts with theFacetFilter control? (2 correct) reset confirm OnInit ListFilter.
What type of navigation is used in SAP Fiori Launchpad applications? Action-based navigation Target-based navigation Scope-based navigation.
Which properties do you need to configure when you use the Mock server? (2 correct) Service URL Module path Destination Binding type.
In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company Acme Inc.?(2 correct) /regions/companies/O/city /regions/1/companies/l/city /regions/0/companies/O/city /region[0]/companies[O]/city.
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 Odata metadata Reference the tile from a Technical Catalog provided by SAP Reference the tile from a SAP Business Group Reference the tile from a SAP Business Catalog.
What is the required content in the Component.js file for an extension project? (2 correct) The link to the parent app The controller IDs The namespace of the parent app The customizing section.
In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app? SAP Back-End Server (BES) SAP Front-End Server (FES) SAP HANA XS Engine SAP Web Dispatcher.
Which tool can you use to generate SAPUI5 coding that is based on prototypes? SAP Build UI Theme Designer SAP Business Application Studio Adobe Flash.
What options can you use to add UI annotations to a SAP Fiori Element Page? (3 correct) Add Annotation to the Annotation file present as a part of WeblDE project using Annotation modeler 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 WeblDE project using the Descriptor Edit Add Annotation with the help of a Metadata Extension.
You need to consume the OData Service from the Gateway to create a new SAP Fiori app in the SAP Web IDE What value doyou configure in the WeblDEUsage property for the destination in the SAP HANA Cloud Platform? dev_abap odata_xs odata_gen odata_abap.
Where are the themes saved for the SAP Fiori launchpad? In the theme repository In the theme data center In the UI theme designer tool In the bootstrap.
Which HTTP request methods does the SAP Gateway server use to compute and return a new eTag in a response header? (2correct) POST DELETE PUT GET.
What are the Lifecycle events of an SAPUI5 view controller? (2 correct) onExit beforeEntry afterExecution onBeforeRendering.
You need to configure an SAP Destination service to enable SAP Business Application Studio to extend an existing SAP Fioriapp. Which configuration setting for the WeblDE Usage property is required? extend_abap odata_abap ui5_execute_abap dev_abap.
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 Visibility View Extension View Replacement.
Which features of the SAP Business Application Studio help you extend a standard SAP Fiori app? (2 correct) A wizard to generate the files for each extension possibility The Extensibility Pane to choose extension points An editor to modify the data model in the extended project The Descriptor Editor to choose elements for extension.
You created a new catalog that contains some apps. You want to assign these apps to an existing role to provide authorizationfor the business users. How can you do this using the PFCG transaction? By adding the semantic object to the catalog and group 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.
To which of the following does an SAP Fiori tile point to directly? An SAP Fiori app A target mapping with a semantic object and an action An action A semantic object.
Which methods can you use to bind data to the controls in SAPUI5? (3 correct) Combination Structure Aggregation Element Property.
What are Technical Catalogs used for? (2 correct) 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 As a reference for Business Catalogs As a reference for Business Groups.
You are extending an SAP Fiori app. Which of the extension properties are defined in the manifest.json? (2 correct) sap.ui.modelModifications sap.ui.il8nModifications sap.ui.controllerExtensions sap.ui.viewModifications.
What activity does the QUnit Stub functionality perform? Supplies parameters for method calls. Provides parameters and return values for method calls. Returns values for method calls Verifies that expected methods are called correctly.
Which of the following tile types can use an OData service to set the title properties? Semi-dynamic Dynamic Static.
Which of the following annotations would you use for a List Report Page? (2 correct) Use @UI.Iineitem.importance annotation to determine in which devices the field is displayed. Use @UI.selectionField annotation to define a fuzzy search field Use @Search.defaultSearchElement annotation to define input fields with value help. Use @UI.hidden annotation to hide the fields that are not to be displayed on a list report.
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 il8n properties file translations. Use the preview frame in the run configuration. Configure the run configuration file in the app.
You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system. What do youcreate to implement a deep insert? (2 correct) A nested structure for Sales Order and Sales Order Items. A fat structure with Sales Order and Sales Order Items, and then add an expand command. An object structure that defines the hierarchy. An individual structures for both Sales Order and Sales Order Items, and then batch them.
Which of the following are features of the SAPUI5 SDK?(2 correct) Responsiveness across browsers on non-mobile devices only Interface for Web Dynpro Full translation support Feature-rich UI controls for handling complex UI patterns.
You need the backend server to sort and filter the data used in your customer's app. Which SAPUI5-supported data model must you use? ODataModel ResourceModel JSONModel XMLModel.
Which tile types can you use to display real-time data values that are read from an OData service? (2 correct) App Launcher - Dynamic tile App Launcher - Static tile News tile KPI-based tile.
You are developing SAP Fiori Elements applications Which of the following actions are available in SAP Web IDE? (2 correct) Create an annotation file associated with the OData service and add annotations Add catalog to user menu in a PFCG role and grant the role to user Create a catalog, target mapping, and tiles Choose the OData service as data provider for the project.
Which SAP Fiori application can you launch using the search function instead of a tile? Transactional Factsheet Analyticial Legacy.
What is the purpose of the SAP Cloud Connector? It connects the services of the SAP Cloud Platform and SAP Web IDE It connects the services of the SAP Cloud Platform and on-premise systems in the customers' network. It lists the search components and corresponding search models needed for the app. It allows the SAP Web IDE to connect to the on-premise system's Cordova development environment.
Your customer asks you about the advantages of the Model View Controller (MVC) design pattern used in SAPUI5, Which ofthe following answers do you provide? (2 correct) MVC is easy to implement for the project team members and supports quick coding. MVC artifacts can be transported and debugged separately. The data models can be reused by several different applications. Allows the project team to decouple UI development from business logic development.
You need to securely connect the SAP Web IDE to an on-premise system. How does the SAP Cloud Connector help do this? (2correct) It creates connectivity by a reverse-invoke process on the on-premise system. It supports custom destination API configuration and certificate inspection. It secures an SSL tunnel between the SAP Cloud and the on-premise system. It initiates a cloud-based reverse-invoke process.
What are the advantages of Local Annotations Over SADL-based Annotations? (2 correct) 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 Can handle Complex annotations which is not a bound to a single field or entity Local Annotations are more reusable as compared to SADL based annotations.
A business user is unable to find an application on the SAP Fiori Launchpad or on the App Finder. Which of the followingoptions could explain why the tile is unavailable? (3 correct) The user does not have the proper PFCG role assigned to see the application or tile 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 The OData service authorization is missing.
Why do you explore the Problem Space in detail during a Design Thinking workshop? To create desirable solutions To validate solution ideas To understand user needs To save costs in the evaluation phase.
You develop an SAPUI5 app that updates data on the SAP back-end system. What activities are required when you implementan XSRF token? (2 correct) Retrieve the token and send it with each write request Execute the Refresh method for an expired token. Include the token in the HTTP request body of each write request Generate a token on each read and write request.
While testing an SAP Fiori app you discover that a button on the page delivers no response. Which of the following agilepyramid options do you use? Sinon QUnit OPA Mock server.
Which of the following floorplans also have a standard SAP Fiori Elements implementation available as a part of SAP Fiori 2.0? (3 correct) Analytical List Page Wizard Initial Page Overview Page List Report.
Why does SAP Fiori use an intent-based navigation? Apps can be developed and deployed in parallel Apps targets can be deployed separately The concrete app targets can be deployed separately App implementation make the app deployment easier.
Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? (2 correct) Create an SAPUI5 view that replaces the complete view. Create an SAPUIS control that replaces the original control. Verify that adding custom content in the Extension Points is NOT sufficient Identify a specific SAPUIS control to be replaced.
Which of the following are features of the SAPUI5 SDK? (2 correct) Is a subset of OpenUI5 Allows the usage of the jQuery library Keyboard interaction support and accessibility features Provides an interface to Web Dynpro.
What are Smart Controls? Basic SAPUI5 controls recommended for standalone usage SAPUI5 controls that can be rendered dynamically according to OData service annotations Application templates for SAPUI5 applications to optimize development The predecessor of Smart Templates.
Your customer requires an app to display flight information on a mobile device as detailed in the following screenshot for details.Which options can you use to display the same data in a readable format on a mobile device? (2 correct) Column:<column demandpopin="true" maxscreenwidth="mobile"></column> Column:<column demandpopin="true" maxscreenwidth="mobile" popindisplay="Inline"x/column> Column:<column demandpopin="true" minscreenwidth="tablet"x/column> Column:<column demandpopin="true" minscreenwidth="tablet" popindisplay="Inline"x/column>.
In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application? Index.html Neo-app.json Component.js Manifest.json.
Which of the following activities allow you to store your changes in a local Git repository? Commit Save Clone Push.
What is the correct HTTP request method that is required to modify an ODATA resource? CHANGE PUT POST UPDATE.
Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities doyou perform? (3 correct) HTML -enable the special characters in the resource file Create a resource file containing key/value pairs Create a resource file for each language Create a resource file with a .props extension Create a view file and a controller file for each language.
You develop an SAPUIS app that can be extended. To allow your customer to customize notifications, you set up a hookmethod. What activities are required to implement a hook method? (3 correct) Add a code snippet to check if the method exists and execute it Create a 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. Identify a strategic location in the controller for the customized code Define a new function name ensuring it is reserved for the extension.
How can you extend an SAP Fiori app? (3 correct) Modify the runtime libraries that are to be loaded Modify the properties of the view control Modify the data model to merge data at runtime. Enable merging of the standard and the custom controller at runtime. Add custom view content in a predefined extension point.
What are catalog types in SAP Fiori?(3 correct) Tile Standard System Replicable Non-Typed.
Which application types can you develop and deploy on the SAP Cloud platform Neo environment? (3 correct) Objective-C apps NET apps Java Apps HTML5 apps HANA XS apps.
Your customer requires that the SAPUI5 design of all apps matches their corporate theme. Which of the following actions doyou perform? (3 correct) Create a theme using the Theme Designer implementing the theme. Create a model using the Web IDE implementing the theme Reference the relevant artifacts in the bootstrap of the app. Create a ess file using the Web IDE implementing the theme. Create a module using the Web IDE implementing the theme.
Which model supports deep inserts? OData model JSON model Resource model XML model.
When SAP Web IDE deploys an SAPUI5 app to the ABAP server, which type of app is it deployed as? HTML5 OpenUI5 BSP ABAP.
Which processes are part of the design phase when you develop SAP Fiori apps? Developing, Testing and Deploying Ideation, Prototyping and Validation Scoping, 360 degree research and Synthesis Requirement gathering, Research and Documentation.
Which SAP Fiori app types require the SAP HANA database? (2 correct) Transactional Legacy Analytical Factsheet.
Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData servicemethod can you use? EXECUTE_DEEP_INSERT CREATE_BATCH_ENTITY CREATE_STREAM CREATE_DEEP_ENTITY.
In the data in the screenshot, you want to display the List of Companies in the Americas region. Which binding option do you use for the X, Y, and Z values in the view? X:/regions/0/companies Y: name Z: city X:/regions/companies Y: name Z: city X:/regions/0/companies Y: companies/O/name Z: companies/O/city X:/regions/companies Y: companies/name Z: companies/city.
What can you connect with the SAP Cloud Connector? SAP BTP services to on-premise systems in a customer's network SAP BTP services to SAP Business Application Studio SAP Business Application Studio to a Cordova development environment SAP API Business Hub to client devices.
What are the limitations of OPA5 test? (2 correct) It never causes a test to fail Testing across more than one page is NOT possible End-to-end tests are NOT recommended. The developer needs to create the test during development.
You are modeling a new role for your SAP Fiori Launchpad users. Which of the following steps is an optional configuration step? Assign Catalog to Role Create Group and Assign Tile Create Catalog Create Tiles and Target Mappings.
What result do you expect from the de-composition and re-composition phases? (3 correct) A purpose-built app to support personas A responsive de-composed design The break-down of a large transaction The prevention of irrelevant data being shown to the user An adaptive and coherent app.
In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test? QUnit.module This.calculator.press("1"); eardown : function() {} QUnit.test.
What are the advantages of the Sinon.JS framework? (2 correct) It enables test-driven development It supports only synchronous requests. It supplies higher level test doubles for timers and AJAX requests. It provides support for spies, stubs and mocks.
Which of the following can you use to extend an SAP Fiori Elements application?(2 correct) App extension Adaption extensions ABAP extension CDS extension.
What does coherence refer to in the SAP Fiori design principles? (2 correct) A consistent interaction and visual design language Design for business users needs and their work Solves multiple use cases The same intuitive experience across the whole enterprise.
You need to bind data from a model to an SAPUI5 view control. Which of the following modes are valid? (3 correct) One-time binding Three-way binding Resource-model binding Two-way binding One-way binding.
You finalized your SAPUI5 app development in the SAP Web IDE. What are the platforms available for deployment? (2 correct) Deploy to SAP Fiori launchpad Deploy to SAP Cloud Platform Deploy to SAPUI5 Java Repository Deploy to SAPUI5 ABAP Repository.
Which information is included in the SAPUI5 app's manifest.json file? (3 correct) SAPUI5 dependencies Client side data-models Referenced data sources Localization keys App ID, Name, and Version.
You want to use transaction /UI2/FLP to start the SAP Fiori Launchpad using the Web Dispatcher. Which database table do youuse to configure this? HTTPURLLOC HTTP_CSP_MADMIN HTTP_WHITELIST HTTP_MADMIM.
SAP Fiori Elements utilizes a metadata-driven approach for SAP Fiori app development. What are the implications of this? SAPUI5 Smart Controls must be created by developers to utilize the OData 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. 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.
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it? Assert.strictEqual(0,””,”true”); Assert.strictEqual(0,null,”true”); Assert.strictEqual(0,-0,”true”); Assert.strictEqual(0,”0”,”true”);.
Report abuse Consent Terms of use