SAP Ui5 and Fiori Consultant
SAP Ui5 and Fiori Consultant Interview Questions and Answers
Popular Companies
Q1. How do you call the header and item data from OData at once?
To call the header and item data from OData at once, you can use the $expand query option in your OData request.
Use the $expand query option in your OData request
Specify the navigation property that links the header and item entities
This will retrieve the header and item data in a single request
Example: /odata/Orders?$expand=Items
Q2. How to do navigation in sapui5 app without targets or patterns?
Navigation in SAPUI5 app without targets or patterns can be achieved using the Router class.
Create an instance of the Router class in your app's component.js file.
Define routes and their corresponding handlers using the router's `addRoute` method.
In the handler functions, you can programmatically navigate to other views using the router's `navTo` method.
Pass any necessary parameters to the target view using the `navTo` method's second parameter.
To navigate back, use the route...read more
Q3. What is the diff btwn static tile and dynamic tile?
Static tiles are fixed and display static content while dynamic tiles display real-time data.
Static tiles are pre-defined and do not change their content unless manually updated
Dynamic tiles display real-time data and can be configured to refresh at specific intervals
Static tiles are useful for displaying static information like company logo or contact details
Dynamic tiles are useful for displaying real-time data like stock prices or weather updates
Q4. What is manifest file and what are its components
The manifest file is a configuration file in SAP UI5 and Fiori applications that defines the metadata and settings of the application.
The manifest file is written in JSON format.
It contains information about the application's resources, such as the title, description, icons, and version.
It defines the application's entry point, routing configuration, and dependencies on libraries and components.
The manifest file also includes settings for the application's user interface, suc...read more
Q5. What is the diff btwn == and ===?
The difference between == and === in JavaScript
The == operator compares values after type coercion
The === operator compares values without type coercion
Use === for strict equality checks
Use == for loose equality checks
SAP Ui5 and Fiori Consultant Jobs
Interview Questions of Similar Designations
Interview experiences of popular companies
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month