Upload Button Icon Add office photos

Filter interviews by

Clear (1)

GE Vernova Software Engineer Interview Questions and Answers

Updated 4 Sep 2021

GE Vernova Software Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Coding question on max sum of subsequence ?
  • Q2. 2. Coding in question of finding number with most frequency when input array size is ~ 1M.
  • Ans. 

    Finding number with most frequency in 1M size array of strings.

    • Use a hash table to store the frequency of each number.

    • Iterate through the array and update the frequency in the hash table.

    • Find the number with the highest frequency in the hash table.

  • Answered by AI
  • Q3. 3. Find lenght of linked list in single iteration.
  • Ans. 

    To find length of linked list in single iteration, use two pointers and traverse the list until the end.

    • Use two pointers, one moving one node at a time and the other moving two nodes at a time.

    • Traverse the list until the end is reached.

    • The number of iterations taken by the faster pointer to reach the end is the length of the linked list.

  • Answered by AI
  • Q4. In dept of Cassandra, Applciation performance improvement, troubleshooting.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 4 round; results would be announced only after 4 rounds. Improve you core strenght by practicing more problem sloving questions.

Skills evaluated in this interview

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 Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. For mulesoft developer role they asked each and every topic of mule
  • Q2. Raml, design patterns,datawave,munit,policies,senarios based questions,existing project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared with each and every topic of mulesoft
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting methodologies
  • Q2. Questions based on previous company projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. As python developer, basic questions asked and all concepts are to be explained to interviewwr with example
Round 3 - Technical 

(1 Question)

  • Q1. Sql and python interview questions to solve in code editor.
Round 4 - Technical 

(1 Question)

  • Q1. Related projects and my role into it
Round 5 - HR 

(1 Question)

  • Q1. HR explained about company policies and salary negotiation and notice period related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics of python and SQL and coding questions on python and SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices vs monolithic
  • Ans. 

    Microservices are modular and scalable, while monolithic is simpler but less flexible.

    • Microservices allow for independent deployment and scaling of individual components

    • Monolithic architecture is easier to develop and test, but can become unwieldy as the application grows

    • Microservices can be more fault-tolerant and resilient to failures

    • Monolithic architecture can be more efficient for small applications with limited fu...

  • Answered by AI
  • Q2. Difference between microservices and monolithic
  • Ans. 

    Microservices are small, independent services that communicate with each other, while monolithic is a single, self-contained application.

    • Microservices are loosely coupled and can be developed and deployed independently.

    • Monolithic applications are tightly coupled and require a full deployment for any changes.

    • Microservices allow for better scalability and fault tolerance.

    • Monolithic applications can be simpler to develop ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Zero one knapsack problem
  • Ans. 

    Zero one knapsack problem is a classic optimization problem in computer science.

    • It involves selecting a subset of items with maximum value, subject to a weight constraint.

    • It is a NP-hard problem and can be solved using dynamic programming.

    • Examples include packing a backpack with limited weight capacity or selecting stocks for a portfolio with limited investment budget.

  • Answered by AI
  • Q2. 3 sum problem from leetcode
Round 4 - Technical 

(1 Question)

  • Q1. Indexing a dictionary for faster search
  • Ans. 

    Indexing a dictionary for faster search

    • Use hash tables for constant time lookup

    • Consider using a trie for prefix search

    • Sort the keys for binary search

    • Use a balanced tree for range queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode medium and system design problems

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. WPF related question, Oops basics and C#.
  • Q2. SQL Server and PL/SQL questions
Round 2 - Technical 

(1 Question)

  • Q1. Round interview promoted to 2 round but didn't get call

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interviewer promoted to 2nd round but didn't get call from HR for round 2

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C# Selenium Automation
Round 2 - Technical 

(1 Question)

  • Q1. BDD Specflow Framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Project Details/ Framework overview
Round 4 - HR 

(1 Question)

  • Q1. About your family/Job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Technical part very well and attend interview very confidentaly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept and programing
Round 2 - Technical 

(1 Question)

  • Q1. Problem solving and core concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. More on designs related
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?
Contribute & help others!
anonymous
You can choose to be anonymous

GE Vernova Interview FAQs

How to prepare for GE Vernova Software Engineer 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 GE Vernova. The most common topics and skills that interviewers at GE Vernova expect are SDLC, Agile Coaching, Data Structures and Algorithms, Computer Science and Javascript.
What are the top questions asked in GE Vernova Software Engineer interview?

Some of the top questions asked at the GE Vernova Software Engineer interview -

  1. 2. Coding in question of finding number with most frequency when input array si...read more
  2. 3. Find lenght of linked list in single iteratio...read more
  3. In dept of Cassandra, Applciation performance improvement, troubleshootin...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Adani Power

No Interviews

SALARIES

NTPC

INTERVIEWS

GE Vernova

No Interviews

INTERVIEWS

Adani Power

No Interviews

SALARIES

NTPC

INTERVIEWS

Wind World

No Interviews

INTERVIEWS

Wind World

No Interviews

INTERVIEWS

GE Vernova

No Interviews

Tell us how to improve this page.

GE Vernova Software Engineer Salary
based on 110 salaries
₹9 L/yr - ₹22 L/yr
101% more than the average Software Engineer Salary in India
View more details

GE Vernova Software Engineer Reviews and Ratings

based on 21 reviews

3.8/5

Rating in categories

3.1

Skill development

3.8

Work-life balance

2.9

Salary

3.4

Job security

3.2

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 21 Reviews and Ratings
Lead Engineer
233 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
170 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
110 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare GE Vernova with

Siemens

4.1
Compare

BHEL

4.1
Compare

Thermax Limited

4.1
Compare

Tata Power

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