Upload Button Icon Add office photos

Filter interviews by

Enerqual Technology Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 31 Jul 2022

Enerqual Technology Graduate Engineer Trainee (Get) Interview Experiences

1 interview found

I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What will happen if we give DC power to transformer?
  • Ans. 

    Giving DC power to transformer will not work as transformer works on AC power only.

    • Transformers work on the principle of electromagnetic induction which requires AC power.

    • DC power does not produce the alternating magnetic field required for induction.

    • The transformer will not be able to step up or step down the voltage as it is designed to do with AC power.

    • The transformer may overheat and get damaged if DC power is appl

  • Answered by AI
  • Q2. What do you know about Solar energy? How does it works?
  • Ans. 

    Solar energy is the energy obtained from the sun's radiation. It is a renewable and clean source of energy.

    • Solar panels convert sunlight into electricity through the photovoltaic effect

    • Solar thermal systems use mirrors or lenses to concentrate sunlight to heat a fluid, which then generates electricity

    • Solar energy can be used for heating, lighting, and powering homes, businesses, and vehicles

    • Solar energy is a sustainabl...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Enerqual Technology Graduate Engineer Trainee (Get) interview:
  • Solar
  • AutoCAD
  • Electrical Engineering
Interview preparation tips for other job seekers - The company is related to Solar energy. Always read about core engineering subject. Knowledge about solar energy is plus. Having AutoCAD knowledge will be advantage during shortlisting.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at BNM Institute of Technology, Bangalore and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. English basics ,grammar, comprehension
  • Q2. Pseudo codes,basic theory questions
Round 2 - Technical 

(2 Questions)

  • Q1. Basics questions on python and OOPs
  • Q2. Program to implement factorial of a number
  • Ans. 

    Program to calculate factorial of a number using recursion or iteration

    • Define a function to calculate factorial

    • Use recursion or iteration to calculate factorial

    • Handle edge cases like 0 and negative numbers

    • Example: factorial of 5 is 5*4*3*2*1 = 120

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm,prepare basics well
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test consists of 26 questions, including 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What is Data Structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. Explain a Binary Search Tree
  • Ans. 

    A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.

    • The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.

    • BST allows f...

  • Answered by AI
  • Q3. Dijkstra Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.

    • Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.

    • It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions on Resume

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

ARRAYS,STRINGS,LINKLIST

Round 2 - HR 

(2 Questions)

  • Q1. NORMAL INTRODUCTION
  • Q2. WHY WANT TO JOIN
  • Ans. 

    I am passionate about helping others and making a positive impact in the community.

    • Passionate about making a difference

    • Desire to help others

    • Want to contribute to the community

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic, easy, calculative

Round 2 - Coding Test 

Sorting an array, drawing flow of algorithm

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

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Aptitude Test 

1)Aptitude
2)English Verbal Ability
3)Reasoning
4)Essay Writing
5)Coding Test
6)Technical Interview
7)HR
8)SELECTED

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me About Yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in a professional setting.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in a professional setting

    • Strong problem-solving skills

    • Experience with engineering projects during studies

  • Answered by AI
  • Q2. What would you do in your free time
  • Ans. 

    In my free time, I enjoy reading books, playing sports, and volunteering at local organizations.

    • Reading books - helps me relax and expand my knowledge

    • Playing sports - keeps me active and healthy

    • Volunteering - gives me a sense of fulfillment and helps the community

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions were asked to

Round 2 - Coding Test 

Find the second highest value

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

I applied via Campus Placement

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 

Normal mcqs are asked in that round. Based on mathematical calculations and aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. Java program to print sum of first n numbers
  • Ans. 

    Java program to print sum of first n numbers

    • Use a loop to iterate through the numbers from 1 to n

    • Add each number to a running total

    • Print the total after the loop completes

  • Answered by AI
  • Q2. Java program to print a pattern
  • Ans. 

    Java program to print a pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of columns

    • Use if-else statements to determine the pattern to be printed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of Java and normal programs will be asked in the interview. They will check your way of approach to the problem.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Interest that you can get to the end of the day is a good idea to make sure you have a good

Round 2 - One-on-one 

(2 Questions)

  • Q1. Your body is a good place to start and you can get a good feeling of the feeling of being a good person ?
  • Q2. You're not LIMITED to the fact that you are not LIMITED to a good?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck with your new job openings and your own personal experience with your friends and 3

Enerqual Technology Interview FAQs

How many rounds are there in Enerqual Technology Graduate Engineer Trainee (Get) interview?
Enerqual Technology interview process usually has 1 rounds. The most common rounds in the Enerqual Technology interview process are One-on-one Round.
What are the top questions asked in Enerqual Technology Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Enerqual Technology Graduate Engineer Trainee (Get) interview -

  1. What will happen if we give DC power to transform...read more
  2. What do you know about Solar energy? How does it wor...read more

Tell us how to improve this page.

Enerqual Technology Graduate Engineer Trainee (Get) Salary
based on 4 salaries
₹1.2 L/yr - ₹1.8 L/yr
64% less than the average Graduate Engineer Trainee (Get) Salary in India
View more details
Design Engineer
5 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Solar Design Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Graduate Engineer Trainee (Get)
4 salaries
unlock blur

₹1.2 L/yr - ₹1.8 L/yr

Explore more salaries
Compare Enerqual Technology with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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