Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Elentec Power India (EPI) Pvt. Ltd. Team. If you also belong to the team, you can get access from here

Elentec Power India (EPI) Pvt. Ltd. Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer Interview Questions and Answers

Updated 6 Nov 2023

Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Oct 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. Introduction produre for interviwer
  • Ans. 

    Introduction procedure for interviewer

    • Greet the interviewer with a firm handshake and a smile

    • Introduce yourself with your name and background briefly

    • Express your enthusiasm for the opportunity

    • Thank the interviewer for the opportunity to interview

    • Ask if they would like you to provide any additional information

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Department Hod will take interview regarding your previous job or experienced
  • Q2. What type of work your last company
  • Ans. 

    My last company was a manufacturing company specializing in automotive components.

    • Designed and tested mechanical components for vehicles

    • Collaborated with cross-functional teams to ensure product quality and efficiency

    • Utilized CAD software for modeling and simulation

    • Participated in continuous improvement projects to optimize manufacturing processes

  • Answered by AI
  • Q3. What is your role
Round 4 - One-on-one 

(1 Question)

  • Q1. No many questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No issue if a good working person joining elentec group

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Assignment 

Case study analysis and on spot requirements documentation

Round 2 - Technical 

(1 Question)

  • Q1. What are your achievements?
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain your responsibilities in your previous role in your company
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. React Todo List
  • Q2. Closure in Javascript
  • Ans. 

    Closure in JavaScript allows a function to access variables from its outer scope even after the outer function has finished executing.

    • Closure is created when a function is defined within another function and the inner function references variables from the outer function.

    • The inner function maintains a reference to the outer function's scope, allowing it to access those variables even after the outer function has return...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic flutter coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question was based on string . Reverse the string and count numbers and special characters

Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. General relocation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Assignment 

Had to brief about myself, my technical skills and projects. Few Technical questions regarding the tech stack and casual discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have strong foundational knowledge.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Ans. 

    Vite is a build tool that focuses on fast development, while Webpack is a more versatile and powerful build tool.

    • Vite is designed for fast development with instant server start and hot module replacement.

    • Webpack is a more versatile tool that can handle complex configurations and optimizations.

    • Vite uses ES modules natively for faster bundling, while Webpack requires additional plugins for the same functionality.

    • Vite is ...

  • Answered by AI
  • Q2. What is currying in js
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • In JavaScript, currying can be achieved using closures and nested functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • In JavaScript, currying can be achieved using closures and nested functions.

    • Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8

  • Answered by AI
  • Q2. Diff btw webpack and vite
  • Ans. 

    Webpack is a mature and feature-rich bundler, while Vite is a newer and faster build tool focused on development experience.

    • Webpack is a mature and feature-rich bundler that is highly configurable and widely used in the industry.

    • Vite is a newer build tool that focuses on providing a faster development experience by leveraging ES modules and server-side rendering.

    • Webpack requires a configuration file (webpack.config.js)...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.

Elentec Power India (EPI) Pvt. Ltd. Interview FAQs

How many rounds are there in Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer interview?
Elentec Power India (EPI) Pvt. Ltd. interview process usually has 4 rounds. The most common rounds in the Elentec Power India (EPI) Pvt. Ltd. interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer interview?

Some of the top questions asked at the Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer interview -

  1. Introduction produre for intervi...read more
  2. Department Hod will take interview regarding your previous job or experien...read more
  3. No many questi...read more

Tell us how to improve this page.

Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all
Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer Salary
based on 5 salaries
₹2 L/yr - ₹3.5 L/yr
45% less than the average Mechanical Engineer Salary in India
View more details

Elentec Power India (EPI) Pvt. Ltd. Mechanical Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Engineer
70 salaries
unlock blur

₹2 L/yr - ₹5.1 L/yr

Junior Engineer
69 salaries
unlock blur

₹2 L/yr - ₹4.1 L/yr

Quality Engineer
52 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Assistant Manager
46 salaries
unlock blur

₹5 L/yr - ₹8.7 L/yr

Senior Engineer
42 salaries
unlock blur

₹3.6 L/yr - ₹6.6 L/yr

Explore more salaries
Compare Elentec Power India (EPI) Pvt. Ltd. with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

HyScaler

4.5
Compare

Pitney Bowes

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