Upload Button Icon Add office photos
Engaged Employer

i

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

AVASOFT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

AVASOFT Cloud Devops Engineer Interview Questions and Answers

Updated 26 Feb 2025

AVASOFT Cloud Devops Engineer Interview Experiences

3 interviews found

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

I appeared for an interview in Jan 2025.

Round 1 - Group Discussion 

Can a 16-year-old child use social media with or without parental control?

Round 2 - Aptitude Test 

It was a written test, 50mcq's related to Cloud and devops.

Interview Preparation Tips

Interview preparation tips for other job seekers - A reputable company that embraces a mindset geared towards recruiting fresh talent.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Which is best City or Village

Round 2 - Technical 

(1 Question)

  • Q1. Basic Programming language questions & OOPS
Round 3 - Technical 

(1 Question)

  • Q1. Basic programming language concept
Round 4 - HR 

(1 Question)

  • Q1. Situation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company . At any point he will fire u for no reason. U will be traumatized & depressed & it is hard to find opportunities later.

Cloud Devops Engineer Interview Questions Asked at Other Companies

asked in GlobalLogic
Q1. What are the different types of EC2 instances based on their cost ... read more
asked in GlobalLogic
Q2. What command can be run to import a pre-exported Docker image int ... read more
Q3. Wt is ansible and how to write play book in ansible?
asked in GlobalLogic
Q4. What is the difference between CMD and ENTRYPOINT in a Dockerfile ... read more
asked in GlobalLogic
Q5. What is the use of lifecycle hooks in Auto Scaling?

Cloud Devops Engineer Interview Questions & Answers

user image TamilPro_OFficial

posted on 19 Aug 2024

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Easy only talk with your flow

Round 2 - Technical 

(2 Questions)

  • Q1. C basic questions
  • Q2. Related your technical skills

Interview questions from similar companies

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Data Structures
  • Q2. Analysis and Design

I applied via Campus Placement and was interviewed in Feb 2021. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Concepts of networking.
  • Q2. Concepts of Linux
  • Q3. Concepts of AWS
  • Q4. Oops Concepts and basic coding understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was Smooth and Hr team helped a lot.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - interview 

(2 Questions)

  • Q1. List aws services
  • Ans. 

    AWS offers a wide range of services for cloud computing, storage, databases, machine learning, and more.

    • EC2 (Elastic Compute Cloud) - virtual servers in the cloud

    • S3 (Simple Storage Service) - scalable object storage

    • RDS (Relational Database Service) - managed relational databases

    • Lambda - serverless computing

    • SNS (Simple Notification Service) - push notifications

    • DynamoDB - NoSQL database

    • Elastic Beanstalk - easy deployment...

  • Answered by AI
  • Q2. Explain application anc network load balancer
  • Ans. 

    Load balancers distribute incoming network or application traffic across multiple servers to ensure no single server is overwhelmed.

    • Application load balancer operates at the application layer and directs traffic based on content of the request.

    • Network load balancer operates at the transport layer and routes connections based on IP protocol data.

    • Load balancers improve application availability, scalability, and reliabili...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain aws service that you worked.
kubernetes basic question
terraform
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test had all the quants topics

Round 2 - Technical 

(1 Question)

  • Q1. They asked about my projects done
Round 3 - HR 

(1 Question)

  • Q1. Asked about personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a proper knowledge on your projects done.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was general aptitude round.

Round 2 - Coding Test 

Questions form DSA to check problem solving abilities.

Round 3 - Technical 

(1 Question)

  • Q1. Second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers for comparison.

    • Sort the array in descending order and return the second element.

    • Handle cases where there may be duplicates of the largest number.

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1)what is kubernetes? 2)what is devops kpi? how to get all pods list? how to delete multiple pods in one command line?
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes is used to manage containerized applications across multiple hosts.

    • It provides features like automatic scaling, self-healing, and rolling updates.

    • To get a list of all pods, use the command 'kubectl get pods'.

    • To delete multiple pods in one command line, use the com

  • Answered by AI
  • Q2. What is nodeport? and ingress? and loadbalancer
  • Ans. 

    NodePort, Ingress, and LoadBalancer are Kubernetes services used for exposing applications externally.

    • NodePort is a service that exposes an application on a static port on each node in the cluster.

    • Ingress is a service that exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.

    • LoadBalancer is a service that exposes an application externally using a cloud provider's load balancer.

    • NodePort ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve concepts on kubernetes,docker,Jenkins,AWS,

Skills evaluated in this interview

Interview experience
2
Poor
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 - Technical 

(1 Question)

  • Q1. Design two tire architecture
  • Ans. 

    Two-tier architecture consists of presentation layer and data layer.

    • Presentation layer handles user interface and client-side logic.

    • Data layer manages data storage and retrieval.

    • Example: Web application with frontend (presentation layer) and backend database (data layer).

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Architecture question

AVASOFT Interview FAQs

How many rounds are there in AVASOFT Cloud Devops Engineer interview?
AVASOFT interview process usually has 2-3 rounds. The most common rounds in the AVASOFT interview process are Group Discussion, Technical and HR.
What are the top questions asked in AVASOFT Cloud Devops Engineer interview?

Some of the top questions asked at the AVASOFT Cloud Devops Engineer interview -

  1. Basic Programming language questions & O...read more
  2. Basic programming language conc...read more
  3. Related your technical ski...read more

Tell us how to improve this page.

AVASOFT Cloud Devops Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Group Discussion Round
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 174 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
EbixCash Limited Interview Questions
4.0
 • 102 Interviews
SPRINKLR Interview Questions
3.0
 • 101 Interviews
Atlassian Interview Questions
3.5
 • 89 Interviews
View all
AVASOFT Cloud Devops Engineer Salary
based on 22 salaries
₹5 L/yr - ₹7 L/yr
38% less than the average Cloud Devops Engineer Salary in India
View more details

AVASOFT Cloud Devops Engineer Reviews and Ratings

based on 5 reviews

2.0/5

Rating in categories

2.6

Skill development

1.5

Work-life balance

1.7

Salary

1.0

Job security

1.0

Company culture

1.3

Promotions

1.5

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
252 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Data Engineer
94 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Software Developer
69 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

QA Engineer
54 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Servicenow Developer
49 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Explore more salaries
Compare AVASOFT with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.3
Compare

R Systems International

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