Upload Button Icon Add office photos

Filter interviews by

WorkSpan Lead DevOps Engineer Interview Questions and Answers

Updated 13 Feb 2024

WorkSpan Lead DevOps Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Generic questions
Round 2 - Technical 

(1 Question)

  • Q1. Just scenario based Questions
Round 3 - Technical 

(1 Question)

  • Q1. All scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid applying for job in Workspan.

Interview questions from similar companies

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

(2 Questions)

  • Q1. It was about terraform
  • Q2. It was about kubernetes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About Linux and AWS
  • Q2. Python coding Test
Round 2 - Technical 

(2 Questions)

  • Q1. Deep dive in AWS
  • Ans. 

    AWS is a cloud computing platform by Amazon offering a wide range of services for storage, computing, networking, databases, and more.

    • AWS provides a wide range of services including EC2 (Elastic Compute Cloud), S3 (Simple Storage Service), RDS (Relational Database Service), and more.

    • AWS offers scalability, flexibility, and cost-effectiveness for businesses of all sizes.

    • AWS has a global infrastructure with data centers ...

  • Answered by AI
  • Q2. Deep dive in Terraform and Python
  • Ans. 

    Terraform is an infrastructure as code tool, while Python is a versatile programming language often used for automation in DevOps.

    • Terraform is used for provisioning and managing infrastructure resources in a declarative way.

    • Python is commonly used for scripting, automation, and building tools in the DevOps ecosystem.

    • Terraform can be integrated with Python scripts to enhance automation capabilities.

    • Both Terraform and Py...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for OpenText Technologies Devops Engineer interview:
  • AWS
  • Python
  • Terraform
Interview preparation tips for other job seekers - Prepare well with whatever you have mentioned in your resume.

Skills evaluated in this interview

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.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is DaemonSet
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

    • It is useful for running a single instance of a Pod on every node in a cluster

    • DaemonSet is commonly used for monitoring, logging, and other system-level services

    • Example: Running a logging agent on every node in a Kubernetes cluster

  • Answered by AI
  • Q2. What is deployment and difference between statefulset and deployment
  • Ans. 

    Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

    • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

    • Deployment manages replica sets and ensures a desired state is maintained.

    • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - HR 

(1 Question)

  • Q1. About you your experience and communication skills
Round 3 - Technical 

(2 Questions)

  • Q1. Depends upon team leader Ask basics as well as the issue they are facing during their work.
  • Q2. Especially Linux file system How to mount additional disk Booting process Docker file structure
Round 4 - Technical 

(2 Questions)

  • Q1. Second technical round is depends upon the TL he can ask your experience and issues
  • Q2. And can ask questions about cloud AWS and azure
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. What is your Strength?

Devops Interview Questions & Answers

SAP user image Anonymous

posted on 1 Apr 2024

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. They are asking questions about their products and what is the architecture behind.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question on the skills that you have written in resume

Devops Engineer Interview Questions & Answers

Zoho user image thulasinadh bathala

posted on 28 Feb 2024

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

I applied via Walk-in and was interviewed before Feb 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

They will provide 10-20 aptitude questions and 10-20 coding outputs or flowchart related questions

Round 2 - Coding Test 

They will give 5 coding questions, you can write in any programming language, irrespective of output they check how you are thinking and which logic you are using and efficiency of the code

Round 3 - Coding Test 

In this round they will give bulk application programme no need to finish it but they will check your thought process and depth in oops concepts,

Round 4 - Technical 

(3 Questions)

  • Q1. In this round they will ask technical questions, you have to explain use case with live examples
  • Q2. What is static key word where can we use
  • Ans. 

    The static keyword in Java is used to create variables and methods that belong to the class itself, rather than instances of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

  • Answered by AI
  • Q3. Why public static void main
  • Ans. 

    The public static void main method is the entry point for a Java program.

    • public: Access modifier indicating that the method can be accessed from any other class.

    • static: Indicates that the method belongs to the class itself, not an instance of the class.

    • void: Indicates that the method does not return any value.

    • main: The name of the method that serves as the entry point for the program.

    • String[] args: An array of strings ...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Will ask casual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - write a efficient code, use minimum variables, no need of scanners to read variables just concentrate on logic.

Skills evaluated in this interview

WorkSpan Interview FAQs

How many rounds are there in WorkSpan Lead DevOps Engineer interview?
WorkSpan interview process usually has 3 rounds. The most common rounds in the WorkSpan interview process are Technical and HR.
What are the top questions asked in WorkSpan Lead DevOps Engineer interview?

Some of the top questions asked at the WorkSpan Lead DevOps Engineer interview -

  1. Just scenario based Questi...read more
  2. Generic questi...read more
  3. All scenario bas...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Google Interview Questions
4.4
 • 825 Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Zoho Interview Questions
4.3
 • 495 Interviews
View all
Software Engineer
11 salaries
unlock blur

₹10.5 L/yr - ₹29 L/yr

Senior Consultant
6 salaries
unlock blur

₹18.5 L/yr - ₹35 L/yr

Consultant
4 salaries
unlock blur

₹12.5 L/yr - ₹18 L/yr

Software Engineer III
4 salaries
unlock blur

₹46.5 L/yr - ₹48 L/yr

Software Development Engineer II
4 salaries
unlock blur

₹23.5 L/yr - ₹31.7 L/yr

Explore more salaries
Compare WorkSpan with

Zinnov Management Consulting

3.3
Compare

NASSCOM

4.0
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview