Upload Button Icon Add office photos

GE

Compare button icon Compare button icon Compare
4.2

based on 1.1k Reviews

Filter interviews by

GE Software Developer Edison Interview Questions and Answers

Updated 10 Jun 2015

GE Software Developer Edison Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Quick coding interview (I think 3rd round was quick code and send solution round), asked to make a 7 segment display which can display any number in any scaling on the console in gcc (horizontal and vertic...
  • Q2. Write dll files, questions on compilers interpreters and debuggers, programs on OOPS concepts, thorough questions on cloud, server technologies, php, html5, jquery etc questions on data structures - btrees...

Interview Preparation Tips

College Name: NA

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

A take-home assignment focused on full-stack development.

Round 2 - Technical 

(2 Questions)

  • Q1. Explaining Javascript based questions.
  • Q2. Explaining React based questions.

Interview Preparation Tips

Topics to prepare for Honeywell Technology Solutions Senior Software Developer interview:
  • React
  • Javascript
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differentiate between RISC and CISC
  • Ans. 

    RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.

    • RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.

    • RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.

    • RISC processors rely on optimizing compilers for performance, while CISC...

  • Answered by AI
  • Q2. Define and differentiate interpreter and compiler
  • Ans. 

    Interpreter translates code line by line while compiler translates entire code at once.

    • Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)

    • Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

Basic leetcode problems

Round 2 - Technical 

(1 Question)

  • Q1. Basic java questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Coding samples and expected output
Round 2 - Technical 

(1 Question)

  • Q1. Virtual functions Polymorphism Runtime polymorphism compile time polymorphism Constructor Destructor Destructor overloading possible why Deep copy vs shallow copy Program for operator overloading Program f...
Round 3 - Behavioral 

(1 Question)

  • Q1. Working of project
Round 4 - HR 

(1 Question)

  • Q1. Discussion about package

Interview Preparation Tips

Interview preparation tips for other job seekers - No kt, no training they will provide, worst organisation ever, worst management, don't explain the task what you have to do , if you have other option please join other company don't join this company very bad
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker Rank code testing. Now it is removed.

Round 2 - Technical 

(1 Question)

  • Q1. C/C++ coding round. Simple questions related to memory segments.
Round 3 - Technical 

(1 Question)

  • Q1. Thread synchronisation, internal architecture of Linux.
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself after 5 years ? What is your future aspirations?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(5 Questions)

  • Q1. What is the lifecycle of React hooks?
  • Ans. 

    React hooks lifecycle includes initialization, rendering, updates, and cleanup.

    • Hooks are called in the order they are defined in the component function.

    • useState and useEffect are commonly used hooks in React.

    • Hooks like useEffect can be used for data fetching, subscriptions, or manually changing the DOM.

    • The cleanup function in useEffect can be used to clean up any resources or subscriptions.

    • Hooks allow for more flexible

  • Answered by AI
  • Q2. What is the process to fetch data from an API?
  • Ans. 

    To fetch data from an API, you need to send a request to the API endpoint and process the response.

    • Send a request to the API endpoint using HTTP methods like GET, POST, PUT, DELETE.

    • Include any required parameters or headers in the request.

    • Receive the response from the API, which usually comes in JSON or XML format.

    • Parse the response data to extract the information you need.

    • Handle any errors or exceptions that may occur

  • Answered by AI
  • Q3. Hooks and custom hooks
  • Q4. Difference between useeffect and usereducer
  • Ans. 

    useEffect is used for side effects in functional components, while useReducer is used for managing state in complex components.

    • useEffect is used for handling side effects in functional components

    • useReducer is used for managing state in complex components

    • useEffect is similar to componentDidMount and componentDidUpdate in class components

    • useReducer is similar to useState but for more complex state management

    • useEffect can...

  • Answered by AI
  • Q5. Html5 and css3 questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on project architecture
  • Q2. Access specifiers

Interview Preparation Tips

Topics to prepare for Collins Aerospace Software Developer interview:
  • Oops concept
Interview preparation tips for other job seekers - Interview process is good and easy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the second highest salary in sql
  • Ans. 

    Use SQL query with ORDER BY and LIMIT to find the second highest salary.

    • Use SELECT statement to retrieve salary column from the table.

    • Use ORDER BY clause to sort the salaries in descending order.

    • Use LIMIT 1,1 to get the second highest salary.

  • Answered by AI
  • Q2. Check duplicate rows using sql, group by, window function.
  • Ans. 

    Use SQL query with GROUP BY and window function to check for duplicate rows.

    • Use GROUP BY to group rows with same values together

    • Use COUNT() function to count the number of occurrences of each group

    • Use window function like ROW_NUMBER() to assign a unique number to each row within a group

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Frequency of character
  • Ans. 

    The question is asking about how often each character appears in a given string.

    • Iterate through the string and count the frequency of each character using a hashmap.

    • Return the hashmap with characters as keys and their frequencies as values.

  • Answered by AI

Skills evaluated in this interview

GE Interview FAQs

What are the top questions asked in GE Software Developer Edison interview?

Some of the top questions asked at the GE Software Developer Edison interview -

  1. Quick coding interview (I think 3rd round was quick code and send solution roun...read more
  2. write dll files, questions on compilers interpreters and debuggers, programs on...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 419 Interviews
Thermax Limited Interview Questions
4.2
 • 234 Interviews
ABB Interview Questions
4.1
 • 224 Interviews
Indian Army Interview Questions
4.7
 • 147 Interviews
BHEL Interview Questions
4.2
 • 103 Interviews
View all
Junior Engineer
255 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Software Engineer
211 salaries
unlock blur

₹8.4 L/yr - ₹27 L/yr

Lead Engineer
189 salaries
unlock blur

₹8.4 L/yr - ₹31 L/yr

Senior Software Engineer
139 salaries
unlock blur

₹10.3 L/yr - ₹35 L/yr

Assistant Engineer
129 salaries
unlock blur

₹3 L/yr - ₹6.4 L/yr

Explore more salaries
Compare GE with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.2
Compare

BHEL

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview