Upload Button Icon Add office photos

Filter interviews by

EGS Computers Design Engineer Interview Questions and Answers for Experienced

Updated 16 Sep 2023

EGS Computers Design Engineer Interview Experiences for Experienced

1 interview found

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

I applied via Referral and was interviewed before Sep 2022. There were 4 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 - Aptitude Test 

Basic mechanical engineering questions

Round 3 - One-on-one 

(4 Questions)

  • Q1. Machine design basic questions
  • Q2. Draw beam and derive bending equation
  • Ans. 

    Drawing a beam and deriving bending equation for a design engineer interview question.

    • Start by drawing a simple beam with supports and loads applied.

    • Identify the forces acting on the beam and calculate the reactions at the supports.

    • Apply the equations of equilibrium to derive the bending equation for the beam.

    • Consider the beam's material properties and dimensions in the bending equation.

    • Example: Bending equation for a ...

  • Answered by AI
  • Q3. Design of gears and transmission elements
  • Ans. 

    Designing gears and transmission elements involves understanding the requirements, selecting appropriate materials, and optimizing for efficiency and durability.

    • Understand the requirements of the gear system, such as torque, speed, and space constraints

    • Select appropriate materials based on factors like strength, wear resistance, and cost

    • Optimize the design for efficiency and durability through proper tooth profile, lub...

  • Answered by AI
  • Q4. Failure theories and applications
  • Ans. 

    Failure theories and applications in design engineering

    • Failure theories are used to predict the failure of materials or structures under different loading conditions

    • Common failure theories include Von Mises, Mohr-Coulomb, and Tsai-Wu

    • Applications include designing safe and reliable structures, components, and products

    • Understanding failure theories helps engineers optimize designs for maximum performance and durability

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of engineering mechanics, machine design and solid mechanics.

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Get good handson for basics program of java on array, string

Round 2 - Technical 

(2 Questions)

  • Q1. Constructor,static variable, interface,what are the types for creating objects, collection and collections difference etc..
  • Q2. Overloading and overriding difference
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading involves multiple methods with the same name but different parameters.

    • Overriding involves a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is resolved...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers basics of java is very important.

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.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql

Intern Interview Questions & Answers

Zidio Development user image Rajveer Choubisa

posted on 19 Mar 2025

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. React hooks related How to use them
  • Q2. About web socket real time messaging
  • Q3. About react router dom

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself well for interview Do mot panic
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is supervised learing
  • Q2. What is mse
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell us about a project you've worked on using the MERN stack.
  • Ans. 

    Developed a task management application using the MERN stack to streamline team collaboration and project tracking.

    • Utilized MongoDB for database management, storing user tasks and project details.

    • Implemented Express.js to create RESTful APIs for task CRUD operations.

    • Used React.js for building a responsive user interface, allowing users to add, edit, and delete tasks seamlessly.

    • Incorporated Node.js for server-side logic...

  • Answered by AI
  • Q2. How do you manage routes in a MERN stack application?
  • Ans. 

    Managing routes in a MERN stack involves defining API endpoints and client-side routes for seamless navigation and data handling.

    • Use Express.js for backend routing: Define routes in a separate file, e.g., 'routes/user.js'.

    • Implement RESTful API conventions: Use GET, POST, PUT, DELETE methods for CRUD operations.

    • Utilize React Router for client-side routing: Set up routes in 'App.js' using <BrowserRouter> and <Ro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're just starting out, remember that you don't need to know everything; just be willing to learn. Companies value curiosity, problem-solving, and a willingness to take ownership just as much as they value technical skills.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

Based on my CV, they assigned me a task related to data migration.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project reviews
  • Q2. Attendance regarding

EGS Computers Interview FAQs

How many rounds are there in EGS Computers Design Engineer interview for experienced candidates?
EGS Computers interview process for experienced candidates usually has 4 rounds. The most common rounds in the EGS Computers interview process for experienced candidates are Resume Shortlist, Aptitude Test and One-on-one Round.
What are the top questions asked in EGS Computers Design Engineer interview for experienced candidates?

Some of the top questions asked at the EGS Computers Design Engineer interview for experienced candidates -

  1. Design of gears and transmission eleme...read more
  2. Draw beam and derive bending equat...read more
  3. Failure theories and applicati...read more

Tell us how to improve this page.

EGS Computers Design Engineer Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
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
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 29 Interviews
View all
EGS Computers Design Engineer Salary
based on 26 salaries
₹2.3 L/yr - ₹5.5 L/yr
27% less than the average Design Engineer Salary in India
View more details

EGS Computers Design Engineer Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

3.9

Salary

4.3

Job security

4.1

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 3 Reviews and Ratings
Design Engineer
26 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Applications Engineer
26 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Business Development Executive
11 salaries
unlock blur

₹2.6 L/yr - ₹4 L/yr

Mechanical Engg. Design
8 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Application Engineer
7 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare EGS Computers with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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