Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How would you rate your skill set from 1-10 with 10 being expert?
  • Have you used docker before? Can you describe it's benefits?
  • How would you create a docker image.
  • What's the difference between a container and image.
  • How can you log into a docker container? What is 
  • How do you manage your exposed ports?

Kubernetes

  • How would you rate your skill set from 1-10 with 10 being expert?
  • Can you tell me what Kubernetes is used for?
  • Can you name some of the objects used in Kubernetes? Such as a POD.
  • How do you expose a service within and outside of the cluster?
  • Can you tell me what an ingress controller is used for?
  • Best practices?
  • Have you ever done a bare metal deployment? Challenges? Persistent Storage? 
  • Can you use a load balancer service in a bare metal deployment?
  • Can you describe what secrets are and why you would use them?
  • SSL/TLS between services?
  • How can you use SSL certificates in Kubernetes?
  • Describe how to upgrade your services running in your cluster.
  • Blue/green/rolling deployment...
  • Use helm?
  • How do you test your kubernetes yaml files?

Git

  • Have you used Git before?
  • Can you list a few git commands or tasks?

...

  • What steps do you take when starting a new software development task?
  • Can you name 2 things that you can do to ensure that the software you develop is robust and maintainable.
  • How do you keep your knowledge of software development up to date
  • What is your comfort level writing design documentation and presenting?
  • What kinds of information do you feel is important in order to fully describe your design?

Testing

  • What aspects of Test/QA are important to ensure that the product released is of good quality?
  • What do you do with vague requirements?
  • How do you know if the product you are releasing is of good quality? Beside requirements?
  • How do you raise high priority issues?
  • How to get more time to test? 
  • Do you have any experience with software security? ie. Ask security questions.. ssl etc.
  • Do you have experience with cloud? Deployments to on-premise clouds? Examples?
  • Do you have experience with mobile? Examples?
  • Do you have experience with deployment to embedded devices? Examples?
  • Experience with Java/OO?
  • What frameworks have you worked with for defining tests and recording results?
  • What frameworks have you worked with for performing performance testing?
  • What things are required to have completed prior to product release?
  • How do you go about defining a test case?

...