Boss told you to come up with a question to test new programmers? Here's one: you have a linked server and an openquery statement. What is the number returned by this query?
select count(*) from openquery(LINKED_SQL, 'select count(*) from database.dbo.table1')