Auto Layout is core to building adaptive iOS interfaces in Evernote, where the same screen must work across iPhone sizes, iPad, rotation, Dynamic Type, and split view.
Explain how you would implement Auto Layout in an iOS app, using a concrete example such as an Evernote note editor header or note list cell.
Address these points:
The interviewer expects a practical engineering explanation rather than UIKit trivia. Focus on how the constraint system works, how you would structure a maintainable layout in code, and how you would debug common issues in a production Evernote iOS screen.