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. _________________________________________________________ How can you create the full screen view in master detail page?: Mode=“HideMode” How many OData services are required in master detail page?: Any number of services How is two way binding works and which data model supports two way binding?: model to the UI & UI to the model (JSON & ODATA) 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) Validation handling from the manifest.json file can be done using?: set handleValidation:true Give an example of Element binding & Aggregation binding?: Aggregation binding create child controls according to model data. E.g. List Element bind elements to a specific object in the