Upload Button Icon Add office photos

Filter interviews by

Xorstack Devops Engineer Interview Questions and Answers

Updated 25 Nov 2022

Xorstack Devops Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Nov 2021. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Do you have any sample projects ( based of your profile )
  • Q2. Make sure that you are capable to showcase your github account & you should have basic knowledge about CURD operations,
Round 3 - Assignment 

Create CURD application based on your profile ( MERN stack / Django / PHP ). And the interview Team may ask you to make changes so don't showcase them any copy paste code, only showcase the code that you written from the scratch then only you can explain each line. ( The moral of this test is you should have to get a very basic idea about coding and CURD operations )

Round 4 - One-on-one 

(1 Question)

  • Q1. Final Round / salary discussion round

Interview Preparation Tips

Topics to prepare for Xorstack Devops Engineer interview:
  • Python
  • Github
  • Linux
  • PHP
  • CURD
  • CICD
Interview preparation tips for other job seekers - Make sure that you are capable to create a CURD application.
Make sure that you have a updated git repo & include that with your resume
Get basics of python ( no need oops level ),
If you are looking for Devops / Cloud related openings, then show case them any CICD pipelines that you created from the scratch.
Finally you should have to prove them that you are a learning person.

Interview questions from similar companies

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions was to explain complete architecture of application and on the basis of answer they will go deeper in questioning to check your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare mostly from your experience and not from Google top 50/100 questions. These data on Google will never get asked in interview. Be prepared scenario based questions rather than just theory.

Interview Preparation Tips

Interview preparation tips for other job seekers - Put those skills in resume which have good knowledge and you have worked on that skills.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Troubleshooting with EKS
  • Ans. 

    Troubleshooting with EKS involves identifying and resolving issues within an Amazon EKS cluster.

    • Check the status of EKS nodes and pods

    • Review logs for errors and warnings

    • Verify network connectivity within the cluster

    • Monitor resource utilization to identify bottlenecks

    • Use kubectl commands to inspect and troubleshoot

  • Answered by AI
  • Q2. S3 storage classes
Round 2 - Technical 

(2 Questions)

  • Q1. Explain Project and roles and responsibilities
  • Ans. 

    A project is a temporary endeavor with a specific goal, roles and responsibilities define the tasks and duties of team members.

    • Project is a temporary endeavor to achieve a specific goal within a defined timeframe and budget.

    • Roles and responsibilities outline the tasks and duties of team members to ensure successful project completion.

    • Examples of roles include project manager, developer, tester, and operations engineer.

    • ...

  • Answered by AI
  • Q2. CICD setups with different tools
  • Ans. 

    CICD setups involve integrating various tools for automation and continuous delivery.

    • Use Jenkins for building, testing, and deploying code

    • Integrate with version control systems like Git for source code management

    • Utilize Docker for containerization and Kubernetes for orchestration

    • Implement monitoring tools like Prometheus and Grafana for tracking performance

    • Automate testing with tools like Selenium or JUnit

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the Kubernetes Architecture ?
  • Ans. 

    Kubernetes Architecture is a container orchestration platform that manages the deployment, scaling, and operation of application containers.

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

    • The master node controls the cluster and schedules workloads, while the worker nodes run the actual containers.

    • Key components of Kubernetes architecture include Pods, Nodes, Services, and Co...

  • Answered by AI
  • Q2. How you handle container orchestration ?
  • Ans. 

    I handle container orchestration using tools like Kubernetes and Docker Swarm.

    • Utilize Kubernetes for managing containerized applications

    • Use Docker Swarm for orchestrating containers across multiple hosts

    • Implement service discovery and load balancing for efficient orchestration

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 2 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. JENKINS And docker
  • Q2. For bilingual profile Japanese language passage
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About kubernetes and it's ecosystem
  • Q2. Architecture of k8s
  • Ans. 

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

    • 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).

    • Pods are t...

  • Answered by AI
Round 2 - Case Study 

About previous project work experience and how it's solving major challenges

Skills evaluated in this interview

Xorstack Interview FAQs

How many rounds are there in Xorstack Devops Engineer interview?
Xorstack interview process usually has 4 rounds. The most common rounds in the Xorstack interview process are Technical, Assignment and One-on-one Round.
How to prepare for Xorstack Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Xorstack. The most common topics and skills that interviewers at Xorstack expect are PHP and Python.

Tell us how to improve this page.

Xorstack Devops Engineer Salary
based on 6 salaries
₹3.5 L/yr - ₹5 L/yr
53% less than the average Devops Engineer Salary in India
View more details

Xorstack Devops Engineer Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.5

Skill development

3.8

Work-life balance

3.4

Salary

3.8

Job security

3.8

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Software Engineer
6 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

QA Engineer
6 salaries
unlock blur

₹1.8 L/yr - ₹2.6 L/yr

Devops Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Software Associate
4 salaries
unlock blur

₹1.8 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Xorstack with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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