Upload Button Icon Add office photos

BARC

Compare button icon Compare button icon Compare

Filter interviews by

BARC Instrument Engineer Interview Questions and Answers

Updated 24 Sep 2021

BARC Instrument Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - If you don't know any particular thing they asked you, then simply say that I don't know.
Don't give any answer

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about BARC?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Oct 2016.

Interview Questionnaire 

1 Question

  • Q1. Explain machine learning and how is cloud important?
  • Ans. 

    Machine learning is a branch of AI that enables computers to learn and make predictions without explicit programming.

    • Machine learning is a subset of artificial intelligence (AI) that focuses on developing algorithms and models that allow computers to learn from and make predictions or decisions based on data.

    • It involves training a model on a large dataset and using it to make predictions or decisions on new, unseen dat...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The question were not adaptive but it tested all the knowledge of c and database.
Tips: Be clear in your concepts

Round: Technical Interview
Experience: The questions were based on your resume.
Tips: Don't fake anything in your CV

Skills: Software Skills
College Name: Manipal Institute Of Technology, Manipal

Skills evaluated in this interview

Instrument Engineer Interview Questions Asked at Other Companies

Q1. 1.General current and voltage working ranges of instruments. 2. T ... read more
Q2. What are transmitters, and what is the difference between 3-wire ... read more
Q3. Whate is digital input and digital output & analoge input and ... read more
Q4. Which fire and gas protection systems are you familiar with?
Q5. How you trouble shoot s7 PLC, Do you have designing knowledge

Intern Interview Questions & Answers

GE user image Anonymous

posted on 22 Aug 2017

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Basics questions from thermodynamics were asked. But I was unable to solve deflection problem in Strength of material

Interview Preparation Tips

Round: Test
Experience: Quantitative analysis questions were easy but technical questions were hard enough. I had cleared the Aptitude test
Tips: Go through the basics of each subject in your respective branch.
Duration: 1 hour 30 minutes
Total Questions: 100

Round: Group Discussion
Experience: We were given 5 minutes for preparation and then discussion started. I made a mistake by cross questioning the people in my group, but still i got selected
Tips: Try to start the discussion or try to give the conclusion.
Duration: 10 minutes

Round: Technical Interview
Experience: I did not get selected for next round

College Name: Sinhgad College Of Engineering (SCOE)

Interview Questionnaire 

2 Questions

  • Q1. Explain about the current projects i have dealt with
  • Ans. 

    I have worked on various projects, focusing on software development, system optimization, and team leadership in engineering.

    • Led a team to develop a cloud-based inventory management system, improving efficiency by 30%.

    • Implemented a machine learning algorithm for predictive maintenance in manufacturing, reducing downtime by 25%.

    • Collaborated with cross-functional teams to enhance user experience in a mobile application, ...

  • Answered by AI
  • Q2. Questions related to regression fitting

Interview Questionnaire 

1 Question

  • Q1. I have attended a Software Developer Interview the first round was Online Test which is related to C# Program and the second round which was a totally technical round virtual interview all basics question ...

I applied via Approached by Company and was interviewed in Nov 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How to sale a product to the dealer?
  • Q2. How to appoint a distributor?
  • Q3. How to confirm a housing project?
  • Ans. 

    Confirming a housing project involves verifying the legal documents, visiting the site, checking the reputation of the developer, and consulting with real estate experts.

    • Verify legal documents such as land title, building permits, and approvals from local authorities

    • Visit the site to assess the location, infrastructure, amenities, and surrounding area

    • Check the reputation and track record of the developer for delivering...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you leave your company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and prepare for the challenge
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2022. 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 - Aptitude Test 

Their some few aptitude questions and few technical mcq related to oops and dsa

Round 3 - Coding Test 

Very basic questions(factorial, another i didn't remembered but quite easy)

Round 4 - Technical 

(2 Questions)

  • Q1. Introduction few basic questions on prog language on which u r comfortable questions on projects, data structures(aksed to choose ur fav data structure and explain with real time example n asked to write a...
  • Q2. Also asked to explain oops concept with real time examples

Interview Preparation Tips

Interview preparation tips for other job seekers - U should have strong knowledge on data structure and oops concepts and need to be good in atleast 1 prog language.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2022. 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 - Aptitude Test 

It contains mcqs on psuedcodes and two coding questions.

Round 3 - Technical 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on projects involving web development and data analysis.

    • I am familiar with Agile methodology and have experience working in a team.

    • I enjoy learning new technologies and keeping up with industry trends.

  • Answered by AI
  • Q2. Questions on Oops, Java, Datastructures.
  • Q3. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It can be achieved through method overloading or method overriding.

    • Example: A shape class can have different subclasses like circle, square, and triangle, but they can all be treated as shapes.

    • Polymorphism helps in achieving code reusability and flexibility.

  • Answered by AI
  • Q4. What is a linked list
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • Consists of nodes that contain data and a pointer to the next node

    • Can be singly or doubly linked

    • Allows for efficient insertion and deletion of elements

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software developer with experience in Java and Python.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on projects involving web development and data analysis.

    • I am familiar with Agile methodologies and have experience working in a team.

    • I enjoy learning new technologies and am always looking to improve my skills.

  • Answered by AI
  • Q2. How honeywell is different from other companies
  • Ans. 

    Honeywell is a global technology company that specializes in aerospace, building technologies, and performance materials.

    • Honeywell has a diverse portfolio of products and services

    • Honeywell invests heavily in research and development

    • Honeywell has a strong focus on sustainability and corporate responsibility

    • Honeywell has a global presence with operations in over 70 countries

    • Honeywell has a strong commitment to customer s...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

1hr , embedded questions and c prgraming mcqs

Round 3 - Technical 

(1 Question)

  • Q1. Software knowledge check, projects
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Was asked to write a program for linked list

Round 2 - One-on-one 

(1 Question)

  • Q1. Was asked to explain program and some logical questions
Round 3 - HR 

(1 Question)

  • Q1. Normal Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be care of what you put in your profile.

Tell us how to improve this page.

Interview Questions from Similar Companies

Indian Army Interview Questions
4.7
 • 172 Interviews
GE Interview Questions
4.2
 • 106 Interviews
AIRBUS Interview Questions
3.6
 • 74 Interviews
View all
BARC Instrument Engineer Salary
based on 4 salaries
₹2 L/yr - ₹9 L/yr
25% less than the average Instrument Engineer Salary in India
View more details
Scientific Officer
50 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Associate Manager
26 salaries
unlock blur

₹4.8 L/yr - ₹14.3 L/yr

Senior Executive
21 salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Scientific Assistant
14 salaries
unlock blur

₹1.7 L/yr - ₹10.8 L/yr

Research Associate
12 salaries
unlock blur

₹6 L/yr - ₹10.2 L/yr

Explore more salaries
Compare BARC with

Defence Research & Development Organisation

4.5
Compare

Indian Army

4.7
Compare

Indian Air Force

4.6
Compare

Tata Advanced Systems

3.7
Compare
write
Share an Interview