- What do you mean by continues integration, continues delivery and continues deployment
- Which version of git you have used?
- Difference between git merge and git rebase?
- What is git squash?
- Branching strategy used in your project?
- Command to list all commits?
- Tell me 3 build lifecycle in maven? What does mvn site does?
- Is there way by which we can set local repository as some other custom directory, other than .m2?
- Settings that you make for mvn deploy?
- What is the default value of packaging tag? What other values for other artifact types?
- What are GAV's?
- What are types jobs you have worked on??
- Can we have job for pr and once merge is done the source branch should be deleted?
- How do you take Jenkins backup?
- Can you tell me importance of post block??
- Why we need docker compose and docker swarm
- What's the difference between docker volume and docker mounting
- What is the importance of .dockerigonre file, can name docker file with any other name?
- I need to delete all stopped containers and unused images command for that?
- How do you monitor docker in production
- Is it good to use docker compose in production
- Services that you have worked on?
- Roles in IAM?
- I have 3 tier application, configure it with private and public subnet?
- How to replicate or create same machine with same configuration?
- Explain auto scalling in aws?
- Why pods are not scheduled on master
- Why config maps are used
- What is the default deployment strategy
- Have you faced any issues while working k8s
- What is service account, role, role binding and namespace
- Why we need helm
- You need to identify unused fields In values.yaml how would you approach this?
- What is exit status?
- Given machine, how will you identify which machine it is?
- What is ansible galaxy
- What are handlers and notify in ansible playbook
- What are adhoc commands