Upload Button Icon Add office photos

Filter interviews by

Sukhila Power Electronics Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Job Fair and was interviewed before Jun 2021. 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 - Technical 

(1 Question)

  • Q1. HAC Classification, Basics of Safety
Round 3 - Technical 

(1 Question)

  • Q1. Incident investigation, Basics of Safety, Leadership skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your resume. Leadership skill is important

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Domain related stuffs.
  • Q2. Framework related questions commonly on the configuration part

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, share your knowledge . If you don't know the exact answers try to answer some relative things if you know.

Interview Questionnaire 

3 Questions

  • Q1. What is android architecture stack?
  • Q2. What is AIDL?
  • Ans. 

    AIDL stands for Android Interface Definition Language, used for inter-process communication in Android.

    • AIDL is used to define the interface between client and service in Android.

    • It allows communication between different processes in Android.

    • AIDL is used to pass complex data types between processes.

    • AIDL is similar to Remote Procedure Call (RPC) in other programming languages.

    • Example: AIDL is used in Android to implement...

  • Answered by AI
  • Q3. What is hash set and hash map
  • Ans. 

    Hash set and hash map are data structures used to store key-value pairs for efficient retrieval.

    • Hash set stores unique values without any specific order.

    • Hash map stores key-value pairs and allows fast retrieval of values based on keys.

    • Both use hashing to map keys to their corresponding values.

    • In Java, HashSet and HashMap are implementations of these data structures.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Static keyword. Object creation
  • Q2. Virtual function and run time polymorphism
  • Q3. Compile time polymorphism and example
  • Ans. 

    Compile time polymorphism is achieved through function overloading and templates.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Templates allow generic programming by defining functions or classes that can work with different data types.

    • Examples of function overloading include cout<< for different data types and sqrt() for float and double.

    • Examples of templates include vector

  • Answered by AI

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Can you work in rural place

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't fear too much even the minimum guy can get through

Interview Questionnaire 

1 Question

  • Q1. What is your role in previous company

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 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 - Group Discussion 

Topic was WHICH COMES FIRST? SAFETY, PRODUCTION OR QUALITY?

Round 3 - Technical 

(1 Question)

  • Q1. 1. Subject based questions 2. Situational questions 3. Common sense question
Round 4 - HR 

(5 Questions)

  • Q1. Behaviourial assesment & financial Negotiations
  • Q2. Where do you want to see yourself after 5 years?
  • Q3. What will be the extra efforts from your side to keep the organisation high
  • Q4. How long will you stay with us
  • Q5. Will you interested in higher education

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep yourself ready for the war. Deep subject knowledge & being smart is the key

I applied via Walk-in and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Why do you want to join our company?
  • Q2. Can you face challenges ?
  • Q3. Are you comfortable with the job profile?
  • Q4. Are you suitable for field work?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confined and answer and don't be nervous, try to give positive Answer

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 180 Minutes
Round difficulty - Medium

Round was held in the morning at 10 am.

  • Q1. 

    M - Coloring Problem Statement

    Given an undirected graph with 'N' nodes in the form of an adjacency matrix and an integer 'M', determine if it is possible to color the vertices of the graph using at most ...

  • Ans. 

    The problem involves determining if a given graph can be colored with at most 'M' colors without adjacent vertices sharing the same color.

    • Create a function that takes the adjacency matrix, number of nodes 'N', and maximum number of colors 'M' as input.

    • Implement a graph coloring algorithm such as backtracking or greedy coloring to check if the graph can be colored with at most 'M' colors.

    • Check if adjacent vertices have ...

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 40 Minutes
Round difficulty - Medium

The round was held in the evening

  • Q1. 

    Trie Data Structure Implementation

    Design and implement a Trie (prefix tree) to perform the following operations:

    • insert(word): Add a string "word" to the Trie.
    • search(word): Verify if the string "w...
  • Ans. 

    Implement a Trie data structure to insert, search, and check for prefixes in strings.

    • Create a TrieNode class with children and isEndOfWord attributes.

    • Implement insert, search, and startsWith methods in the Trie class.

    • Use a Trie to efficiently store and search for strings based on prefixes.

    • Example: insert 'apple', search 'apple' returns true, startsWith 'app' returns true, search 'app' returns false.

  • Answered by AI
Round 3 - HR 

Round duration - 10 Minutes
Round difficulty - Easy

Was held in the morning around 9 am

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in NoidaEligibility criteriaAbove 7 CGPASamsung interview preparation:Topics to prepare for the interview - OOPS, Algorithms, Operating System, DBMS, Data StructuresTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Focus on graphs, most questions are from this topic
Tip 2 : Prepare well about the projects you mention in your resume
Tip 3 : Do not fill the resume with too many things. Keep it simple

Application resume tips for other job seekers

Tip 1 : Have 2-3 projects on resume. But also be prepared to answer questions related to the projects.
Tip 2 : Do not mention too many things. Keep it short and simple

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 60 minutes
Round difficulty - Easy

This was coding round and was conducted on Cocubes platform. It is not IDE but kind of white board coding platform. C/C++, Java and Python were only allowed languages.

Round 2 - Coding Test 

Round duration - 30 minutes
Round difficulty - Easy

This was pen and paper round. Total 40 shortlisted candidates were grouped into 8 groups (each of 5). Each group was given a coding question which they have to solve on paper and explain it to the recruiter. 2 to 3 from each group were selected for the next round.

Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was general face to face Data Structures and Algorithms based round.

  • Q1. How do you perform a spiral order traversal of a binary tree? Please provide an explanation or code to print the binary tree in spiral order.
  • Ans. 

    Spiral order traversal of a binary tree involves printing nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • For each level, alternate between printing nodes from left to right and right to left.

    • Repeat until all nodes are printed in spiral order.

  • Answered by AI
Round 4 - HR 

Round duration - 45 minutes
Round difficulty - Easy

It was the last round.

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from Veermata Jijabai Technological Institute. I applied for the job as SDE - 1 in UlhasnagarEligibility criteriaCGPA above 7.5 Samsung interview preparation:Topics to prepare for the interview - Only Data Structures and Algorithms.Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Be real during the interview and don’t show off. Also, practice Data Structures and Algorithms based problems as only through practice you will be able to solve questions quickly during the interview. Also prepare for theory subjects like Object-Oriented Programming System, Database Management System, Computer networks, etc.

Application resume tips for other job seekers

Keep your resume simple. Prefer LaTeX. Don't use colourful templates. They are too common and very unprofessional. Keep it black and white and keep your content richer. Keep it of 1 page and 2 pages only if you have achieved a lot. Don’t use fillers. Any unwanted information on the resume leaves a bad impact on the interviewer.

Final outcome of the interviewSelected

Skills evaluated in this interview

Sukhila Power Electronics Interview FAQs

How to prepare for Sukhila Power Electronics 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 Sukhila Power Electronics. The most common topics and skills that interviewers at Sukhila Power Electronics expect are Accounting, Data Entry, Electronics, Excel and ITI.

Tell us how to improve this page.

Interview Questions from Similar Companies

Tata Motors Interview Questions
4.2
 • 1k Interviews
Tata Steel Interview Questions
4.0
 • 870 Interviews
Asian Paints Interview Questions
4.0
 • 658 Interviews
Maruti Suzuki Interview Questions
4.2
 • 602 Interviews
UltraTech Cement Interview Questions
4.2
 • 596 Interviews
Samsung Interview Questions
3.9
 • 552 Interviews
UST Interview Questions
3.8
 • 518 Interviews
Cipla Interview Questions
4.1
 • 495 Interviews
View all

Sukhila Power Electronics Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

4.0

Skill development

3.4

Work-life balance

3.2

Salary

3.1

Job security

3.9

Company culture

3.2

Promotions

3.9

Work satisfaction

Explore 5 Reviews and Ratings
Test Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Electronics Engineer
4 salaries
unlock blur

₹1.5 L/yr - ₹3.4 L/yr

PCB Layout Design Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Embedded Firmware Engineer
4 salaries
unlock blur

₹1.2 L/yr - ₹6.9 L/yr

Hardware Testing Engineer
4 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Sukhila Power Electronics with

Larsen & Toubro Limited

3.9
Compare

Tata Motors

4.2
Compare

Tata Steel

4.0
Compare

Asian Paints

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