These interviews are mostly based on coding question but there are some QnA:
Q: write some simple code to determine if your system is big-endian or little-endian
Q: when would you (not) mark a function inline?
Q: after you successfully inline some functions the app runs slower than before. Any reasons?