Yesterday I attain one interview where he asked one question :
if in a layout one banner is there and bottom of this banner ListView is there. without using scroll view how you will scroll the screen.
Edited:
Suppose In the xml file Linear layoutis there. Then add banner into the linear layout(in ImageView), then ListView is there. Now scroll the screen. How it will scroll?