Upload Button Icon Add office photos

Filter interviews by

Clear (1)

GE Vernova Software Engineering Specialist Interview Questions and Answers

Updated 5 Jan 2025

GE Vernova Software Engineering Specialist Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was a campus placement hiring process, so had an aptitude test along with 2 coding questions as first round.

Round 2 - One-on-one 

(1 Question)

  • Q1. Second round was a technical round where the interviewer asked questions on my projects, OOP concepts, ML concepts etc.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round with basic behavioural questions.
Round 4 - HR 

(1 Question)

  • Q1. HR round discussing job location preferences and explaining more about the role

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

(2 Questions)

  • Q1. As it came for on-campus looking for candidate with power systems background. Asked basics of power systems
  • Q2. Basic questions relates to data structures and C++

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience was purely based on on-campus placements in IIT. Since they come for you. It's very moderate interview.

Software Engineering Specialist Interview Questions Asked at Other Companies

asked in LTIMindtree
Q1. Explain Python Data Structures and advantages and some difference ... read more
asked in LTIMindtree
Q2. List - Stores all types of elements Array - Stores one type of el ... read more
asked in LTIMindtree
Q3. What are analytical functions, what is the difference between ran ... read more
asked in LTIMindtree
Q4. What is the word count problem, and how can it be solved using Ja ... read more
asked in BT Group
Q5. Design a system which is flowing lacs of records per day consider ... read more

Interview questions from similar companies

I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern where the dependencies of an object are provided externally.

    • Dependencies are objects that a class needs to function properly

    • Dependency injection allows for loose coupling between objects

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection

    • Example: Instead of creating a new instance of a dependency within a class, the depe...

  • Answered by AI
  • Q2. What is steam api?
  • Ans. 

    Steam API is a set of tools and resources for game developers to integrate Steam features into their games.

    • Steam API provides access to features such as matchmaking, achievements, and user profiles.

    • Developers can use Steamworks SDK to integrate Steam features into their games.

    • Steam API also allows for in-game purchases and microtransactions.

    • Examples of games that use Steam API include Counter-Strike: Global Offensive a

  • Answered by AI
  • Q3. Thread life cycle, deamon thread, deadlock
  • Q4. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Hashing function is used to convert the key into an index of an array where the value is stored.

    • Collisions occur when two keys have the same hash value, which is resolved using separate chaining or open addressing.

    • HashMap uses an array of linked lists to handle collisions.

    • The load factor determines when the HashMap shoul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge on core Java, Java 8, Spring annotations and basic SpringBoot and microservices knowledge

Skills evaluated in this interview

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
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude test they asked all basic questions.

Round 2 - Coding Test 

Easy coding and technical round. C# questions.

Interview Questionnaire 

3 Questions

  • Q1. .net core basics.
  • Q2. Authentication in .net core
  • Ans. 

    Authentication in .NET Core

    • ASP.NET Core Identity provides authentication and authorization functionality

    • Authentication middleware can be added to the pipeline using AddAuthentication() method

    • Authentication schemes can be configured using AddScheme() method

    • Authentication can be done using various providers like JWT, OAuth, etc.

  • Answered by AI
  • Q3. Angular basic interview questions .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic C++, Multithreaded questions, architecture and design patterns question. MVC is must for UI related positions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest. Enjoy the conversation then everything will fall into place. When you are free from pressure of cracking the interview, there is a 95% probability that you will crack it.

Interview Questionnaire 

1 Question

  • Q1. Oops, solid design, Singleton

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on above said topics
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

Contribute & help others!
anonymous
You can choose to be anonymous

GE Vernova Interview FAQs

How many rounds are there in GE Vernova Software Engineering Specialist interview?
GE Vernova interview process usually has 3 rounds. The most common rounds in the GE Vernova interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for GE Vernova Software Engineering Specialist 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 Agile, Application Software, Computer science, Continuous Integration and Data Structures.
What are the top questions asked in GE Vernova Software Engineering Specialist interview?

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

  1. Second round was a technical round where the interviewer asked questions on my ...read more
  2. As it came for on-campus looking for candidate with power systems background. A...read more
  3. Managerial round with basic behavioural questio...read more

Recently Viewed

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Kantar Analytics Practice

No Interviews

INTERVIEWS

UnitedHealth

No Interviews

INTERVIEWS

Bizacuity Solutions

No Interviews

INTERVIEWS

TVS Motor

No Interviews

INTERVIEWS

Skolar

No Interviews

INTERVIEWS

Delta Electronics

No Interviews

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

Cohesity

No Interviews

INTERVIEWS

Corona Remedies

No Interviews

Tell us how to improve this page.

GE Vernova Software Engineering Specialist Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 432 Interviews
Thermax Limited Interview Questions
4.1
 • 249 Interviews
ABB Interview Questions
4.1
 • 232 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
Adani Group Interview Questions
3.9
 • 186 Interviews
Tata Power Interview Questions
3.9
 • 162 Interviews
NTPC Interview Questions
4.2
 • 159 Interviews
Suzlon Group Interview Questions
4.1
 • 129 Interviews
View all
GE Vernova Software Engineering Specialist Salary
based on 61 salaries
₹8 L/yr - ₹17.5 L/yr
26% less than the average Software Engineering Specialist Salary in India
View more details

GE Vernova Software Engineering Specialist Reviews and Ratings

based on 12 reviews

3.1/5

Rating in categories

2.8

Skill development

3.8

Work-life balance

2.9

Salary

4.0

Job security

3.6

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 12 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent