- SAP Fiori - Home
- SAP Fiori - Introduction
- SAP Fiori - Architecture
- SAP Fiori - NetWeaver Gateway
- SAP Fiori - Installation
- SAP Fiori - Launchpad
- SAP Fiori - OData Services
- SAP Fiori - Transactional Apps
- SAP Fiori - Fact Sheets
- SAP Fiori - Analytical Apps
- SAP Fiori - Theme Designer
- SAP Fiori - Security
- SAP Fiori - Data Flow
- SAP Fiori - WorkFlow
- SAP Fiori - Extension
- SAP Fiori - UI5 Concepts
- SAP Fiori - UI5 Design Patterns
SAP Fiori Online Quiz
Following quiz provides Multiple Choice Questions (MCQs) related to SAP Fiori. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.
Q 1 - To communicate between SAP Fiori Backend and Frontend server, which of the following connection type is configured?
Answer : B
Explanation
To define a trust relationship between SAP system and SAP NetWeaver gateway host by configuring SAP system to be trusting system and NetWeaver gateway host to be the trusted system. It enables remote logon for users who use the same user data in both SAP NetWeaver Gateway host and SAP system.
Q 2 - You can implement enhanced security in SAP Back end server while configuring Central Hub deployment of NetWeaver gateway. Which of the following allow you to implement this?
A - As Gateway is configured multiple times
B - Business suite and NW gateway are deployed on same server
Answer : C
Explanation
UI layer and SAP NetWeaver gateway is contained in ABAP Front-end server. The ABAP back end server contains business logic and back end data. Separating business logic and back end data from UI layer has below advantages −
Single Point of maintenance for UI issues- such as browser support and updated version of SAP UI5 libraries.
Central place for theming and branding SAP Fiori Apps. Routing and composition of multiple backend systems is supported.
Single Point of access to backend systems and enhanced security because of no direct access to backend system. SAP recommends Central Hub deployment especially for Productive environment. Separate NetWeaver Gateway system is required.
Q 3 - In SAP NetWeaver Gateway hub deployment, Gateway service development takes place in which of the following system?
Answer : D
Explanation
Gateway service development takes place in which ever system contains the IW_BEP add-on.
Q 4 - To check the total of Work Items which have been set as complete or done and not incomplete, which of the following transaction is used?
Answer : B
Q 5 - To create Business Add-In (BAdI), which of the below transaction is used?
Answer : C
Q 6 - In SAP Fiori Back End system, which of the following OData service to define model and to use the method define to create entity, properties etc. using code based implementation?
Answer : C
Explanation
MPC - This is used to define model. You can use the method Define to create entity, properties etc. using code based implementation.
Q 7 - Which of the following all launcher tile shows number that can be read dynamically?
Answer : B
Q 8 - In UI controller Extensibility, which of the following function is event handler and must be of void or int type, with no parameters?
Answer : A
Explanation
The OnInit() function is the Init event handler. It must be of void or int type, with no parameters −
void OnInit();
The Init event is generated immediately after an Expert Advisor or an indicator is downloaded; this event is not generated for scripts. The OnInit() function is used for initialization.
Q 9 - Which of the following file contains project metadata, resource and navigation routine path, and is extended for UI extensibility?
Answer : D
Q 10 - How many SMART business apps are defined in Fiori Analytical apps?