Upload Button Icon Add office photos

Filter interviews by

Genus Power Infrastructures Embedded Software Engineer Interview Questions and Answers for Experienced

Updated 18 Aug 2023

Genus Power Infrastructures Embedded Software Engineer Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

C programming is major required skill

Round 3 - One-on-one 

(3 Questions)

  • Q1. Basic electronic question
  • Q2. Different types of diode
  • Ans. 

    Diodes are electronic components that allow current to flow in one direction only. Common types include PN junction, Schottky, Zener, and light-emitting diodes (LEDs).

    • PN junction diode: Basic diode that allows current to flow in one direction.

    • Schottky diode: Faster switching diode with lower voltage drop.

    • Zener diode: Used for voltage regulation and protection against voltage spikes.

    • Light-emitting diode (LED): Emits lig...

  • Answered by AI
  • Q3. Rectifiers and its types
  • Ans. 

    Rectifiers are electronic devices that convert alternating current (AC) to direct current (DC). Types include half-wave, full-wave, and bridge rectifiers.

    • Rectifiers are used to convert AC to DC by allowing current to flow in only one direction.

    • Half-wave rectifiers only allow one half of the AC waveform to pass through, resulting in pulsating DC.

    • Full-wave rectifiers allow both halves of the AC waveform to pass through, ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

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

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They asked to find the elements which are present more than once. I solved it using map in c++

Round 2 - Technical 

(3 Questions)

  • Q1. Explain about your favorite algorithm
  • Ans. 

    My favorite algorithm is Dijkstra's algorithm for finding the shortest path in a graph.

    • Dijkstra's algorithm is a greedy algorithm that finds the shortest path between nodes in a graph.

    • It works by maintaining a priority queue of nodes to visit next, updating the shortest distance to each node as it explores the graph.

    • The algorithm is commonly used in routing and network optimization.

    • Example: Finding the shortest route b

  • Answered by AI
  • Q2. Tell about different types of deadlocks
  • Ans. 

    Deadlocks occur when two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Resource deadlocks: Processes hold resources and wait for others to release resources. Example: Process A holds resource X and waits for resource Y, while Process B holds resource Y and waits for resource X.

    • Communication deadlocks: Processes wait for messages from each other indefinitely. Example...

  • Answered by AI
  • Q3. Tell about you project.
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Implemented user authentication using JWT tokens

    • Integrated Stripe API for payment processing

    • Designed responsive UI using React and Bootstrap

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

I was interviewed in Jun 2024.

Round 1 - Aptitude Test 

Electrical engineering

Round 2 - Assignment 

Power system machine power electronics

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. 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 - Coding Test 

There were Aptitude Questions and 2 Easy Level Coding Questions.

Round 3 - Technical 

(1 Question)

  • Q1. They will ask us our favorite subject and questions will be based on that: Mine was Data Science. 1.They asked me about my paper Publication 2.Code for quick sort(Any language) 3.What is Hypothesis Testing...
Round 4 - Technical 

(1 Question)

  • Q1. 1.What is paging? 2.Time Series Analysis 3.What is Gradient Descent? Etc..
  • Ans. 

    1. Paging is a memory management technique used by operating systems to manage memory allocation for processes.

    • Paging divides memory into fixed-size pages and allocates them to processes as needed.

    • It allows for efficient use of memory and prevents fragmentation.

    • Page tables are used to keep track of which pages are allocated to which processes.

    • When a process needs to access a page that is not currently in memory, a page...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Havells Software Engineer interview:
  • Computer Networking
  • Operating Systems
  • Data Structures
Interview preparation tips for other job seekers - Be Prepared with good Self Introduction. Revise Sorting Algorithms and subject concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explained about micro front end in react js
Round 2 - Behavioral 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Can i Work from office for 15 days each month?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prevent the duplicate accounts

Interview Preparation Tips

Interview preparation tips for other job seekers - I am attending the interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30min and ask one coding question

Round 2 - Coding Test 

30min and ask 2 coding question

Genus Power Infrastructures Interview FAQs

How many rounds are there in Genus Power Infrastructures Embedded Software Engineer interview for experienced candidates?
Genus Power Infrastructures interview process for experienced candidates usually has 4 rounds. The most common rounds in the Genus Power Infrastructures interview process for experienced candidates are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Genus Power Infrastructures Embedded Software Engineer interview for experienced candidates?
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 Genus Power Infrastructures. The most common topics and skills that interviewers at Genus Power Infrastructures expect are Firmware Development, 32 Bit Microcontrollers, Bluetooth, Communication Protocols and Debugging.
What are the top questions asked in Genus Power Infrastructures Embedded Software Engineer interview for experienced candidates?

Some of the top questions asked at the Genus Power Infrastructures Embedded Software Engineer interview for experienced candidates -

  1. Different types of di...read more
  2. Rectifiers and its ty...read more
  3. Basic electronic quest...read more

Tell us how to improve this page.

Genus Power Infrastructures Embedded Software Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Samsung Interview Questions
3.9
 • 545 Interviews
Siemens Interview Questions
4.1
 • 418 Interviews
KEC International Interview Questions
4.0
 • 299 Interviews
HARMAN Interview Questions
3.7
 • 260 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
OPPO Interview Questions
4.0
 • 209 Interviews
LG Electronics Interview Questions
4.0
 • 197 Interviews
Blue Star Interview Questions
4.1
 • 158 Interviews
View all
Genus Power Infrastructures Embedded Software Engineer Salary
based on 10 salaries
₹5 L/yr - ₹9 L/yr
12% more than the average Embedded Software Engineer Salary in India
View more details

Genus Power Infrastructures Embedded Software Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.9

Skill development

3.0

Work-life balance

1.1

Salary

4.9

Job security

3.0

Company culture

2.1

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Engineer
140 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Engineer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Genus Power Infrastructures with

ABB

4.1
Compare

Siemens

4.1
Compare

BHEL

4.1
Compare

Schneider Electric Infrastructure

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