Upload Button Icon Add office photos
Engaged Employer

i

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

LeadSquared Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

LeadSquared Devops Engineer Interview Questions and Answers

Updated 14 Nov 2024

LeadSquared Devops Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for networking concepts

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

There were 20MCQs and 3 easy coding question that a lame coder can solve within 1:30hr

Round 2 - Assignment 

After completion of coding round they have given assignment of clearing the AWS certification ( CCP {within 1month} , SysOps {within 2 months}, DevOps{within 3months} ), after successfully completion of each certificate they will reimburse your money. Post completion of DevOps certificate they will give you Full Time Employment→*IF THEY HAVE VACANCIES FOR THE SAME, ELSE YOU WILL ONLY GET THAT 6MONTHS INTERN CERTIFICATE with 0-industry EXPERIENCE*

Round 3 - HR 

(2 Questions)

  • Q1. They will ask whether you want WFH or On-Site and they will decide package based on your choice
  • Q2. Package for entry level DevOps engineer in CleverTap is similar to a Senior Software Engineer in any company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask the HR that whether they have enough vacancies for the role in their company or not. They will judge you based on your certificate completion regardless of how much knowledge do you have.
Not Recommended for those- who have 0-DevOps knowledge.

I applied via Naukri.com and was interviewed before Aug 2021. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They discuss what is what on internal part subjects
Round 2 - Coding Test 

Python sample coding test after asking some python scripts questions and discussing technical round

Round 3 - Technical 

(1 Question)

  • Q1. Around 40mnt technical round. the topic is Jenkins, git, docker, python, bash
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round. manager discuss project details and my experience previous company
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and company details

Interview Preparation Tips

Topics to prepare for Druva Devops Engineer interview:
  • Python
  • Bash
  • golang
Interview preparation tips for other job seekers - Please be prepare good script side. focus on programming laungages

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

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

C programming and java

Round 2 - Coding Test 

Advanced coding on c

Round 3 - Technical 

(2 Questions)

  • Q1. Why did you choose this company
  • Ans. 

    I chose this company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects that challenge me and allow me to learn new skills

    • Strong company culture that values teamwork and collaboration

    • Opportunities for growth and advancement within the company

  • Answered by AI
  • Q2. What is your aim
  • Ans. 

    My aim is to continuously improve my technical skills, contribute to innovative projects, and eventually become a technical leader in the field.

    • Continuous learning and skill development

    • Contribution to innovative projects

    • Becoming a technical leader in the field

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Medium level DSA question

Round 2 - Technical 

(2 Questions)

  • Q1. Mirror binary tree
  • Q2. Optimally find n^m
  • Ans. 

    Use the exponentiation by squaring algorithm to optimally find n^m.

    • Use the exponentiation by squaring algorithm to reduce the number of multiplications needed.

    • Divide the exponent by 2 and recursively calculate the result.

    • Handle the cases when the exponent is even or odd separately.

    • Example: n^5 = n * n^2 * n^2

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Edit distance problem
  • Ans. 

    The edit distance problem involves finding the minimum number of operations required to transform one string into another.

    • The edit distance problem can be solved using dynamic programming.

    • Common operations include insertion, deletion, and substitution of characters.

    • Example: Given strings 'kitten' and 'sitting', the edit distance is 3 (substitute 'k' with 's', insert 'g', substitute 'n' with 'g').

  • Answered by AI
  • Q2. Light switch puzzle

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Array and Java related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR was rude and the Interviewer was fixated on one topic. He was rejecting candidates left and right.

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding , 2 SQL with some quants

Round 2 - Technical 

(1 Question)

  • Q1. Remove redundant parentheses in a expression
  • Ans. 

    Remove redundant parentheses in a expression

    • Identify the innermost parentheses

    • Evaluate the expression inside the innermost parentheses

    • Replace the innermost parentheses with the evaluated expression

    • Repeat until no more redundant parentheses exist

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Chargebee?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and focus on your strength and if you screw up a part don’t feel bad

Skills evaluated in this interview

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

A coding test on hackerrank with some basic graph problems

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer asked about my projects
Contribute & help others!
anonymous
You can choose to be anonymous

LeadSquared Interview FAQs

How many rounds are there in LeadSquared Devops Engineer interview?
LeadSquared interview process usually has 1 rounds. The most common rounds in the LeadSquared interview process are Coding Test.
How to prepare for LeadSquared 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 LeadSquared. The most common topics and skills that interviewers at LeadSquared expect are Python, Configuration management, Monitoring, Computer science and Performance Optimization.

Recently Viewed

INTERVIEWS

EC-Council

No Interviews

INTERVIEWS

BKT Tyres

No Interviews

INTERVIEWS

LeadSquared

No Interviews

INTERVIEWS

LeadSquared

No Interviews

INTERVIEWS

EC-Council

No Interviews

SALARIES

Busibud

INTERVIEWS

Arman Financial Services

No Interviews

JOBS

Avi Global Plast

No Jobs

SALARIES

GrapplTech

SALARIES

GrapplTech

Tell us how to improve this page.

LeadSquared Devops Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
LeadSquared Devops Engineer Salary
based on 13 salaries
₹9 L/yr - ₹22 L/yr
75% more than the average Devops Engineer Salary in India
View more details
Business Analyst
145 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Development Representative
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare LeadSquared with

Freshworks

3.5
Compare

Zoho

4.3
Compare

MindTickle

2.8
Compare

Chargebee

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