C_FIORDEV_21 – SAP Certified Development Associate – Practise Test


C_FIORDEV_21 – SAP Certified Development Associate – SAP Fiori Application Developer Question with Answers | C_FIORDEV_21 – SAP Certified Development Associate MCQ with Answers | C_FIORDEV_21 – SAP Certified Development Associate Certification Exam Practise Test | C_FIORDEV_21 – SAP Certified Development Associate Free Online Test | C_FIORDEV_21 – SAP Certified Development Associate Frequently Asked Questions

Note : The questions which are given here are for practise purpose only. In Your Certification Exam this type of Questions may Occur. So please Study wisely and go for Exam. All the Best!!!

For More Practise Test of SAP – Join Our Telegram Channel

1 of 80

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.

  1. It creates connectivity by a reverse-invoke process on the on-premise system.
  2. It initiates a cloud-based reverse-invoke process.
  3. It supports custom destination API configuration and certificate inspection
  4. It secures an SSL tunnel between the SAP Cloud and the on-premise system

Ans: 1 4

2 of 80

Which application types can you develop and deploy on the SAP Cloud platform Neo environment? Note: There are 3 correct answers to this question

  1. HANA XS apps
  2.  HTML5 apps
  3. Java apps
  4. Objective-C apps
  5. NET apps

Ans: 1 2 3

3 of 80

Which of the following annotations would you use for a List Report Page? Note: There are 2 correct answers to this question.

  1. Use @Search.defaultSearchElement annotation to define input fields with value help
  2. Use @UI.lineitem importance annotation to determine in which devices the field is displayed
  3. Use @UI hidden annotation to hide the fields that are not to be displayed on a list report 
  4. Use @Ul.selectionField annotation to define a fuzzy search field

Ans: 2 3

4 of 80

What activity does the QUnit Stub functionality perform?

  1. Returns values for method calls
  2. Supplies parameters for method calls.
  3. Verifies that expected methods are called correctly
  4. Provides parameters and return values for method calls

Ans: 4

5 of 80

You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?

Assert. strictEqual(0,”0″,”true”);

AssertstrictEqual(0.””,”true”);

AssertstrictEqual(0.-0,”true”);

Assert. strictEqual(0 null,”true”);

Ans: 3

6 of 80

What does coherence refer to in the SAP Fiori design principles? Note: There are 2 correct answers to this question.

  1. Solves multiple use cases
  2. The same intuitive experience across the whole enterprise
  3. A consistent interaction and visual design language
  4. Design for business users’ needs and their work

Ans:2 3

7 of 80

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?

  1. Create Evaluation, Create Tile, Create KPI, Manage KPI Associations, Configure Drill-Down
  2. Create KPI, Create Evaluation, Create Tile Configure Drill-Down, Manage KPI Associations
  3. Create Tile. Create KPI, Create Evaluation, Configure Drill-Down, Manage KPI Associations
  4. Create KPI. Configure Drill-Down. Create Evaluation, Create Tile Manage KPI Associations

Ans:2

8 of 80

What is the purpose of the SAP Cloud Connector?

  1. It connects the services of the SAP Cloud Platform and on-premise systems in the customer’s network
  2.  It allows the SAP Web IDE to connect to the on-premise system’s Cordova development environment
  3.  It connects the services of the SAP Cloud Platform and SAP Web IDE
  4. It lists the search components and corresponding search models needed for the app

Ans:2

9 of 80

In the source code below, which of the following locations must reference the extension point?

  1. Component.js
  2. EmployeeData view.xml
  3. EmployeeData controller.js
  4. Neo-app.json

Ans:1

10 of 80

Which of the following activities allow you to store your changes in a local Git repository?

  1. Save
  2. Push
  3. Commit
  4. Clone

Ans:3

11 of 80

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?

  1. Create a new catalog referencing /U12/CONFIG_CUS_CONF and assign it to the users by a PFCG role.
  2. Create a new catalog referencing /U12/CONFIG_PERS_OFF and assign it to the users by a PFCG role 
  3. Create a new catalog referencing /U12/CONFIG_SYS_CONF and assign it to the users by a PFCG role.
  4. 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,

Ans:2

12 of 80

What are Smart Controls?

  1. Application templates for SAPUI5 applications to optimize development
  2. Basic SAPUI5 controls recommended for standalone usage
  3. SAPUI5 controls that can be rendered dynamically according to OData service annotations
  4. The predecessor of Smart Templates

Ans:2

13 of 80

You are extending an SAP Fiori app Which of the extension properties are defined in the manifest json? Note: There are 2 correct answers to this question

  1. sap.ui.i18nModifications
  2. sap.uimodelModifications
  3. sapuiviewModifications
  4. sap.ui.controllerExtensions

Ans:3 4

14 of 80

Which methods can you use to bind data to the controls in SAPUI5? Note: There are 3 correct answers to this question.

  1. Element
  2. Structure
  3. Aggregation
  4. Combination
  5. Property

Ans:1 3 5

15 of 80

Your customer requires that the SAPUI5 design of all apps matches their corporate theme. Which of the following actions do you perform? Note: There are 3 correct answers to this question.

  1. Create a model using the Web IDE implementing the theme.
  2. Reference the relevant artifacts in the bootstrap of the app.
  3. Create a css file using the Web IDE implementing the theme
  4. Create a module using the Web IDE implementing the theme.
  5. Create a theme using the Theme Designer implementing the theme.

Ans:3 4 5

16 of 80

Which of the following are features of the SAPUIS SDK? Note: There are 2 correct answers to this question.

  1. Provides an interface to Web Dynpro
  2. Is a subset of OpenU15
  3. Allows the usage of the jQuery library
  4. Keyboard interaction support and accessibility features

Ans:1 2

17 of 80

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.

  1. MVC artifacts can be transported and debugged separately.
  2. Allows the project team to decouple UI development from business logic development
  3. The data models can be reused by several different applications.
  4. MVC is easy to implement for the project team members and supports quick coding.

Ans:1 4

18 of 80

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.

  1. GET
  2. POST
  3. DELETE
  4. PUT

Ans:2 4

19 of 80

Which SAP Fiori application can you launch using the search function instead of a tile?

  1. Legacy
  2. Transactional
  3. Factsheet
  4. Analytical

Ans:3

20 of 80

What happens if you execute an app that contains the following bootstrap file?

  1. The bootstrap will load and the SAP default theme will be used.
  2. The bootstrap will load and the application will run successfully but without a theme
  3. The bootstrap will NOT load and the application will produce an message that the theme is missing
  4. The bootstrap will load and the customer-defined default theme will be used

Ans:2

21 of 80

SAP Fiori Elements utilizes a metadata-driven approach for SAP Fiori app development. What are the implications of this?

  1. Smart Templates must be used by the developer to consume OData annotations and metadata so the SAPUI5 runtime can use the corresponding view
  2. App developers must use JavaScript to allow their applications to read OData annotations and metadata
  3. SAPUIS Smart Controls must be created by developers to utilize the Data annotations and metadata of SAP Fiori Elements templates
  4. The SAPUI5 runtime interprets metadata and annotations of the OData service and uses the corresponding views for the Fiori app at startup

Ans:3

22 of 80

Your customer asks you to demonstrate their app with localization changes Which activity do you perform?

  1. Show the i18n properties file translations.
  2. Configure the supportedLanguages settings in the Project.json file.
  3. Use the preview frame in the run configuration
  4. Configure the run configuration file in the app.

Ans:1

23 of 80

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

  1. The user does not have the proper PFCG role assigned to see the application or tile.
  2. The catalogs assigned to the user do not contain the relevant application or tile.
  3. The OData service authorization is missing
  4. The target mapping for the tile is missing in the catalog
  5. The end user is missing the required group containing the tile.

Ans:3 4 5

24 of 80

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

  1. Wizard
  2. Analytical List
  3. Page Initial
  4. Page Overview
  5. Page List Report

Ans:2 4 5

25 of 80

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?

  1. X: /regions/companies Y companies/name Z companies/city
  2. X: /regions/0/companies Y companies/0/name Z companies/0/city
  3. X: /regions/companies Y: name Z:.city
  4. X: /regions/0/companies Y: name Z: city

Ans:4

26 of 80

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?

  1. HTTP_WHITELIST
  2. HTTP_MADMIM
  3. HTTPURLLOC

Ans:3

27 of 80

In a standard SAPUI5 project, which file is the Application Descriptor that contains the metadata description of the application?

  1. Neo-app ison
  2. Manifest json
  3. Index.html
  4. Components

Ans:2

28 of 80

Why does SAP Flori use an intent-based navigation? Note: There are 2 correct answers to this question

  1. To support Cross-app navigation
  2. The concrete app targets can be deployed separately
  3. Interdependent targets must be deployed in a single transport request.
  4. Apps can be developed and deployed in parallel.

Ans: 1

29 of 80

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?

  1. Define settings using transaction /UI5/FLP SYS_CONF.
  2. Create a target mapping in a catalog and assign the catalog to all users using roles
  3. Define settings using transaction /UI5/FLP_CUS_CONF.
  4. Use the configuration file to define URL parameters to enable/disable features when starting the SAP Fiori Launchpad.

Ans:1 2 3

30 of 80

What is the correct HTTP request method that is required to modify an ODATA resource?

  1. POST
  2. UPDATE
  3. CHANGE
  4. PUT

Ans:2

31 of 80

Which properties do you need to configure when you use the Mock server? Note: There are 2 correct answers to this question

  1. Binding type
  2. Module path
  3. Service URL
  4. Destination

Ans:3 4

32 of 80

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

  1. Create an annotation file associated with the OData service and add annotations
  2. Create a catalog, target mapping, and tiles
  3. Add catalog to user menu in a PFCG role and grant the role to user
  4. Choose the Data service as data provider for the project

Ans:2 3

33 of 80

You develop an SAPUI5 app that can be extended. To allow your customer to customize notifications, you set up a hook method What activities are required to implement a hook method? Note: There are 3 correct answers to this question

  1. Add a code snippet to check if the method exists and execute it
  2. Define a new function name ensuring it is reserved for the extension
  3. Modify the bootstrap option to allow multi-layer extensions of the custom code
  4. Create a js file in the Util folder to allow the customer to add custom code.
  5. Identify a strategic location in the controller for the customized code.

Ans: 1 2 5

34 of 80

Your customer asks you to add text for a new language to an app. Which file do you send to the translator?

  1. Manifest.json
  2. Master.view.xml
  3. Component.js
  4. i18n.properties

Ans:4

35 of 80

To perform a QUnit test, what do you include in a test page under your webapp folder?

  1. SAPUIS bootstrap code
  2. OPA function
  3. Stub code
  4. Mock code

Ans: 1

36 of 80

Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop?

  1. 360° Research Scoping, Synthesis
  2. Scoping, 360 Research. Ideation
  3. Scoping, 360′ Research, Synthesis
  4. Scoping, Synthesis, Ideation

Ans:3

37 of 80

You develop an SAPUI5 app that updates data 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

  1. Retrieve the token and send it with each write request.
  2. Generate a token on each read and write request
  3. Include the token in the HTTP request body of each write request
  4. Execute the Refresh method for an expired token_

Ans: 1 4

38 of 80

What are the advantages of Local Annotations Over SADL-based Annotations? Note: There are 2 correct answers to this question

  1. Can handle Complex annotations which is not a bound to a single field or entity
  2. Can Override the CDS based Annotations
  3. Local Annotations are more reusable as compared to SADL based annotations
  4. 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

Ans: 2 3

39 of 80

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?

  1. OPA
  2. Sinon
  3. Mock server
  4. QUnit

Ans:1

40 of 80

What are Technical Catalogs used for? Note: There are 2 correct answers to this question

  1. As a reference for Business Catalogs
  2. As a reference for Business Groups
  3. To store tiles and target mappings by technology per solution area
  4. To reference tiles and target mappings according to Segregation of Duties for example a Purchaser, a Buyer and so on

Ans:1 3


41 of 80

What is the required content in the Component.js file for an extension project? Note: There are 2 correct answers to this question

  1. The link to the parent app
  2. The customizing section
  3. The namespace of the parent app
  4. The controller IDs

Ans:1 2

42 of 80 

You need to consume the Data 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?

  1. dev_abap
  2. odata gen
  3. odata_abap
  4. odata_xs

Ans:3

43 of 80

What are the limitations of OPA5 test? Note: There are 2 correct answers to this question

  1. The developer needs to create the test during development
  2. End-to-end tests are NOT recommended
  3. Testing across more than one page is NOT possible.
  4. It never causes a test to fail.

Ans:2 3

44 of 80

Which activities does the the OData Model Editor support? Note: There are 2 correct answers to this question

  1. Edit ODataModels
  2. Test DataModels
  3. Create ODataModels
  4. Deploy OData Models

Ans: 1 2

45 of 80

Which tool can you use to generate SAPUI5 coding that is based on prototypes?

  1. OUI Theme Designer
  2. SAP Build
  3. Adobe Flash
  4. SAP WEB IDE

Ans:4

46 of 80

Which processes are part of the design phase when you develop SAP Fiori apps?

  1. Developing, Testing and Deploying
  2. Scoping, 360 degree research and Synthesis
  3. Requirement gathering, Research and Documentation
  4. Ideation, Prototyping and Validation

Ans:4

47 of 80

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? Note: There are 2 correct answers to this question

  1. An individual structures for both Sales Order and Sales Order Items, and then batch them
  2. A nested structure for Sales Order and Sales Order Items.
  3. A flat structure with Sales Order and Sales Order Items, and then add an expand command
  4. An object structure that defines the hierarchy.

Ans:2 4

48 of 80

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

  1. Fragments can be found by the SAPUI5 runtime libraries.
  2. Fragments are light-weight Ul parts that can be reused.
  3. Fragments have their own controller
  4. Fragments can be a stand-alone view

Ans:4 3

49 of 80

Your customer extends an SAP Fiori app with View Replacement which activities do you perform? Note: There are 2 correct answers to this question

  1. Create an SAPUI5 view that replaces the complete view
  2. Verify that adding custom content in the Extension Points is NOT sufficient
  3. Identify a specific SAPUI5 control to be replaced.
  4. Create an SAPUI5 control that replaces the original control.

Ans: 1 2

50 of 80

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

  1. EXECUTE_DEEP_INSERT
  2. CREATE_STREAM
  3. CREATE_DEEP_ENTITY
  4. CREATE_BATCH_ENTITY

Ans: 3

51 of 80

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

  1. АВАР
  2. OpenUI5
  3. HTML5
  4. BSP

Ans:4

52 of 80

Which SAP Fiori app types require the SAP HANA database? Note: There are 2 correct answers to this question

  1. Analytical
  2. Transactional
  3. Factsheet
  4. Legacy

Ans:1 3

53 of 80

You need to configure a SAP Cloud Platform destination to enable SAP Web IDE to extend an existing SAP Fiori app Which configuration setting for the WebIDEUsage property is required?

  1. odata_abap
  2. dev_abap
  3. extend_abap
  4. ui5_execute_abap

Ans:2

54 of 80

why do you explore the Problem Space in detail during a Design Thinking workshop?

  1. To understand user needs
  2. To create desirable solutions
  3. To save costs in the evaluation phase
  4. To validate solution ideas

Ans:1

55 of 80

Which file can you use to configure internal navigation for List Report and Object Page templates?

  1. manifestjson file
  2. Data annotation file
  3. index.html file
  4. vocabulary xml file

Ans: 2

56 of 80

Which of the following pattern sequences are the QUnit tests based on?

  1. Arrange, Act, and Assert
  2. Given, When, and Then
  3. Assert, Act, and Arrange
  4. Given, Then, and When

Ans: 1

57 of 80

In a SAP Fiori hub deployment, where is the SAPUI5 application code stored for a transactional app?

  1. SAP Front-End Server (FES)
  2. SAP Back-End Server (BES)
  3. SAP Web Dispatcher
  4. SAP HANA XS Engine

Ans:2

58 of 80

Which features of the SAP Web IDE help you extend a standard SAP Fiori app? Note: There are 2 correct answers to this question.

  1. A wizard to generate the files for each extension possibility
  2. The Extensibility Pane to choose extension points
  3. The Descriptor Editor to choose elements for extension
  4. An editor to modify the data model in the extended project

Ans: 1 2

59 of 80

What result do you expect from the de-composition and re-composition phases? Note: There are 3 correct answers to this question

  1. The break-down of a large transaction
  2. A responsive de-composed design
  3. A purpose-built app to support personas
  4. The prevention of irrelevant data being shown to the user
  5. An adaptive and coherent app

Ans: 1 2 3

60 of 80

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

  1. View Visibility
  2. View Replacement
  3. View Extension
  4. View Modification

Ans:4

61 of 80

What are the Lifecycle events of an SAPUI5 view controller? Note: There are 2 correct answers to this question

  1. afterExecution
  2. onBeforeRendering
  3. on Exit
  4. beforeEntry

Ans: 2 3

62 of 80

You develop an SAPU15 app and implement a FacetFilter. What events are triggered when the user interacts with the FacetFilter control? Note: There are 2 correct answers to this question.

  1. confirm
  2. oninit
  3. Reset
  4. listFilter

Ans: 1 3

63 of 80

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

  1. XML model
  2. ODatamodel
  3. JSON model
  4. Resourcemodel

Ans: 2

64 of 80

In the screenshot, which element of the Arrange-Act-Assert pattern corresponds to the Act in a QUnit test?

  1. this. Calculator press(“1”);
  2. QUnit module
  3. QUnit test
  4. teardown: function () {}

Ans: 1

65 of 80

You finalized your SAPUI5 app development in the SAP Web IDE What are the platforms available for deployment? Note: There are 2 correct answers to this question,

  1. Deploy to SAPUI5 ABAP Repository
  2. Deploy to SAP Cloud Platform
  3. Deploy to SAPUI5 Java Repository
  4. Deploy to SAP Fiori Launchpad

Ans: 1 2

66 of 80

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

Ans: 3

67 of 80

You need the backend server to sort and filter the data used in your customer’s app.Which SAPU15-supported data model must you use?

  1. XML Model
  2. ODataModel
  3. JSONModel
  4. ResourceModel

Ans: 2

68 of 80

In the code on the screenshot, what are the absolute paths of the property that retrieves the City value for the company Acme Inc.? Note: There are 2 correct answers to this question

  1. /region [OJ/companies[0]/city
  2. /regions/0/companies/0/city
  3. /regions/1/companies/1/city
  4. /regions/companies/0/city

Ans: 2

69 of 80

You need to bind data from a model to an SAPUI5 view control. Which of the following modes are valid? Note: There are 3 correct answers to this question.

  1. One-way binding
  2. Three-way binding
  3. Resource-model binding
  4. Two-way binding
  5. One-time binding

Ans: 1 3 4

70 of 80

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 Technical Catalog provided by SAP 
  2. Reference the tile from an SAP Business Group
  3. Reference the tile from an SAP Business Catalog
  4. Reference the tile from OData metadata

Ans: 2

71 of 80

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

  1. App Launcher – Static tile
  2. KPI-based tile
  3. News tile
  4. App Launcher-Dynamic tile

Ans: 2 4

72 of 80

Which information is included in the SAPUI5 app’s manifest.json file? Note: There are 3 correct answers to this question.

  1. Localization keys
  2. Client side data-models
  3. SAPUI5 dependencies
  4. App ID. Name, and Version
  5. Referenced data sources

Ans: 3 4 5

73 of 80

Where are the themes saved for the SAP Fiori launchpad?

  1. In the UI theme designer tool
  2.  In the theme data center
  3. In the theme repository
  4. In the bootstrap

Ans: 3

74 of 80

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

  1. Create a resource file with a props extension
  2. Create a resource file containing key/value pairs.
  3. Create a resource file for each language.
  4. Encode the special characters in HTML in the resources file.
  5. Create a view file and a controller file for each language.

Ans: 2 3 4

75 of 80

What options can you use to add UI annotations to a SAP Fiori Element Page? Note: There are 3 correct answers to this question.

  1. Add Annotations to the manifest file present as a part of WebIDE project using the Descriptor Edit
  2. Add Annotations to the underlying CDS view
  3. Add Annotation with the help of a Metadata Extension
  4. Add Annotation to the Annotation file present as a part of WebIDE project using Annotation modeler Add Annotation to the underlying Database Table

Ans: 124

76 of 80

How can you extend an SAP Fiori app? Note: There are 3 correct answers to this question

  1. Add custom view content in a predefined extension point
  2. Modify the properties of the view control
  3. Modify the runtime libraries that are to be loaded
  4. Modify the data model to merge data at runtime.
  5. Enable merging of the standard and the custom controller at runtime,

Ans: 1 2 5

77 of 80

What are the advantages of the Sinon.JS framework? Note: There are 2 correct answers to this question.

  1. It enables test-driven development.
  2. It supports only synchronous requests.
  3. It supplies higher level test doubles for timers and AJAX requests.
  4. It provides support for spies, stubs and mocks.

Ans: 3 4

78 of 80

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

  1. 5 column: <column demandpopin=”true” maxscreenwidth=”mobile”></column>
  2. 4 column:<column demandpopin=”true” minscreenwidth=”tablet”X</column>
  3. 5 column:<column demandpopin=”true” maxscreenwidth=”mobile” pbpindisplay=”Inline”X</column>
  4. 5 column: <column demandpopin=”true” minscreenwidth=”tablet” popindisplay=”Inline”></column>

Ans: 2 4

79 of 80

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?

  1. By adding the catalog to the menu tab of the role.
  2. By assigning the authorization profile for the catalog in the authorization tab
  3. By adding the tile and target mapping to the group
  4. By adding the semantic object to the catalog and group

Ans: 3

80 of 80

You are modeling a new role for your SAP Fiori Launchpad users. Which of the following steps is an optional configuration step?

  1. Create Group and Assign Tile
  2. Create Tiles and Target Mappings o Create Catalog
  3. Assign Catalog to Role
  4. Activate Windows Go to Settings

Ans: 1


Leave a Reply

Your email address will not be published. Required fields are marked *