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

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

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

(2 Questions)

  • Q1. Past experience in devops
  • Ans. 

    I have 5 years of experience in implementing DevOps practices in various organizations.

    • Implemented CI/CD pipelines using tools like Jenkins, GitLab CI, and CircleCI

    • Automated infrastructure provisioning with tools like Terraform and Ansible

    • Managed containerized applications using Docker and Kubernetes

    • Monitored and maintained production systems with tools like Prometheus and Grafana

  • Answered by AI
  • Q2. Scripted jeninsfile for CI
  • Ans. 

    A scripted Jenkinsfile is a Groovy script that defines the pipeline for Continuous Integration (CI).

    • Use 'pipeline' block to define the stages of the CI pipeline

    • Utilize 'stage' block to specify individual stages within the pipeline

    • Leverage 'steps' block to define the actions to be executed within each stage

    • Use 'node' block to allocate a Jenkins agent for running the pipeline

    • Utilize 'checkout' step to fetch the source co

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. WAF implementation in AWS
  • Ans. 

    Implementing a Web Application Firewall (WAF) in AWS for enhanced security.

    • Use AWS WAF to protect web applications from common web exploits.

    • Create rules to filter and monitor HTTP and HTTPS requests.

    • Integrate AWS WAF with other AWS services like CloudFront or API Gateway for comprehensive protection.

  • Answered by AI
  • Q2. Write a CD jenkinsfile
  • Ans. 

    A CD Jenkinsfile automates the Continuous Delivery process in Jenkins.

    • Define stages for build, test, deploy

    • Use declarative syntax for pipeline

    • Include steps for version control, artifact management

    • Utilize plugins for notifications, approvals

    • Implement error handling and rollback mechanisms

  • Answered by AI

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was moderately tough.

Round 2 - Technical 

(1 Question)

  • Q1. Good DSA knowledge will help
Round 3 - Technical 

(1 Question)

  • Q1. DSA knowledge and Computer fundamentals knowledge.
Round 4 - HR 

(1 Question)

  • Q1. Be confident and speak honestly, will help.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux AWS git jenkins
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question on the skills that you have written in resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Kubernetes
  • Q2. Write Terraform and Ansible script
  • Ans. 

    Write Terraform and Ansible script

    • Use Terraform to provision infrastructure resources like virtual machines, networks, and storage

    • Use Ansible to configure and manage software on the provisioned infrastructure

    • Create a Terraform script to deploy a virtual machine on AWS

    • Write an Ansible playbook to install and configure Nginx on the deployed virtual machine

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 

(2 Questions)

  • Q1. They asked so many questions about Azure cloud as position was for Azure DevOps. What is PAAS and SAAS. Which services did you used in PAAS.
  • Ans. PAAS is Platform as a service. I use Azure App services, Azure functions, Azure cosmos DB, Azure devops services, Azure kubernetes services in PAAS
  • Answered Anonymously
  • Q2. What is difference between IAAS and PAAS ?
  • Ans. 

    IAAS provides virtualized computing resources over the internet, while PAAS provides a platform for developers to build, deploy, and manage applications.

    • IAAS offers virtualized infrastructure like virtual machines, storage, and networking, while PAAS offers a platform for developers to build, deploy, and manage applications.

    • IAAS allows users to manage and control the infrastructure, while PAAS abstracts the underlying ...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What is your salary expectation.
  • Q2. What was your previous CTC ?
  • Q3. What is your expected CTC ?
  • Ans. 

    My expected CTC is based on industry standards, my experience, and the responsibilities of the role.

    • Expected CTC is based on market research and industry standards for DevOps Engineers.

    • Consideration of my experience, skills, and qualifications in determining the expected CTC.

    • The responsibilities and scope of the role will also influence my expected CTC.

    • Open to negotiation based on additional benefits or opportunities o

  • Answered by AI
  • Q4. Do you have all the proofs from previous organization like form 16, PF and salary slips ?

Interview Preparation Tips

Topics to prepare for Globant Devops Engineer interview:
  • Azure
  • Devops
  • Cloud
  • Unix Shell Scripting
Interview preparation tips for other job seekers - Prepare all the technical concepts thoroughly. Understand the key fundamentals and practice everything practically.

Skills evaluated in this interview

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.

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
142 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Software Engineer
135 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Senior Software Engineer
104 salaries
unlock blur

₹11 L/yr - ₹34.9 L/yr

Senior Business Analyst
87 salaries
unlock blur

₹7 L/yr - ₹21 L/yr

Key Account Manager
54 salaries
unlock blur

₹6.5 L/yr - ₹20 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