Upload Button Icon Add office photos

Filter interviews by

GALAXY IEC Interview Questions and Answers

Updated 2 Aug 2022

GALAXY IEC Interview Experiences

1 interview found

I applied via Walk-in and was interviewed before Aug 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 

(3 Questions)

  • Q1. What are the types of thermocouples?
  • Ans. 

    Thermocouples are of different types based on the combination of metals used.

    • Types include J, K, T, E, N, R, S, and B

    • Each type has a different temperature range and accuracy

    • J type uses iron and constantan, K type uses chromel and alumel, T type uses copper and constantan, etc.

  • Answered by AI
  • Q2. What are types of field instruments?
  • Ans. 

    Field instruments are devices used to measure and control process variables in industrial settings.

    • Pressure gauges

    • Temperature sensors

    • Flow meters

    • Level sensors

    • Analytical instruments

    • Control valves

  • Answered by AI
  • Q3. What is a closed feedback loop?
  • Ans. 

    A closed feedback loop is a system where the output is fed back into the input to improve the system's performance.

    • A closed feedback loop is used in control systems to maintain a desired output.

    • It involves measuring the output, comparing it to the desired output, and adjusting the input accordingly.

    • Examples include thermostats, cruise control in cars, and automatic voltage regulators in power systems.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is for individuals looking for a job in construction and project management

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer N (Total number of rows) Output: The triangle pattern printed over N lines Exampl... read more
View answer (12)

Jobs at GALAXY IEC

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic of array questions like sliding window maximum

Round 2 - Technical 

(2 Questions)

  • Q1. Oops Dbms Sql Project Technoloy used in project
  • Ans. 

    The question is asking about the candidate's experience with Oops, DBMS, SQL, and technology used in a project.

    • Explain the candidate's experience with Oops concepts

    • Ask about their experience with different DBMS systems like MySQL, Oracle, etc.

    • Inquire about their proficiency in SQL and its various commands

    • Ask about a project they have worked on and the technology stack used in it

  • Answered by AI
  • Q2. Cloud computing , computer network , os

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your basic strong and keep coding also do practicing aptitude side by side

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2022. 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 

(3 Questions)

  • Q1. Relates to mechanical industry
  • Ans. I'm a mechanical engineering in branch of production and designing.
  • Answered Anonymously
  • Q2. Strength of mechanical equipment
  • Ans. 

    The strength of mechanical equipment is determined by its ability to withstand stress and strain without failure.

    • Strength can be measured through various tests such as tensile, compression, and fatigue testing.

    • Factors such as material properties, design, and manufacturing processes can affect the strength of equipment.

    • Regular maintenance and inspections can help identify potential weaknesses and prevent equipment failu...

  • Answered by AI
  • Q3. Mechanical strength are depends on stress strain
  • Ans. Then mechanical strength are well so equipment are aslo good
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Good this appurtenance for every mechanical engineering

I applied via LinkedIn and was interviewed in Nov 2021. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C language vs c++ their benefits and loses
  • Ans. 

    C and C++ have different benefits and drawbacks.

    • C is a procedural language while C++ is an object-oriented language.

    • C++ has features like classes, inheritance, and polymorphism that C lacks.

    • C is faster and more efficient than C++.

    • C++ has a steeper learning curve than C.

    • C++ is better suited for large-scale projects while C is better for small-scale projects.

    • C++ is more complex and has more potential for errors than C.

  • Answered by AI
  • Q2. I don't know the answer so sorry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and friendly don't kill your self

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was quite easy. You will easily solve the questions in one go

Round 2 - Group Discussion 

The group discussion around was moderate like the people were divided into different groups one group was of 10 people and you need to speak very well on the given topic as compared to the other guys and your through the round

Round 3 - Technical 

(1 Question)

  • Q1. Ask about the oops concepts and some programming related questions and after that finally discuss about the projects which I did in the college

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was easy you will be easily able to crack if you are decent knowledge as well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was 60 min test consists of something 30 questions.

Round 2 - Group Discussion 

For gd group is divided and then 10 members come for gd according to their time slot.

Round 3 - One-on-one 

(3 Questions)

  • Q1. First introduce yourself.
  • Q2. Your programming language and question related to it
  • Q3. Internship experience and some questions from internship field

Interview Preparation Tips

Topics to prepare for Pie Infocomm Associate Software Engineer interview:
  • Python
  • C++
  • Java
  • MySQL
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test very easy

Round 2 - Group Discussion 

Topic was pros and cons of social media
total time was 10, 2 minutes for each candidate.

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy round anyone with basic maths can clear the round.

Round 2 - Group Discussion 

The topic given to us is online education system,and the round was easy to clear.

Round 3 - One-on-one 

(1 Question)

  • Q1. Call by value vs call by reference
  • Ans. 

    Call by value passes a copy of the variable, while call by reference passes the actual variable.

    • Call by value: changes to the parameter inside the function do not affect the original variable.

    • Call by reference: changes to the parameter inside the function affect the original variable.

    • Example: Call by value - int x = 5; func(x); // x remains 5. Call by reference - int x = 5; func(&x); // x changes to the value set i

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Duration of 30 minutes and 25 MCQs

Round 3 - Group Discussion 

You have to be as fast as light with your point of view on the given topic. 1 minute of thinking time is given after the topic is revealed.

Round 4 - Technical 

(1 Question)

  • Q1. Can you implement linked lists?
  • Ans. 

    Yes, I can implement linked lists in various programming languages.

    • I can implement linked lists in languages like C, C++, Java, Python, etc.

    • I understand the concept of nodes pointing to the next node in the list.

    • I can create functions for inserting, deleting, and traversing the linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic just be confident

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Blood relations,ratios and English

Round 3 - Group Discussion 

Based on present world

Round 4 - One-on-one 

(1 Question)

  • Q1. Course basic questions
Round 5 - HR 

(1 Question)

  • Q1. Communication skills

GALAXY IEC Interview FAQs

How many rounds are there in GALAXY IEC interview?
GALAXY IEC interview process usually has 2 rounds. The most common rounds in the GALAXY IEC interview process are Resume Shortlist and Technical.
How to prepare for GALAXY IEC interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at GALAXY IEC. The most common topics and skills that interviewers at GALAXY IEC expect are DCS, Instrumentation Engineering, Calibration, Erection Commissioning and Field Instrumentation.
What are the top questions asked in GALAXY IEC interview?

Some of the top questions asked at the GALAXY IEC interview -

  1. What are types of field instrumen...read more
  2. What are the types of thermocoupl...read more
  3. What is a closed feedback lo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.8
 • 1.4k Interviews
Any Brand Interview Questions
4.1
 • 67 Interviews
Pie Infocomm Interview Questions
4.5
 • 39 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 35 Interviews
Beyondriffs Interview Questions
4.6
 • 25 Interviews
Birla White Interview Questions
4.2
 • 25 Interviews
FreshToHome Interview Questions
3.4
 • 23 Interviews
View all

GALAXY IEC Reviews and Ratings

based on 20 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 20 Reviews and Ratings
ESTIMATION ENGINEER

Mumbai

3-7 Yrs

Not Disclosed

Accounts Manager

Mumbai

3-7 Yrs

Not Disclosed

Explore more jobs
Project Engineer
13 salaries
unlock blur

₹1.8 L/yr - ₹5.4 L/yr

Project Engineer Instrumentation
6 salaries
unlock blur

₹2.4 L/yr - ₹2.8 L/yr

Instrument Engineer
5 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

Executive Accountant
5 salaries
unlock blur

₹2.8 L/yr - ₹3.5 L/yr

Electrical Engineer
4 salaries
unlock blur

₹0.6 L/yr - ₹5.4 L/yr

Explore more salaries
Compare GALAXY IEC with

ACTE

4.6
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.1
Compare

Ricoh

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