Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

MedTourEasy Verified Tick

Compare button icon Compare button icon Compare
4.8

based on 141 Reviews

Play video Play video Video summary
  • About
  • Reviews
    141
  • Salaries
    176
  • Interviews
    5
  • Jobs
    -
  • Benefits
    2
  • Photos
    8
  • Posts
    2

Filter interviews by

MedTourEasy Interview Questions and Answers

Updated 31 Jul 2024
Popular Designations

MedTourEasy Interview Experiences

5 interviews found

Data Analyst Intern Interview Questions & Answers

user image Anonymous

posted on 26 Jun 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 in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

GOOD LEVEL QUESTION WERE ASKED

Round 2 - HR 

(2 Questions)

  • Q1. Explain the normal distribution
  • Ans. 

    The normal distribution is a bell-shaped curve that represents the distribution of data in a population.

    • The normal distribution is symmetrical around the mean.

    • Approximately 68% of the data falls within one standard deviation of the mean, 95% within two standard deviations, and 99.7% within three standard deviations.

    • Examples of variables that follow a normal distribution include height, weight, and test scores.

  • Answered by AI
    Add your answer
  • Q2. Elaborate your project
  • Add your answer

Interview Preparation Tips

Topics to prepare for MedTourEasy Data Analyst Intern interview:
  • Statistical Analysis
Interview preparation tips for other job seekers - good to try

Data Analyst Intern Interview Questions asked at other Companies

Q1. Water Jug Problem Statement You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to measure exactly Z liters using thes... read more
View answer (3)
Anonymous

Data Analyst Intern Interview Questions & Answers

user image 3047 SRINATH .V

posted on 14 Mar 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Rate yourself from 1 to 10
  • Add your answer
  • Q2. Tell about yourself
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice communication

Data Analyst Intern Interview Questions asked at other Companies

Q1. Water Jug Problem Statement You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to measure exactly Z liters using thes... read more
View answer (3)
Anonymous

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple test was there aptitude and basic english and analytics

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills and attention to detail

  • Answered by AI
    Add your answer
  • Q2. Why medtoureasy
  • Add your answer

Data Analyst Interview Questions asked at other Companies

Q1. Write code to calculate the number of people in a room at the end of the day, given that X people enter and Y people leave continuously throughout the day.
View answer (11)
Anonymous

Data Analyst Intern Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2022

I applied via LinkedIn and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. They asked about your interest into this field .What motivates you to be a data analyst?
  • View 1 more answer

Interview Preparation Tips

Interview preparation tips for other job seekers - This job is good for all the people who are beginning into the data science/data analyst industry.

Data Analyst Intern Interview Questions asked at other Companies

Q1. Water Jug Problem Statement You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to measure exactly Z liters using thes... read more
View answer (3)
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 125 minutes
Round difficulty - Easy

Platform for this round is Amcat. The First round have coding questions , we can write programs in any language . It was easy round.

  • Q1. 

    Anagram Pairs Verification Problem

    Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...

  • Ans. 

    Determine if two strings are anagrams of each other by checking if they contain the same characters.

    • Create a character frequency map for both strings and compare them.

    • Sort both strings and compare if they are equal.

    • Use a hash set to store characters of one string and remove characters of the other string to check for anagrams.

  • Answered by AI
    Add your answer
  • Q2. 

    Decimal to Octal Conversion Problem Statement

    Convert a given decimal number into its equivalent octal representation.

    Explanation:

    The octal number system is a base-8 system, meaning each digit ranges ...

  • Ans. 

    Convert a decimal number to its octal representation.

    • Understand the concept of octal number system (base-8)

    • Divide the decimal number by 8 and store the remainders to get the octal representation

    • Handle the edge cases where the decimal number is 0 or 1

  • Answered by AI
    Add your answer
Round 2 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Easy

This round was easy they basically ask about some important topics of computer science as well as related to our position for company.

  • Q1. What is the need for virtual memory?
  • Ans. 

    Virtual memory allows the operating system to use hard disk space as additional RAM when physical memory is full.

    • Allows running more applications than physical memory can support

    • Enables efficient memory management by swapping data between RAM and disk

    • Improves system performance by reducing the need to constantly load and unload programs into physical memory

    • Helps prevent programs from crashing due to insufficient memory

  • Answered by AI
    Add your answer
  • Q2. 

    Delete Middle Element from Stack

    You are provided with a stack ARR of size 'N+1'. Your task is to delete the middlemost element so that the size of the resulting stack becomes 'N'.

    Recall that a stack is...

  • Ans. 

    Implement a function to delete the middle element from a stack, reducing its size by 1.

    • Iterate through the stack to find the middle element based on the stack size.

    • Remove the middle element and shift the remaining elements accordingly to maintain the stack order.

    • Handle cases where the stack size is even or odd differently to determine the middle element.

  • Answered by AI
    Add your answer
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

It was in the morning . Its one to one conversation. Interviewer was good enough. He ask about me and what i know about their company. What were my objectives and many more.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Development in NoidaEligibility criteriaAbove 7 CGPAMedTourEasy interview preparation:Topics to prepare for the interview - OOPS, STL, CPP, Socket Programming, Pointers,DBMS, Data Structures and Algorithms, Advanced Java, OOPS concepts, Problem Solving, Aptitude and ReasoningTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Aptitude Questions from IndiaBix
Tip 2 : Continue practice on online coding platforms and do participate in coding challenges. 
Tip 3 : Keep revising your Computer Science fundamentals(OS, DBMS, Software Engineering principles).
Tip 4 : Also brush-up your aptitude skills.

Application resume tips for other job seekers

Tip 1 : Add only what you know properly. don't add extra stuff just to add weight to your resume.
Tip 2 : First page of the resume must in tabular form and it must give complete information about you in very simple manner.
Tip 3 : Use professional Keywords in your resume. 
Tip 4 : Highlight your Skills and Achievements. Put only those skills in which you are good like any question can be asked on any particular skill. Like how you will do this in this.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
a team lead
I left a job interview after just one question. Was that a mistake?
Today, I had an interview for a job I was really looking forward to. The job description seemed great, the pay was okay, and the company had good feedback online. I went in, shook hands with the person in charge of hiring, and we sat down to talk. Then, they asked their first question: "How do you feel about working extra hours without pay?" I actually laughed because I thought it was a joke. But the interviewer just looked at me, waiting for my answer. I asked if working extra time was required and if they paid for it. They said, "Well, we expect people to stay as long as they need to finish their work. Everyone here really cares about what they do, so we don't keep track of extra hours." I just stood up and said, "Thank you for your time, but this job isn't right for me," and then I left. Now, I'm wondering if I did the wrong thing. Should I have stayed and listened to more about the job? Or was leaving the right decision?
Got a question about MedTourEasy?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Data Analyst Interview Questions & Answers

Awign Enterprises user image Anonymous

posted on 5 Jun 2020

I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Business problems and case studies
  • Add your answer
  • Q2. Guesstimates
  • Add your answer
  • Q3. Experience to date
  • Ans. 

    I have 3 years of experience working as a Data Analyst in the finance industry.

    • Analyzed financial data to identify trends and make recommendations

    • Created reports and dashboards using tools like Tableau and Excel

    • Collaborated with cross-functional teams to improve data quality and accuracy

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Use your basic aptitude.
Anonymous
company Logo

Intern Interview Questions & Answers

Droom user image Anonymous

posted on 5 May 2017

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. What do you know about our company and product
  • Ans. 

    I'm sorry, I don't have access to the internet to research the company and product.

    • Answered by AI
      Add your answer
    • Q2. Tell us all you know about Droom
    • Ans. 

      Droom is an online marketplace for buying and selling new and used vehicles.

      • Founded in 2014 by Sandeep Aggarwal

      • Offers a wide range of vehicles including cars, bikes, and scooters

      • Provides services such as vehicle history reports and inspections

      • Has over 6,500 certified dealers and over 50,000 listings

      • Operates in India and Singapore

    • Answered by AI
      Add your answer

    Interview Preparation Tips

    Round: Resume Shortlist
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: Seems like an HR question, but is a product based question for the company. So now, when they call it technical, it is because their product is the website that they manage. So I started talking about Droom's vision and mission.
    I spoke of a few features that would help customers. I also spoke of the tools that were useful for customer experience. I also mentioned the speed and quality of the site.
    Tips: Here be careful as you need to answer in the technical sense. Starting with when the company was started/ the location will not help build a point. Start off with the product. Also feel free to point out negatives, but make sure you sandwich it between smoother and better things.

    Anonymous
    Are these interview questions helpful?
    company Logo

    Software Engineer Interview Questions & Answers

    Tokopedia user image Anonymous

    posted on 12 May 2021

    I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

    Interview Questionnaire 

    3 Questions

    • Q1. Ds algo questions
    • Add your answer
    • Q2. Js basics
    • Add your answer
    • Q3. React.js
    • Add your answer

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It was good you should mainly focus on Ds algo part and basics of Js or other technology for which you are applying .
    Anonymous
    company Logo

    Assistant Manager Interview Questions & Answers

    Nestaway user image amit badave

    posted on 20 Mar 2024

    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (1 Question)

    • Q1. Last organisation experiance
    • Add your answer
    Anonymous
    company Logo

    Senior Software Engineer Interview Questions & Answers

    Meritto user image Anonymous

    posted on 21 Feb 2020

    I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?
    • Add your answer

    Interview Preparation Tips

    Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.
    Anonymous
    More about working at MedTourEasy
    • HQ - New Delhi, Delhi
    • Internet
    • 51-200 Employees (India)

    MedTourEasy Interview FAQs

    How many rounds are there in MedTourEasy interview?
    MedTourEasy interview process usually has 1-2 rounds. The most common rounds in the MedTourEasy interview process are HR, Aptitude Test and One-on-one Round.
    How to prepare for MedTourEasy 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 MedTourEasy. The most common topics and skills that interviewers at MedTourEasy expect are Presentation Skills, Data Analytics, Data Analysis, Project Management and Communication Skills.

    Tell us how to improve this page.

    Interview Questions for Popular Designations

    • Team Lead Interview Questions
    • Analyst Interview Questions
    • Software Engineer Interview Questions
    • Intern Interview Questions
    • Sales Executive Interview Questions
    • Graduate Engineer Trainee (Get) Interview Questions
    • Accountant Interview Questions
    • Assistant Manager Interview Questions
    • Show more
    • HR Executive Interview Questions
    • Deputy Manager Interview Questions

    Overall Interview Experience Rating

    4.3/5

    based on 9 interview experiences

    Difficulty level

    Easy 75%
    Moderate 25%

    Duration

    Less than 2 weeks 100%
    View more

    Interview Questions from Similar Companies

    MagicPin
    MagicPin Interview Questions
    2.6
     • 53 Interviews
    Awign Enterprises
    Awign Enterprises Interview Questions
    3.9
     • 36 Interviews
    HealthKart
    HealthKart Interview Questions
    3.9
     • 28 Interviews
    Shaadi.com
    Shaadi.com Interview Questions
    3.5
     • 28 Interviews
    Tokopedia
    Tokopedia Interview Questions
    4.1
     • 26 Interviews
    Meritto
    Meritto Interview Questions
    3.5
     • 22 Interviews
    Clearwater Analytics
    Clearwater Analytics Interview Questions
    2.8
     • 20 Interviews
    Nestaway
    Nestaway Interview Questions
    3.8
     • 19 Interviews
    Droom
    Droom Interview Questions
    3.8
     • 19 Interviews
    Inshorts
    Inshorts Interview Questions
    3.8
     • 17 Interviews
    View all

    MedTourEasy Reviews and Ratings

    based on 141 reviews

    4.8/5

    Rating in categories

    4.8

    Skill development

    4.8

    Work-life balance

    4.4

    Salary

    4.6

    Job security

    4.7

    Company culture

    4.5

    Promotions

    4.7

    Work satisfaction

    Explore 141 Reviews and Ratings
    MedTourEasy Salaries in India
    Data Analyst Trainee
    56 salaries
    unlock blur

    ₹1 L/yr - ₹8 L/yr

    Data Analyst Intern
    19 salaries
    unlock blur

    ₹1 L/yr - ₹7 L/yr

    Data Analyst
    11 salaries
    unlock blur

    ₹2 L/yr - ₹7 L/yr

    Business Analyst
    8 salaries
    unlock blur

    ₹2 L/yr - ₹4 L/yr

    Data Science Intern
    8 salaries
    unlock blur

    ₹1 L/yr - ₹2 L/yr

    Explore more salaries
    Compare MedTourEasy with
    HealthKart

    HealthKart

    3.9
    Compare
    Awign Enterprises

    Awign Enterprises

    3.9
    Compare
    Nestaway

    Nestaway

    3.8
    Compare
    Shaadi.com

    Shaadi.com

    3.5
    Compare
    Popular Calculators
    Are you paid fairly?
    Monthly In-hand Salary Calculator
    Gratuity Calculator
    HRA Calculator
    Salary Hike Calculator
    • Home >
    • Interviews >
    • MedTourEasy Interview Questions
    write
    Share an Interview
    Stay ahead in your career. Get AmbitionBox app
    Awards Banner

    Helping over 1 Crore job seekers every month in choosing their right fit company

    80 Lakh+

    Reviews

    4 Crore+

    Salaries

    6 Lakh+

    Interviews

    1 Crore+

    Users/Month

    Contribute
    Search

    Interview Questions

    • Reviews
    • Salaries
    • Interview Questions
    • About Company
    • Benefits
    • Jobs
    • Office Photos
    • Community
    Users/Jobseekers
    • Companies
    • Reviews
    • Salaries
    • Jobs
    • Interviews
    • Salary Calculator
    • Practice Test
    • Compare Companies
    Employers
    • Create a new company
    • Update company information
    • Respond to reviews
    • Invite employees to review
    • AmbitionBox Offering for Employers
    • AmbitionBox Employers Brochure
    AmbitionBox Awards
    • ABECA 2026
    • ABECA 2025 winners awaited tag
    • ABECA 2024
    • AmbitionBox Best Places to Work 2022
    • AmbitionBox Best Places to Work 2021
    • Invite employees to rate
    AmbitionBox
    • About Us
    • Email Us
    • Blog
    • FAQ
    • Credits
    • Give Feedback
    Terms & Policies
    • Privacy
    • Grievances
    • Terms of Use
    • Summons/Notices
    • Community Guidelines
    Get AmbitionBox app

    Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

    Follow Us
    • Youtube
    • Instagram
    • LinkedIn
    • Facebook
    • Twitter