Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Indegene Team. If you also belong to the team, you can get access from here

Indegene Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 1.1k Reviews

Filter interviews by

Indegene Senior Software Engineer Interview Questions and Answers

Updated 12 Jul 2024

Indegene Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

First round was on Hacker Earth

Round 2 - Technical 

(1 Question)

  • Q1. Technical round was on Spring Data Jpa, Pagination, SOLID principles

Interview Preparation Tips

Interview preparation tips for other job seekers - I had given the interview for Senior Software Engineer at Indegene on May 2024. I cleared the round as well. Mr. Pradeep Kumar was the POC for my recruitment. He confirmed that he's going to schedule the HR the next day after clearing the technical round. Upon calling him the very next day he started ghosting me, ignoring my phone calls, messages and emails. After one month he called me and said "sorry at that time the project went on hold, so we have other new opening are you interested to join". I said yes and had salary discussion as well. He said that I'll be getting the offer letter the very next day. So, I contacted him again the next day, he started ghosting again then on WhatsApp he told that my offer letter is on the final stage of approval and I'll get it by tomorrow. Next day I didn't received anything I tried calling he started ghosting again. So please be aware of this type of company. Its a total waste of time. The management is totally un-professional.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good to know the topics.

Round 2 - Coding Test 

Might be good for my skills

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about ur self?
  • Q2. Y u choose this cmpy?
  • Q3. I am not attending ur company interview then y I should share

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything is good for the job.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Senior Software Engineer Jobs at Indegene

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 simple coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Merge sort with list
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into smaller subarrays, sorts them, and then merges them back together.

    • Divide the input list into two halves

    • Recursively apply merge sort to each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Similar to coin exchange DP
  • Q3. SQL query medium level

Interview Preparation Tips

Topics to prepare for Nielsen Senior Software Engineer interview:
  • DSA
  • Design Patterns
Interview preparation tips for other job seekers - I would suggest not to take interview or join this company . They already have some people who they want to take and they just take some rounds of you and even if it goes extremely good they wont contact you back . Work here is also not good they tell as developer and will make you do devops writing yml files . This is what I heard from people inside . Even if you get this offer don't consider as first choice . This is my advice to people who are looking to apply here

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Typical questions about your experience, technical background and working knowledge relevant to their technical stack.
  • Q2. Tell me about your experience in network security.
  • Q3. Tell me about your experience in Java and Springboot.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was no formal technical assesment but the technical architect will ask about experience, logic based and system based questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in developing web applications using Java, JavaScript, and SQL.

    • 5 years of experience in software development

    • Proficient in Java, JavaScript, and SQL

    • Developed web applications for various clients

    • Strong problem-solving skills

    • Excellent team player

  • Answered by AI
  • Q2. What is your roles and responsibilities
  • Ans. 

    As a Software Developer, my roles and responsibilities include designing, developing, testing, and maintaining software applications.

    • Designing and developing software applications based on client requirements

    • Testing and debugging code to ensure functionality and performance

    • Collaborating with team members to brainstorm and implement new features

    • Maintaining and updating existing software applications

    • Staying up-to-date wi

  • Answered by AI
  • Q3. Explain about bug lifecycle
  • Ans. 

    Bug lifecycle involves identification, reporting, fixing, retesting, and closing of software bugs.

    • Identification: Bug is identified by testers or users through testing or real-world usage.

    • Reporting: Bug is reported to developers with detailed information like steps to reproduce.

    • Fixing: Developers analyze and fix the bug in the code.

    • Retesting: Testers verify the fix to ensure the bug is resolved.

    • Closing: Bug is closed o

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Case study with the topic provided
  • Q2. Questions on the resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Can you provide a detailed explanation of object-oriented programming concepts?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Newspaper Ad and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good and easy

Round 2 - Coding Test 

Questions were medium

Round 3 - HR 

(2 Questions)

  • Q1. Why u choose this company?
  • Q2. Brief introduction
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What fifo? diff btwn fifo and lifo
  • Ans. 

    FIFO stands for First In, First Out. LIFO stands for Last In, First Out.

    • FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.

    • LIFO is a method where the last element added is the first to be removed.

    • FIFO is like a queue, while LIFO is like a stack.

    • Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Uikit explaination
  • Q2. Model classes with uikit
  • Ans. 

    Model classes in UIKit are used to represent data in an application's user interface.

    • Model classes in UIKit typically subclass NSObject and are used to store and manage data for views.

    • They can include properties to represent different data fields, methods to manipulate the data, and sometimes protocols for delegation.

    • For example, a model class for a user profile in a social media app might have properties like username...

  • Answered by AI
Round 2 - Coding Test 

Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Js questions and 2 coding questions
  • Q2. Questions on angular, html and css

Indegene Interview FAQs

How many rounds are there in Indegene Senior Software Engineer interview?
Indegene interview process usually has 2-3 rounds. The most common rounds in the Indegene interview process are Coding Test, Technical and Aptitude Test.
How to prepare for Indegene Senior 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 Indegene. The most common topics and skills that interviewers at Indegene expect are Healthcare, Javascript, HTML, JQuery and Agile.
What are the top questions asked in Indegene Senior Software Engineer interview?

Some of the top questions asked at the Indegene Senior Software Engineer interview -

  1. I am not attending ur company interview then y I should sh...read more
  2. Technical round was on Spring Data Jpa, Pagination, SOLID princip...read more

Tell us how to improve this page.

Indegene Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

2.3
  
Poor
View more
Indegene Senior Software Engineer Salary
based on 127 salaries
₹8.6 L/yr - ₹26.1 L/yr
21% more than the average Senior Software Engineer Salary in India
View more details

Indegene Senior Software Engineer Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.7

Salary

3.9

Job security

4.1

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

3-8 Yrs

₹ 12-19.37 LPA

Senior Software Engineer

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Web Developer
460 salaries
unlock blur

₹2.7 L/yr - ₹10 L/yr

Project Associate
226 salaries
unlock blur

₹5.1 L/yr - ₹10.6 L/yr

Software Engineer
221 salaries
unlock blur

₹4.2 L/yr - ₹14.8 L/yr

Senior Project Associate
161 salaries
unlock blur

₹7 L/yr - ₹16.3 L/yr

Associate Manager
155 salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Explore more salaries
Compare Indegene with

Cognizant

3.8
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

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