Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Digimetrix Technologies AWS Devops Engineer Interview Questions and Answers

Updated 17 May 2023

Digimetrix Technologies AWS Devops Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. General AWS and Linux questions
  • Q2. Define S3 and fs tab disadvantages
  • Ans. 

    S3 is a scalable object storage service provided by AWS. fs tab is a configuration file used to mount file systems in Linux.

    • S3 disadvantages: eventual consistency, limited metadata search capabilities, and data retrieval costs.

    • fs tab disadvantages: incorrect configuration can cause system boot failure, security risks if not properly secured, and can be difficult to manage in large environments.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. DevOps, CICD Jenkins Ansible and scripting questions
Round 4 - HR 

(1 Question)

  • Q1. General behaviour and salary discussion

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant

Interview Questionnaire 

3 Questions

  • Q1. Work experience
  • Q2. Technical expertise
  • Q3. Best practices

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be yourself. Only talk about things that you have actually worked. Don't bring in jargons to impress that might hurt instead of helping.

Talk more about your real life experiences and practice implemented

I was interviewed in Sep 2019.

Interview Questionnaire 

3 Questions

  • Q1. 1. Network Architecture
  • Q2. Private Cloud, Autoscaling, AwsCodeDeploy
  • Q3. CI/CD pipeline

Interview Questionnaire 

1 Question

  • Q1. Interview questions on aws and DevOps
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Error that came across while pod creation
  • Ans. 

    Error encountered during pod creation can be due to various reasons such as incorrect configuration, resource constraints, network issues, or image availability.

    • Check the pod configuration file for any syntax errors or misconfigurations

    • Ensure that there are enough resources available on the cluster for pod creation

    • Verify network connectivity and DNS resolution within the cluster

    • Check if the container image specified in...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is ECS and EKS. If code is paused state, how to troubleshoot in ECS How to troubleshoot if ingress controller is not working What is ALB?
  • Ans. 

    ECS is Elastic Container Service and EKS is Elastic Kubernetes Service. Troubleshoot code in paused state by checking logs and restarting tasks. Troubleshoot ingress controller by checking configuration and logs. ALB is Application Load Balancer.

    • ECS is a managed container orchestration service by AWS

    • EKS is a managed Kubernetes service by AWS

    • To troubleshoot code in paused state in ECS, check CloudWatch logs, task defini...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and at the same time polite

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. ELB, AUTOSCALING,SECURITY GROUPS, NACL ,CUSTOM VPC ,DIRECT CONNECT, VPC PEERING, S3 POLICIES, Best practice of ec2
  • Q2. ELASTIC COMPUTECLOUD AND ELASTIC LOADBALANCING WHY WE CALL ELASTIC FOR BOTH AS ELASTIC
  • Q3. DIFFERENCE NACL & SECURITY GROUPS DOCKERS SWARM, HOW DO WE INSTALL JENKINS,
  • Ans. 

    Explanation of NACL, Security Groups, Docker Swarm, and Jenkins installation process.

    • NACL is a stateless firewall that controls inbound and outbound traffic at the subnet level.

    • Security Groups are stateful firewalls that control inbound and outbound traffic at the instance level.

    • Docker Swarm is a container orchestration tool that manages a cluster of Docker hosts.

    • Jenkins can be installed on a server using a package man...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please refer these topics completely

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. S3 storwge class
  • Q2. Day to day activities in current role
  • Q3. Amazon vpc advantages vpc peering
  • Q4. Jenkins pipeline building
  • Q5. Terraform validate command
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What are the real-life examples that illustrate the concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Real-life examples of OOP concepts include cars, animals, and banking systems.

    • Cars can be represented as objects with properties like make, model, and color, and methods like drive and honk.

    • Animals can be modeled as objects with attributes such as species, age, and weight, and behaviors like eat and sleep.

    • Banking systems can utilize OOP principles with classes for accounts, customers, and transactions, each with their

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Where do you envision yourself in five years?
  • Ans. 

    In five years, I envision myself as a senior AWS DevOps Engineer leading a team of skilled professionals and implementing cutting-edge technologies.

    • Leading a team of DevOps engineers

    • Implementing advanced AWS technologies

    • Continuously learning and growing in the field

    • Contributing to the success and growth of the organization

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. How lambda works?
  • Ans. 

    AWS Lambda is a serverless computing service that runs code in response to events and automatically manages the computing resources required.

    • Lambda functions are triggered by events such as changes to data in an S3 bucket, updates to a DynamoDB table, or HTTP requests via API Gateway.

    • Lambda functions can be written in languages like Node.js, Python, Java, and more.

    • AWS Lambda automatically scales to handle the incoming ...

  • Answered by AI
  • Q2. What is VPC? Explain in detail
  • Ans. 

    VPC stands for Virtual Private Cloud, a virtual network dedicated to your AWS account.

    • VPC allows you to create a logically isolated section of the AWS Cloud where you can launch AWS resources.

    • You can define your own IP address range, create subnets, configure route tables, and network gateways within a VPC.

    • VPC provides security by allowing you to control inbound and outbound traffic to and from your AWS resources.

    • You c...

  • Answered by AI
  • Q3. What is a pod in K8s?
  • Ans. 

    A pod in K8s is the smallest deployable unit in Kubernetes, consisting of one or more containers that share resources.

    • Pods are used to group containers that need to work together, such as a web server and a database.

    • Pods share the same network namespace and can communicate with each other using localhost.

    • Pods can be managed, scaled, and monitored as a single unit in Kubernetes.

    • Each pod has a unique IP address within th

  • Answered by AI
  • Q4. EC2 Autoscaling, Load balancing
  • Q5. What is terraform state file?
  • Ans. 

    Terraform state file is a file that stores the state of your infrastructure managed by Terraform.

    • It keeps track of the current state of your resources in the cloud.

    • Helps Terraform understand what has been created, modified, or deleted.

    • It is used to plan and apply changes to your infrastructure.

    • State file can be stored locally or remotely in a backend like AWS S3 or Terraform Cloud.

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Day to day activity
  • Q2. If you know many things why do you want to go with only one?
  • Q3. Most difficult situation handled in project

Interview Preparation Tips

Topics to prepare for Capgemini AWS Devops Engineer interview:
  • AWS
  • Kubernetes
  • Terraform
Interview preparation tips for other job seekers - Go through basics of AWS and Kubernetes

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Digimetrix Technologies Interview FAQs

How many rounds are there in Digimetrix Technologies AWS Devops Engineer interview?
Digimetrix Technologies interview process usually has 4 rounds. The most common rounds in the Digimetrix Technologies interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Digimetrix Technologies AWS Devops Engineer interview?

Some of the top questions asked at the Digimetrix Technologies AWS Devops Engineer interview -

  1. Define S3 and fs tab disadvanta...read more
  2. DevOps, CICD Jenkins Ansible and scripting questi...read more
  3. General AWS and Linux questi...read more

Recently Viewed

INTERVIEWS

Amara Raja Group

No Interviews

INTERVIEWS

Amara Raja Group

No Interviews

INTERVIEWS

Deccan Fine Chemicals

No Interviews

JOBS

Motilal Oswal Financial Services

No Jobs

SALARIES

Motilal Oswal Financial Services

SALARIES

Motilal Oswal Financial Services

JOBS

Motilal Oswal Financial Services

No Jobs

INTERVIEWS

Deccan Fine Chemicals

No Interviews

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Amara Raja Group

No Interviews

Tell us how to improve this page.

Digimetrix Technologies AWS Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Digimetrix Technologies AWS Devops Engineer Salary
based on 7 salaries
₹6.4 L/yr - ₹10 L/yr
15% more than the average AWS Devops Engineer Salary in India
View more details

Digimetrix Technologies AWS Devops Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

5.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Digimetrix Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent