Upload Button Icon Add office photos

Filter interviews by

Agrunditech AWS DevOps Consultant Interview Questions and Answers

Updated 3 Sep 2021

Agrunditech AWS DevOps Consultant Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is ec2 instance?
  • Ans. 

    EC2 instance is a virtual server in Amazon Web Services (AWS) cloud computing platform.

    • EC2 stands for Elastic Compute Cloud.

    • It provides scalable computing capacity in the cloud.

    • Users can launch instances with different configurations of CPU, memory, storage, and networking capacity.

    • Instances can be launched from pre-configured Amazon Machine Images (AMIs) or custom AMIs.

    • EC2 instances can be used for a variety of purpos...

  • Answered by AI
  • Q2. How to configure s3 bucket?
  • Ans. 

    S3 bucket can be configured using AWS Management Console, AWS CLI, or AWS SDKs.

    • Create an S3 bucket in the desired region

    • Configure bucket properties such as versioning, logging, and encryption

    • Set up bucket policies to control access

    • Enable CORS if needed

    • Use AWS CLI or SDKs to automate bucket configuration

  • Answered by AI
  • Q3. How do vpc work in aws?
  • Ans. 

    VPC is a virtual network that allows users to launch AWS resources in a logically isolated network.

    • VPC stands for Virtual Private Cloud

    • It allows users to create their own virtual network within AWS

    • Users can launch resources like EC2 instances, RDS databases, etc. within the VPC

    • Users can also configure subnets, route tables, and security groups within the VPC

    • VPCs can be connected to on-premises data centers using VPN or

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself very well and answer the questions logically.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was very basic. Consisted of logical and numerical reasoning questions

Round 2 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your internship experience
  • Q3. Tell me about your projects
  • Q4. Tell me about software development lifecycle
  • Q5. Share screen and solve this coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't freeze. I froze in my interview because of the rudeness of recruiter, but don't make this mistake.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(7 Questions)

  • Q1. What is your roles and responsibilities in your current job..?
  • Q2. What is CICD...? What is functions used in jenkinsfile..?
  • Ans. 

    CICD stands for Continuous Integration/Continuous Deployment. Jenkinsfile functions include stages, steps, post, and more.

    • CICD stands for Continuous Integration/Continuous Deployment

    • Jenkinsfile functions include stages, steps, post, agent, environment, and more

    • Stages define a series of tasks to be executed in a pipeline

    • Steps define individual actions within a stage

    • Post defines actions to be taken after the pipeline has...

  • Answered by AI
  • Q3. What is Kubernetes ..?
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It allows for easy scaling of applications by adding or removing containers based on demand.

    • Kubernetes provides features like service discovery, load balancing, and self-healing ...

  • Answered by AI
  • Q4. What is Workspaces in docker
  • Ans. 

    Workspaces in Docker are isolated environments where developers can work on different projects without affecting each other.

    • Workspaces allow developers to have separate environments for each project, preventing conflicts between dependencies.

    • Each workspace has its own set of containers, volumes, and networks, ensuring isolation.

    • Developers can easily switch between workspaces to work on different projects.

    • Workspaces are...

  • Answered by AI
  • Q5. How Cost Optimization achieved ..? Give a example where you achieved this.
  • Ans. 

    Cost optimization in DevOps is achieved through efficient resource utilization, automation, and continuous monitoring.

    • Implementing auto-scaling to dynamically adjust resources based on demand

    • Using containerization to maximize resource utilization and reduce costs

    • Leveraging cloud services for pay-as-you-go pricing model

    • Implementing cost monitoring tools to identify and eliminate wasteful spending

    • Optimizing code and infr...

  • Answered by AI
  • Q6. What is the challange that you faced in your work and how you can overcome that..?
  • Q7. How monitoring has been done .? Explain Prometheus and Grafana.
  • Ans. 

    Monitoring is done using Prometheus and Grafana. Prometheus collects metrics and Grafana visualizes them.

    • Prometheus is an open-source monitoring and alerting toolkit

    • It collects metrics from monitored targets by scraping HTTP endpoints

    • Grafana is a visualization tool that creates dashboards for the collected metrics

    • It allows users to create graphs, charts, and alerts based on the data from Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you have learnt and experience. Try to elaborate and explain your answer as much as it can possible.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What happens when you search "google.com"?
  • Ans. 

    When you search 'google.com', it will redirect you to the Google homepage.

    • Typing 'google.com' in the browser's address bar will take you to the Google search engine homepage.

    • You can also directly search for 'google.com' in the Google search bar to access the Google homepage.

    • Google.com is the domain name for the Google search engine.

    • Google.com may also redirect to localized versions of Google based on the user's locatio

  • Answered by AI
  • Q2. Traceroute in Linux
  • Ans. 

    traceroute is a command-line tool used to trace the route that packets take from your computer to a destination server.

    • traceroute command is used to track the path that packets take to reach a destination server

    • It shows the IP addresses of the routers that the packets pass through

    • It also displays the round-trip time for each hop

    • Example: traceroute google.com

  • Answered by AI
Round 2 - Leadership Principle 

(1 Question)

  • Q1. Had like 5 more rounds all around leadership principles. Also multiple Linux questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How can we connection between 2 EC2 instance
  • Ans. 

    You can connect between 2 EC2 instances by using their private IP addresses or public DNS names.

    • Use private IP addresses for communication within the same VPC

    • Use public DNS names for communication across different VPCs or over the internet

  • Answered by AI
  • Q2. How do you connections between public subnet and private subnet.
  • Ans. 

    Connections between public and private subnets are established using a NAT gateway or a NAT instance.

    • Use a NAT gateway to allow instances in a private subnet to initiate outbound traffic to the internet while preventing inbound traffic from reaching those instances.

    • Alternatively, use a NAT instance with a security group that only allows inbound traffic from instances in the public subnet.

    • Ensure that the route tables fo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Devops Engineer interview:
  • Terraform
  • Docker
Interview preparation tips for other job seekers - Give interview call more

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Q2. Grep and egrep in linux
  • Ans. 

    grep and egrep are command line tools used for searching text patterns in files in Linux.

    • grep is a basic command line tool for searching text patterns in files.

    • egrep is an extended version of grep with support for regular expressions.

    • grep is case-sensitive by default, use -i flag for case-insensitive search.

    • egrep supports extended regular expressions without escaping special characters.

    • Example: grep 'pattern' file.txt

    • E

  • Answered by AI
  • Q3. How to print forth coloumn
  • Ans. 

    Use awk command to print the fourth column of a file

    • Use awk command with '{print $4}' to print the fourth column of a file

    • Example: awk '{print $4}' file.txt

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

Jio user image mouni123 vara

posted on 21 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about pipeline What is provisoner in terraform etc
  • Ans. 

    A pipeline is a series of automated steps that allow for the continuous integration and delivery of software.

    • A pipeline typically includes stages such as building, testing, and deploying code.

    • Tools like Jenkins, GitLab CI/CD, and AWS CodePipeline are commonly used for creating pipelines.

    • Pipelines help in automating the software development process and ensuring faster delivery of updates.

    • Provisioner in Terraform is a to...

  • Answered by AI
  • Q2. Cicd process explained
  • Ans. 

    CI/CD process automates the building, testing, and deployment of code changes.

    • Continuous Integration (CI) involves automatically building and testing code changes frequently.

    • Continuous Deployment (CD) involves automatically deploying code changes to production.

    • CI/CD pipelines use tools like Jenkins, GitLab CI/CD, or CircleCI to automate the process.

    • Automated testing is a key component of CI/CD to ensure code quality.

    • CI...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is ci cd. What is iac. What is terraform
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. IaC stands for Infrastructure as Code. Terraform is a tool for IaC.

    • CI/CD is a software development practice where code changes are automatically built, tested, and deployed frequently.

    • IaC is the process of managing and provisioning infrastructure through code instead of manual processes.

    • Terraform is an open-source tool by HashiCorp used for building, changi

  • Answered by AI
  • Q2. Aws questions like what is iam
  • Q3. Write dockerfile
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image

    • Use RUN to execute commands

    • Use COPY to add files from the host machine

    • Use CMD to specify the command to run when the container starts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic devops question

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Assignment 

Docker
Kubernetes
Azure DevOps
Azure Pipelines

Round 3 - Technical 

(2 Questions)

  • Q1. Asked some Devops Docker image size related questions.
  • Q2. Asked Kubernetes deployment strategies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Build up your technical skills. Devops is a highly technical field so its important to have a strong foundation in programming languages.

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Terraform templates to create aks
  • Ans. 

    Terraform templates can be used to create AKS clusters.

    • Use the azurerm_kubernetes_cluster resource in Terraform to create an AKS cluster.

    • Specify the required parameters such as resource group, location, node count, and node size.

    • Use the azurerm_kubernetes_service_principal resource to create a service principal for the AKS cluster.

    • Use the azurerm_kubernetes_cluster_node_pool resource to create node pools with specific ...

  • Answered by AI
  • Q2. OpenShift Source to Image
  • Q3. Jenkins pipeline end to end
  • Q4. Ansible taks done in project
  • Ans. 

    Ansible was extensively used in the project for configuration management and automation.

    • Automated deployment of applications using Ansible playbooks

    • Configuration management of servers using Ansible roles

    • Automated backup and restore of databases using Ansible scripts

    • Automated provisioning of infrastructure using Ansible modules

  • Answered by AI
  • Q5. Handled team size and DevSecOps
Round 2 - Technical 

(3 Questions)

  • Q1. Shell script concepts
  • Q2. Istio Service Mesh , Kubernetes Troubleshooting
  • Q3. Docker file creation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Terraform , Azure DevOps concept, do hands on on Azure DevOps , should hv good understanding and experience of Jenkins and Kubernetes

Skills evaluated in this interview

Agrunditech Interview FAQs

What are the top questions asked in Agrunditech AWS DevOps Consultant interview?

Some of the top questions asked at the Agrunditech AWS DevOps Consultant interview -

  1. How do vpc work in a...read more
  2. How to configure s3 buck...read more
  3. What is ec2 instan...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare Agrunditech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview