Upload Button Icon Add office photos
Engaged Employer

i

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

Lbm Solutions Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 17 Reviews

Filter interviews by

Lbm Solutions Devops Engineer Interview Questions and Answers for Experienced

Updated 27 Apr 2024

Lbm Solutions Devops Engineer Interview Experiences for Experienced

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Jenkins, AWS, Terraform
  • Q2. Dockerfile based and Troubleshooting
Round 2 - Behavioral 

(1 Question)

  • Q1. Resume overview and basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time here for interview process

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain in detail about clusters creation and how you handled practical bugs?
  • Ans. 

    Clusters creation involves setting up multiple servers to work together, while handling practical bugs requires troubleshooting and fixing issues in the cluster.

    • Clusters creation involves setting up multiple servers to work together to distribute workload and increase reliability.

    • Tools like Kubernetes or Docker Swarm can be used to create and manage clusters efficiently.

    • Practical bugs in clusters can include network is...

  • Answered by AI
  • Q2. How much do you experience in Ansible
  • Ans. 

    I have 3 years of experience working with Ansible in automating infrastructure and configuration management.

    • Implemented Ansible playbooks to automate deployment of applications across multiple servers

    • Utilized Ansible roles to standardize configurations and ensure consistency

    • Integrated Ansible with CI/CD pipelines for continuous deployment

    • Troubleshooted and resolved issues related to Ansible scripts and configurations

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Devops Engineer interview:
  • Aws
  • Devops
  • Docker
  • Kubernetes
  • Ansible
  • Terraform
Interview preparation tips for other job seekers - Do practice on senario based topics
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(7 Questions)

  • Q1. What is your roles and responsibilities in your current job..?
  • Q2. What is CICD...? What is functions used in jenkinsfile..?
  • Ans. 

    CICD stands for Continuous Integration/Continuous Deployment. Jenkinsfile functions include stages, steps, post, and more.

    • CICD stands for Continuous Integration/Continuous Deployment

    • Jenkinsfile functions include stages, steps, post, agent, environment, and more

    • Stages define a series of tasks to be executed in a pipeline

    • Steps define individual actions within a stage

    • Post defines actions to be taken after the pipeline has...

  • Answered by AI
  • Q3. What is Kubernetes ..?
  • Ans. 

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

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • It allows for easy scaling of applications by adding or removing containers based on demand.

    • Kubernetes provides features like service discovery, load balancing, and self-healing ...

  • Answered by AI
  • Q4. What is Workspaces in docker
  • Ans. 

    Workspaces in Docker are isolated environments where developers can work on different projects without affecting each other.

    • Workspaces allow developers to have separate environments for each project, preventing conflicts between dependencies.

    • Each workspace has its own set of containers, volumes, and networks, ensuring isolation.

    • Developers can easily switch between workspaces to work on different projects.

    • Workspaces are...

  • Answered by AI
  • Q5. How Cost Optimization achieved ..? Give a example where you achieved this.
  • Ans. 

    Cost optimization in DevOps is achieved through efficient resource utilization, automation, and continuous monitoring.

    • Implementing auto-scaling to dynamically adjust resources based on demand

    • Using containerization to maximize resource utilization and reduce costs

    • Leveraging cloud services for pay-as-you-go pricing model

    • Implementing cost monitoring tools to identify and eliminate wasteful spending

    • Optimizing code and infr...

  • Answered by AI
  • Q6. What is the challange that you faced in your work and how you can overcome that..?
  • Q7. How monitoring has been done .? Explain Prometheus and Grafana.
  • Ans. 

    Monitoring is done using Prometheus and Grafana. Prometheus collects metrics and Grafana visualizes them.

    • Prometheus is an open-source monitoring and alerting toolkit

    • It collects metrics from monitored targets by scraping HTTP endpoints

    • Grafana is a visualization tool that creates dashboards for the collected metrics

    • It allows users to create graphs, charts, and alerts based on the data from Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what you have learnt and experience. Try to elaborate and explain your answer as much as it can possible.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Architecture of Kubernetes
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

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

    • Master node includes components like API server, scheduler, controller manager, and etcd.

    • Worker nodes run containers and include components like kubelet, kube-proxy, and con...

  • Answered by AI
  • Q2. Questions around Kafka, Git, Github comands

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. What is architecture of kubernetes
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes follows a master-slave architecture where the master node controls the cluster and the worker nodes run the containers.

    • The master node consists of components like API server, scheduler, controller manager, and etcd.

    • Worker nodes have components like kubelet, kube-p...

  • Answered by AI
  • Q2. What is ingress
  • Ans. 

    Ingress is a Kubernetes resource that manages external access to services within a cluster.

    • Ingress allows external traffic to reach services within a Kubernetes cluster

    • It acts as a layer 7 HTTP reverse proxy

    • Ingress rules define how incoming requests should be routed to different services based on hostnames or paths

  • Answered by AI
  • Q3. What is docker and why we use it.
  • Ans. 

    Docker is a containerization platform that allows developers to package applications with all dependencies into a standardized unit for easy deployment.

    • Docker allows for consistent development, testing, and deployment environments across different systems.

    • It improves scalability and resource utilization by isolating applications in lightweight containers.

    • Docker simplifies the process of managing dependencies and config...

  • Answered by AI
  • Q4. What is jenkins pipeline.
  • Ans. 

    Jenkins pipeline is a suite of plugins that supports implementing and integrating continuous delivery pipelines.

    • Jenkins pipeline allows defining the entire build process as code, making it easier to manage and version control.

    • It enables automating the steps of building, testing, and deploying software applications.

    • Pipeline scripts can be written in Groovy language and can be stored in a Jenkinsfile within the project's...

  • Answered by AI
  • Q5. What is Rbac in kubernetes.
  • Ans. 

    RBAC stands for Role-Based Access Control in Kubernetes, allowing administrators to control access to resources based on roles assigned to users.

    • RBAC is a method of regulating access to computer or network resources based on the roles of individual users within an enterprise.

    • In Kubernetes, RBAC allows cluster administrators to dynamically configure access policies through the API.

    • Roles define a set of permissions, whil...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Terraform slug?
Round 2 - Technical 

(1 Question)

  • Q1. Terraform securities
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About DevvOps tools
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How can we connection between 2 EC2 instance
  • Ans. 

    You can connect between 2 EC2 instances by using their private IP addresses or public DNS names.

    • Use private IP addresses for communication within the same VPC

    • Use public DNS names for communication across different VPCs or over the internet

  • Answered by AI
  • Q2. How do you connections between public subnet and private subnet.
  • Ans. 

    Connections between public and private subnets are established using a NAT gateway or a NAT instance.

    • Use a NAT gateway to allow instances in a private subnet to initiate outbound traffic to the internet while preventing inbound traffic from reaching those instances.

    • Alternatively, use a NAT instance with a security group that only allows inbound traffic from instances in the public subnet.

    • Ensure that the route tables fo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Deloitte Devops Engineer interview:
  • Terraform
  • Docker
Interview preparation tips for other job seekers - Give interview call more

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. Question on ansible modules
Round 2 - Technical 

(2 Questions)

  • Q1. Question on CI/CD tools
  • Q2. Any automation that you done in the past.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Devops admin
  • Q2. About DevOps admin questions
Round 2 - Technical 

(1 Question)

  • Q1. About Devops admin
Round 3 - HR 

(1 Question)

  • Q1. About CTC discussion

Lbm Solutions Interview FAQs

How many rounds are there in Lbm Solutions Devops Engineer interview for experienced candidates?
Lbm Solutions interview process for experienced candidates usually has 2 rounds. The most common rounds in the Lbm Solutions interview process for experienced candidates are Technical and Behavioral.
What are the top questions asked in Lbm Solutions Devops Engineer interview for experienced candidates?

Some of the top questions asked at the Lbm Solutions Devops Engineer interview for experienced candidates -

  1. Dockerfile based and Troubleshoot...read more
  2. Jenkins, AWS, Terraf...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Lbm Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Web Designer
4 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Sales Manager
4 salaries
unlock blur

₹3 L/yr - ₹5.1 L/yr

Reactjs Developer
4 salaries
unlock blur

₹2.9 L/yr - ₹3 L/yr

Software Developer
3 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Graphic Designer
3 salaries
unlock blur

₹1.5 L/yr - ₹1.6 L/yr

Explore more salaries
Compare Lbm Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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