Skip to content

Instantly share code, notes, and snippets.

@danielpsf
Last active December 3, 2020 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpsf/f92e165b7ea07f4d0ea034e188e56592 to your computer and use it in GitHub Desktop.
Save danielpsf/f92e165b7ea07f4d0ea034e188e56592 to your computer and use it in GitHub Desktop.
A devops small set of questions to be used on interviews

DevOps questions to be asked

  • Please describe how would you do the deploy and configure of the items below in terms of technologies and deployment (CICD):
    • Deploy a high available Application using EC2
      • https://botkit.ai
      • https://riot.im
      • A PostgreSQL
      • Web API using Java SpringBoot, Python (Flask), Go (MUX), NodeJS (Express or Restify) that connects with a PostgreSQL
    • Deploy a SPA
  • Please describe how would you architect, configure and deploy your network in terms of technologies and deployment (CICD) in a way that your applications would be safe
  • Please describe how would you control the security of your environment when it comes to IAM, Network Firewall rules (AWS SG and NACLs), and other tools so that you can keep all your environment safe from external attacks and internal exploits, such as bitcoins miners
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment