Upload Button Icon Add office photos

Meditab Software

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Meditab Software Medical Billing Trainee Interview Questions and Answers

Updated 31 Mar 2024

Meditab Software Medical Billing Trainee Interview Experiences

1 interview found

Medical Billing Trainee Interview Questions & Answers

user image Vaishnavi Dhanpal

posted on 31 Mar 2024

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

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

Round 1 - Aptitude Test 

Easy to crack logical reasoning and grammer

Round 2 - Technical 

(1 Question)

  • Q1. Need to focus on our domain .

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: There was Pool Campus Placement of  4 Colleges together(NIT Jalandhar,NIT Hamirpur ,Candigarh University and CGC Landran ) at Chandigarh University.Written test was taken on Hacker Rank. There were 5 Coding Questions of Linklist , Dynamic Programming,Priority Queues etc . 
You didn't have to do All the questions (3 can get you to the next round).

One thing that need to be beware of is that on Hacker Rank Your Draft is Saved every second(or so). So don't copy from the internet and just paste there(they will get to know).
Tips: Make sure you practice lot of Algorithms.
Duration: 120 minutes
Total Questions: 5

Round: Problem Statement
Experience: Only 8 Students were selected for this round
20 mins were given for it
and afterwards each student had personal discussion(10 mins) with them to explain their schema .
3-4 Questions were also asked related to your schema and how to perform a particular query
Tips: You should Be Through with DBMS
Make sure there is no redundant table and Primary keys are marked

Round: Technical Interview
Experience: 2 were selected for the Interview
Firstly they make you very Comfortable and ask how were the previous Rounds.
Then they asked about the two questions of First Round and my approach 
Then couple of questions on The design that was made Earlier.
Then there were questions on How Internet Works ,gcc,Linux,git,sql.

Then the Interviewer asked if I have any question
I asked about (as the work on doctor's app) how they know the credibility of a doctor which is enlisted in their app.
Interviewer was really Impressed by the question and told me all about it with all details.


Both were selected
Tips: Be cool in the Interview
Think Loudly and Interact with them well.
If they want you to ask any question ,it should not be related to technical stuff ,it should be related to the company

College Name: NIT JALANDHAR

I applied via Referral

Interview Questionnaire 

5 Questions

  • Q1. I was asked to optimize the last program mentioned above
  • Q2. I was asked in detail about my internship experience and projects
  • Q3. I was asked why I did not contribute to any open source projects
  • Q4. I was asked to explain the code of my android app from my dropbox account
  • Q5. The usual HR questions followed after that

Interview Preparation Tips

Skills:
College Name: NA

Interview Questionnaire 

2 Questions

  • Q1. Salary discussion and notice period
  • Q2. Core java, collections and coding

Interview Preparation Tips

Round: Manager Round
Experience: About project and previous company experience , daily activity

Interview Questionnaire 

2 Questions

  • Q1. About what we worked in previous company project
  • Q2. General C programming questions and previous company project questions

Software Engineer Interview Questions & Answers

Practo user image BEKKAM VENKATA ADITYA

posted on 27 Sep 2015

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. General questions. Where are you from, tell about yourself etc..,
  • Q2. Asked me about the projects which i have mentioned in my resume
  • Q3. Some algorithmic questions including data structures. Time complexity, space complexity etc.,
  • Q4. How would you design a snake game present in basic nokia mobiles. Just the data structure part and some functions which are used as the game goes on

Interview Preparation Tips

Round: Test
Experience: A bit difficult but sensible way to get started with the selection procedure. Questions purely attack the algorithmic and stastitic aspects.
Tips: Get yourself ready with conceptual clartity regarding algorithms and stastics . Don't be ambitious to attempt all the questions, completely solving one problem would be more than enough for getting through this level.
Duration: 120 minutes
Total Questions: 3

Round: Technical Interview
Experience: Believe me. You never feel inferior, it's really interactive and very friendly. Interviewer gave me a few chances and hints whenever i've gone wrong. Overall interview experience was awesome.
Tips: If you're up to this round, they believe you have the potential. So don't panic if you are unable to answer their questions. Just tell them which aspects which you are comfortable with and they will proceed correspondingly, Just be honest whatsoever.

Skill Tips: Prefer having some revision about the above skills before undergoing the selection process.
Skills: Math Puzzles, Algorithmic Approach To Problem Solving, Data Structures
Duration: 2months
College Name: IIT Madras
Funny Moments: Receiving the offer letter from HR official who visited our campus :)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, access specifiers, run time and compile time polymorphism, type casting, inorder tree traversal, how to identify loop using linked list and identify the first node of a loop, copy constructo...
Round 2 - One-on-one 

(1 Question)

  • Q1. This was a technical round with the manager. Questions were asked on the work done in the previous organization
Round 3 - HR 

(1 Question)

  • Q1. Casual discussion
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Haker rank coding test on c# and sql

Round 2 - One-on-one 

(1 Question)

  • Q1. Ist technical interview
Round 3 - One-on-one 

(1 Question)

  • Q1. 2nd technical interview
Round 4 - Behavioral 

(1 Question)

  • Q1. This is technical with manager round
Round 5 - HR 

(1 Question)

  • Q1. HR round ,in this round HR asked about your strength and comming 5 years where you want to reach.

Interview Preparation Tips

Interview preparation tips for other job seekers - They are looking for very good and technical sound candidate.
They flow the process as well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Entity framework
  • Q2. Oops concepts asked
Round 2 - Technical 

(2 Questions)

  • Q1. Mvc concepts asked
  • Q2. Ado .net concepts asked
Round 3 - HR 

(2 Questions)

  • Q1. Introduction of career
  • Q2. Agile metrologies

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Explain Solid Principles with examples
  • Ans. 

    Solid Principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle - A class should have only one reason to change

    • Open/Closed Principle - A class should be open for extension but closed for modification

    • Liskov Substitution Principle - Subtypes should be substitutable for their base types

    • Interface Segregation Principle - Clients should not be forced to depend on interfaces...

  • Answered by AI
  • Q2. Explain OOPs concepts with examples
  • Ans. 

    OOPs concepts are fundamental to object-oriented programming. They include inheritance, encapsulation, abstraction, and polymorphism.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Encapsulation is the practice of hiding data and methods within a class, so they can only be accessed through public methods.

    • Abstraction is the process of simplifying complex systems by breaking them down int...

  • Answered by AI
  • Q3. C# ( Concepts on Exception, Garbage collections, Collections and generics, Parallel and asynchronous programming concepts)
  • Q4. MVC lifecycle, filters, routing, session management
  • Q5. Sql concepts like indexes, join queries with example
  • Q6. Prepare enough on Javascript concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be able to explain previous assignments and few challenging feats solved.
Able to explain any architechture or design pattern implementation with benefits achieved

Prepare thoroughly and strongly for fundamentals like oops, c# concepts
and at least have a rough or high level idea on concepts like MVC, Jquery, javascript, sql

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

Meditab Software Interview FAQs

How many rounds are there in Meditab Software Medical Billing Trainee interview?
Meditab Software interview process usually has 2 rounds. The most common rounds in the Meditab Software interview process are Aptitude Test and Technical.

Recently Viewed

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Meditab Software

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Imeg Engineering India

No Interviews

INTERVIEWS

Third Bridge

No Interviews

INTERVIEWS

Texas Instruments

No Interviews

SALARIES

Dassault Systemes

INTERVIEWS

Essex Lake Group

No Interviews

DESIGNATION

INTERVIEWS

Imeg Engineering India

No Interviews

Tell us how to improve this page.

Meditab Software Medical Billing Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

KPIT Technologies Interview Questions
3.4
 • 278 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.6
 • 146 Interviews
Brane Enterprises Interview Questions
2.0
 • 132 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
DE Shaw Interview Questions
3.8
 • 120 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all

Meditab Software Medical Billing Trainee Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.8

Salary

4.8

Job security

4.6

Company culture

5.0

Promotions

4.6

Work satisfaction

Explore 2 Reviews and Ratings
Programmer Analyst
134 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Medical Billing Executive
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Programmer Analyst
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Medical Billing Specialist
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Meditab Software with

Practo

3.2
Compare

Oracle Cerner

3.7
Compare

Veradigm

4.0
Compare

Epic Systems Corporation (Wisconsin)

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