Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ensto Team. If you also belong to the team, you can get access from here

Ensto Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ensto Product Development Engineer Interview Questions and Answers

Updated 7 Sep 2023

Ensto Product Development Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company

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 - HR 

(1 Question)

  • Q1. About your self.. normal
Round 3 - Technical 

(1 Question)

  • Q1. Face to face with HOD, normal questions... about your work

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask salary as much as you can , at initially

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

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

Gaming aptitude gaming questions easy but iq is very imp

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

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

Round 1 - Coding Test 

They asked to find the elements which are present more than once. I solved it using map in c++

Round 2 - Technical 

(3 Questions)

  • Q1. Explain about your favorite algorithm
  • Ans. 

    My favorite algorithm is Dijkstra's algorithm for finding the shortest path in a graph.

    • Dijkstra's algorithm is a greedy algorithm that finds the shortest path between nodes in a graph.

    • It works by maintaining a priority queue of nodes to visit next, updating the shortest distance to each node as it explores the graph.

    • The algorithm is commonly used in routing and network optimization.

    • Example: Finding the shortest route b

  • Answered by AI
  • Q2. Tell about different types of deadlocks
  • Ans. 

    Deadlocks occur when two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Resource deadlocks: Processes hold resources and wait for others to release resources. Example: Process A holds resource X and waits for resource Y, while Process B holds resource Y and waits for resource X.

    • Communication deadlocks: Processes wait for messages from each other indefinitely. Example...

  • Answered by AI
  • Q3. Tell about you project.
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Implemented user authentication using JWT tokens

    • Integrated Stripe API for payment processing

    • Designed responsive UI using React and Bootstrap

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. 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 - Coding Test 

One easy and one medium level question

Round 3 - Technical 

(2 Questions)

  • Q1. Divide a linked list into even and odd without changing order.
  • Ans. 

    Split a linked list into even and odd without changing order.

    • Create two new linked lists for even and odd numbers.

    • Iterate through the original linked list and append nodes to respective even or odd lists.

    • Finally, merge the even and odd lists to get the desired result.

  • Answered by AI
  • Q2. Questions related to oops and project were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your basics clear and be confident

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 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. Prepare upcasting and downcasting questions
  • Q2. Core Java Overriding and Overloading Questions
  • Q3. Sort 0 1 and 2s in an array
  • Ans. 

    Sort an array of 0s, 1s, and 2s.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s.

    • Traverse the array and swap elements to their respective positions.

    • Time complexity: O(n), Space complexity: O(1).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics of core java and coding questions on arrays

Skills evaluated in this interview

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

It was general apti test 30 questions

Round 2 - Coding Test 

Two coding questions were there

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics properly , prepare well string manipulation programs
Multi threading , events delegates, design pattern
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jun 2024.

Round 1 - Aptitude Test 

Electrical engineering

Round 2 - Assignment 

Power system machine power electronics

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Ensto Interview FAQs

How many rounds are there in Ensto Product Development Engineer interview?
Ensto interview process usually has 3 rounds. The most common rounds in the Ensto interview process are Resume Shortlist, HR and Technical.
How to prepare for Ensto Product Development Engineer 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 Ensto. The most common topics and skills that interviewers at Ensto expect are Product Design, Creo, Drawing, Fashion Designing and Windchill.

Tell us how to improve this page.

Ensto Product Development Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 420 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
Bajaj Electricals Interview Questions
4.0
 • 124 Interviews
KEI Industries Interview Questions
4.2
 • 54 Interviews
Landis+Gyr Interview Questions
3.6
 • 29 Interviews
View all
Ensto Product Development Engineer Salary
based on 4 salaries
₹4.5 L/yr - ₹5.8 L/yr
37% less than the average Product Development Engineer Salary in India
View more details

Ensto Product Development Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Sourcing Specialist
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Supply Chain Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ensto with

ABB

4.1
Compare

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Havells

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