Interview Questions for SAP UI5

SAPUI5 is a framework for building responsive web applications. Responsive means that the web applications adapt their UI to desktop, tablet, and mobile devices. One application to rule them all.

_________________________________________________________
  1. How can you create the full screen view in master detail page?: Mode=“HideMode”
  2. How many OData services are required in master detail page?: Any number of services
  3. How is two way binding works and which data model supports two way binding?: model to the UI & UI to the model (JSON & ODATA)
  4. How and where you will define your formatter business logic and for what purpose do we use it?: Faceless Components (to change the backend data on front end)
  5. Validation handling from the manifest.json file can be done using?: set handleValidation:true
  6. Give an example of Element binding & Aggregation binding?: Aggregation binding create child controls according to model data. E.g. List
  7. Element bind elements to a specific object in the model data e.g.: Input Field (use binding property: binding="{/company}”)

__________________________________________________________________________________

__________________________________________________________________________________

______________________________________________________________________________

_______________________________________________________________________________

___________________________________________________________________________________
*****

Comments

Popular Posts