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:
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. 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

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 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
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Based on my previous work experience and knowledge

I was interviewed in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest
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 

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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company 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 - Technical 

(3 Questions)

  • Q1. What is your experience.?
  • Q2. Discuss the project work details
  • Q3. Are you handel multiple task on a daily basis..?
  • Ans. 

    Yes, I am able to handle multiple tasks on a daily basis by prioritizing, delegating, and staying organized.

    • Prioritize tasks based on deadlines and importance

    • Delegate tasks to team members when necessary

    • Stay organized with to-do lists and calendars

    • Example: Juggling multiple projects simultaneously while meeting deadlines

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectation. ?
  • Q2. After joining if you have any problem disscus with your site HR .

Interview Preparation Tips

Interview preparation tips for other job seekers - Trip are very awesome
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:
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 - Technical 

(1 Question)

  • Q1. Power BI DAX calculations
Round 3 - Technical 

(1 Question)

  • Q1. RLS Implementation
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

I applied via Naukri.com and was interviewed in Apr 2022. There were 5 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Java 8 vs 7 case studies. Stream vs collections case studies.
  • Ans. 

    Java 8 introduced streams which are more efficient than collections in certain cases.

    • Streams are useful for processing large amounts of data in parallel

    • Collections are better for small amounts of data or when modifying data

    • Java 8's stream API provides a functional programming approach to data processing

    • Java 7's collections API is more traditional and imperative

    • Example: Using streams to filter and map data from a databa...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Add one to a given String of number
  • Ans. 

    Add one to a given String of number

    • Convert the string to integer, add one, and convert back to string

    • Handle edge cases like leading zeros

    • Consider using built-in functions like parseInt() and toString()

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Hash map implementation. exception handling in lambda exp. microservices architecture.
Round 5 - Client Interview 

(1 Question)

  • Q1. Why u want to join?

Interview Preparation Tips

Topics to prepare for Iris Software Senior Engineer interview:
  • Core Java
  • Spring Framework
  • Microservices
  • RDBMS
Interview preparation tips for other job seekers - Focus on the tech stack u have worked on.
Focus on concepts and basics.

Skills evaluated in this interview

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
  3. Related to mo...read more

Tell us how to improve this page.

Msp Metallics Senior Engineer Salary
based on 20 salaries
₹3.8 L/yr - ₹6.3 L/yr
46% 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 & Benefits

4.0

Job Security

4.3

Company culture

4.1

Promotions/Appraisal

3.9

Work Satisfaction

Explore 8 Reviews and Ratings
Senior Engineer
20 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
10 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

Tata Steel

4.1
Compare

JSW Steel

3.9
Compare

Steel Authority Of India

4.1
Compare

Vedanta Limited

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview