Upload Button Icon Add office photos

Filter interviews by

Unique Shell Mould Interview Questions and Answers

Updated 23 Jul 2022

Unique Shell Mould Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic knowledge in machine field

Interview Preparation Tips

Interview preparation tips for other job seekers - Bold to answer the all questions don't shy on any fear to face interview

VMC Programmer and Setter Interview Questions asked at other Companies

Q1. What's your old sallary ?
View answer (1)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is meaning of civil engineering.?
  • Ans. 

    Civil engineering is a branch of engineering that deals with the design, construction, and maintenance of infrastructure.

    • Civil engineering involves the planning, design, and construction of structures such as buildings, bridges, roads, and dams.

    • It focuses on ensuring the safety, functionality, and sustainability of infrastructure projects.

    • Civil engineers use principles of physics, mathematics, and materials science to ...

  • Answered by AI
  • Q2. How you given organization profits in your allocated job role.?
  • Q3. What are the main quality focus on civil engineering field?
  • Ans. 

    The main quality focus in civil engineering is safety, durability, and sustainability.

    • Ensuring the safety of structures and infrastructure

    • Designing for durability and longevity

    • Incorporating sustainable practices and materials

    • Adhering to building codes and regulations

    • Conducting thorough inspections and testing

    • Using advanced technology and software for design and analysis

    • Collaborating with other professionals to ensure q

  • Answered by AI
  • Q4. How you doing project efficient?

Interview Preparation Tips

Interview preparation tips for other job seekers - basically you to know about all basic terms and conditions? not at all be confidential in your own field as like civil engineering.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Coding Test 

C, DS understanding and

Round 3 - Coding Test 

C and C++ and domain knowledge

Round 4 - Aptitude Test 

General aptitude test

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

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

Online coding test and aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Dsa and memory management basics
Round 4 - Technical 

(1 Question)

  • Q1. Puzzles and Dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Dsa , OOPS AND sql
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

General Aptitude - Time Series, Probability & statistics

Round 3 - Technical 

(1 Question)

  • Q1. General Interview questions on Operator Overriding , Method Overloading

Interview Preparation Tips

Interview preparation tips for other job seekers - Perform well
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 Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were mainly focused on cloud and testing field
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write code on Merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, recursively sorts them, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain on PCA , SVM and image processing concepts
  • Ans. 

    PCA is a dimensionality reduction technique, SVM is a machine learning algorithm, and image processing involves manipulating images.

    • PCA (Principal Component Analysis) is used to reduce the dimensionality of data by finding the most important features.

    • SVM (Support Vector Machine) is a supervised machine learning algorithm used for classification and regression tasks.

    • Image processing involves techniques like filtering, s...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your project challenges

Skills evaluated in this interview

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

Coding related to Arrays and String

Round 2 - Technical 

(1 Question)

  • Q1. Explain your project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm, answer confidently
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

30 question of c code snippet 5 question of aptitude and 2 coding question

Round 2 - Technical 

(2 Questions)

  • Q1. Storage class in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are 4 storage classes in C: auto, register, static, and extern.

    • Auto variables are stored in memory and have local scope.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be accessed by other files.

  • Answered by AI
  • Q2. Mutex and semaphore

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected

Skills evaluated in this interview

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 Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Provide 3d view for given 2d views
  • Ans. 

    To provide a 3D view for given 2D views, you can use software like AutoCAD or SolidWorks to create a 3D model based on the 2D drawings.

    • Use software like AutoCAD or SolidWorks to convert 2D views into a 3D model

    • Identify key dimensions and features from the 2D views to accurately create the 3D model

    • Consider perspective, scale, and proportions when creating the 3D view

  • Answered by AI
  • Q2. Draw sfd and bfd
  • Ans. 

    SFD and BFD are diagrams used in software engineering to visualize the flow of data and control in a system.

    • SFD (System Flow Diagram) shows the flow of data between different components in a system.

    • BFD (Block Flow Diagram) shows the flow of control between different components in a system.

    • Both diagrams help in understanding the overall structure and behavior of a system.

    • Examples: SFD can show how user input flows throu...

  • Answered by AI
  • Q3. What is stress and strain
  • Ans. 

    Stress is the force applied to a material, while strain is the resulting deformation or change in shape.

    • Stress is the external force acting on an object, measured in units of force per unit area

    • Strain is the measure of deformation or change in shape of a material due to stress

    • Stress and strain are related by the material's modulus of elasticity, which determines how much a material will deform under stress

    • Example: When...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well regards mechanical subjects

Unique Shell Mould Interview FAQs

How many rounds are there in Unique Shell Mould interview?
Unique Shell Mould interview process usually has 1 rounds. The most common rounds in the Unique Shell Mould interview process are Technical.
How to prepare for Unique Shell Mould 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 Unique Shell Mould. The most common topics and skills that interviewers at Unique Shell Mould expect are Aluminium Die Casting, Die Casting, Die Making, HPDC and LPDC.

Tell us how to improve this page.

Unique Shell Mould Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Rostfrei Steels Interview Questions
4.1
 • 32 Interviews
Toshiba Interview Questions
4.0
 • 28 Interviews
HYT Engineering Interview Questions
3.2
 • 25 Interviews
Ace Designers Interview Questions
4.1
 • 25 Interviews
Veer-O-- Metals Interview Questions
4.2
 • 14 Interviews
View all

Unique Shell Mould Reviews and Ratings

based on 36 reviews

4.0/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.1

Salary

3.7

Job security

3.4

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 36 Reviews and Ratings
Quality Engineer
11 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Quality Inspector
10 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Production Supervisor
9 salaries
unlock blur

₹1.5 L/yr - ₹2.7 L/yr

Production Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

HR Executive
5 salaries
unlock blur

₹1.2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Unique Shell Mould with

Gilbarco Veeder Root

3.8
Compare

Kirloskar Toyota Textile Machinery

4.5
Compare

HYT Engineering

3.2
Compare

L&T–MHI Power Boilers

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