Upload Button Icon Add office photos

Filter interviews by

Larsen & Toubro Group Devops Engineer Interview Questions and Answers

Updated 22 Jun 2022

Larsen & Toubro Group Devops Engineer Interview Experiences

1 interview found

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. Half of the interview is about linux
  • Q2. Asked about day to day tasks in DevOps

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and let interviewer know about your skills

Interview questions from similar companies

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

(2 Questions)

  • Q1. Best way to explain project
  • Ans. 

    The best way to explain a project is to provide a clear overview of its goals, scope, timeline, and key deliverables.

    • Start by outlining the purpose of the project and why it is important.

    • Explain the scope of the project, including what will be included and what will be excluded.

    • Provide a timeline with key milestones and deadlines.

    • Highlight the key deliverables and outcomes that are expected from the project.

    • Use visuals...

  • Answered by AI
  • Q2. All good past projects experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Nnn

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 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 

(12 Questions)

  • Q1. What is the procedure for .net pipeline build process?
  • Ans. 

    The .NET pipeline build process involves several steps including source code management, building, testing, and deployment.

    • Source code is managed using a version control system like Git.

    • The build process involves compiling the code and creating an executable or library.

    • Unit tests are run to ensure the code is functioning correctly.

    • The application is deployed to a testing or staging environment for further testing.

    • Once ...

  • Answered by AI
  • Q2. How do you install nuget? What is the use of nuget restore?
  • Ans. 

    NuGet is a package manager for .NET that simplifies the process of finding, installing, and using third-party libraries.

    • NuGet can be installed using Visual Studio or the NuGet command-line interface (CLI).

    • NuGet restore is used to restore the packages listed in a project's packages.config file.

    • NuGet packages can be used to add functionality to a project, such as libraries, tools, and frameworks.

    • NuGet also allows for the...

  • Answered by AI
  • Q3. In pipelines, what is the approval request procedure?
  • Ans. 

    Approval request procedure in pipelines involves manual or automated approval process before deployment.

    • Approval request is triggered when a pipeline reaches a certain stage or before deployment.

    • The request can be manual or automated depending on the pipeline configuration.

    • Manual approval requires a designated person to review and approve the request.

    • Automated approval can be based on predefined rules or conditions.

    • App...

  • Answered by AI
  • Q4. If pipeline breaks in production environment, how do you handle it?
  • Ans. 

    I would follow the incident management process to identify the root cause and resolve the issue as quickly as possible.

    • Notify the relevant stakeholders and initiate the incident management process

    • Identify the root cause of the issue and take corrective actions

    • Rollback to the previous stable version if necessary

    • Communicate the status and progress of the incident to stakeholders

    • Conduct a post-incident review to identify

  • Answered by AI
  • Q5. Git - One of your colleague updated code in remote app and want to test the code. He doesnt want to bring it to local and overwrite it in local. How do you suggest he does that
  • Q6. Did you write a Docker file from scratch? What is the syntax for Docker file?
  • Ans. 

    Yes, I have written Docker files from scratch. The syntax for Docker file includes instructions and arguments.

    • Docker file is a script that contains instructions to build a Docker image

    • The syntax includes instructions like FROM, RUN, COPY, CMD, etc.

    • Arguments are used to specify details like the base image, working directory, etc.

    • Example: FROM ubuntu:latest RUN apt-get update && apt-get install -y python3

    • Example: COPY .

  • Answered by AI
  • Q7. What are the Docker commands used inside a Docker file?
  • Ans. 

    Docker commands used inside a Dockerfile

    • FROM - specifies the base image

    • RUN - executes a command in the container

    • COPY - copies files from host to container

    • WORKDIR - sets the working directory for subsequent commands

    • CMD - specifies the command to run when the container starts

  • Answered by AI
  • Q8. How do you run a Docker file?
  • Ans. 

    To run a Docker file, use the 'docker build' command followed by the path to the Dockerfile.

    • Navigate to the directory containing the Dockerfile

    • Run the command 'docker build -t .'

    • The '.' at the end of the command specifies the build context

    • Once the build is complete, run the container using 'docker run '

  • Answered by AI
  • Q9. What is the use of Azure Keyvaults?
  • Ans. 

    Azure Keyvaults are used to securely store and manage cryptographic keys, secrets, and certificates.

    • Keyvaults provide a centralized location for managing secrets and keys used in applications.

    • They allow for secure storage and retrieval of sensitive information such as passwords, API keys, and certificates.

    • Keyvaults can be accessed programmatically through APIs or through the Azure portal.

    • They can also be integrated wit...

  • Answered by AI
  • Q10. How do you give permission to a particular secret to a user or application?
  • Ans. 

    To give permission to a secret, grant access to the user or application in the secret management tool.

    • Access control can be managed through the secret management tool.

    • Users or applications can be granted read or write access to a specific secret.

    • Access can be granted based on roles or individual permissions.

    • Examples of secret management tools include HashiCorp Vault and AWS Secrets Manager.

  • Answered by AI
  • Q11. What is your strategy for Kubernetes cluster?
  • Ans. 

    My strategy for Kubernetes cluster is to ensure high availability, scalability, and efficient resource utilization.

    • Implementing auto-scaling to handle sudden spikes in traffic

    • Using Kubernetes' built-in features like horizontal pod autoscaling and cluster autoscaling

    • Ensuring proper resource allocation and utilization through resource quotas and limits

    • Implementing rolling updates to minimize downtime

    • Using Kubernetes' bui...

  • Answered by AI
  • Q12. How do you autoscale in kubernetes?
  • Ans. 

    Autoscaling in Kubernetes can be achieved through Horizontal Pod Autoscaler (HPA) and Cluster Autoscaler.

    • Horizontal Pod Autoscaler (HPA) scales the number of pods based on CPU utilization or custom metrics.

    • Cluster Autoscaler scales the number of nodes in the cluster based on resource utilization.

    • HPA can be configured using kubectl autoscale command or through YAML file.

    • Cluster Autoscaler can be installed as a Kubernete...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Explain what you know about it. If you did not work on a particular technology/tool, be honest and tell them you havent got a chance to work on them.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked questions on k8s architecture, Ansible roles, Cloud, Shell script and python
  • Q2. Asked about the cloud services I have used
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to create pyramid using python
  • Q2. Asked about garbage collection, OOPS concept and variable assignment in python
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Best way to explain project
  • Ans. 

    The best way to explain a project is to provide a clear overview of its goals, scope, timeline, and key deliverables.

    • Start by outlining the purpose of the project and why it is important.

    • Explain the scope of the project, including what will be included and what will be excluded.

    • Provide a timeline with key milestones and deadlines.

    • Highlight the key deliverables and outcomes that are expected from the project.

    • Use visuals...

  • Answered by AI
  • Q2. All good past projects experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Nnn

I applied via Naukri.com and was interviewed in Nov 2022. There were 2 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 

(12 Questions)

  • Q1. What is the procedure for .net pipeline build process?
  • Ans. 

    The .NET pipeline build process involves several steps including source code management, building, testing, and deployment.

    • Source code is managed using a version control system like Git.

    • The build process involves compiling the code and creating an executable or library.

    • Unit tests are run to ensure the code is functioning correctly.

    • The application is deployed to a testing or staging environment for further testing.

    • Once ...

  • Answered by AI
  • Q2. How do you install nuget? What is the use of nuget restore?
  • Ans. 

    NuGet is a package manager for .NET that simplifies the process of finding, installing, and using third-party libraries.

    • NuGet can be installed using Visual Studio or the NuGet command-line interface (CLI).

    • NuGet restore is used to restore the packages listed in a project's packages.config file.

    • NuGet packages can be used to add functionality to a project, such as libraries, tools, and frameworks.

    • NuGet also allows for the...

  • Answered by AI
  • Q3. In pipelines, what is the approval request procedure?
  • Ans. 

    Approval request procedure in pipelines involves manual or automated approval process before deployment.

    • Approval request is triggered when a pipeline reaches a certain stage or before deployment.

    • The request can be manual or automated depending on the pipeline configuration.

    • Manual approval requires a designated person to review and approve the request.

    • Automated approval can be based on predefined rules or conditions.

    • App...

  • Answered by AI
  • Q4. If pipeline breaks in production environment, how do you handle it?
  • Ans. 

    I would follow the incident management process to identify the root cause and resolve the issue as quickly as possible.

    • Notify the relevant stakeholders and initiate the incident management process

    • Identify the root cause of the issue and take corrective actions

    • Rollback to the previous stable version if necessary

    • Communicate the status and progress of the incident to stakeholders

    • Conduct a post-incident review to identify

  • Answered by AI
  • Q5. Git - One of your colleague updated code in remote app and want to test the code. He doesnt want to bring it to local and overwrite it in local. How do you suggest he does that
  • Q6. Did you write a Docker file from scratch? What is the syntax for Docker file?
  • Ans. 

    Yes, I have written Docker files from scratch. The syntax for Docker file includes instructions and arguments.

    • Docker file is a script that contains instructions to build a Docker image

    • The syntax includes instructions like FROM, RUN, COPY, CMD, etc.

    • Arguments are used to specify details like the base image, working directory, etc.

    • Example: FROM ubuntu:latest RUN apt-get update && apt-get install -y python3

    • Example: COPY .

  • Answered by AI
  • Q7. What are the Docker commands used inside a Docker file?
  • Ans. 

    Docker commands used inside a Dockerfile

    • FROM - specifies the base image

    • RUN - executes a command in the container

    • COPY - copies files from host to container

    • WORKDIR - sets the working directory for subsequent commands

    • CMD - specifies the command to run when the container starts

  • Answered by AI
  • Q8. How do you run a Docker file?
  • Ans. 

    To run a Docker file, use the 'docker build' command followed by the path to the Dockerfile.

    • Navigate to the directory containing the Dockerfile

    • Run the command 'docker build -t .'

    • The '.' at the end of the command specifies the build context

    • Once the build is complete, run the container using 'docker run '

  • Answered by AI
  • Q9. What is the use of Azure Keyvaults?
  • Ans. 

    Azure Keyvaults are used to securely store and manage cryptographic keys, secrets, and certificates.

    • Keyvaults provide a centralized location for managing secrets and keys used in applications.

    • They allow for secure storage and retrieval of sensitive information such as passwords, API keys, and certificates.

    • Keyvaults can be accessed programmatically through APIs or through the Azure portal.

    • They can also be integrated wit...

  • Answered by AI
  • Q10. How do you give permission to a particular secret to a user or application?
  • Ans. 

    To give permission to a secret, grant access to the user or application in the secret management tool.

    • Access control can be managed through the secret management tool.

    • Users or applications can be granted read or write access to a specific secret.

    • Access can be granted based on roles or individual permissions.

    • Examples of secret management tools include HashiCorp Vault and AWS Secrets Manager.

  • Answered by AI
  • Q11. What is your strategy for Kubernetes cluster?
  • Ans. 

    My strategy for Kubernetes cluster is to ensure high availability, scalability, and efficient resource utilization.

    • Implementing auto-scaling to handle sudden spikes in traffic

    • Using Kubernetes' built-in features like horizontal pod autoscaling and cluster autoscaling

    • Ensuring proper resource allocation and utilization through resource quotas and limits

    • Implementing rolling updates to minimize downtime

    • Using Kubernetes' bui...

  • Answered by AI
  • Q12. How do you autoscale in kubernetes?
  • Ans. 

    Autoscaling in Kubernetes can be achieved through Horizontal Pod Autoscaler (HPA) and Cluster Autoscaler.

    • Horizontal Pod Autoscaler (HPA) scales the number of pods based on CPU utilization or custom metrics.

    • Cluster Autoscaler scales the number of nodes in the cluster based on resource utilization.

    • HPA can be configured using kubectl autoscale command or through YAML file.

    • Cluster Autoscaler can be installed as a Kubernete...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Explain what you know about it. If you did not work on a particular technology/tool, be honest and tell them you havent got a chance to work on them.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Oct 2023.

Round 1 - HR 

(2 Questions)

  • Q1. How much salary your expecting
  • Q2. Current package

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is static constructor
  • Ans. 

    A static constructor is a special constructor that is used to initialize the static members of a class.

    • Static constructors are called automatically before any static member of the class is accessed.

    • They are used to initialize static variables or perform any necessary setup tasks.

    • Static constructors do not take any parameters and cannot be called explicitly.

    • They are typically used to set default values or initialize sha...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are good with OOPS basic concept , Dot Net, MVC filters, SQL

Skills evaluated in this interview

Larsen & Toubro Group Interview FAQs

How many rounds are there in Larsen & Toubro Group Devops Engineer interview?
Larsen & Toubro Group interview process usually has 2 rounds. The most common rounds in the Larsen & Toubro Group interview process are Resume Shortlist and Technical.
What are the top questions asked in Larsen & Toubro Group Devops Engineer interview?

Some of the top questions asked at the Larsen & Toubro Group Devops Engineer interview -

  1. Half of the interview is about li...read more
  2. Asked about day to day tasks in Dev...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 743 Interviews
Tata Projects Interview Questions
4.2
 • 425 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
KEC International Interview Questions
4.0
 • 297 Interviews
View all
Graduate Engineer Trainee (Get)
48 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹9 L/yr - ₹25.1 L/yr

Assistant Manager
25 salaries
unlock blur

₹7.1 L/yr - ₹15.4 L/yr

Senior Engineer
25 salaries
unlock blur

₹5.6 L/yr - ₹14.5 L/yr

Software Engineer
20 salaries
unlock blur

₹4.8 L/yr - ₹24 L/yr

Explore more salaries
Compare Larsen & Toubro Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Adani Group

3.9
Compare

Mahindra & Mahindra

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