Upload Button Icon Add office photos

Filter interviews by

CG Power and Industrial Solutions Software Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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 Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

I applied via Recruitment Consulltant and was interviewed in May 2022. 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 

(3 Questions)

  • Q1. Details of OoPs concept.
  • Q2. Write a program using OoPs concept
  • Ans. 

    Program using OOPs concept

    • Identify the objects and their properties

    • Create classes and define their methods

    • Use inheritance and polymorphism

    • Encapsulate data and use access modifiers

    • Example: A program to simulate a bank account

  • Answered by AI
  • Q3. How do code review in your project
  • Ans. 

    Code reviews are conducted regularly to ensure code quality and adherence to coding standards.

    • Code reviews are conducted by peers or senior developers.

    • Reviewers check for code quality, readability, maintainability, and adherence to coding standards.

    • Issues found during code review are documented and addressed by the developer.

    • Code reviews are conducted regularly, either before merging code or on a scheduled basis.

    • Tools ...

  • Answered by AI
Round 3 - Coding Test 

One programming challange just to see how good you use OOPs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding practice using oops so that you can beat coding round.not focused on logic more but the way u use oops

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Nov 2022. 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 

(3 Questions)

  • Q1. Introduction about your work and Tech work
  • Ans. 

    I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.

    • Proficient in Java and JavaScript

    • Experience in developing web applications

    • Strong understanding of software development principles

    • Familiarity with agile methodologies

    • Knowledge of database management systems

    • Experience with version control systems like Git

    • Ability to work in a team and comm

  • Answered by AI
  • Q2. All Details of OOPs concepts
  • Q3. Write a code by using OOPs technology result doesn't matter approach will be considered
Round 3 - Coding Test 

Coding Round two questions with OOPs concepts

Interview Preparation Tips

Topics to prepare for Emerson Electric Co. Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident
Be Genuine
Write code by separating UI with Logic using OOPs
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
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

CG Power and Industrial Solutions Interview FAQs

How to prepare for CG Power and Industrial Solutions Software Developer 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 CG Power and Industrial Solutions. The most common topics and skills that interviewers at CG Power and Industrial Solutions expect are Computer Networking, Cyber Security, Database Administration, Digital Marketing and HTML.

Tell us how to improve this page.

CG Power and Industrial Solutions Software Developer Salary
based on 10 salaries
₹4.5 L/yr - ₹8.8 L/yr
7% more than the average Software Developer Salary in India
View more details

CG Power and Industrial Solutions Software Developer Reviews and Ratings

based on 1 review

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 1 Review and Rating
Deputy Manager
208 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
183 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Manager
183 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Territory Sales Manager
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CG Power and Industrial Solutions with

Siemens

4.1
Compare

ABB

4.1
Compare

BHEL

4.1
Compare

Thermax Limited

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