Upload Button Icon Add office photos

Filter interviews by

Msp Metallics Senior Engineer Interview Questions and Answers

Updated 25 Oct 2023

Msp Metallics Senior Engineer Interview Experiences

1 interview found

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 in Oct 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 

(2 Questions)

  • Q1. Tell me about ACB , cable size etc
  • Ans. 

    ACB stands for Air Circuit Breaker, used for electrical protection. Cable size depends on current rating and voltage drop.

    • ACB is a type of circuit breaker used for electrical protection in low voltage systems

    • Cable size is determined by the current rating of the circuit and the allowable voltage drop

    • For example, a 100A circuit may require a 10mm cable to ensure proper current carrying capacity

  • Answered by AI
  • Q2. Tell me about kw,kvar,kva difference
  • Ans. 

    kW is real power, kvar is reactive power, kVA is apparent power.

    • kW (kilowatt) is the actual power consumed by a device or system.

    • kvar (kilovolt-ampere reactive) is the reactive power required by inductive or capacitive loads.

    • kVA (kilovolt-ampere) is the total power in an AC circuit, combining both real and reactive power.

    • The relationship between kW, kvar, and kVA can be represented by the power triangle.

    • For example, in...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Related to money

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Msp Metallics?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest

Senior Engineer Interview Questions Asked at Other Companies

Q1. What does the 'M' signify in M20, M25, and M30 grades of concrete ... read more
asked in Nagarro
Q2. Write a program that takes an integer N and an array of integers ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When would you perform a half or full engine overhaul?

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
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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap uses the hashCode() method of ke...

  • Answered by AI
  • Q2. What are the feature of jdk 8
  • Ans. 

    JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with sequences of elements efficiently.

    • Default methods allow interfaces to have concrete methods.

    • Date and Time API improvements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on new feature of java

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. 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 

(1 Question)

  • Q1. Power BI DAX calculations
Round 3 - Technical 

(1 Question)

  • Q1. RLS Implementation
Are these interview questions helpful?
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

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
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Explain previous experience
  • Ans. 

    I have over 8 years of experience in software engineering, focusing on full-stack development and team leadership.

    • Led a team of 5 engineers in developing a scalable e-commerce platform, resulting in a 30% increase in sales.

    • Implemented CI/CD pipelines that reduced deployment time by 50%, enhancing team productivity.

    • Worked on a healthcare application that improved patient data management, ensuring compliance with HIPAA r...

  • Answered by AI
  • Q2. Multithreading deep dive question asked

Msp Metallics Interview FAQs

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

Some of the top questions asked at the Msp Metallics Senior Engineer interview -

  1. Tell me about ACB , cable size ...read more
  2. Tell me about kw,kvar,kva differe...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Iris Software Interview Questions
4.0
 • 185 Interviews
TO THE NEW Interview Questions
3.7
 • 141 Interviews
Nielsen Interview Questions
3.6
 • 134 Interviews
R.R. Donnelley Interview Questions
3.8
 • 117 Interviews
BCD Travel Interview Questions
4.3
 • 113 Interviews
G4S Interview Questions
3.9
 • 113 Interviews
SGS Interview Questions
3.9
 • 102 Interviews
Epsilon Interview Questions
3.8
 • 93 Interviews
Annalect Interview Questions
3.4
 • 76 Interviews
Intertek Interview Questions
3.7
 • 62 Interviews
View all
Msp Metallics Senior Engineer Salary
based on 21 salaries
₹3.8 L/yr - ₹6.3 L/yr
49% less than the average Senior Engineer Salary in India
View more details

Msp Metallics Senior Engineer Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.2

Salary

4.0

Job security

4.2

Company culture

4.1

Promotions

3.9

Work satisfaction

Explore 8 Reviews and Ratings
Senior Engineer
21 salaries
unlock blur

₹3.8 L/yr - ₹6.3 L/yr

Engineer
15 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Assistant Manager
11 salaries
unlock blur

₹4.1 L/yr - ₹8.4 L/yr

Manager
7 salaries
unlock blur

₹9.6 L/yr - ₹10.5 L/yr

Assistant Engineer
7 salaries
unlock blur

₹1.9 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Msp Metallics with

R.R. Donnelley

3.8
Compare

Iris Software

4.0
Compare

Epsilon

3.8
Compare

SGS

3.9
Compare
write
Share an Interview