Upload Button Icon Add office photos

JBM Group

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

JBM Group Devops Engineer Interview Questions, Process, and Tips

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

Interview questions from similar companies

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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Please cover below listed topics Linux Jenkins Docker Maven AWS Shellscript Python Ssl and https certificates

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared and explain what you know.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Azure cloud resources
  • Q2. Security and monitoring tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Thanks

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basics about the education and knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - They hire in rnd very easily ...not a big task..
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

It was good as well as challenging

Round 3 - Technical 

(1 Question)

  • Q1. 1- cement testing 2- communication level 3- situation based question 4- awareness and confidence test 5- Techncial based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and enhance your knowledge!!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Related to field.
Round 2 - One-on-one 

(1 Question)

  • Q1. What is the market salery for civil engineer with 12 years experience?
  • Ans. 

    The market salary for a civil engineer with 12 years of experience varies depending on location, company size, and specific skills.

    • Market salary can range from $80,000 to $150,000 per year

    • Factors such as location (urban vs rural), company size, and industry specialization can impact salary

    • Additional certifications or advanced degrees can also increase salary potential

  • Answered by AI
Round 3 - Aptitude Test 

One question paper of 10 questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for technical interview.

I applied via Company Website and was interviewed in Oct 2021. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Regarding your subject and work experience
Round 3 - HR 

(1 Question)

  • Q1. Your current package and further expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer all subjective questions in your field with full knowledge and confidence.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

15 Questions on maths quant and di.

Round 2 - Technical 

(2 Questions)

  • Q1. Automobile questions
  • Q2. Supply chain managemengt

I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Experience related questions asked in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and be polite

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

2 c++ coding questions will be asked based on the STL and array operations

Round 2 - One-on-one 

(1 Question)

  • Q1. Project manager will ask you project related knowledge.
Round 3 - HR 

(1 Question)

  • Q1. Will discuss basic HR round questions and discuss salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c++ well as many questions will be based on that
Contribute & help others!
anonymous
You can choose to be anonymous

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. How to check the pattern in all files in current direct...read more
  2. Can you tell me how to check the memory and storage in Li...read more
  3. How to clean the Jenkins workspace after every bu...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Hilti

No Interviews

INTERVIEWS

JBM Group

No Interviews

INTERVIEWS

Hilti

No Interviews

SALARIES

Brio Energy

INTERVIEWS

Hilti

No Interviews

Tell us how to improve this page.

JBM Group Devops Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 586 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Hero MotoCorp Interview Questions
4.1
 • 334 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Ashok Leyland Interview Questions
4.1
 • 239 Interviews
Adani Group Interview Questions
3.9
 • 187 Interviews
UNO Minda Interview Questions
4.0
 • 169 Interviews
Exide Industries Interview Questions
3.5
 • 169 Interviews
View all
Senior Executive
867 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
865 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
655 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Executive
430 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
361 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare JBM Group with

Mahindra & Mahindra

4.1
Compare

Tata Group

4.2
Compare

Ashok Leyland

4.1
Compare

Bharat Forge

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent