Upload Button Icon Add office photos
Engaged Employer

i

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

WellDoc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WellDoc Software Engineer Interview Questions and Answers

Updated 18 Jan 2025

WellDoc Software Engineer Interview Experiences

4 interviews found

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Asked mainly react concepts
  • Q2. Usestate , useref, usememo, virtual dom
  • Q3. Asked me to do the todoapp
Round 2 - Technical 

(1 Question)

  • Q1. Real time implimetation questions

Interview Preparation Tips

Topics to prepare for WellDoc Software Engineer interview:
  • React js
  • Virtual DOM
  • Optimization
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the Virtual DOM?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in memory, used for efficient updates in web development.

    • Virtual DOM is a concept in React where a lightweight copy of the actual DOM is kept in memory.

    • Changes are first made to the Virtual DOM, then compared with the actual DOM to minimize updates.

    • This approach improves performance by reducing the number of direct manipulations to the actual DOM.

  • Answered by AI
  • Q2. How can we optimize the code in front end ?
  • Ans. 

    Optimizing front end code involves minimizing file sizes, reducing HTTP requests, using efficient algorithms, and implementing lazy loading.

    • Minimize file sizes by removing unnecessary code, compressing images, and using minification tools like UglifyJS.

    • Reduce HTTP requests by combining CSS and JavaScript files, using sprites for images, and implementing caching strategies.

    • Use efficient algorithms and data structures to...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Why we use use effect and how will you implement the search feature
  • Ans. 

    useEffect is used in React to perform side effects in function components. Implement search feature by using useEffect to update search results.

    • useEffect is used to perform side effects in function components, such as data fetching, subscriptions, or manually changing the DOM.

    • To implement search feature, you can use useEffect to update search results whenever the search query changes.

    • Example: useEffect(() => { // co

  • Answered by AI
  • Q2. Usememo and use callback, useref, use statehooks
Round 3 - HR 

(1 Question)

  • Q1. Background verification and CTC expectations

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
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 tips
Round 2 - Coding Test 

The coding test was on HackerRank Plateform

Round 3 - Technical 

(1 Question)

  • Q1. Then Face to Face Technical Discussion happened, It involves basic but in-depth Programming.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Round is there, based on Scenario based Questions
Round 5 - HR 

(1 Question)

  • Q1. General Introduction related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have clear knowledge of basics programming
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2023. There were 5 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 tips
Round 2 - Aptitude Test 

General question and programmatic, oopa data structure

Round 3 - Coding Test 

Any program of python or java , c

Round 4 - Technical 

(1 Question)

  • Q1. Any of technical questions
Round 5 - HR 

(1 Question)

  • Q1. Any of questions like programatic etc

WellDoc interview questions for designations

 Lead Software Engineer

 (1)

 Azure Data Engineer

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Pradeep and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Only pradeep and sarath told 

(2 Questions)

  • Q1. Why you are accepting refrence people got a job this organisation....they are no skilled....nikhila is a skilled employee but she's replaced person Surya is very low power skill...bcz of sarath Chandra rou...
  • Q2. Prakash Kumar sahoo is very skilled person but why pradeep reference her old colleague Karthik and jeeva ,,,,then etc people from Wipro company....bcz pradeep thinking is (already I left from this golden e...

Interview Preparation Tips

Topics to prepare for SMC Corporation Senior Engineer interview:
  • Reference from Sarath and pradee
Interview preparation tips for other job seekers - Please if you come to work together with SMC corporation India private limited .. please asking to sarath Chandra rout and pradeep
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - HR 

(1 Question)

  • Q1. Screening round: it just like the formality round Just talk about yourself and your projects
Round 2 - One-on-one 

(1 Question)

  • Q1. Just ask fundamental questions of flutter
Round 3 - HR 

(1 Question)

  • Q1. It was F2F HR round Discuss about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - I do not recommend attending an interview, as it is often a waste of time. The HR representative may arrive late, and while they will provide a breakdown of the cost to the company (CTC), they fail to offer a formal letter and often provide unsatisfactory excuses.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The round had quantitative questions along with some logical reasoning and english section and fundamentals of DBMS ,OS and Data structures and some other such topics

  • Q1. Can you explain the various disk scheduling algorithms used in operating systems?
  • Ans. 

    Disk scheduling algorithms manage the order in which read/write requests are serviced on a disk.

    • Common disk scheduling algorithms include FCFS, SSTF, SCAN, C-SCAN, LOOK, and C-LOOK.

    • FCFS (First-Come, First-Served) serves requests in the order they arrive.

    • SSTF (Shortest Seek Time First) prioritizes the request closest to the current head position.

    • SCAN moves the disk arm from one end to the other, serving requests along t...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

The editor and the environment was great and not disturbing like many have.
They had their own test cases to check the scope of our code.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array of numbers, the task is to find the maximum sum of any contiguous subarray of the array.

    Input:

    The first line of input contains the size of the arr...
  • Ans. 

    Find the maximum sum of any contiguous subarray in an array of numbers in O(N) time.

    • Use Kadane's algorithm to find the maximum subarray sum in O(N) time.

    • Initialize two variables: maxEndingHere and maxSoFar to keep track of the maximum sum.

    • Iterate through the array and update the variables accordingly.

    • Return the maxSoFar as the result.

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It had only mcq questions but we could not navigate through the questions it had some reasoning and some dbms topics along with data structure ,memory ,cache memory and other topics

  • Q1. How do you find the age of an employee from the personal details table in SQL?
  • Ans. 

    To find the age of an employee from the personal details table in SQL, you can calculate the difference between the current date and the employee's birthdate.

    • Use the DATEDIFF function in SQL to calculate the difference between the current date and the employee's birthdate.

    • Divide the result by 365 to get the age in years.

    • Consider leap years for more accurate results.

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 10 minutes
Round difficulty - Medium

The interviewer was polite and asked few questions from data structures and some from DBMS and some web question and about my project.

  • Q1. What is the difference between a primary key and a candidate key in a database management system?
  • Ans. 

    Primary key uniquely identifies a record in a table, while candidate key can also uniquely identify a record but is not chosen as primary key.

    • Primary key is chosen as the main unique identifier for a table

    • Candidate key is a unique key that could also be chosen as primary key

    • A table can have multiple candidate keys but only one primary key

    • Example: In a table of students, 'student_id' could be a primary key while 'email'

  • Answered by AI
Round 5 - HR 

(1 Question)

Round duration - 12 minutes
Round difficulty - Medium

The interviewer asked me about my project and told me to describe myself in one word and justify that and asked my personal skills and asked some technical questions as well

  • Q1. What is pickling?
  • Ans. 

    Pickling is a process of preserving or extending the shelf life of food by storing it in a solution of salt, vinegar, or brine.

    • Pickling involves submerging food in a solution of salt, vinegar, or brine to preserve it.

    • Common examples of pickled foods include cucumbers (pickles), onions, and cabbage.

    • Pickling can also enhance the flavor of food by infusing it with spices and herbs.

    • The acidity of the pickling solution help...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from UIT - Allahabad. I applied for the job as SDE - 1 in GurgaonEligibility criteriaJust the graduation year and some web development skillsVinove Softwares and services interview preparation:Topics to prepare for the interview - DBMS, Data structures, Basics of Web development, OS, OOPS, Sorting and Searching AlgorithmsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Must go for interviews questions present online for topics you have mentioned.
Tip 2 : Be updated with the latest technology and have those concepts clear in your mind and do prepare your projects and have a clear picture of it to explain that 
Tip 3 : For preparing algorithms do practice them, that is the best way and lastly you can check your knowledge by solving mcqs and quizzes of those topics to have confidence.

Application resume tips for other job seekers

Tip 1 : Do not mention anything in your resume that you are not confident about. And prepare your resume well before interview.
Tip 2 : Mention your projects and technical skills and your github link to showcase your project portfolio that will have a great impression

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Background, work experience
  • Q2. Code basics, problem solving approach

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus your basics. Majority of the questions were from basics and the work experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops, DS, Sql programming
  • Q2. Use of zip file
  • Ans. 

    A zip file is a compressed file format used to store multiple files and folders together.

    • Zip files are commonly used for reducing file size and organizing multiple files into a single archive.

    • They can be created, extracted, and manipulated using various software tools.

    • Examples of software that can work with zip files include WinZip, 7-Zip, and built-in tools like Windows Explorer.

    • Zip files can be password protected for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Aptitude Test 

50 question paper filled in 30min

Interview Preparation Tips

Interview preparation tips for other job seekers - The working culture here is excellent with colleagues and senior team members being particularly supportive.

WellDoc Interview FAQs

How many rounds are there in WellDoc Software Engineer interview?
WellDoc interview process usually has 3-4 rounds. The most common rounds in the WellDoc interview process are Technical, HR and Resume Shortlist.
How to prepare for WellDoc 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 WellDoc. The most common topics and skills that interviewers at WellDoc expect are Angularjs, C#, .Net, .Net Core and ASP.
What are the top questions asked in WellDoc Software Engineer interview?

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

  1. Why we use use effect and how will you implement the search feat...read more
  2. How can we optimize the code in front en...read more
  3. What is the Virtual D...read more

Tell us how to improve this page.

WellDoc Software Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
WellDoc Software Engineer Salary
based on 51 salaries
₹2 L/yr - ₹9.9 L/yr
38% less than the average Software Engineer Salary in India
View more details

WellDoc Software Engineer Reviews and Ratings

based on 12 reviews

4.1/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.7

Salary

3.8

Job security

4.1

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
51 salaries
unlock blur

₹2 L/yr - ₹9.9 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹6.8 L/yr - ₹18 L/yr

Test Engineer
13 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Devops Engineer
12 salaries
unlock blur

₹3.5 L/yr - ₹10.8 L/yr

Senior Test Engineer
11 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Explore more salaries
Compare WellDoc with

Maxgen Technologies

4.5
Compare

Vidal Health Tpa

3.5
Compare

ANR Software Private Limited

4.4
Compare

MCM Telecom Equipment

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