Exam_C_FIORDEV_22_teil2
![]() |
![]() |
![]() |
Title of test:![]() Exam_C_FIORDEV_22_teil2 Description: Exam_C_FIORDEV_22_teil2 |




New Comment |
---|
NO RECORDS |
You need to securely connect the SAP Web IDE to an on-premise system How does the SAP Cloud Connector help do this? Note: 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 secures an SSL tunnel between the SAP Cloud and the on-premise system. It initiates a cloud-based reverse-invoke process. Which SAP Fiori app types require the SAP HANA database? Note: There are 2 correct answers to this question. Transactional. Legacy. Analytical. Factshest. 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. 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. An administrator wat to configure the SAP Fiori Launchpad for all users in one client for your S/4HANA 1809 landscape. Define settings using transaction /UI2/FLP_CUS_CONF. Create a target mapping in a catalog and assign the catalog to all users using roles. \/ O 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. Your customer asks you about the advantages of the Model View Controller (MVC) design pattern used in SAPUI5, Which of the following answers do you provide? Note: There are 2 correct answers to this question. 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. What are the advantages of the Sinon.JS framework? Note: There are 2 correct answers to this question. 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. 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? Note: There are 2 correct answers to this question. A. 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>. Which SAP Fiori application can you launch using the search function instead of a tile?. Transactional. Factsheet. Analytical. Legacy. Which SAP Fiori application can you launch using the search function instead of a tile?. Transactional. Factsheet. Analytical. Legacy. What are the Lifecycle events of an SAPUI5 view controller? Note: There are 2 correct answers to this question. onExit. beforeEntry. aterExecution. onBeforeRendering. 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 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. 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. Analytical List Page. Wizard. Initial Page. Overview Page. List Report. You develop an SAPUI5 app that updates dat on the SAP back-end system. What activities are required when you implement an XSRF token? Note: There are 2 correct answers to this question. 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. 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 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. 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. 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_BATCH_ENTITY. CREATE_STREAM. CREATE_DEEP_ENTITY. Your customer wants to enable the SAP Fiori app to be accessed in multiple languages. Which of the following activities do you perform? Note: There are 3 correct answers to this question. Create a resource file for each language. Create a resource file with a .props extension. Create a resource file containing key/value pairs. Encode the special characters in HTML in the resources file. Create a view file and a controller file for each language. 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 HTTP request methods does the SAP Gateway server use to compute and return a new eTag in a response header? Note: There are 2 correct answers to this question. POST. DELETE. PUT. get. Which tile types can you use to display real-time data values that are read from an OData service? Note: There are 2 correct answers to this question. App Launcher — Dynamic tile. App Launcher — Static tile. News tile. KPI-based tile. What are Technical Catalogs used for? Note: There are 2 correct answers to this question. 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 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 of the following are features of the SAPUI5 SDK? Note: There are 2 correct answers to this question. 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 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? Note: There are 2 correct answers to this question. Service URL. Module path. Destination. Binding type. What result do you expect from the de-composition and re-composition phases? Note: There are 3 correct answers to this question. 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. What are the advantages of Local Annotations Over SADL-based Annotations? Note: There are 2 correct answers to this question. 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. 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. Which application types can you develop and deploy on the SAP Cloud platform Neo environment? Note: There are 3 correct answers to this question. Objective-C apps. NET apps. Java apps. HTMLS apps. HANA XS apps. What is the correct HTTP request method that is required to modify an ODATA resource?. CHANGE. PUT. POST. UPDATE. 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. You want to use transaction /UIZ/FLP to start the SAP Fiori Launchpad using the Web Dispatcher. Which database table do you use to configure this?. HTTPURLLOC. HTTP_CSP_MADMIN. HTTP_WHITELIST. HTTP_MADMIM. 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. 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. 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. Your customer extends an SAP Fiori app with View Replacement. Which activities do you perform? Note: There are 2 correct answers to this question. Create an SAPUIS 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. 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 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. 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. Which of the following can you use to extend an SAP Fiori Elements application?Note: There are 2 correct answers to this question. App extension. Adaption extensions. ABAP extension. CDS extension. Which of the following are features of the SAPUI5 SDK?Note: There are 2 correct answers to this question. Responsiveness across browsers on non-mobile devices only. Interface for Web Dynpro. Full translation support. Feature-rich UI controls for handling complex UI patterns. What are catalog types in SAP Fiori?Note: There are 3 correct answers to this question. Tile. Standard. System. Replicable. None-typed. |