Upload Button Icon Add office photos
Engaged Employer

i

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

Baker Gauges Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Baker Gauges Branch Head Interview Questions and Answers

Updated 24 Aug 2023

Baker Gauges Branch Head Interview Experiences

1 interview found

Branch Head Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2023

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About current responsibility. family background
Round 3 - Technical 

(1 Question)

  • Q1. About knowledge of product, market, compitition, customer etc.
Round 4 - One-on-one 

(1 Question)

  • Q1. With MD for general discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on your vision and market compitition.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Implement a malloc function.
  • Ans. 

    Implementing a malloc function involves dynamically allocating memory in C programming.

    • Use the malloc function from stdlib.h library to allocate memory on the heap.

    • Remember to check if the memory allocation was successful by checking if the returned pointer is not NULL.

    • Don't forget to free the allocated memory using the free function to avoid memory leaks.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 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 - One-on-one 

(1 Question)

  • Q1. Market awareness, team handling, business expansion
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation, grade negotiation etc.

I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic c programming
  • Q2. Previous experience questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. And prepare well in data structures

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras

Interview Questionnaire 

12 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI
  • Q2. Did you get placed anywhere?
  • Ans. 

    Yes, I got placed at XYZ company.

    • I received an offer from XYZ company and accepted it.

    • I will be starting my new job at XYZ company next month.

    • I am excited to join the team at XYZ company and contribute to their software development projects.

  • Answered by AI
  • Q3. If yes then why are you leaving that company??
  • Ans. 

    Looking for better growth opportunities and challenges.

    • Limited scope for learning and development

    • No clear career progression path

    • Lack of challenging projects

    • Unsatisfactory work-life balance

    • Better compensation and benefits offered by new company

  • Answered by AI
  • Q4. What do you know about our company?
  • Ans. 

    Unknown

    • I apologize, but I do not have any information about your company at this time.

  • Answered by AI
  • Q5. Some question's explaination from 1st round (Segmentation fault)
  • Q6. Remove duplicates from a string
  • Ans. 

    Remove duplicates from a string

    • Convert string to char array

    • Create a HashSet to store unique characters

    • Iterate through char array and add to HashSet

    • Convert HashSet back to string

  • Answered by AI
  • Q7. Linking
  • Q8. Compilation process
  • Q9. 32 bit/64 bit processor ??
  • Q10. InterProcess communication
  • Q11. Socket Programming
  • Q12. Projects

Interview Preparation Tips

Round: Test
Experience: 1. C pointer



2. Storage classes related questions



3. functions



4. OS(fragmentation external/internal)

Round: Test
Experience: 1. We have to add nodes in a linked list in sorted manner



2. Derive ur own malloc function

College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA

I applied via Walk-in and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic question related to ms excel since it was costing associate job.
  • Q2. Aptitude questions in general

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and you will crack it.

Baker Gauges Interview FAQs

How many rounds are there in Baker Gauges Branch Head interview?
Baker Gauges interview process usually has 4 rounds. The most common rounds in the Baker Gauges interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in Baker Gauges Branch Head interview?

Some of the top questions asked at the Baker Gauges Branch Head interview -

  1. About knowledge of product, market, compitition, customer e...read more
  2. with MD for general discuss...read more

Tell us how to improve this page.

Baker Gauges Branch Head Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

GLOBALFOUNDRIES Interview Questions
3.6
 • 18 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
Carrier Midea Interview Questions
3.8
 • 15 Interviews
Synapse Design Interview Questions
3.0
 • 12 Interviews
MaxLinear Interview Questions
3.1
 • 12 Interviews
Xilinx Interview Questions
4.2
 • 8 Interviews
View all

Baker Gauges Branch Head Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Quality Engineer
26 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Production Engineer
17 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Design Engineer
16 salaries
unlock blur

₹1.8 L/yr - ₹8.5 L/yr

Junior Engineer
14 salaries
unlock blur

₹2.6 L/yr - ₹3.8 L/yr

Senior Engineer
12 salaries
unlock blur

₹3.9 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Baker Gauges with

Carrier Midea

3.8
Compare

Mirafra Technologies

4.0
Compare

Mouser Electronics

3.7
Compare

HEG

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