Upload Button Icon Add office photos

Filter interviews by

MPPTCL Interview Questions and Answers

Updated 14 Sep 2023

MPPTCL Interview Experiences

Popular Designations

3 interviews found

I applied via Naukri.com

Interview Questionnaire 

3 Questions

  • Q1. Unit of specific resistance
  • Ans. 

    The unit of specific resistance is ohm-meter (Ω·m).

    • Specific resistance is a measure of how strongly a material opposes the flow of electric current.

    • It is also known as resistivity.

    • The unit ohm-meter represents the resistance between opposite faces of a 1-meter cube of the material.

    • Specific resistance depends on the material's composition, temperature, and other factors.

  • Answered by AI
  • Q2. Unit of specific conductivity
  • Ans. 

    The unit of specific conductivity is Siemens per meter (S/m).

    • Specific conductivity is a measure of the ability of a material to conduct electricity.

    • It is the reciprocal of resistivity.

    • Examples of materials with high specific conductivity include metals like copper and aluminum.

    • Water with dissolved ions also has a specific conductivity.

    • Specific conductivity is important in industries like electronics and water treatment

  • Answered by AI
  • Q3. Siemens per centimeter & mhos per centimeter

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Face to face
2) virtually interview

Maintenance Electrician Interview Questions asked at other Companies

Q1. What is motor in electrical engineering
View answer (4)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

Electrical Engineer Interview Questions asked at other Companies

Q1. What is the difference between Switch gear & Circuit Breakers ?
View answer (13)
MPPTCL Interview Questions and Answers for Freshers
illustration image

Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2021

I appeared for an interview before Apr 2020.

Interview Questionnaire 

1 Question

  • Q1. Aprentship

Interview Preparation Tips

Interview preparation tips for other job seekers - Electrical dipatment

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical (maintenance activities &testing activities)As per resume mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - All mentioned are clearly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer with confidence. If you don't know answer than just accept it.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - don't join in this black hole it is just like company there are no projects for this company the culture is so worst.

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Gd most important in the company and employees deduction most important Good timing and respect

Interview Questionnaire 

1 Question

  • Q1. Debt equity ratio
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

I appeared for an interview before Mar 2021.

Round 1 - Face to Face 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round started with some questions from Programmable Logic Controllers or PLC followed by some basic questions from Intel 8051 Microcontroller.

  • Q1. What are the general functions of a Programmable Logic Controller (PLC)?
  • Ans. 

    PLCs are used to control machinery and automate processes in industrial settings.

    • Monitoring inputs from sensors

    • Executing control algorithms

    • Communicating with other devices

    • Logging data for analysis

    • Implementing safety functions

    • Examples: controlling a conveyor belt, regulating temperature in a furnace

  • Answered by AI
  • Q2. Can you describe the basic elements in Ladder logic programming?
  • Ans. 

    Ladder logic programming is a graphical programming language used for PLCs, with basic elements like contacts, coils, timers, and counters.

    • Ladder logic consists of rungs, which are made up of inputs (contacts) and outputs (coils).

    • Contacts represent conditions that must be met for the output to be energized.

    • Coils are outputs that are energized when the conditions of the contacts are met.

    • Timers and counters are used to c...

  • Answered by AI
  • Q3. What are the different types of PLC inputs and outputs?
  • Ans. 

    PLC inputs and outputs include digital inputs, digital outputs, analog inputs, and analog outputs.

    • Digital inputs: used for receiving binary signals (on/off, high/low). Examples: push buttons, limit switches.

    • Digital outputs: used for sending binary signals. Examples: relays, solenoids.

    • Analog inputs: used for receiving continuous signals. Examples: temperature sensors, pressure transducers.

    • Analog outputs: used for sendin...

  • Answered by AI
  • Q4. What are the advantages and disadvantages of the S7 controller?
  • Ans. 

    The S7 controller offers high performance and flexibility but can be complex to program and expensive.

    • Advantages: high performance, flexibility, scalability

    • Disadvantages: complexity in programming, expensive

    • Example: S7-1200 offers fast processing speeds and can be easily expanded with additional modules

    • Example: Programming for S7 controllers may require specialized training and expertise

  • Answered by AI
  • Q5. Can you explain the time stamp available in the S7-200 PLC?
  • Ans. 

    The time stamp in S7-200 PLC is used to record the time when a specific event occurs.

    • Time stamp is a feature in S7-200 PLC that records the time when a specific event happens.

    • It helps in tracking the sequence of events and troubleshooting issues.

    • Time stamp can be used to monitor the performance of the PLC system.

    • Example: A time stamp can be recorded when a sensor detects a change in temperature.

    • Example: Time stamp can ...

  • Answered by AI
  • Q6. Could you explain Jnc in the context of microcontrollers?
  • Ans. 

    Jnc stands for Jump and Call in the context of microcontrollers.

    • Jnc is an instruction used in microcontrollers to jump to a specified address if the carry flag is not set.

    • It is commonly used in conditional branching operations in microcontroller programming.

    • For example, in 8051 microcontroller assembly language, the instruction JNC label will jump to the specified label if the carry flag is not set.

  • Answered by AI
  • Q7. What are the types of interrupts in the Intel 8051 microcontroller?
  • Ans. 

    The types of interrupts in the Intel 8051 microcontroller include external hardware interrupts, timer interrupts, and serial communication interrupts.

    • External hardware interrupts are triggered by external devices connected to the microcontroller.

    • Timer interrupts are generated by the internal timers of the microcontroller.

    • Serial communication interrupts occur when data is received or transmitted through the serial port.

    • ...

  • Answered by AI
Round 2 - Face to Face 

(6 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round was heavily inclined towards Operating System and Computer Networks and the interviewer asked questions revolving around the fundamentals of the subject.

  • Q1. What is a bootstrap program in an operating system?
  • Ans. 

    A bootstrap program is a small program that initializes the operating system on a computer.

    • Bootstrap program is stored in ROM or EEPROM and is executed when the computer is powered on.

    • It loads the operating system kernel into memory and starts its execution.

    • Bootstrap program is responsible for setting up the initial state of the operating system.

    • Examples include BIOS (Basic Input/Output System) in PCs and UEFI (Unified

  • Answered by AI
  • Q2. Can you explain demand paging?
  • Ans. 

    Demand paging is a memory management scheme where pages are only brought into memory when they are demanded by the program.

    • Pages are loaded into memory only when needed

    • Helps in reducing the amount of physical memory required

    • Improves overall system performance by allowing more processes to run simultaneously

    • Commonly used in virtual memory systems

  • Answered by AI
  • Q3. Can you explain any 5 essential UNIX commands?
  • Ans. 

    Five essential UNIX commands are ls, cd, pwd, mkdir, and rm.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

  • Answered by AI
  • Q4. What are the different types of VPN?
  • Ans. 

    Different types of VPN include remote access VPN, site-to-site VPN, and client-to-site VPN.

    • Remote access VPN allows individual users to connect to a private network from a remote location.

    • Site-to-site VPN connects entire networks together over the internet.

    • Client-to-site VPN allows individual devices to connect to a private network.

    • Examples include OpenVPN, IPsec, and SSL VPN.

  • Answered by AI
  • Q5. Can you describe the OSI Reference Model?
  • Ans. 

    The OSI Reference Model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI Reference Model stands for Open Systems Interconnection Reference Model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers for data trans...

  • Answered by AI
  • Q6. Can you explain the TCP and UDP protocols?
  • Ans. 

    TCP is a connection-oriented protocol that ensures reliable data delivery, while UDP is a connectionless protocol that focuses on speed.

    • TCP stands for Transmission Control Protocol and is used for reliable data transmission.

    • TCP establishes a connection between sender and receiver before data transfer.

    • TCP uses sequencing and acknowledgment to ensure data integrity.

    • UDP stands for User Datagram Protocol and is used for fa...

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my
role.

  • Q1. What is something about you that is not included in your resume?

Interview Preparation Tips

Eligibility criteriaAbove 1 years of experienceSiemens interview preparation:Topics to prepare for the interview - Operating Systems, Computer Architecture, Microcontollers and Microprocessors, Computer Networks, AptitudeTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

MPPTCL Interview FAQs

How many rounds are there in MPPTCL interview?
MPPTCL interview process usually has 2 rounds. The most common rounds in the MPPTCL interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in MPPTCL interview?

Some of the top questions asked at the MPPTCL interview -

  1. Unit of specific conductivi...read more
  2. Unit of specific resista...read more
  3. Siemens per centimeter & mhos per centimet...read more

Recently Viewed

SALARIES

Government Polytechnic Nagpur

No Salaries

SALARIES

Gujarat Energy Transmission Corporation

INTERVIEWS

Central Bank of India

No Interviews

INTERVIEWS

ECIL

No Interviews

INTERVIEWS

Neelachal Ispat Nigam

No Interviews

INTERVIEWS

Central Bank of India

No Interviews

COMPANY BENEFITS

Gujarat Energy Transmission Corporation

No Benefits

REVIEWS

Government Polytechnic Nagpur

No Reviews

REVIEWS

Government Polytechnic Nagpur

No Reviews

Tell us how to improve this page.

MPPTCL Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
Tata Power Interview Questions
3.9
 • 162 Interviews
NTPC Interview Questions
4.2
 • 158 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
Sterlite Power Interview Questions
4.0
 • 25 Interviews
NHPC Interview Questions
4.3
 • 9 Interviews
View all

MPPTCL Reviews and Ratings

based on 120 reviews

3.8/5

Rating in categories

3.9

Skill development

3.7

Work-life balance

3.2

Salary

3.3

Job security

3.7

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 120 Reviews and Ratings
Operator
13 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Computer Operator
12 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Shift Incharge
10 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

Substation Operator
8 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Junior Engineer
8 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Explore more salaries
Compare MPPTCL with

Power Grid Corporation of India

4.4
Compare

Adani Transmission

3.7
Compare

Tata Power

3.9
Compare

Reliance Infrastructure

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