Upload Button Icon Add office photos
Engaged Employer

i

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

WebMD Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

WebMD Software Trainee Interview Questions and Answers

Updated 10 Oct 2022

WebMD Software Trainee Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 3 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 tips
Round 2 - Coding Test 

Hacker Rank test with 4 coding questions and 2 SQL queries and 10 MCQ on Basic Data structures

Round 3 - Technical 

(2 Questions)

  • Q1. Coding questions related to string manipulation
  • Q2. Insertion sort code and explanation
  • Ans. 

    Insertion sort is a simple sorting algorithm that builds the final sorted array one item at a time.

    • It starts by comparing the first two elements and swapping them if necessary.

    • Then it compares the second and third elements and swaps them if necessary, and so on.

    • It continues this process until the entire array is sorted.

    • It has a time complexity of O(n^2) in the worst case.

    • It is efficient for small data sets or partially

  • Answered by AI

Interview Preparation Tips

Topics to prepare for WebMD Software Trainee interview:
  • Data Structures
Interview preparation tips for other job seekers - More focus on data structures and string manipulation questions

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write test case for a phone What does CQ page for defect consist of
  • Ans. 

    Test case for a phone involves checking various functionalities like calling, texting, internet browsing, camera, etc.

    • Test making a phone call

    • Test sending a text message

    • Test browsing the internet

    • Test taking a photo with the camera

    • Test playing a video

    • Test connecting to Bluetooth device

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Xhzsnskmsmmbnnnnnn
  • Q2. D. Nennmnmmllksme

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Mostly related to tech stack u r interviewed for. I was a c# developer, so question were related to it. There were 2 ds question

I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were asked on the technologies mentioned on my Resume, and on the Project

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have a solid grip on your current project and solid basics on you technology domain.
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 - One-on-one 

(1 Question)

  • Q1. Past work experience explanation, skill set and technical requirements
Round 3 - Coding Test 

Skill test and technical knowledge evaluation

Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself, preferred work location and expected salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain patience and ask them your questions . Have regular follow ups
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jul 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 tips
Round 2 - Coding Test 

They ask you open Hacker Earth site and choose some random programs and ask you to complete it.

Round 3 - Technical 

(6 Questions)

  • Q1. What is multi threading
  • Ans. 

    Multi threading is the ability of a program to perform multiple tasks concurrently.

    • It allows for better utilization of CPU resources

    • It can improve program performance and responsiveness

    • Examples include web servers handling multiple requests simultaneously and video games rendering graphics while processing user input

  • Answered by AI
  • Q2. What is extend keyword
  • Ans. 

    The extend keyword is used to add properties and methods to an existing object.

    • Used in JavaScript to add properties and methods to an object

    • Can be used to inherit properties and methods from a parent object

    • Syntax: Object.assign(target, ...sources)

    • Example: const obj1 = {a: 1}; const obj2 = {b: 2}; const obj3 = {...obj1, ...obj2};

  • Answered by AI
  • Q3. Explain override. Why we need virtual?
  • Ans. 

    Override is used to provide a new implementation of a method in a subclass. Virtual is needed to allow the method to be overridden.

    • Override is used to change the behavior of a method in a subclass

    • Virtual is used to allow the method to be overridden in a subclass

    • Without virtual, a subclass cannot override a method from its parent class

    • Override is used to implement polymorphism in object-oriented programming

  • Answered by AI
  • Q4. Write a program to sort the array and remove duplicates.
  • Ans. 

    Program to sort and remove duplicates from an array.

    • Use built-in sort() method to sort the array in ascending order.

    • Loop through the sorted array and remove duplicates using filter() method.

    • Return the sorted and duplicate-free array.

  • Answered by AI
  • Q5. What is Is Relationship and As Relationship in oops?
  • Ans. 

    Is Relationship and As Relationship are two types of relationships in object-oriented programming.

    • Is Relationship is a type of relationship where one class is a subset of another class.

    • As Relationship is a type of relationship where one class is a type of another class.

    • Is Relationship is denoted by a solid line with a closed arrowhead pointing towards the superclass.

    • As Relationship is denoted by a dotted line with an o...

  • Answered by AI
  • Q6. What are architectural, structural, behavioural design patterns? Why we need them?
  • Ans. 

    Architectural, structural, and behavioral design patterns are reusable solutions to common software design problems.

    • Architectural patterns define the overall structure of a software system

    • Structural patterns describe how objects and classes can be combined to form larger structures

    • Behavioral patterns focus on communication between objects and how they operate together

    • Design patterns help to improve software quality, ma...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic programming and algorithms.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Explain different types of HL7 messages
  • Q2. Difference between 1C 2C 3C attribute types in DICOM
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tech Basic Quesions and Related to stack mostly on .net Sql and Angular

I applied via Naukri.com and was interviewed in Sep 2018. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Asked about the technology which we mention in the resume.And in my first round interviewers asked me the questions in MVC and Sql server.
  • Q2. Life cycle of MVC, last project Architecture.Group by in SQL and entity framework

Interview Preparation Tips

General Tips: Architecture of the project. Confidence lebel and problem solving skills
Skills: Communication, Problem Solving, Analytical Skills
Duration: 1-4 weeks

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on microservices, java, spring
Round 2 - Technical 

(1 Question)

  • Q1. This was a Design round
Round 3 - Technical 

(1 Question)

  • Q1. This was a Behavioral round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamentals clear about java, spring and microservices

WebMD Interview FAQs

How many rounds are there in WebMD Software Trainee interview?
WebMD interview process usually has 3 rounds. The most common rounds in the WebMD interview process are Coding Test, Technical and Resume Shortlist.
What are the top questions asked in WebMD Software Trainee interview?

Some of the top questions asked at the WebMD Software Trainee interview -

  1. Insertion sort code and explanat...read more
  2. Coding questions related to string manipulat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 343 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
UnitedHealth Interview Questions
4.0
 • 81 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
MedPlus Interview Questions
3.6
 • 79 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
View all

WebMD Software Trainee Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
87 salaries
unlock blur

₹5.9 L/yr - ₹19.9 L/yr

Senior Software Engineer
78 salaries
unlock blur

₹10.9 L/yr - ₹35 L/yr

Project Manager
36 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Senior QA Engineer
21 salaries
unlock blur

₹7.3 L/yr - ₹25.5 L/yr

QA Engineer
20 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare WebMD with

Apollo Hospitals

4.1
Compare

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Max Healthcare

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