Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Aaban Solutions Team. If you also belong to the team, you can get access from here

Aaban Solutions Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 7 Reviews

Filter interviews by

Aaban Solutions Devops Engineer Interview Questions and Answers

Updated 29 Jan 2025

Aaban Solutions Devops Engineer Interview Experiences

1 interview found

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

I was interviewed before Jan 2024.

Round 1 - Assignment 

Given tasks on Kubernetes and how we can transition to virtualization.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the key difference between Agile methodology and DevOps practices?
  • Q2. What are CI/CD pipelines, and how do they operate?
  • Q3. How Does Git help in DevOps
Round 3 - Coding Test 

Give your full effort in every interview and emphasize practical knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your full effort in every interview and focus on practical knowledge

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is VPC and its concepts?
  • 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 instances.

    • You can c...

  • Answered by AI
  • Q2. What are the two health checks when EC2 instance is launched?
  • Ans. 

    The two health checks when an EC2 instance is launched are System Status Checks and Instance Status Checks.

    • System Status Checks ensure that the underlying host system is healthy and reachable.

    • Instance Status Checks ensure that the instance is running properly and can be accessed.

    • Examples: System Status Checks may include checking network connectivity, while Instance Status Checks may include verifying system logs.

  • Answered by AI
  • Q3. What is difference between IAM group and IAM roles?
  • Ans. 

    IAM groups are collections of IAM users, while IAM roles are permissions that can be assumed by users or services.

    • IAM groups are used to manage permissions for multiple users at once

    • IAM roles are used to delegate permissions to users or services

    • IAM groups can contain multiple users, while IAM roles can only be assumed by one entity at a time

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. TCP UDP knowlege, OSI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Array,String,Data Structure, java ,oops

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is oopsin java?
  • Ans. 

    OOPs in Java stands for Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • OOPs concepts help in organizing and structuring code for better reusability and maintainability.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionalities.

    • Polymorphism all...

  • Answered by AI
  • Q2. What is link list?
  • Ans. 

    A linked list is a data structure consisting of a sequence of elements where each element points to the next element in the sequence.

    • Consists of nodes where each node contains data and a reference to the next node

    • Can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes)

    • Common operations include insertion, deletion, and traversal

    • Example: Singly linke...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic questions regarding AWS, Python and others
  • Q2. Few questions on kubernetes

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About EKS in AWS
  • Q2. About ECS in AWS

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Difference between ENTRYPOINT, CMD, and RUN in docker. Can we use RUN instead of CMD in a Dockerfile? Difference between ARGS and ENV.
  • Ans. 

    Explaining the differences between ENTRYPOINT, CMD, and RUN in Docker and the usage of ARGS and ENV.

    • ENTRYPOINT is the command that runs when the container starts

    • CMD is the default command that runs after ENTRYPOINT, can be overridden

    • RUN executes commands during the build process

    • RUN can be used instead of CMD, but it will not be the default command

    • ARGS are used to pass arguments to the Dockerfile during build time

    • ENV se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer in the bookish language because the interviewer might not be experienced in understanding your points.
In my case, I have experience with azure but he is asking me about AWS concepts because he only worked on AWS.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the Kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Nodes communicate with each oth...

  • Answered by AI
  • Q2. Write the terraform script
  • Ans. 

    Writing a terraform script for infrastructure provisioning

    • Define provider and required variables

    • Create resources like instances, networks, and storage

    • Use modules for reusable code

    • Implement variables and outputs for flexibility

    • Leverage terraform state for tracking changes

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Write the 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 the RUN instruction to execute commands

    • Use the COPY instruction to add files from your Docker client’s current directory

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

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

Amdocs user image Kanchan Prasad Sinha

posted on 29 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write down the code of scripted and declarative pipeline
  • Ans. 

    Scripted and declarative pipelines in Jenkins for DevOps Engineer role

    • Scripted pipeline uses Groovy script syntax

    • Declarative pipeline uses a more structured format with predefined stages

    • Scripted pipeline example: node { stage('Build') { echo 'Building' } }

    • Declarative pipeline example: pipeline { agent any stages { stage('Build') { steps { echo 'Building' } } } }

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Medium DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Terraform uses and flow in your company
  • Q2. Remote backend in terraform?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared for the interviews.

Aaban Solutions Interview FAQs

How many rounds are there in Aaban Solutions Devops Engineer interview?
Aaban Solutions interview process usually has 3 rounds. The most common rounds in the Aaban Solutions interview process are Assignment, Technical and Coding Test.
What are the top questions asked in Aaban Solutions Devops Engineer interview?

Some of the top questions asked at the Aaban Solutions Devops Engineer interview -

  1. What is the key difference between Agile methodology and DevOps practic...read more
  2. What are CI/CD pipelines, and how do they opera...read more
  3. How Does Git help in Dev...read more

Tell us how to improve this page.

Aaban Solutions Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Aaban Solutions Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Aaban Solutions with

Amdocs

3.8
Compare

Credence Resource Management

3.5
Compare

Congruex Asia Pacific

3.4
Compare

Mobile Programming

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