Upload Button Icon Add office photos

Filter interviews by

MEL Systems and Services Interview Questions and Answers

Updated 9 Mar 2025

MEL Systems and Services Interview Experiences

Popular Designations

5 interviews found

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

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions about Electrical machines, PLC, Electrical Circuits
Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed an IoT-based smart irrigation system to optimize water usage in agriculture.

    • Utilized sensors to monitor soil moisture levels.

    • Implemented a microcontroller (Arduino) for data processing.

    • Created a mobile app for real-time monitoring and control.

    • Integrated weather data to adjust irrigation schedules.

    • Conducted field tests, resulting in a 30% reduction in water usage.

  • Answered by AI
  • Q2. What are the working principles of RCCB (Residual Current Circuit Breaker) and MCB (Miniature Circuit Breaker)?
  • Ans. 

    RCCB protects against earth faults, while MCB safeguards against overloads and short circuits in electrical circuits.

    • RCCB detects imbalance between live and neutral wires, indicating leakage current.

    • Example: If a person touches a live wire, the RCCB trips to prevent electric shock.

    • MCB automatically switches off when current exceeds a preset limit, preventing overheating.

    • Example: An MCB trips when too many devices are c...

  • Answered by AI

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - Aptitude Test 

Just normal data structures and programming syntax

Interview Preparation Tips

Interview preparation tips for other job seekers - No growth

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Aptitude Test 

The duration is for 90 minutes its a pen and paper test.It contain 3 sections technical,aptitute and verbal ability

Electronics Engineer Interview Questions asked at other Companies

Q1. What is CMOS and MOSFET Types of mosfet and define them How do i know which one is npn and pnp Diff. Between diode and zener diode Bjt and Fet, which one is current control or voltage control Working of mosfet Apart from this some ques. On ... read more
View answer (1)

Software Developer Interview Questions & Answers

user image Prabakaran G

posted on 11 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1hr for technical apptitude about the python

Round 2 - Technical 

(1 Question)

  • Q1. What is DRF What is MVT DJANGO
  • Ans. 

    DRF stands for Django Rest Framework, a powerful and flexible toolkit for building Web APIs in Django. MVT is the Model-View-Template architecture pattern used in Django.

    • DRF is a third-party library built on top of Django that simplifies the process of building APIs in Django.

    • DRF provides features like serialization, authentication, and viewsets to streamline API development.

    • MVT is the architectural pattern used in Dja...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

MEL Systems and Services interview questions for popular designations

 Software Developer

 (3)

 Electronics Engineer

 (1)

 Engineer Trainee

 (1)

I applied via Naukri.com and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic programming questions like any sorting algo and some techincal questions related to python.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a positive experience for me.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Coding, Maths, Reasoning etc

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to programming languages.
Round 3 - HR 

(1 Question)

  • Q1. Environment and salary etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Puzzles, Linked list
Round 3 - HR 

(1 Question)

  • Q1. Hobbies, Family background
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Basic family and behaviour
  • Q2. How is your strength?
  • Q3. What is family background?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly about .Net, AWS, Angular
Round 2 - Technical 

(1 Question)

  • Q1. Mostly about AWS, .Net
Round 3 - HR 

(1 Question)

  • Q1. Behavioral Round + Salary Discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

The authentication related questions and architecture wise too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare authentication types and How the middle ware working.

MEL Systems and Services Interview FAQs

How many rounds are there in MEL Systems and Services interview?
MEL Systems and Services interview process usually has 1-2 rounds. The most common rounds in the MEL Systems and Services interview process are Aptitude Test and Technical.
How to prepare for MEL Systems and Services 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 MEL Systems and Services. The most common topics and skills that interviewers at MEL Systems and Services expect are Python, PLC, .Net, SCADA and customer support.
What are the top questions asked in MEL Systems and Services interview?

Some of the top questions asked at the MEL Systems and Services interview -

  1. What are the working principles of RCCB (Residual Current Circuit Breaker) and ...read more
  2. What is DRF What is MVT DJA...read more
  3. Basic programming questions like any sorting algo and some techincal questions...read more

Tell us how to improve this page.

MEL Systems and Services Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Cyient Interview Questions
3.7
 • 288 Interviews
KPIT Technologies Interview Questions
3.4
 • 282 Interviews
View all

MEL Systems and Services Reviews and Ratings

based on 42 reviews

3.8/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.2

Salary

4.2

Job security

3.2

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 42 Reviews and Ratings
Hardware Engineer

Chennai

3-5 Yrs

Not Disclosed

Automated Test Equipments - Business Development Manager

Chennai,

Bangalore / Bengaluru

10-20 Yrs

₹ 9-15 LPA

Explore more jobs
Software Developer
23 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Senior Engineer
10 salaries
unlock blur

₹3.5 L/yr - ₹5.4 L/yr

Engineer- Customer Support
8 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Project Engineer
7 salaries
unlock blur

₹3.1 L/yr - ₹5.6 L/yr

Sr.Engineer-Projects
6 salaries
unlock blur

₹3.7 L/yr - ₹6.5 L/yr

Explore more salaries
Compare MEL Systems and Services with

Bharat Electronics

4.2
Compare

Flex

4.0
Compare

Foxconn

3.9
Compare

Dixon Technologies

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