1. Self representation.
2. Interview question.
3. Explaining the job (if 2. is successful), the company, the team, the environment, the team leader.
It was a free talk, I could ask questions anytime during the interview.
Interview questions [1]
Question 1
You need to design a logic system with input of a stream of bits and it needs to detect a known chunk of bits, e.g. '1000'.
First, implement a naive system. What are the inputs and outputs? Which logic gates, modules and blocks do you need? Analyze it with respect to timing, efficiency, hardware usage, etc.
Second, try to come up with a more efficient implementation. Analyze it again.
Compare the two implementations.