Upload Button Icon Add office photos

Development Consultants

Compare button icon Compare button icon Compare

Filter interviews by

Development Consultants Manager – Electrical Interview Questions and Answers

Updated 12 Mar 2024

Development Consultants Manager – Electrical Interview Experiences

2 interviews found

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

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Relay protection devices
  • Q2. Transformers protection devices
  • Q3. Motor protection
  • Q4. Synchronised system
  • Q5. Generation, transmission & distribution

Manager – Electrical Interview Questions & Answers

user image dipankar chatterjee

posted on 21 Nov 2017

I appeared for an interview before Nov 2016.

Interview Questionnaire 

6 Questions

  • Q1. HOW A POWER TRANSFORMER IS PROTECTED FROM HOT SPOT FAILURE.
  • Ans. 

    Power transformers are protected from hot spot failure through various measures.

    • Hot spot failure in power transformers occurs when excessive heat is generated in a localized area, leading to insulation degradation and potential breakdown.

    • To protect against hot spot failure, transformers are equipped with temperature monitoring devices such as thermocouples or resistance temperature detectors (RTDs).

    • These temperature se...

  • Answered by AI
  • Q2. WHAT ARE REFLECTED WAVES AND HOW IT IS SIMPLIFIED IN DRIVES.
  • Ans. 

    Reflected waves are waves that bounce back after hitting a boundary. In drives, they can cause voltage spikes and affect performance.

    • Reflected waves occur when a wave encounters a boundary and bounces back.

    • In electrical drives, reflected waves can cause voltage spikes and affect the performance of the system.

    • To simplify the impact of reflected waves in drives, measures like impedance matching and using filters can be i...

  • Answered by AI
  • Q3. HOW APFC WORK AND WIRING DIAGRAM.
  • Ans. 

    APFC stands for Automatic Power Factor Correction. It is a system used to improve power factor in electrical installations.

    • APFC is designed to automatically monitor and adjust the power factor of electrical loads.

    • It uses power factor correction capacitors to compensate for reactive power and improve the overall power factor.

    • The wiring diagram of an APFC system typically includes a power factor controller, contactors, c...

  • Answered by AI
  • Q4. PROTECTION OF 132 KV SWITCHYARD.
  • Ans. 

    Protection of 132 KV switchyard involves various measures to ensure safety and reliability of the electrical system.

    • Installation of protective devices such as circuit breakers, relays, and fuses to detect and isolate faults

    • Implementation of grounding systems to prevent electrical shock and limit fault currents

    • Regular maintenance and testing of protective equipment to ensure proper functioning

    • Implementation of interlock...

  • Answered by AI
  • Q5. EXPECTATIONS RELATED
  • Q6. HOW AN INEFFICIENT ENGINEER CAN LEAD A TEAM OF QUALIFIED AND EFFICIENT ENGINEERS.
  • Ans. 

    An inefficient engineer can lead a team of qualified and efficient engineers by focusing on communication, delegation, and mentorship.

    • Focus on clear communication to ensure tasks are understood and completed effectively

    • Delegate tasks based on each team member's strengths and weaknesses

    • Provide mentorship and guidance to help improve the inefficient engineer's skills

    • Encourage collaboration and teamwork within the team

    • Set...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: BULLET POINTS OF ACHIEVEMENTS DONE WAS REFLECTED IN C.V.GRADUATION UNIVERSITY MENTIONED.

Manager – Electrical Interview Questions Asked at Other Companies

Q1. Walk me through the technical skills and experiences mentioned in ... read more
Q2. What are reflected waves and how are they simplified in drives?
Q3. How is a power transformer protected from hot spot failure?
Q4. What is the calculation process for sizing transformers and diese ... read more
Q5. What types and sizes of cables are available in the market?

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Development Consultants?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I appeared for an interview in Feb 2022.

Round 1 - One-on-one 

(1 Question)

  • Q1. Expectations, Skill Set

Interview Preparation Tips

Interview preparation tips for other job seekers - Be True, Be Honest, just be yourself.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Tell me about yourself
  • Q2. What are your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. Explain the difference between stack and queue with real life examples
  • Ans. 

    Stacks and queues are data structures that manage data in different orders: LIFO for stacks and FIFO for queues.

    • Stack: Last In, First Out (LIFO) - Think of a stack of plates; you add and remove plates from the top.

    • Queue: First In, First Out (FIFO) - Like a line at a coffee shop; the first person in line is the first to be served.

    • Real-life stack example: A stack of books where you can only take the top book.

    • Real-life qu...

  • Answered by AI
  • Q2. Write a python function to check if string is a palindrome
  • Ans. 

    A palindrome is a string that reads the same forwards and backwards. This function checks for that property.

    • A string is a palindrome if it is identical when reversed.

    • Example: 'radar' is a palindrome, while 'hello' is not.

    • To check, compare the string with its reverse using slicing: s == s[::-1].

    • Consider case sensitivity and spaces: 'A man a plan a canal Panama' is a palindrome if spaces and cases are ignored.

  • Answered by AI
Are these interview questions helpful?

Data Analyst Interview Questions & Answers

Zaalima Development user image Nadeem Mohammad Qureshi

posted on 25 Jun 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

  • Q1. What are the key library in python
  • Ans. 

    Key Python libraries for data analysis include NumPy, Pandas, Matplotlib, and SciPy, each serving unique analytical purposes.

    • NumPy: Provides support for large, multi-dimensional arrays and matrices, along with a collection of mathematical functions. Example: np.array([1, 2, 3])

    • Pandas: Offers data structures like DataFrames for data manipulation and analysis. Example: pd.DataFrame({'A': [1, 2], 'B': [3, 4]})

    • Matplotlib: ...

  • Answered by AI
  • Q2. How you handle missing value in dataset
  • Q3. Can you explain how preprocessing in dataset
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s...

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Ans. 

    I have worked on various projects, including web applications, mobile apps, and data analysis tools, enhancing user experience and efficiency.

    • Developed a web application for e-commerce using React and Node.js, improving load times by 30%.

    • Created a mobile app for fitness tracking, integrating GPS and health data APIs to enhance user engagement.

    • Implemented a data analysis tool using Python and Pandas, which streamlined r...

  • Answered by AI
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Ans. 

    The project utilized a microservices architecture to enhance scalability and maintainability for a web-based application.

    • Microservices architecture: Each service handles a specific business capability, e.g., user authentication, payment processing.

    • API Gateway: Acts as a single entry point for clients, routing requests to appropriate microservices, e.g., using AWS API Gateway.

    • Database per service: Each microservice has ...

  • Answered by AI
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Ans. 

    My current CTC is competitive and reflects my skills and experience in software engineering.

    • My current CTC is $X per annum, which includes base salary and bonuses.

    • I have received a salary increment of Y% in the last appraisal cycle.

    • My compensation package also includes benefits like health insurance and retirement plans.

  • Answered by AI
  • Q2. Tell me your Expected CTC
  • Ans. 

    I expect a CTC that reflects my skills, experience, and the industry standards for this role.

    • Research industry standards: For example, software engineers in my region typically earn between $80,000 to $120,000.

    • Consider my experience: With 5 years in the field, I believe a CTC of $100,000 is appropriate.

    • Factor in company size: Larger tech companies often offer higher salaries compared to startups.

    • Discuss benefits: A com...

  • Answered by AI

Development Consultants Interview FAQs

How many rounds are there in Development Consultants Manager – Electrical interview?
Development Consultants interview process usually has 1 rounds. The most common rounds in the Development Consultants interview process are One-on-one Round.
What are the top questions asked in Development Consultants Manager – Electrical interview?

Some of the top questions asked at the Development Consultants Manager – Electrical interview -

  1. WHAT ARE REFLECTED WAVES AND HOW IT IS SIMPLIFIED IN DRIV...read more
  2. HOW A POWER TRANSFORMER IS PROTECTED FROM HOT SPOT FAILU...read more
  3. HOW APFC WORK AND WIRING DIAGR...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more
Senior Project Engineer
25 salaries
unlock blur

₹5.7 L/yr - ₹13.1 L/yr

Senior Engineer Construction
18 salaries
unlock blur

₹5.4 L/yr - ₹10.5 L/yr

Construction Management
18 salaries
unlock blur

₹8.1 L/yr - ₹12.1 L/yr

Resident Construction Manager
14 salaries
unlock blur

₹9.1 L/yr - ₹15 L/yr

Construction Engineer
13 salaries
unlock blur

₹4.8 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Development Consultants with

Northcorp Software

4.6
Compare

Zidio Development

4.5
Compare

HyScaler

4.4
Compare

Apmosys Technologies

3.2
Compare
write
Share an Interview