Upload Button Icon Add office photos
Engaged Employer

i

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

Detroit Engineered Products Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Detroit Engineered Products Associate Software Engineer Interview Questions, Process, and Tips

Updated 5 Jul 2024

Top Detroit Engineered Products Associate Software Engineer Interview Questions and Answers

  • Q1. With the coordinates of the four points p1, p2, p3, and p4, where p1, p2, and p3 lie on a circle, find whether p4 lies inside or outside of the circle.
  • Q2. Find the ratio of the radius of the inscribed and circumscribed circles of a square of side length a.
  • Q3. Find the coordinates of a point p1 with the distance of it from point p2 and the coordinates p2 and p3, given that all three points are collinear.

Detroit Engineered Products Associate Software Engineer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Find a point is inside a circle or not?
  • Ans. 

    To determine if a point is inside a circle, calculate the distance between the point and the center of the circle and compare it to the radius.

    • Calculate the distance between the point and the center of the circle using the distance formula: sqrt((x2-x1)^2 + (y2-y1)^2)

    • Compare the calculated distance to the radius of the circle. If the distance is less than the radius, the point is inside the circle.

    • For example, if the c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2022. There were 2 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 - Technical 

(3 Questions)

  • Q1. Find the ratio of the radius of the inscribed and circumscribed circles of a square of side length a.
  • Ans. 

    Ratio of radius of inscribed and circumscribed circles of a square of side length a.

    • The radius of the inscribed circle is half the length of the side of the square.

    • The radius of the circumscribed circle is half the diagonal of the square.

    • Ratio of radius of inscribed and circumscribed circles is 1:2.

  • Answered by AI
  • Q2. Find the coordinates of a point p1 with the distance of it from point p2 and the coordinates p2 and p3, given that all three points are collinear.
  • Ans. 

    To find the coordinates of point p1, use the distance formula and the collinearity of the three points.

    • Use the distance formula to find the distance between p1 and p2.

    • Use the slope formula to find the slope of the line passing through p2 and p3.

    • Use the slope and distance to find the equation of the line passing through p2 and p3.

    • Use the equation of the line and the coordinates of p2 to find the coordinates of p1.

  • Answered by AI
  • Q3. With the coordinates of the four points p1, p2, p3, and p4, where p1, p2, and p3 lie on a circle, find whether p4 lies inside or outside of the circle.
  • Ans. 

    To determine if p4 lies inside or outside the circle with p1, p2, and p3 coordinates.

    • Calculate the equation of the circle using p1, p2, and p3 coordinates.

    • Check the distance between p4 and the center of the circle.

    • If the distance is less than the radius of the circle, p4 lies inside the circle, otherwise outside.

  • Answered by AI

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q3. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q4. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more

Interview questions from similar companies

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

5 coding questions you have to complete atleast 4

Round 2 - HR 

(1 Question)

  • Q1. About yourself and technology related questions ,it can 1 or 1 and half an hour round
Round 3 - Aptitude Test 

Basic aptitude questions

Interview Preparation Tips

Topics to prepare for Mindfire Solutions Associate Software Engineer interview:
  • Java
  • Laravel
  • PHP
  • Javascript
  • Javascript Frameworks
Interview preparation tips for other job seekers - Great place ,Great team and growth in work everything you can find here.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

First round was coding test conducted by their IDE where you can program in any language like on hackerrank IDE . 5 question were asked from easy to hard

Round 2 - Psychometric Test 

(2 Questions)

  • Q1. They ask me about my though on social media
  • Q2. They give me a situation to handle the work load
Round 3 - Technical 

(2 Questions)

  • Q1. Difference between stack and heap ?
  • Ans. 

    Stack is used for static memory allocation and stores local variables, while heap is used for dynamic memory allocation and stores objects.

    • Stack memory is allocated in a contiguous block and is faster to access compared to heap memory.

    • Variables stored on the stack have limited scope and lifetime, while objects on the heap can persist beyond the scope of the function.

    • Stack memory is managed by the compiler, while heap m...

  • Answered by AI
  • Q2. Difference between complier and interpreter ?
  • Ans. 

    Compiler translates entire code into machine code before execution, while interpreter translates code line by line during execution.

    • Compiler translates entire code into machine code before execution

    • Interpreter translates code line by line during execution

    • Compiler generates error messages after scanning entire code

    • Interpreter stops at first error encountered

    • Examples: C, C++ use compilers; Python, Ruby use interpreters

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. My introduction
  • Q2. I can i mange to work proficiency

Interview Preparation Tips

Interview preparation tips for other job seekers - be enough smart to give an answer and if don't know then say sorry don't know

Interview Questionnaire 

2 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating new classes based on existing ones.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. Real world thing

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.

I applied via Referral

Interview Preparation Tips

Round: Test
Experience: Questions are asked on basic Programming(sorting ,trees) , networking and some aptitude
Tips: Spending some time on networking for preparation can help to clear the test ( as they are mostly like knowledge checking Questions)
Duration: 45 minutes
Total Questions: 30

Round: Test
Experience: Only 2 Questions time will be sufficient .i was asked to write the pseudo code
1) on Dynamic programming
2) Graphs
Tips: explain your code by writing in your own language at the end of your pseudo code
Duration: 60 minutes
Total Questions: 2

Skills:
College Name: IIT Kanpur

I applied via Naukri.com and was interviewed before Jul 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions about the projects you worked with. About how specific coding challenges were solved. How it could have been done other ways. etc.
  • Q2. About Python versions and differences. Impact on frameworks.
  • Q3. About module design, apis.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a relaxed interview, like a discussion. The questions are tough in that they make you think. Review your previous projects and be honest.

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 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. There were two interviewers. I was interviewed in python. Two coding questions on python and one SQL question and few questions on projects and previous working experience and knowledge on linux.
  • Q2. What is your work experience
  • Q3. What are the projects you worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. Your hardwork will definitely pays off.

Detroit Engineered Products Interview FAQs

How many rounds are there in Detroit Engineered Products Associate Software Engineer interview?
Detroit Engineered Products interview process usually has 1-2 rounds. The most common rounds in the Detroit Engineered Products interview process are Technical and Resume Shortlist.
How to prepare for Detroit Engineered Products Associate Software 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 Detroit Engineered Products. The most common topics and skills that interviewers at Detroit Engineered Products expect are C++, FEA, Algorithms, Java and Python.
What are the top questions asked in Detroit Engineered Products Associate Software Engineer interview?

Some of the top questions asked at the Detroit Engineered Products Associate Software Engineer interview -

  1. With the coordinates of the four points p1, p2, p3, and p4, where p1, p2, and p...read more
  2. Find the ratio of the radius of the inscribed and circumscribed circles of a sq...read more
  3. Find the coordinates of a point p1 with the distance of it from point p2 and th...read more

Tell us how to improve this page.

Detroit Engineered Products Associate Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Detroit Engineered Products Associate Software Engineer Salary
based on 35 salaries
₹3 L/yr - ₹5 L/yr
33% less than the average Associate Software Engineer Salary in India
View more details

Detroit Engineered Products Associate Software Engineer Reviews and Ratings

based on 5 reviews

2.9/5

Rating in categories

2.2

Skill development

2.2

Work-life balance

2.2

Salary

3.2

Job security

1.5

Company culture

1.8

Promotions

2.0

Work satisfaction

Explore 5 Reviews and Ratings
Project Engineer
144 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Associate Project Engineer
138 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Senior Project Engineer
66 salaries
unlock blur

₹4.8 L/yr - ₹12.5 L/yr

CAE Engineer
45 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Associate Software Engineer
35 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Detroit Engineered Products with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Yalamanchili Software Exports

3.3
Compare

MapmyIndia

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