Basic usage of find in Linux

Question:
A file called company-code has been copied somewhere inside the /opt directory. But, Bob does not remember which directory he saved it in.
Can you find it?

Answer:

find /opt -name company-code