Upload Button Icon Add office photos

Filter interviews by

mPHATEK Systems Engineer Trainee Interview Questions and Answers

Updated 2 Jun 2022

mPHATEK Systems Engineer Trainee Interview Experiences

2 interviews found

Round 1 - Technical 

(2 Questions)

  • Q1. What js joins in structure query language ?
  • Ans. 

    Joins are used to combine data from two or more tables in SQL.

    • Joins are used to retrieve data from multiple tables based on a related column between them.

    • There are different types of joins such as inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables, left join returns all rows from the left table and matching rows from the right table, right join returns all ...

  • Answered by AI
  • Q2. What is structured query language ?
  • Ans. 

    Structured Query Language (SQL) is a programming language used to manage and manipulate relational databases.

    • SQL is used to create, modify, and delete databases, tables, and data.

    • It is used to retrieve data from databases using queries.

    • SQL is used to insert, update, and delete data in databases.

    • It is a standard language used by most relational database management systems (RDBMS).

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me something about yourself ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer with confidence. And this is the key of success.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. About Excel & SQL query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at basics in SQL & Excel queries.

Engineer Trainee Interview Questions Asked at Other Companies

Q1. If 10 people had a meeting and they shake hands only once with ea ... read more
asked in Siemens
Q2. Puzzle - A drawer contains 10 pairs each of red and blue socks. W ... read more
asked in Sobha
Q3. Shear force diagram and bending moment diagram for combination of ... read more
Q4. Explain stress and strain curve; Different Modulus eg young,bulk ... read more
asked in AVASOFT
Q5. What is logic of amstrong number say its coding logic

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Fsmo roles
  • Q2. Office 365

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - HR 

(2 Questions)

  • Q1. Why do u want to leave your previous company
  • Q2. When can you join

Interview Preparation Tips

Interview preparation tips for other job seekers - Run Away NOW, do not join
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 Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

One hour aptitude test, after clearing that, some basic coding questions were unlocked.

Round 2 - Aptitude Test 

This one was face to face. Basically, the approach to the question was seeked by the HRs rather than the correct answer only.

Round 3 - HR 

(3 Questions)

  • Q1. This included two rounds, one with HR and one with CEO. Questions were based on real life logics and basic mathematics
  • Q2. Based on real life and quants with some HR Questions.
  • Q3. Like: What salary do you expect
  • Ans. 

    I expect a competitive salary based on my skills, experience, and the market rate for software developers.

    • Research the average salary range for software developers in your location and industry.

    • Consider your level of experience, education, and any specialized skills you possess.

    • Factor in the company's size, reputation, and financial stability.

    • Be prepared to negotiate and discuss benefits and perks in addition to salary...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on logical knowledge. And keep good hands on basic programming at least.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral 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 - Aptitude Test 

Topics- APTITUDE, reasoning

Round 3 - Assignment 

Topic- reasoning and mathematical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepare with your verbal and non verbal reasoning.

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

Skills evaluated in this interview

mPHATEK Systems Interview FAQs

How many rounds are there in mPHATEK Systems Engineer Trainee interview?
mPHATEK Systems interview process usually has 2 rounds. The most common rounds in the mPHATEK Systems interview process are HR and Technical.
What are the top questions asked in mPHATEK Systems Engineer Trainee interview?

Some of the top questions asked at the mPHATEK Systems Engineer Trainee interview -

  1. What js joins in structure query languag...read more
  2. What is structured query languag...read more
  3. About Excel & SQL que...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all
mPHATEK Systems Engineer Trainee Salary
based on 19 salaries
₹1.8 L/yr - ₹2.4 L/yr
37% less than the average Engineer Trainee Salary in India
View more details

mPHATEK Systems Engineer Trainee Reviews and Ratings

based on 4 reviews

2.4/5

Rating in categories

1.8

Skill development

2.2

Work-life balance

2.2

Salary

1.8

Job security

2.6

Company culture

1.4

Promotions

1.6

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
95 salaries
unlock blur

₹3.7 L/yr - ₹14.7 L/yr

Software Engineer
74 salaries
unlock blur

₹1.8 L/yr - ₹9.9 L/yr

Junior Software Engineer
53 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Salesforce Developer
39 salaries
unlock blur

₹2.5 L/yr - ₹9.3 L/yr

Junior Software Developer
34 salaries
unlock blur

₹2 L/yr - ₹7.9 L/yr

Explore more salaries
Compare mPHATEK Systems with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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