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 Web Developer Interview Questions, Process, and Tips

Updated 16 Sep 2024

Top Indegene Web Developer Interview Questions and Answers

Indegene Web Developer Interview Experiences

9 interviews found

Web Developer Interview Questions & Answers

user image sreevalli k

posted on 12 Dec 2022

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Assignment 

I have done my assignment home page one day

Round 3 - Technical 

(2 Questions)

  • Q1. I am prepared for some important topics but they are asked some other in-depth questions.
  • Q2. What is WebKit transition
  • Ans. 

    WebKit transition is a CSS property that allows smooth animation between CSS property changes.

    • WebKit transition is a CSS property that allows smooth animation between CSS property changes.

    • It is used to create animations and transitions on web pages.

    • It can be applied to various CSS properties such as color, size, position, and more.

    • It is supported by most modern web browsers including Chrome, Safari, Firefox, and Opera.

    • ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. I'm not selected for this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Some are good technically, and some are good practicall. knowledge is up-to-date when they do their jobs.

Skills evaluated in this interview

Web Developer Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked about html,css, js

Round 2 - One-on-one 

(2 Questions)

  • Q1. Html tags and comments
  • Q2. Js == and === , var, const and let

Web Developer Interview Questions Asked at Other Companies

Q1. Last Index of Element The task is to determine the index of the l ... read more
Q2. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
Q4. Intersection of Linked List Problem You are provided with two sin ... read more
Q5. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of HTML, CSS, and JavaScript. Goof if you know Salesforce.
  • Q2. Explain Box Model
  • Ans. 

    Box Model is a concept in CSS where every element on a webpage is treated as a rectangular box with content, padding, border, and margin.

    • Every element on a webpage is considered a rectangular box

    • The box model consists of content, padding, border, and margin

    • Content is the actual content of the element

    • Padding is the space between the content and the border

    • Border is the line that goes around the padding and content

    • Margin ...

  • Answered by AI
  • Q3. Flexbox, Grid in CSS

Skills evaluated in this interview

Web Developer Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2022

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 give a layout of a webpage, based on that layout we need to write code for webpage from scratch with out using a framework like bootstrap or any other.

Round 3 - Technical 

(1 Question)

  • Q1. Testing technical skills
Round 4 - Behavioral 

(1 Question)

  • Q1. He will ask about workflow and management
Round 5 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be prepared for your self

Indegene interview questions for designations

 Senior Web Developer

 (2)

 Junior Web Developer

 (1)

 Developer

 (1)

 Software Developer

 (1)

 Database Developer

 (1)

 Java Developer

 (1)

 Salesforce Developer

 (1)

 Drupal Developer

 (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2024

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

I was interviewed before Feb 2023.

Round 1 - Coding Test 

Image with some instructions, we can do coding

Round 2 - Technical 

(1 Question)

  • Q1. Asked some questions in HTML, CSS, Javascript
Round 3 - HR 

(1 Question)

  • Q1. Discussion with package
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions asked about the htm, css, js drupal

Web Developer Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2023

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

I applied via Campus Placement and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Topics on Html5, CSS3, photoshop, Drupal, Java script.

Round 3 - Technical 

(6 Questions)

  • Q1. Explain how Cache works in Drupal
  • Ans. 

    Drupal Cache stores data in memory or disk to improve website performance.

    • Drupal Cache stores frequently used data in memory or disk to reduce database queries.

    • Cache can be configured to store data for a specific time or until it is manually cleared.

    • Drupal has several cache types like page cache, block cache, and dynamic page cache.

    • Cache can be cleared manually or automatically when content is updated.

    • Cache can be disa

  • Answered by AI
  • Q2. 1. Page Caching 2. Block Caching 3. Minimum Cache lifetime 4. Expiration page Caching
  • Q3. What are the 5 conceptual layers in Drupal
  • Ans. 

    Drupal has 5 conceptual layers: Presentation, Data, Module, Node, and Field.

    • Presentation layer handles the look and feel of the site

    • Data layer manages the storage and retrieval of data

    • Module layer provides additional functionality through modules

    • Node layer handles content types and their display

    • Field layer manages the fields that make up content types

  • Answered by AI
  • Q4. 1. Data 2. Modules 3. Blocks and Menus 4. User permission 5. Themes and application
  • Q5. What are Tags in HTML
  • Ans. 

    Tags in HTML are used to define the structure and content of a webpage.

    • Tags are enclosed in angle brackets, like <tag>.

    • They are used to define elements such as headings, paragraphs, images, links, etc.

    • Tags can have attributes that provide additional information about the element.

  • Answered by AI
  • Q6. Opening tags, Content tags, Ending tags.
Round 4 - HR 

(1 Question)

  • Q1. 1. Self Introduction 2. Projects recently worked 3. About Projects 4. Experience in Company

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare on Web development topics like html, css, java script,

Skills evaluated in this interview

Web Developer Interview Questions & Answers

user image Anonymous

posted on 31 Jan 2022

I applied via Referral and was interviewed in Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Html and css, javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - review Subject before attending interview it will give confidence

Web Developer Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2021

Interview Questionnaire 

1 Question

  • Q1. Html css jQuery related questions

Interview questions from similar companies

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about event loop in javascript and asynchronous programming?
  • Ans. 

    Event loop in JS manages the execution of code and handles asynchronous tasks.

    • JS is single-threaded, so event loop helps manage tasks without blocking the main thread.

    • Asynchronous programming allows non-blocking execution of code.

    • Callbacks, Promises, and Async/Await are common ways to handle asynchronous tasks.

    • Example: setTimeout() function uses event loop to execute code after a specified delay.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - strong javascript knowledge

Skills evaluated in this interview

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

Indegene Interview FAQs

How many rounds are there in Indegene Web Developer interview?
Indegene interview process usually has 2-3 rounds. The most common rounds in the Indegene interview process are Technical, HR and Resume Shortlist.
How to prepare for Indegene Web Developer 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, CSS, HTML, JQuery and CSS3.
What are the top questions asked in Indegene Web Developer interview?

Some of the top questions asked at the Indegene Web Developer interview -

  1. What are the 5 conceptual layers in Dru...read more
  2. Explain how Cache works in Dru...read more
  3. What are Tags in H...read more
How long is the Indegene Web Developer interview process?

The duration of Indegene Web Developer interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Gibraltar Technologies

No Interviews

INTERVIEWS

VaidyaRx

No Interviews

INTERVIEWS

ZoomRx

No Interviews

INTERVIEWS

DH Healthcare Software Services India Private Limited (Dedalus)

No Interviews

INTERVIEWS

Ganit Inc

No Interviews

INTERVIEWS

Pisolv Tech

No Interviews

INTERVIEWS

Pando

No Interviews

Tell us how to improve this page.

Indegene Web Developer Interview Process

based on 6 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Technical Round
View more
Indegene Web Developer Salary
based on 469 salaries
₹2.7 L/yr - ₹10.5 L/yr
40% more than the average Web Developer Salary in India
View more details

Indegene Web Developer Reviews and Ratings

based on 49 reviews

3.3/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.0

Salary

3.0

Job security

3.2

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 49 Reviews and Ratings
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent