Posts

Showing posts from August, 2024

Explain DevOps Project In Interview

 Project Overview: -    Frontend   Backend   Jira Ticket System   Confluence – For Documentations   Slack or MS Teams – For Internal Chat, Calls & Meetings   Lastpass or 1Password - To store credentials and share with other team members Securely   GitHub – To store project application codes    Frontend:    Tech Stack Details     ECS Farget Service - Container   Route53   Load Balancer   SSL Certificate   ECR Registry   Custom VPC    Backend: -    Tech Stack Details    Lambda Functions (Nodejs-16)   API Gateway   RDS - MySQL Database with Replication   S3 Bucket   Route53   SSL Certificate  Custom VPC    How alerts triggered?  AWS SNS Topic with Email Subscriptions   Alerts are integrated with Slack Channel     Infra Network Setup    Frontend to Backend - VPC Peering or Direct Connect Service to make two different account VPC private connections   RDS – It should be in private subnet and secured   RDS password should be stored in secret manager    Deployment

Jenkins Interview Questions

 Top Jenkins Interview Questions  Enlisted below are some of the most popular Jenkins Interview Questions that have been answered by experts.  Q #1) What is Jenkins? Answer: Jenkins is a free open source Continuous Integration tool and automation server to monitor continuous integration and delivery. It is written in Java. It is known as an automated Continuous Delivery tool that helps to build and test the software system with easy integration of changes to the system. Jenkins follows Groovy Scripting.  Also, it enables developers to continuously check in their code and also analyze the postbuild actions. The automation testers can use to run their tests as soon as the new code is added or code is modified.  Q #2) What are the features of Jenkins? Answer: Jenkins comes with the following features: 1. Free open source. 2. Easy installation on various operating systems. 3. Build Pipeline Support. 4. Workflow Plugin. 5. Test harness built around JUnit. 6. Easy upgrades. 7. Rapid release