Upload Button Icon Add office photos

Filter interviews by

Msp Metallics Mechanical Engineer Interview Questions and Answers for Experienced

Updated 5 Jun 2023

Msp Metallics Mechanical Engineer Interview Experiences for Experienced

1 interview found

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

I applied via Referral and was interviewed in Dec 2022. 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 - Technical 

(2 Questions)

  • Q1. All technical questions repalyed to engineering
  • Q2. Material Standards & manufacturing questions
Round 3 - HR 

(1 Question)

  • Q1. Discuss salary & benifits

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to automate credits of vm regularly updated with help of script?
  • Ans. 

    Automate credits of regularly updated VM using scripts

    • Create a script to automatically update the VM on a regular schedule

    • Utilize tools like Ansible or Puppet for automation

    • Set up a cron job to run the script at specified intervals

    • Ensure proper testing and monitoring of the automation process

  • Answered by AI
  • Q2. Create a docker file to make mongodb available for developers
  • Ans. 

    Create a docker file to make mongodb available for developers

    • Use the official MongoDB Docker image as the base image

    • Expose the default MongoDB port (27017)

    • Set up any necessary environment variables or configurations

    • Build the Docker image using the Dockerfile

    • Run the Docker container with the MongoDB image

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Core java
  • Q2. Spring and springboot, JDK 8
  • Q3. Mostly 2 technical and one manager

Interview Preparation Tips

Interview preparation tips for other job seekers - They will ask mostly java, and not frontend even though you are full stack. They will just assign project whichever works for them

Interview Questionnaire 

2 Questions

  • Q1. Java, jdk8, and sql
  • Q2. Core java questions mostl, threading, collection, oops concept. Design patterns and JDK 8 features
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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 - Technical 

(1 Question)

  • Q1. Basic concepts of java , spring boot , angular and some coding Average interview . easy to crack if basics are clear
Round 3 - Technical 

(1 Question)

  • Q1. Little more deep on java , angular and some scenario based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

Objective technical question was given.

Round 3 - Technical 

(3 Questions)

  • Q1. Java, DB, Spring, UI related questions asked.
  • Q2. CoreJava Multi-threading
  • Q3. Database many to many relattionship related question
Round 4 - Technical 

(1 Question)

  • Q1. Mutli-threading related questions
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and joining details.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Questions on SQL and SSIS
Round 2 - Technical 

(1 Question)

  • Q1. Advanced question on SQL and SSIS
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Java Multithreading
  • Q2. Core java using java 8 features
  • Ans. 

    Core Java features in Java 8 include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to pass functionality as an argument to a method.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Streams provide a way to process collections of objects in a functional style.

    • Default methods allow interfaces to have methods with implementat...

  • Answered by AI
  • Q3. Oops concepts in java
  • Ans. 

    Oops concepts in java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI
  • Q4. Spring MVC and Batch
  • Q5. Basic SQL queries, joins and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine, whatever you know explain well.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. All Concurrent Utility Classes and their uses.
  • Ans. 

    Concurrent Utility Classes provide support for concurrent programming in Java.

    • ConcurrentHashMap: Thread-safe implementation of Map interface.

    • CopyOnWriteArrayList: Thread-safe implementation of List interface.

    • CountDownLatch: Synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.

    • Semaphore: Controls the number of threads that can access a shared re...

  • Answered by AI
  • Q2. Basic SQL queries, mostly from Joins, Grouping
  • Q3. Core Java, Java 8
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between deep and shallow copy
  • Ans. 

    Deep copy creates a new object and recursively copies all nested objects, while shallow copy creates a new object and copies the references to nested objects.

    • Deep copy duplicates all levels of the object hierarchy, ensuring that changes in the copied object do not affect the original object.

    • Shallow copy only duplicates the top-level object, so changes in the copied object may affect the original object.

    • Deep copy is mor...

  • Answered by AI
  • Q2. Ways to set values in form groups
  • Ans. 

    Ways to set values in form groups

    • Use setValue() method to set values in form groups

    • Use patchValue() method to set values in form groups

    • Use reset() method to set values in form groups

  • Answered by AI
  • Q3. How to add dynamic component in view
  • Ans. 

    To add a dynamic component in a view, use a framework or library that supports dynamic rendering and component creation.

    • Use a framework like React or Angular that allows for dynamic component creation

    • Create a component factory or use a component resolver to dynamically create and render components

    • Pass data or props to the dynamic component to customize its behavior

    • Update the view or component tree to include the dynami

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Spend time on basics

Skills evaluated in this interview

Msp Metallics Interview FAQs

How many rounds are there in Msp Metallics Mechanical Engineer interview for experienced candidates?
Msp Metallics interview process for experienced candidates usually has 3 rounds. The most common rounds in the Msp Metallics interview process for experienced candidates are HR, Resume Shortlist and Technical.
What are the top questions asked in Msp Metallics Mechanical Engineer interview for experienced candidates?

Some of the top questions asked at the Msp Metallics Mechanical Engineer interview for experienced candidates -

  1. All technical questions repalyed to engineer...read more
  2. Material Standards & manufacturing questi...read more

Tell us how to improve this page.

Msp Metallics Mechanical Engineer Interview Process for Experienced

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Iris Software Interview Questions
4.0
 • 163 Interviews
TO THE NEW Interview Questions
3.7
 • 133 Interviews
Nielsen Interview Questions
3.7
 • 124 Interviews
BCD Travel Interview Questions
4.3
 • 112 Interviews
R.R. Donnelley Interview Questions
3.8
 • 109 Interviews
G4S Interview Questions
4.0
 • 103 Interviews
SGS Interview Questions
3.9
 • 98 Interviews
Epsilon Interview Questions
3.9
 • 91 Interviews
Annalect Interview Questions
3.4
 • 70 Interviews
Intertek Interview Questions
3.7
 • 56 Interviews
View all
Msp Metallics Mechanical Engineer Salary
based on 4 salaries
₹2 L/yr - ₹3.6 L/yr
35% less than the average Mechanical Engineer Salary in India
View more details

Msp Metallics Mechanical Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Engineer
19 salaries
unlock blur

₹3.8 L/yr - ₹6.3 L/yr

Engineer
15 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Assistant Manager
11 salaries
unlock blur

₹4.1 L/yr - ₹8.4 L/yr

Assistant Engineer
7 salaries
unlock blur

₹1.9 L/yr - ₹4.2 L/yr

Manager
6 salaries
unlock blur

₹9.5 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Msp Metallics with

G4S

4.0
Compare

SGS

3.9
Compare

R.R. Donnelley

3.8
Compare

Iris Software

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