Upload Button Icon Add office photos

GIPCL

Compare button icon Compare button icon Compare

Filter interviews by

GIPCL Machine Vision Engineer Interview Questions and Answers

Updated 27 May 2024

GIPCL Machine Vision Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What camera did you worked on
  • Q2. Cognex basler hikvision

Top trending discussions

View All
Interview Hub
2w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about GIPCL?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Nov 2016.

Interview Questionnaire 

3 Questions

  • Q1. About yourself
  • Q2. Will you work at any location
  • Q3. Why you think you can work in any adverse situation
  • Ans. 

    I have a proven track record of staying calm and focused in challenging situations, allowing me to problem-solve effectively.

    • I have experience working in high-pressure environments and have successfully delivered projects on time despite obstacles.

    • I am adaptable and can quickly assess a situation to determine the best course of action.

    • I have strong problem-solving skills and can think creatively to find solutions in ad...

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 100

Round: Group Discussion
Duration: 20 minutes

Interview Questionnaire 

1 Question

  • Q1. Normal question about personality and job related

Interview Preparation Tips

Round: Test
Experience: Interview was going smoothly & all questions was related my job so it's was easy for me.
Tips: Good knowledge about of wind turbine
Duration: 2 hours
Total Questions: 25

Round: HR Interview
Experience: Interview was completed so easy
Tips: Required nice personality and confidence is must required

I applied via Referral and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Method Overloading and Method Overriding
  • Q2. Excel Presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work with business team and on excel presentation.

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basic and general attitude based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and crispy. Avoid over explanation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online Aptitude test with GK, quant and domain knowledge

Round 2 - Technical 

(2 Questions)

  • Q1. Explain how transformer functions
  • Ans. 

    A transformer functions by transferring electrical energy between two or more circuits through electromagnetic induction.

    • Transformers consist of two coils of wire, known as the primary and secondary coils.

    • When an alternating current flows through the primary coil, it creates a changing magnetic field.

    • This changing magnetic field induces a voltage in the secondary coil, transferring electrical energy between the two cir...

  • Answered by AI
  • Q2. Why core company?

Interview Preparation Tips

Topics to prepare for Adani Power Senior Engineer interview:
  • Electrical Machines
Interview preparation tips for other job seekers - Be confident, prepare the domain properly

Skills evaluated in this interview

Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Common way of demolition
  • Ans. 

    Common way of demolition is through controlled implosion.

    • Controlled implosion is a method where explosives are strategically placed to bring down a structure in a controlled manner.

    • Another common method is mechanical demolition using equipment like wrecking balls, excavators, or bulldozers.

    • Selective demolition involves dismantling specific parts of a structure while leaving the rest intact.

    • Deconstruction is a sustainab...

  • Answered by AI
  • Q2. Vibration time of concrete
  • Ans. 

    Vibration time of concrete is the duration for which concrete is vibrated to remove air bubbles and ensure proper compaction.

    • Vibration time varies based on factors like mix design, slump, size of pour, and type of vibrator used.

    • Typically, vibration time ranges from 10-30 seconds per foot of concrete thickness.

    • Over-vibration can lead to segregation of aggregates, while under-vibration can result in honeycombing.

    • Proper v...

  • Answered by AI
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is node js?
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript code outside of a web browser.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications.

    • It has a large ecosystem of open-source libraries and frameworks like Express.js.

  • Answered by AI
  • Q2. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows a program to efficiently handle multiple events or tasks concurrently.

    • Event loop is commonly used in asynchronous programming to manage tasks that may take varying amounts of time to complete.

    • It continuously checks for events or tasks in a queue and executes them one by one.

    • Event loop helps prevent blocking of the main thread by allowing non-blocking execution of tasks.

    • Popular exam...

  • Answered by AI
  • Q3. Difference between callback and promise?
  • Ans. 

    Callback is a function passed as an argument to another function to be executed later, while a promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Callback is used in traditional asynchronous programming, while promises are used in modern asynchronous programming.

    • Callbacks can lead to callback hell or pyramid of doom, while promises provide better readability and error hand...

  • Answered by AI
  • Q4. What is middlewares in node js?
  • Ans. 

    Middlewares in Node.js are functions that have access to the request and response objects, and can modify or terminate the request-response cycle.

    • Middlewares are functions that are executed in the middle of the request-response cycle.

    • They can perform tasks like parsing request data, logging, authentication, etc.

    • Middlewares can be added using app.use() method in Express framework.

    • Example: app.use(bodyParser.json()) to p...

  • Answered by AI
  • Q5. What is event emitter?
  • Ans. 

    Event emitter is a pattern used to handle and respond to events in software development.

    • Event emitter is a design pattern commonly used in Node.js for handling events.

    • It allows objects to subscribe to events and be notified when those events occur.

    • Event emitter is often used for asynchronous programming and decoupling components.

    • Example: EventEmitter class in Node.js can be used to create custom events and handle them.

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Apr 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Knowledge for technical interview
  • Q2. Company responsibility and role
  • Ans. 

    A company's responsibility includes ethical practices, innovation, and community engagement, while roles define individual contributions.

    • Ethical Practices: Companies must adhere to laws and regulations, ensuring fair treatment of employees and customers. Example: Implementing fair labor practices.

    • Innovation: Companies are responsible for fostering innovation to stay competitive. Example: Investing in R&D for new pr...

  • Answered by AI
  • Q3. Company current location and post
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about career
  • Q2. Briefed personal,education and professional experience

GIPCL Interview FAQs

How many rounds are there in GIPCL Machine Vision Engineer interview?
GIPCL interview process usually has 1 rounds. The most common rounds in the GIPCL interview process are Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Adani Power Interview Questions
3.8
 • 271 Interviews
Adani Group Interview Questions
3.9
 • 245 Interviews
Tata Power Interview Questions
3.9
 • 193 Interviews
NTPC Interview Questions
4.3
 • 170 Interviews
Torrent Power Interview Questions
3.8
 • 144 Interviews
Suzlon Group Interview Questions
4.1
 • 141 Interviews
Eaton Interview Questions
3.9
 • 131 Interviews
ReNew Interview Questions
4.2
 • 107 Interviews
GE Vernova Interview Questions
4.1
 • 100 Interviews
View all
Manager
4 salaries
unlock blur

₹11.1 L/yr - ₹18 L/yr

Mechanical Engineer
4 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Safety Officer
4 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Mining Engineer
4 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Mining Sirdar
4 salaries
unlock blur

₹3.2 L/yr - ₹4.7 L/yr

Explore more salaries
Compare GIPCL with

Suzlon Group

4.1
Compare

Adani Power

3.8
Compare

Adani Group

3.9
Compare

NTPC

4.3
Compare
write
Share an Interview