Upload Button Icon Add office photos

Havells

Compare button icon Compare button icon Compare

Filter interviews by

Havells Technical Support Engineer Interview Questions and Answers

Updated 27 May 2022

Havells Technical Support Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Star delta stater,DOL stater,

Interview Preparation Tips

Topics to prepare for Havells Technical Support Engineer interview:
  • Start delta stator
Interview preparation tips for other job seekers - Electrical dapartment panel controlling

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apptitude test was quite easy to attend

Round 2 - Coding Test 

Hackerrank platform was used for coding round.

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals and offers growth opportunities.

    • I have relocated in the past for job opportunities and have found it to be a positive experience.

    • I understand that relocation may come with challenges, but I am prepared to adapt and thrive in a new environment.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Tomarrow, power system

Round 2 - Assignment 

Machine power system drive

Interview Questionnaire 

14 Questions

  • Q1. What are the benefits of the microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, and easier maintenance.

    • Scalability: Microservices can be scaled independently, allowing for better resource utilization.

    • Flexibility: Microservices can be developed and deployed independently, allowing for faster iteration and innovation.

    • Easier maintenance: Microservices are smaller and more focused, making it easier to identify and fix issues.

    • Improved fault...

  • Answered by AI
  • Q2. Differences between spring and spring boot?
  • Ans. 

    Spring is a framework while Spring Boot is an extension of Spring.

    • Spring Boot provides auto-configuration and embedded servers.

    • Spring Boot reduces boilerplate code and simplifies application setup.

    • Spring Boot is opinionated and provides defaults for configuration.

    • Spring Boot is ideal for microservices and standalone applications.

    • Spring is more flexible and customizable than Spring Boot.

  • Answered by AI
  • Q3. Have you configured service registry?
  • Ans. 

    Yes, I have configured service registry.

    • I have experience with service registry tools like Consul and Eureka.

    • I have configured service registry for microservices architecture.

    • I have implemented service discovery and load balancing using service registry.

    • I have used service registry to manage service endpoints and metadata.

  • Answered by AI
  • Q4. What is the use of profile registry? how can you configured in your project
  • Ans. 

    Profile registry is used to store user profiles and their preferences in a centralized location.

    • Profile registry is used to manage user profiles and preferences in a centralized location

    • It can be configured in a project by defining the schema for user profiles and preferences

    • Profile registry can be accessed through APIs or SDKs

    • It can be used to personalize user experience and provide targeted content

    • Examples of profile...

  • Answered by AI
  • Q5. How spring boot work internally?
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and dependencies.

    • Spring Boot uses an embedded server to run applications.

    • It provides auto-configuration for commonly used libraries and frameworks.

    • Spring Boot uses Spring Framework's core features like Inversion of Control (IoC) and Aspect Oriented Programming (AOP).

    • It uses annotations to configure and c...

  • Answered by AI
  • Q6. If a microservice is down, then how can you handle that situation?
  • Ans. 

    We can handle the situation by implementing fault tolerance mechanisms.

    • Implementing circuit breakers to prevent cascading failures

    • Using load balancers to redirect traffic to healthy instances

    • Implementing retry mechanisms to handle temporary failures

    • Using monitoring tools to detect and alert on failures

    • Implementing graceful degradation to provide partial functionality

    • Using backups or replicas to ensure high availability

  • Answered by AI
  • Q7. What kind of security added in your project and how?
  • Q8. What are the transactions used in your projects?
  • Q9. What are the spring boot annotations used in your project?
  • Ans. 

    We use @RestController, @RequestMapping, @Autowired, @Service, @Repository, @Transactional, @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations in our Spring Boot project.

    • @RestController - used to define RESTful web services

    • @RequestMapping - used to map HTTP requests to handler methods

    • @Autowired - used for automatic dependency injection

    • @Service - used to define a service layer component

    • @Repository - used...

  • Answered by AI
  • Q10. What is the use of spring data jpa?
  • Ans. 

    Spring Data JPA simplifies the implementation of data access layer in Spring applications.

    • Provides a framework for easily creating repositories and queries

    • Reduces boilerplate code for data access layer

    • Supports pagination and sorting of data

    • Integrates with Spring's transaction management

    • Example: @Repository interface UserRepository extends JpaRepository {}

  • Answered by AI
  • Q11. What are the collection used in your project?
  • Q12. Can you tell me how hash map internally work?
  • Ans. 

    A hash map is a data structure that uses a hash function to map keys to values in constant time.

    • Hash map uses an array to store key-value pairs

    • The hash function is used to convert the key into an index of the array

    • Collisions occur when two keys map to the same index, which is resolved using chaining or open addressing

    • Retrieving a value from a hash map involves computing the hash of the key and then looking up the corre...

  • Answered by AI
  • Q13. Differences between comparable and comparator?
  • Ans. 

    Comparable is an interface used for natural ordering while Comparator is an interface used for custom ordering.

    • Comparable is implemented by the class itself while Comparator is implemented by a separate class.

    • Comparable provides a single method compareTo() while Comparator provides a single method compare().

    • Comparable is used for sorting elements in a collection while Comparator is used for custom sorting.

    • Example: Stri...

  • Answered by AI
  • Q14. Tell me about concurrent Hash map?
  • Ans. 

    Concurrent Hash Map is a thread-safe implementation of a hash map.

    • It allows multiple threads to access and modify the map concurrently.

    • It uses a technique called lock striping to achieve high concurrency.

    • It is part of the java.util.concurrent package in Java.

    • Example: ConcurrentHashMap in Java.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sql and oracle query,design pattern,solid principles,

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

C & C++ programming coding

Round 2 - Technical 

(2 Questions)

  • Q1. Project Overview
  • Q2. Key Skills in past organisation
Round 3 - HR 

(2 Questions)

  • Q1. Where you see yourself after 5 years
  • Q2. CTC and Joining days

Interview Questionnaire 

1 Question

  • Q1. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic opps concepts and data structures questions

I applied via Referral and was interviewed before Mar 2021. There were 2 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 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Ans. 

    My family background is diverse and has shaped me into a well-rounded individual.

    • My parents come from different cultural backgrounds, which has exposed me to different traditions and perspectives.

    • I have siblings who have pursued various career paths, which has taught me the value of individuality and following one's passion.

    • My extended family is spread across different countries, allowing me to appreciate different cul...

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and benefits offered.

    • I am flexible and open to negotiation.

    • I am looking for a fair and competitive salary.

    • I would like to be compensated based on my experience and qualifications.

    • I am interested in discussing the overall compensation package, including benefits and bonuses.

    • I am confident that we can come to a mutually beneficial agreement.

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    You should hire me because of my strong leadership skills, experience in managing teams, and ability to drive results.

    • I have a proven track record of successfully leading teams and achieving targets.

    • I have excellent communication and interpersonal skills, which allows me to effectively collaborate with team members and stakeholders.

    • I am highly organized and detail-oriented, ensuring that tasks are completed efficiently...

  • Answered by AI
  • Q4. Why are you looking for a change?
  • Ans. 

    I am looking for a change to further develop my skills and take on new challenges.

    • Seeking growth opportunities

    • Wanting to expand skillset

    • Desire for new challenges

    • Looking for a more supportive work environment

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong leadership skills, excellent communication abilities, and a knack for problem-solving. My weaknesses include a tendency to be overly critical of myself and a desire for perfection.

    • Strength: Strong leadership skills

    • Strength: Excellent communication abilities

    • Strength: Knack for problem-solving

    • Weakness: Overly critical of myself

    • Weakness: Desire for perfection

  • Answered by AI
  • Q6. Tell me about yourself.
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in management and leadership.

    • I have over 5 years of experience in the retail industry, working my way up from a sales associate to a supervisor.

    • I have a proven track record of successfully managing teams and exceeding sales targets.

    • I am skilled in problem-solving, decision-making, and conflict resolution.

    • I have excellent communication and int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's okay to working,
Iam working in fan division there was a heavy pressure,
Stock always not available

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

Interview Preparation Tips

General Tips: Interviewer is very sound in technical so he was asking about total application wise and technical questions related to electrical.
Skills: Communication, Body Language, Decision Making Skills
Duration: >3 Months

I applied via Naukri.com and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About circuit breaker, transformer.
  • Q2. Single line diagrams, layout, substation calculation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through substation calculation and equipment.

Havells Interview FAQs

How many rounds are there in Havells Technical Support Engineer interview?
Havells interview process usually has 1 rounds. The most common rounds in the Havells interview process are Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

BHEL Interview Questions
4.1
 • 115 Interviews
KEI Industries Interview Questions
4.2
 • 55 Interviews
C&S Electric Interview Questions
4.0
 • 49 Interviews
RR kabel Interview Questions
4.0
 • 48 Interviews
Finolex Cables Interview Questions
3.8
 • 42 Interviews
Landis+Gyr Interview Questions
3.2
 • 31 Interviews
View all
Havells Technical Support Engineer Salary
based on 8 salaries
₹2 L/yr - ₹3 L/yr
53% less than the average Technical Support Engineer Salary in India
View more details

Havells Technical Support Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Assistant Manager
916 salaries
unlock blur

₹5 L/yr - ₹15.5 L/yr

Deputy Manager
656 salaries
unlock blur

₹7.3 L/yr - ₹18.8 L/yr

Manager
575 salaries
unlock blur

₹7.9 L/yr - ₹25 L/yr

Senior Engineer
404 salaries
unlock blur

₹3.3 L/yr - ₹12.5 L/yr

Senior Manager
345 salaries
unlock blur

₹11.5 L/yr - ₹31.6 L/yr

Explore more salaries
Compare Havells with

CG Power and Industrial Solutions

3.9
Compare

C&S Electric

4.0
Compare

KEI Industries

4.2
Compare

Finolex Cables

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