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

Filter interviews by

Clear (1)

Indegene Software Engineer Interview Questions and Answers

Updated 22 Aug 2023

Indegene Software Engineer Interview Experiences

5 interviews found

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Topics on python,sql and hands on coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume, project discussion and hands on coding
  • Q2. Fibonacci series, other basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - practice more hands on and you want to good about your project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 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 - Coding Test 

They will prove some static design template image need to conver in responsive HTML5 code they will prove some images related to the template provided

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on responsive design device resolutions size and some js basic questions
  • Q2. Sudo element in css iPad and desktop screen resolution Javascript elements Difference between dot &# class in css How to declare and define class in css
  • Ans. 

    sudo element in CSS allows styling of elements based on their parent element

    • sudo element in CSS is used to select elements based on their parent element

    • It is denoted by the > symbol

    • Example: div > p { color: red; } selects all <p> elements that are direct children of <div> elements

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

(1 Question)

  • Q1. About your qualifications and last company designation role package
Round 5 - Technical 

(2 Questions)

  • Q1. How to add internal and external css in html code Difference between HTML5 & HTML
  • Ans. 

    Internal CSS is added within the <style> tag in the <head> section of HTML, while external CSS is linked using the <link> tag.

    • Internal CSS is added within the <style> tag in the <head> section of HTML

    • External CSS is linked using the <link> tag with the 'rel' attribute set to 'stylesheet' and the 'href' attribute pointing to the CSS file

    • Example: <style> body { background-color: ...

  • Answered by AI
  • Q2. Difference between Css & SAAS
  • Ans. 

    CSS is a styling language used to style web pages, while SASS is a preprocessor scripting language that is interpreted into CSS.

    • CSS is a styling language used to describe the look and formatting of a document written in HTML.

    • SASS is a preprocessor scripting language that is interpreted into CSS.

    • SASS allows for variables, nesting, and mixins to be used in the stylesheet, making it more efficient and maintainable.

    • CSS is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About your salary discussion

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

2 Questions

  • Q1. What do you know about our company?
  • Q2. Are you interested in higher Education?

Interview Questionnaire 

2 Questions

  • Q1. Working technology
  • Q2. Mangement side

Indegene interview questions for designations

 Senior Software Engineer

 (2)

 Software Testing Engineer

 (1)

 Software Developer

 (1)

 Junior Software Developer

 (2)

 Junior Software Engineer Trainee

 (1)

 Test Engineer

 (3)

 Junior Test Engineer

 (2)

 Design Engineer

 (1)

Interview Questionnaire 

2 Questions

  • Q1. This is swap case
  • Q2. Str.swapcase()

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer
Contribute & help others!
anonymous
You can choose to be anonymous

Indegene Interview FAQs

How many rounds are there in Indegene Software Engineer interview?
Indegene interview process usually has 3-4 rounds. The most common rounds in the Indegene interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Indegene 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 Javascript, Healthcare, Front End, HTML and JQuery.
What are the top questions asked in Indegene Software Engineer interview?

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

  1. sudo element in css iPad and desktop screen resolution Javascript elements Di...read more
  2. How to add internal and external css in html code Difference between HTML5 & HT...read more
  3. Difference between Css & S...read more

Recently Viewed

INTERVIEWS

Stellantis

No Interviews

INTERVIEWS

Sharekhan

No Interviews

DESIGNATION

INTERVIEWS

Indegene

No Interviews

SALARIES

Modicare

INTERVIEWS

Stellantis

No Interviews

SALARIES

Iproat Solutions

INTERVIEWS

Stellantis

20 top interview questions

INTERVIEWS

Edelweiss

No Interviews

INTERVIEWS

Modicare

No Interviews

Tell us how to improve this page.

Indegene Software Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Personal Interview1 Round
View more
Indegene Software Engineer Salary
based on 223 salaries
₹3.8 L/yr - ₹15 L/yr
At par with the average Software Engineer Salary in India
View more details

Indegene Software Engineer Reviews and Ratings

based on 33 reviews

3.7/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

3.4

Salary

3.4

Job security

3.6

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 33 Reviews and Ratings
Software Engineer

Bangalore / Bengaluru

2-6 Yrs

₹ 6.5-10.8 LPA

Explore more jobs
Web Developer
469 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Associate
230 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
223 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Project Associate
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Manager
149 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Indegene with

Cognizant

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

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