Upload Button Icon Add office photos

Filter interviews by

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

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

Tell us how to improve this page.

Interview Questions from Similar Companies

Maruti Suzuki Interview Questions
4.2
 • 583 Interviews
Tata Group Interview Questions
4.2
 • 357 Interviews
Hero MotoCorp Interview Questions
4.2
 • 324 Interviews
Bajaj Auto Interview Questions
3.9
 • 267 Interviews
Ashok Leyland Interview Questions
4.1
 • 231 Interviews
Adani Group Interview Questions
3.9
 • 176 Interviews
Exide Industries Interview Questions
3.5
 • 165 Interviews
Subros Interview Questions
3.9
 • 161 Interviews
View all
Senior Executive
899 salaries
unlock blur

₹2.7 L/yr - ₹9.3 L/yr

Executive
850 salaries
unlock blur

₹1.8 L/yr - ₹7.6 L/yr

Assistant Manager
763 salaries
unlock blur

₹4 L/yr - ₹14.4 L/yr

Junior Executive
385 salaries
unlock blur

₹1.3 L/yr - ₹4.8 L/yr

Quality Engineer
368 salaries
unlock blur

₹1.2 L/yr - ₹5.1 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview