Upload Button Icon Add office photos
Premium Employer

i

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

JBM Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

JBM Group Devops Engineer Interview Questions and Answers

Updated 15 Oct 2024

JBM Group Devops Engineer Interview Experiences

1 interview found

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

(5 Questions)

  • Q1. How to check the pattern in all files in current directory
  • Ans. 

    Use grep command to check pattern in all files in current directory

    • Use 'grep' command with the desired pattern and '*' wildcard to search for the pattern in all files in the current directory

    • For example, to search for the pattern 'example' in all files in the current directory: grep 'example' *

  • Answered by AI
  • Q2. What is multistage pipeline in Jenkins
  • Ans. 

    Multistage pipeline in Jenkins allows for defining complex build pipelines with multiple stages and actions.

    • Multistage pipeline is defined in a Jenkinsfile using declarative syntax

    • Each stage in the pipeline represents a specific part of the build process

    • Stages can have multiple steps like build, test, deploy, etc.

    • Parallel stages can be defined to run multiple tasks concurrently

    • Post actions can be defined to execute tas...

  • Answered by AI
  • Q3. Write a shell script to display current proceess with only process id
  • Ans. 

    Shell script to display current process with only process id

    • Use the 'ps' command to list all processes

    • Pipe the output to 'awk' to print only the process id column

    • Exclude the header line from the output

  • Answered by AI
  • Q4. How to clean the Jenkins workspace after every build
  • Ans. 

    Use Jenkins Pipeline to clean workspace after each build

    • Add a post-build step in Jenkins Pipeline to delete workspace contents

    • Use 'deleteDir()' command in Jenkins Pipeline to remove workspace directory

    • Consider using 'sh' or 'bat' commands to execute shell or batch scripts for cleaning workspace

  • Answered by AI
  • Q5. Can you tell me how to check the memory and storage in Linux
  • Ans. 

    To check memory and storage in Linux, you can use commands like free, df, and du.

    • Use 'free' command to check memory usage and available memory

    • Use 'df' command to check disk space usage

    • Use 'du' command to check disk usage of specific directories

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on shell scripting

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about JBM Group?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which vehicle license you have?
  • Ans. 

    I have a valid driver's license for both cars and motorcycles.

    • I have a Class C license for cars

    • I also have a Class M license for motorcycles

    • I have a clean driving record with no accidents or violations

  • Answered by AI
  • Q2. What is CBS & ABS
  • Q3. Which segment of bike you ride
  • Ans. 

    I ride a road bike for commuting and a mountain bike for leisure.

    • I prefer road bikes for their speed and efficiency on paved roads.

    • I enjoy mountain biking for the challenge and adventure of off-road trails.

    • I also have experience with hybrid bikes for their versatility.

    • I prioritize safety and always wear a helmet and follow traffic laws.

    • I have participated in charity rides and group rides for fun and community.

  • Answered by AI
  • Q4. How you do the vehicle testing
  • Ans. 

    Vehicle testing involves various methods to ensure safety, performance, and compliance with regulations.

    • Testing can include physical tests such as crash tests, durability tests, and performance tests.

    • Simulation and modeling can also be used to test vehicle components and systems.

    • Testing must comply with regulations set by organizations such as the National Highway Traffic Safety Administration (NHTSA) and the European ...

  • Answered by AI
  • Q5. Which type of Homologation testing you do?
  • Ans. 

    We conduct various types of homologation testing depending on the product and its intended market.

    • We conduct safety testing to ensure compliance with local regulations.

    • We perform emissions testing to ensure compliance with environmental regulations.

    • We conduct performance testing to ensure the product meets the required standards.

    • We also conduct durability testing to ensure the product can withstand the expected wear an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - That question were ask me for vehicle testing engineer & for test rider position

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 4 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 - Telephonic Call 

(1 Question)

  • Q1. Technical questions related to Mechanical Engineering. Current job role and responsibilities
Round 3 - Panel interview 

(2 Questions)

  • Q1. Current job role and responsibilities.
  • Q2. What is Tempering? Material science questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. Interview with VP India.
  • Q2. Questions on Combustion Engines. Difference between two-stroke and four-stroke. Current job role and responsibilities. How to design a snap.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your profile well. Brush up on Mechanical engineering topics

I applied via Walk-in

Round 1 - Technical 

(1 Question)

  • Q1. What is your current role and responsibility
Round 2 - One-on-one 

(1 Question)

  • Q1. Why you are leaving your current job

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ready with all technical answer with weel study
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is a random cylinder?
  • Ans. 

    A random cylinder is a geometric shape defined by a random height and radius, often used in probability and statistics.

    • A random cylinder can be defined by its height (h) and radius (r), which can vary randomly.

    • In probability, random cylinders can model real-world phenomena, like the distribution of particles in a volume.

    • Example: If the height of a cylinder is uniformly distributed between 1 and 10 units, and the radius...

  • Answered by AI
  • Q2. What does OEE stand for, and how is it measured?
  • Ans. 

    OEE stands for Overall Equipment Effectiveness, a metric used to measure manufacturing productivity.

    • OEE is calculated using three components: Availability, Performance, and Quality.

    • Availability = (Operating Time / Planned Production Time) x 100%. Example: If a machine runs for 8 hours but is down for 1 hour, availability is 87.5%.

    • Performance = (Actual Output / Maximum Possible Output) x 100%. Example: If a machine prod...

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

(1 Question)

  • Q1. How to handle customer complain used quality tool
  • Ans. 

    Use quality tools like Pareto chart, fishbone diagram, and 5 Whys to analyze and address customer complaints.

    • Identify the root cause of the complaint using tools like fishbone diagram.

    • Prioritize the issues using a Pareto chart to focus on the most critical problems first.

    • Use the 5 Whys technique to dig deeper into the root cause of the complaint.

    • Implement corrective actions based on the analysis to prevent similar comp...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. 7qc tools & describe it as per example
  • Ans. 

    7QC tools are a set of quality control tools used for process improvement and problem-solving.

    • Check sheet: Used to collect and analyze data, such as tallying defects in a manufacturing process.

    • Pareto chart: Helps identify the most significant factors contributing to a problem, based on the 80/20 rule.

    • Cause and effect diagram (Fishbone diagram): Used to identify and analyze potential causes of a problem.

    • Histogram: Repre...

  • Answered by AI
  • Q2. Difference between QA & QC
  • Ans. 

    QA focuses on preventing defects in the process, while QC focuses on identifying defects in the product.

    • QA is process oriented, focusing on preventing defects by improving processes and procedures.

    • QC is product oriented, focusing on identifying defects through testing and inspection.

    • QA involves activities like reviews, audits, and process improvements.

    • QC involves activities like testing, inspections, and quality contro...

  • Answered by AI
  • Q3. Define of FMEA TYPE
  • Ans. 

    FMEA stands for Failure Modes and Effects Analysis, a systematic method for identifying and preventing potential failures in a system.

    • FMEA is a structured approach to identifying and prioritizing potential failure modes in a system.

    • It involves analyzing the potential effects of these failures and developing mitigation strategies.

    • FMEA helps in improving the reliability, safety, and quality of a system or process.

    • There a...

  • Answered by AI
  • Q4. Process & product audit type of poka yoke
  • Ans. 

    Process & product audit type of poka yoke ensures errors are prevented during audits.

    • Poka yoke in process audit involves using checklists to ensure all steps are followed correctly

    • Poka yoke in product audit involves using sensors to detect defects before they occur

    • Examples include using color-coded labels to prevent mix-ups in audits

  • Answered by AI
  • Q5. 8D Capa, 5S, pervios company job profile and DWM
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 3 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 - HR 

(2 Questions)

  • Q1. Introduction of ypur
  • Ans. 

    I am a highly experienced Sr. Engineer with a strong background in various engineering disciplines.

    • Over 10 years of experience in mechanical, electrical, and civil engineering

    • Led multiple successful projects from concept to completion

    • Proficient in CAD software such as AutoCAD and SolidWorks

  • Answered by AI
  • Q2. Salary discussion and discussion about pearks.
Round 3 - Technical 

(2 Questions)

  • Q1. Your kra and dwm Discussion related to your work field.
  • Q2. Why we select you ,what is your goods & bad,

Interview Preparation Tips

Topics to prepare for Krishna Maruti Senior Engineer interview:
  • Line balacing
  • Lean Manufacturing Tools
  • 4m change
  • Redbin analysis
  • Rejection Control
  • Productivity Improvement
  • OEE Calculation
  • Kaizen Implementation
  • 5S System
  • Breakdown Analysis
  • Process parameters
  • Measuring instrument
  • MSA
  • SPC Study
Interview preparation tips for other job seekers - Interviewer is just seeking a experience holder who is having relevant knowledge. And uses the key tells
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Injection molding process
  • Q2. Six step study ,
  • Ans. Gate freeze, holding, pressure drop, viscosity, cooling or dimensions study.
  • Answered by Mohammad Ali

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge in robo better
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How to handle if random problem facing on existing parameters
  • Ans. 

    Identify root cause, analyze impact, propose solutions, test solutions, implement changes

    • Identify the root cause of the random problem by analyzing existing parameters

    • Analyze the impact of the problem on the system or project

    • Propose potential solutions to address the random problem

    • Test the proposed solutions to ensure effectiveness

    • Implement changes based on the tested solutions

    • Monitor the system to ensure the random pr...

  • Answered by AI
  • Q2. Previous experience and achievements regarding your responsibility
  • Ans. 

    Led multiple engineering projects, enhancing system efficiency and achieving significant cost savings through innovative solutions.

    • Successfully managed a team of engineers to develop a new software application that improved processing speed by 30%.

    • Implemented a quality assurance process that reduced defects by 25%, leading to higher customer satisfaction.

    • Designed and executed a cost-reduction strategy that saved the co...

  • Answered by AI
  • Q3. In your past company customer complaint how you provide action plan
Round 2 - Case Study 

When sudden rejection goes higher how you handle situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please know about your customer and his expectations.
How you meet related to QCD

Skills evaluated in this interview

JBM Group Interview FAQs

How many rounds are there in JBM Group Devops Engineer interview?
JBM Group interview process usually has 1 rounds. The most common rounds in the JBM Group interview process are Technical.
What are the top questions asked in JBM Group Devops Engineer interview?

Some of the top questions asked at the JBM Group Devops Engineer interview -

  1. Can you tell me how to check the memory and storage in Li...read more
  2. How to check the pattern in all files in current direct...read more
  3. How to clean the Jenkins workspace after every bu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Interview Questions from Similar Companies

UNO Minda Interview Questions
4.0
 • 197 Interviews
Subros Interview Questions
3.8
 • 188 Interviews
Exide Industries Interview Questions
3.5
 • 187 Interviews
Apollo Tyres Interview Questions
4.0
 • 139 Interviews
Spark Minda Interview Questions
3.9
 • 136 Interviews
Hitachi Astemo Interview Questions
4.0
 • 123 Interviews
Krishna Maruti Interview Questions
3.9
 • 108 Interviews
View all
Senior Executive
950 salaries
unlock blur

₹4 L/yr - ₹9.5 L/yr

Executive
851 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Assistant Manager
731 salaries
unlock blur

₹5.8 L/yr - ₹13 L/yr

Junior Executive
432 salaries
unlock blur

₹1.8 L/yr - ₹4.9 L/yr

Quality Engineer
391 salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Explore more salaries
Compare JBM Group with

Subros

3.8
Compare

UNO Minda

4.0
Compare

Apollo Tyres

4.0
Compare

Exide Industries

3.5
Compare
write
Share an Interview