SAP UI5 Interview Questions
SAP UI5 Interview Questions
Q. What is SAPUI5?
Just like any other HTML5 client-side rendering library SAPUI5 is also one. SAPUI5 strictly follows
RIA (Rich Internet Application) standards. It is based on JavaScript which provides a lightweight
programming model for desktop as well as mobile applications.
Q. Why SAPUI5?
As HTML5 world is the new age front technology across all aspect of internet applications SAP was
kind of trailing in this age because SAP was using age old WebDynpro for building SAP Web
Applications which lacks in rich and user friendly UI. SAP identified this and came up with its own
custom HTML5 library i.e. SAPUI5.
Q. What is Component?
Component or Component.js is the first point of our application or we can say bthat it serves as index
which encapsulates all our applications details i.e. view names, routing details, main view, applications
type(Full Screen or SplitApp), application service configuration etc..
Q. What is the main difference between OData Model and JSON Model?
The JSON model is a client-side model and, therefore, intended for small datasets, which are
completely available on the client.The OData model is a server-side model: the dataset is only
available on the server and the client only knows the currently visible rows and fields.