I’m not asking you this Python interview question because I want to know. I’m asking because I want to know if YOU know!

OK, so here’s one reason why it’s important to interview candidates via video rather than just voice. There are other reasons, but this one is fun! It centers around one of our Python interview questions.

It Starts with a Python Interview

Last week we interviewed a candidate for a data engineering position. In this case, a fairly strong knowledge of Python was required. One Python interview question I like to ask explores the difference between lists, dictionaries, and tuples. It’s a pretty good question if you want to know how much a candidate understands Python data structures.

So, we asked the candidate. He hemmed and hawed for a few seconds and, while we couldn’t see his hands, we did see that they seemed busy and his gaze seemed to turn to a second monitor. Then, suddenly, he said something like, “A Python list is an ordered and changeable collection of data objects. Unlike an array, which can contain objects of a single type, a list can contain a mixture of objects.” (BTW, this definition was taken from edspresso). He continued on with similar, detailed definitions of dictionaries and tuples.

Both Katie and I were on the call, and we both noticed it. This guy was looking up the answers as he was interviewing!

What He Didn’t Get (Besides the Job)

So, while we really appreciated his researching and imparting knowledge, it seems that this guy didn’t get the point of our question. We weren’t asking because we had  burning desire for the textbook definitions, we were asking because we wanted to know if HE knew. It appears that he didn’t.

BTW, in basic terms:

  • list – An ordered set of elements, somewhat akin to an array although the elements can be of different data types
  • dictionary – A set of key value pairs
  • tuple – Like a list but unchangeable once it\’s created

So?

What do you think? Have you ever experienced a situation where your interviewee took advantage of the fact that they were remote to look up answers during the interview?

And, if you’re looking for contract or permanent talent in analytics, data engineering, or related technologies (like Python), check us out. We’d love to help!

Thanks for reading!

2 thoughts on “I’m not asking you this Python interview question because I want to know. I’m asking because I want to know if YOU know!”

  1. I once interviewed a candidate for BusinessObjects. He was a rockstar and got the position. However, the person that showed up was not the person that was interviewed. He was kindly escorted out. (Remember that, Ben?)

    1. Yes I do! Just when I thought I’ve seen it all, I then see something else. That incident is one of the reasons why we now do video interviews with all candidates. Not only can we tell if they’re the same person who shows up at the gig but we can also see if they’re googling answers as we talk!

      Thanks, Jamie!
      Ben

Comments are closed.

Scroll to Top