Upload Button Icon Add office photos
Engaged Employer

i

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

HALODOC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

HALODOC Intern Interview Questions and Answers

Updated 9 Apr 2024

HALODOC Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

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

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What you know about serialization
  • Ans. 

    Serialization is the process of converting an object into a format that can be easily stored or transmitted.

    • Serialization is used in programming to save the state of an object so that it can be recreated later.

    • It is commonly used in data storage, network communication, and in the implementation of remote procedure calls.

    • Examples of serialization formats include JSON, XML, and Protocol Buffers.

  • Answered by AI
  • Q2. Where you see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself advancing in my career, taking on more responsibilities, and potentially leading a team.

    • Continuing to develop my skills and expertise in my field

    • Seeking opportunities for growth and advancement within the company

    • Possibly pursuing further education or certifications to enhance my knowledge

    • Taking on leadership roles and mentoring junior team members

    • Working towards achieving specific care

  • Answered by AI

Intern Interview Questions & Answers

QAD user image Anonymous

posted on 29 Jan 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Reasoning, Technical questions are asked. 1 hours test is conducted.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on a database, programming, OOPS concept, etc Also, they will ask questions about ERP
  • Q2. Do you know any ERP software?
  • Ans. 

    Yes, I know ERP software.

    • I have experience working with SAP ERP software.

    • I am familiar with Oracle ERP Cloud and Microsoft Dynamics 365.

    • I have also worked with open-source ERP software like Odoo and ERPNext.

    • I understand the basic functionalities of ERP software like finance, inventory management, and human resources.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Your intro and sometime they will ask what you know about QAD

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about QAD, what product they have. Get an idea about ERP software, why and where they are used.

Skills evaluated in this interview

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

I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A 90-minute coding test on HackerRank, which includes one medium, one easy, and one hard question.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the index of the first occurrence where a pattern string matches with a text string?
  • Q2. Given a string, how can we find the minimum length substring whose sum is greater than or equal to a specified target?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Krishna College of Engineering and Technology, Coimbatore and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

We had 21 questions including 3 coding questions. It was simple and beginners friendly questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were asked based on DBMS, SQL, api, simple coding and testing
Round 3 - Technical 

(1 Question)

  • Q1. I was asked to describe my projects and questions were asked based on that. Had scenario based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Pune Institute of Computer Technology, Pune and was interviewed in Mar 2023. 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 tips
Round 2 - Coding Test 

Coding test was on google form. Asked to write algorithms to solve questions.

Round 3 - Technical 

(1 Question)

  • Q1. Asked questions based on oops, dbms, algorithms etc.
Round 4 - HR 

(1 Question)

  • Q1. Asked general hr questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make your fundamentals strong

Intern Interview Questions & Answers

QAD user image Anonymous

posted on 29 Jan 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 tips
Round 2 - Aptitude Test 

Reasoning, Technical questions are asked. 1 hours test is conducted.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on a database, programming, OOPS concept, etc Also, they will ask questions about ERP
  • Q2. Do you know any ERP software?
  • Ans. 

    Yes, I know ERP software.

    • I have experience working with SAP ERP software.

    • I am familiar with Oracle ERP Cloud and Microsoft Dynamics 365.

    • I have also worked with open-source ERP software like Odoo and ERPNext.

    • I understand the basic functionalities of ERP software like finance, inventory management, and human resources.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Your intro and sometime they will ask what you know about QAD

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about QAD, what product they have. Get an idea about ERP software, why and where they are used.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Warangal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 questions in the online assessment.

1 - Binary Search
2 - DP
3 - Graphs

Round 2 - Technical 

(1 Question)

  • Q1. Implement a persistence stack with constant time operations
  • Ans. 

    Implement a persistence stack with constant time operations

    • Use a combination of a stack and a hashmap to achieve constant time operations for push, pop, and get operations

    • Maintain a stack to store the elements and a hashmap to store the index of each element in the stack

    • When pushing an element, add it to the stack and update its index in the hashmap

    • When popping an element, remove it from the stack and also remove its i...

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

(1 Question)

  • Q1. Median of two sorted arrays and OOPs basics
  • Ans. 

    Finding the median of two sorted arrays and discussing OOPs basics

    • To find the median of two sorted arrays, merge the arrays and then calculate the median

    • OOPs basics include concepts like encapsulation, inheritance, polymorphism, and abstraction

    • Example: Median of [1, 3] and [2] is 2.0

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 2 dsa and 1 mcq
Round 2 - One-on-one 

(2 Questions)

  • Q1. 2 dsa question asked
  • Q2. Project related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What you know about serialization
  • Ans. 

    Serialization is the process of converting an object into a format that can be easily stored or transmitted.

    • Serialization is used in programming to save the state of an object so that it can be recreated later.

    • It is commonly used in data storage, network communication, and in the implementation of remote procedure calls.

    • Examples of serialization formats include JSON, XML, and Protocol Buffers.

  • Answered by AI
  • Q2. Where you see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself advancing in my career, taking on more responsibilities, and potentially leading a team.

    • Continuing to develop my skills and expertise in my field

    • Seeking opportunities for growth and advancement within the company

    • Possibly pursuing further education or certifications to enhance my knowledge

    • Taking on leadership roles and mentoring junior team members

    • Working towards achieving specific care

  • Answered by AI

HALODOC Interview FAQs

How many rounds are there in HALODOC Intern interview?
HALODOC interview process usually has 3 rounds. The most common rounds in the HALODOC interview process are Coding Test, Technical and HR.

Tell us how to improve this page.

HALODOC Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
MedPlus Interview Questions
3.6
 • 79 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
HealthifyMe Interview Questions
3.0
 • 46 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Portea Medical Interview Questions
4.3
 • 26 Interviews
Fourkites Interview Questions
3.8
 • 17 Interviews
View all

HALODOC Intern Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

4.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Engineering Manager
16 salaries
unlock blur

₹51 L/yr - ₹70 L/yr

Software Development Engineer II
15 salaries
unlock blur

₹25 L/yr - ₹40 L/yr

Software Development Engineer
13 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

Software Developer
12 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Sdet 2
12 salaries
unlock blur

₹19.5 L/yr - ₹35.5 L/yr

Explore more salaries
Compare HALODOC with

Practo

3.2
Compare

Lybrate

3.5
Compare

Portea Medical

4.3
Compare

PharmEasy

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