Upload Button Icon Add office photos
Engaged Employer

i

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

Sedin Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sedin Technologies Mechanical Engg. Design Interview Questions and Answers

Updated 29 Jul 2024

Sedin Technologies Mechanical Engg. Design Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Resume shortlist
  • Q2. Tell me about yourself
  • Ans. 

    I am a passionate Mechanical Engineer with a strong background in design and problem-solving skills.

    • Graduated with a degree in Mechanical Engineering from XYZ University

    • Experienced in using CAD software for designing mechanical components

    • Worked on projects involving structural analysis and optimization

    • Strong understanding of thermodynamics and fluid mechanics

    • Participated in internships at engineering firms to gain prac

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Engineering project
  • Q2. Ductile material, Ohm's law, stress strain curve
  • Q3. Stress and strain, Thermodynamics basics, Properties of materials
  • Q4. Enthalpy and entropy
  • Q5. They will ask rigorous technical theoretical be prepared well
Round 3 - Assignment 

Tool test in face to face

Interview questions from similar companies

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

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Interview Questionnaire 

1 Question

  • Q1. Past experience

I applied via Campus Placement and was interviewed before Sep 2021. 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 

Questions related to reasoning, some puzzles.

Round 3 - Coding Test 

Coding problems related to C.

Round 4 - Technical 

(2 Questions)

  • Q1. Question related to 3 candle puzzle.
  • Q2. Linked List Graph Queue Algorithm
  • Ans. 

    Linked List Graph Queue Algorithm is a data structure used to represent graphs and perform operations on them.

    • Linked List Graph Queue Algorithm is used to represent graphs as a collection of nodes and edges.

    • It is used to perform operations like traversal, searching, and sorting on graphs.

    • It is implemented using linked lists to store the nodes and edges of the graph and a queue to perform operations on them.

    • Example: Bre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy to crack. Sometimes there are questions related to puzzle. Take your time and answer

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About Devops

Interview Preparation Tips

Interview preparation tips for other job seekers - Wonderful experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

It was half an hour-long interview. Questions were mainly to examine the candidate's hold over OOP's and the mentioned language. Few coding questions to test logic building ability of the candidate.

Round 3 - HR 

(2 Questions)

  • Q1. Salary Discussion
  • Q2. Expectations from the company and area of interest of working

Interview Preparation Tips

Topics to prepare for Zen3 Info Solutions Software Engineer interview:
  • C#.Net
  • DSA
  • Object Oriented Programming
  • Algorithms
Interview preparation tips for other job seekers - Have a good hold over OOPS, One language. If you are getting hired for a specific role make sure to cover that technology.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Build mern application

Round 3 - Technical 

(1 Question)

  • Q1. Nodejs, javascript, project experience
Round 4 - Technical 

(1 Question)

  • Q1. Data structures and algorithms
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Nice and easy you can crack

Round 2 - Coding Test 

Not that easy and not that much hard

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Project related question
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the worst organization I have ever worked for.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How does Angular work ?
  • Ans. 

    Angular is a front-end web application framework that allows developers to build dynamic single-page applications.

    • Angular uses TypeScript for building applications.

    • It follows the MVC (Model-View-Controller) architecture.

    • Angular provides two-way data binding, which means changes in the model are automatically reflected in the view and vice versa.

    • It uses directives to extend HTML with new attributes and tags.

    • Angular has ...

  • Answered by AI
  • Q2. Array based javascript question
  • Q3. What is hoisting ?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • In JavaScript, variable and function declarations are hoisted to the top of their scope.

    • This means that you can use a variable or function before it is declared.

    • However, only the declarations are hoisted, not the initializations.

  • Answered by AI
  • Q4. What is temporal dead zone ?
  • Ans. 

    Temporal dead zone is the period between entering scope and being able to access a variable.

    • Occurs when trying to access a variable before it has been declared

    • Caused by hoisting in JavaScript

    • Results in a ReferenceError

    • Example: const x = 10; console.log(x); // ReferenceError: Cannot access 'x' before initialization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics well

Skills evaluated in this interview

Sedin Technologies Interview FAQs

How many rounds are there in Sedin Technologies Mechanical Engg. Design interview?
Sedin Technologies interview process usually has 3 rounds. The most common rounds in the Sedin Technologies interview process are HR, Technical and Assignment.
What are the top questions asked in Sedin Technologies Mechanical Engg. Design interview?

Some of the top questions asked at the Sedin Technologies Mechanical Engg. Design interview -

  1. Stress and strain, Thermodynamics basics, Properties of materi...read more
  2. They will ask rigorous technical theoretical be prepared w...read more
  3. Ductile material, Ohm's law, stress strain cu...read more

Tell us how to improve this page.

Sedin Technologies Mechanical Engg. Design Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
Systems Plus Interview Questions
4.3
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
View all
Sedin Technologies Mechanical Engg. Design Salary
based on 5 salaries
₹2.7 L/yr - ₹4 L/yr
43% less than the average Mechanical Engg. Design Salary in India
View more details
Software Engineer
106 salaries
unlock blur

₹2.8 L/yr - ₹12.5 L/yr

Design Engineer
43 salaries
unlock blur

₹2.2 L/yr - ₹7.5 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹5.9 L/yr - ₹18.9 L/yr

Junior Software Engineer
35 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Lead Design Engineer
23 salaries
unlock blur

₹7.7 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Sedin Technologies with

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

Saama Technologies

3.7
Compare

Systems Plus

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