Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Illumina Senior Software Developer Interview Questions and Answers

Updated 15 Jan 2025

Illumina Senior Software Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Angular and nodejs question given in paper to right up

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical question asked on Angular, node js and SQL.
Round 3 - HR 

(1 Question)

  • Q1. Not attended as not qualified tecnical

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Subject wise questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR negotiations are to be done with a confidence.

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on OOPs concepts
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process used by software developers to design, develop, test, and deploy software applications.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the project.

    • Examples of SDLC models include Waterfall, Agile, Scrum, and DevOps.

    • SDLC...

  • Answered by AI
Round 2 - Coding Test 

Two coding questions. One using quick sort. The other one was for prime numbers

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How to reverse two numbers without using temp variable
  • Ans. 

    To reverse two numbers without using a temp variable, use bitwise XOR operation.

    • Use bitwise XOR operation to swap two numbers without using a temp variable.

    • Example: a = 5, b = 7. a = a XOR b, b = a XOR b, a = a XOR b. After this, a = 7, b = 5.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join Thermo Fisher
  • Ans. 

    I want to join Thermo Fisher because of their reputation for innovation and impact in the scientific community.

    • Thermo Fisher is a leader in the scientific research and healthcare industry

    • I am impressed by their commitment to innovation and cutting-edge technology

    • I believe working at Thermo Fisher will provide me with opportunities for professional growth and development

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C++ related basic questions
Round 2 - Behavioral 

(1 Question)

  • Q1. C++ and project related advanced questions
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't pretend like you know everything. Just tell your skills and work experience truely.
Round 1 - Technical 

(1 Question)

  • Q1. Practice writing delegates,events,static,private constructors practice questions on array like find duplicates in array, polymorphism,abstraction,encapsulation,singleton,factory pattern code
Round 2 - Technical 

(2 Questions)

  • Q1. Write a code similar to hackerrank test
  • Ans. 

    Code similar to HackerRank test

    • Create an array of strings for test cases

    • Write code to evaluate each test case

    • Compare output with expected output

    • Return results

  • Answered by AI
  • Q2. Array data structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial questions
  • Q2. Same managerial round scrum,agile what it is

Interview Preparation Tips

Interview preparation tips for other job seekers - learn to write code instead of just words

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 5 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 - One-on-one 

(2 Questions)

  • Q1. 1. OOPS questions 2. SOLID and Design Pattern questions 3. Project explanation 4. Basic Pattern coding 5. Test question, UTest, ITest
  • Q2. Resume discussion and question from resume skill set.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Design qestion. 2. Design pattern uses per use case.
  • Ans. 

    Design patterns are used to solve common software design problems. Each use case requires a specific pattern.

    • Design patterns are reusable solutions to common software design problems.

    • Each use case requires a specific pattern to be used.

    • Examples of design patterns include Singleton, Factory, and Observer.

    • The choice of pattern depends on the problem being solved and the requirements of the system.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round 1. Reason to switch. 2. Immediate joining 3. Conflict management with manager
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and joining date.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPS, Design pattern and language specific question to sail through.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Nov 2021. 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 - Coding Test 

Basic problem solving easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions based on loops, arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Coding a sorting algorithm
  • Ans. 

    Sorting algorithm arranges elements in a specific order.

    • Choose an appropriate sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and selection sort.

    • Implement the chosen algorithm in the programming language of choice.

    • Test the algorithm with various input sizes and types to ensure correctness and efficiency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with what is in resume, decent problem solving skills + some basic design patterns will help you clear the interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 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 

(1 Question)

  • Q1. Oops,project related,basic program
Round 3 - Technical 

(1 Question)

  • Q1. Oops,multithreading,threads, tasks, project related,basic program
Round 4 - HR 

(1 Question)

  • Q1. Package details , relocation, benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to gain insight on what project you are going to work on
Contribute & help others!
anonymous
You can choose to be anonymous

Illumina Interview FAQs

How many rounds are there in Illumina Senior Software Developer interview?
Illumina interview process usually has 3 rounds. The most common rounds in the Illumina interview process are Coding Test, One-on-one Round and HR.
What are the top questions asked in Illumina Senior Software Developer interview?

Some of the top questions asked at the Illumina Senior Software Developer interview -

  1. Technical question asked on Angular, node js and S...read more
  2. Not attended as not qualified tecni...read more

Recently Viewed

INTERVIEWS

Illumina

No Interviews

SALARIES

Thermo Fisher Scientific

COMPANY BENEFITS

Barclays Investment Bank

No Benefits

REVIEWS

Bharti AXA Life Insurance

No Reviews

REVIEWS

Bharti AXA Life Insurance

No Reviews

REVIEWS

Barclays Investment Bank

No Reviews

INTERVIEWS

QIAGEN

No Interviews

REVIEWS

Bharti AXA Life Insurance

No Reviews

SALARIES

Thermo Fisher Scientific

No Salaries

JOBS

Bharti AXA Life Insurance

No Jobs

Tell us how to improve this page.

Illumina Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Abbott Interview Questions
4.1
 • 146 Interviews
Wayfair Interview Questions
3.7
 • 56 Interviews
Keyence Interview Questions
4.1
 • 25 Interviews
InsanelyGood Interview Questions
4.1
 • 19 Interviews
Vegrow Interview Questions
4.1
 • 17 Interviews
View all
Devops Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business System Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Devops Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Illumina with

Thermo Fisher Scientific

3.9
Compare

Agilent Technologies

4.1
Compare

PerkinElmer

4.2
Compare

QIAGEN

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