Upload Button Icon Add office photos
Engaged Employer

i

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

BCForward Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BCForward Devops Engineer Interview Questions and Answers

Updated 13 Dec 2022

BCForward Devops Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Dec 2021. 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 

(2 Questions)

  • Q1. About docker and kubernetes basic questions only,
  • Q2. Roles and responsibilities in current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for roles and responsibilities very well,by this one answer the interviewer will get an idea about our previous work so half of the selection is based on this one question...all the best

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 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 - Coding Test 

You will be asked basic coding questions like:
1. Reverse a string
2. Find if the given word is palindrome.
3. Few shell scripting

Round 3 - HR 

(3 Questions)

  • Q1. Your expected ctc
  • Ans. 

    I am expecting a competitive salary based on my skills, experience, and the market rate for DevOps Engineers.

    • I have researched the average salary range for DevOps Engineers in my area.

    • I have considered my years of experience and expertise in the field.

    • I am open to negotiation based on the overall compensation package offered.

    • I am looking for a salary that reflects the value I can bring to the company.

    • I am also interest...

  • Answered by AI
  • Q2. Your last day/ notice period in current org
  • Q3. Let them know how early you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Get some one reference…. You’ll get a good chance
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - MCQ EXAM 

(1 Question)

  • Q1. MCQ's on Networking,OS and basic programming
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to networking
Round 3 - Technical 

(1 Question)

  • Q1. Question related to OS
Round 4 - HR 

(1 Question)

  • Q1. Some behavioral questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

A coding link is provided which has DSA related problems. Graph based problems are given

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What happens when you search "google.com"?
  • Ans. 

    When you search 'google.com', it will redirect you to the Google homepage.

    • Typing 'google.com' in the browser's address bar will take you to the Google search engine homepage.

    • You can also directly search for 'google.com' in the Google search bar to access the Google homepage.

    • Google.com is the domain name for the Google search engine.

    • Google.com may also redirect to localized versions of Google based on the user's locatio

  • Answered by AI
  • Q2. Traceroute in Linux
  • Ans. 

    traceroute is a command-line tool used to trace the route that packets take from your computer to a destination server.

    • traceroute command is used to track the path that packets take to reach a destination server

    • It shows the IP addresses of the routers that the packets pass through

    • It also displays the round-trip time for each hop

    • Example: traceroute google.com

  • Answered by AI
Round 2 - Leadership Principle 

(1 Question)

  • Q1. Had like 5 more rounds all around leadership principles. Also multiple Linux questions.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Jenkins, python, docker kubernates, automation

Round 2 - One-on-one 

(1 Question)

  • Q1. Jenkins, automation, docker
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Infrastructure, docker, Kubernetes, cicd, AWS, solutions architecture questions and leadership principle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand leadership principles
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(3 Questions)

  • Q1. What is ACID in DBs ?
  • Ans. 

    ACID stands for Atomicity, Consistency, Isolation, and Durability in databases.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures that once a transaction...

  • Answered by AI
  • Q2. What is the difference in checked and unchecked exceptions ?
  • Ans. 

    Checked exceptions are checked at compile time while unchecked exceptions are not checked at compile time.

    • Checked exceptions are subclasses of Exception class except RuntimeException and its subclasses.

    • Unchecked exceptions are subclasses of RuntimeException and Error classes.

    • Checked exceptions must be caught or declared in the method signature using 'throws' keyword.

    • Unchecked exceptions do not need to be caught or decl...

  • Answered by AI
  • Q3. Find the min difference between any two integers of 2 sorted list
  • Ans. 

    To find the minimum difference between any two integers of 2 sorted lists, iterate through both lists simultaneously and keep track of the minimum difference.

    • Iterate through both sorted lists simultaneously

    • Keep track of the minimum difference found so far

    • Update the minimum difference if a smaller difference is found

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is AI ?
  • Ans. 

    AI stands for Artificial Intelligence, which is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves the development of algorithms that can perform tasks that typically require human intelligence.

    • Examples of AI include speech recognition, image recognition, natural language processing, and autonomous vehicles.

    • AI can be categorized into narrow AI (focused on a specific task...

  • Answered by AI
  • Q2. Tell me about machine learning
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that can learn from and make predictions or decisions based on data.

    • Machine learning uses algorithms to analyze data, learn from it, and make predictions or decisions.

    • It is used in various fields such as healthcare, finance, marketing, and more.

    • Examples of machine learning applications include recommendation systems, ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about ur experience
  • Q2. The Hr prepared me for the phone interview which the questions will revolved round Linux, Leadership principle and scripting

BCForward Interview FAQs

How many rounds are there in BCForward Devops Engineer interview?
BCForward interview process usually has 2 rounds. The most common rounds in the BCForward interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Uber Interview Questions
4.2
 • 149 Interviews
Expedia Group Interview Questions
3.8
 • 75 Interviews
LinkedIn Interview Questions
4.3
 • 65 Interviews
OLX Interview Questions
3.8
 • 57 Interviews
Facebook Interview Questions
4.3
 • 52 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Videocon d2h Interview Questions
3.9
 • 23 Interviews
Airbnb Interview Questions
3.7
 • 23 Interviews
View all
Information Technology Recruiter
42 salaries
unlock blur

₹2 L/yr - ₹7.1 L/yr

US Recruiter
39 salaries
unlock blur

₹2.9 L/yr - ₹7.5 L/yr

Senior IT Recruiter
38 salaries
unlock blur

₹3 L/yr - ₹8.9 L/yr

Senior Recruiter
26 salaries
unlock blur

₹3.5 L/yr - ₹8.7 L/yr

US IT Recruiter
24 salaries
unlock blur

₹3.5 L/yr - ₹7.3 L/yr

Explore more salaries
Compare BCForward with

Amazon

4.0
Compare

Uber

4.2
Compare

OLX

3.8
Compare

Videocon d2h

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