Skip to content

Interview Q's

  • What built-in datatypes are in python
  • What’s a dictionary, vs a list
  • What’s faster for a lookup, list or dictionary
  • What’s a tuple
  • What’s a lambda
  • What are decorators, classmethod, staticmethod
  • Ideal design for a function, how to keep clean code
  • How do you write code
  • How to find and kill a process from cli
  • Man page
  • PATH vs PYTHONPATH, what are they
  • What is a .bashrc, .bash_profile, difference
  • Systemctl, how to get logs from systemctl
  • Check disk left on a mount
  • Docker/Kubernetes, have you ever used
  • How many rows in a table
  • inner vs outer join
  • transactions
  • code interface with sql, whats important
  • how to find out why sql is slow
  • how is code deployed in current env
  • ideal deployment
  • git tags, branches, patching, etc…
  • canary deployments, dogfood