Upload Button Icon Add office photos

Meditab Software

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Meditab Software QA Engineer Interview Questions and Answers

Updated 1 Oct 2022

Meditab Software QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2022

I applied via Campus Placement

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

Basics of English and math problem solving skills

Round 3 - Technical 

(2 Questions)

  • Q1. Basics of your stream background
  • Q2. About your project that you have done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and calm they need good communication

Interview questions from similar companies

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

I applied via Referral and was interviewed before Apr 2022. There were 5 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 Resume tips
Round 2 - Assignment 

Online Assessment via Hacker Rank. Coding + Aptitude

Round 3 - Technical 

(3 Questions)

  • Q1. Technical interview. . 1 SQL question. Selenium based scenarios. Concepts of manual testing
  • Q2. 2 programming questions. String Manipulation
  • Q3. Selenium Framework Explanation
  • Ans. 

    Selenium Framework is a test automation tool used for web applications.

    • It supports multiple programming languages like Java, Python, etc.

    • It allows for easy creation and execution of test cases.

    • It supports various browsers like Chrome, Firefox, etc.

    • It provides features like object identification, synchronization, and reporting.

    • It can be integrated with other tools like Jenkins for continuous integration.

    • Example: Seleniu...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Manager Round. Completely scenario based questions.
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in this company? Tell me about yourself apart from your professional bio? Other basic questions regarding from your resume
  • Ans. 

    I see myself growing and contributing to the success of the company as a QA Engineer.

    • I envision myself taking on more responsibilities and leading QA projects.

    • I hope to collaborate with cross-functional teams to improve product quality.

    • I see myself staying updated with the latest testing methodologies and technologies.

    • I aim to mentor and guide junior QA engineers to enhance the overall team's performance.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for technical round. Other rounds are much easier.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There were 4 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical question
  • Q2. HL7 interface, SQL, US healthcare
Round 3 - Behavioral 

(1 Question)

  • Q1. Managerial questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 5 interview rounds.

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

Coding round like a hackerrank

Round 3 - Technical 

(1 Question)

  • Q1. Technical round related to job role and technology aspects
Round 4 - Technical 

(1 Question)

  • Q1. Behavioural and tech interview with manager
Round 5 - HR 

(1 Question)

  • Q1. Hr round with all hr specific interview questions and scenarios from existing job
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
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Discussion with panel
Round 3 - HR 

(1 Question)

  • Q1. Discussion with hr manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was nice. Panel members has lot of knowledge.
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
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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain end to end automation cycle
  • Ans. 

    End to end automation cycle involves automating the entire software development process from planning to deployment.

    • The cycle starts with requirements gathering and planning

    • Next, the code is developed and tested using automation tools

    • Continuous integration and delivery are used to deploy the code to production

    • Monitoring and feedback are used to improve the process

    • Examples of automation tools include Jenkins, Selenium,

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions and 10 mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Sorting algorithms and oops concept in details.
  • Ans. 

    Sorting algorithms and OOPs concepts

    • Sorting algorithms are used to arrange data in a specific order.

    • OOPs concepts provide a way to structure and organize code using classes and objects.

    • Examples of sorting algorithms include bubble sort, insertion sort, and quicksort.

    • OOPs concepts include encapsulation, inheritance, and polymorphism.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction and why you want to join the organization.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. First Technical Interview: All the C# basic and OOP's questions with written examples 1. Boxing and unboxing 2. Abstraction 3. Polymorphism 4. Delegate 5. Generic 6. Interface Logical question 1. Memory ...
  • Q2. Second Technical Interview: C# based interview: 1. Ask to make reverse pyramid design pattern. 2. Factorial 3. A lot of questions on Interface with example of my current project. Why we use interface, and ...

Interview Preparation Tips

Interview preparation tips for other job seekers - They were looking for the candidate who worked on WPF and had strong C# skills.
Contribute & help others!
anonymous
You can choose to be anonymous

Meditab Software Interview FAQs

How many rounds are there in Meditab Software QA Engineer interview?
Meditab Software interview process usually has 3 rounds. The most common rounds in the Meditab Software interview process are Resume Shortlist, Aptitude Test and Technical.

Recently Viewed

JOBS

CloudZEN 365 Services

No Jobs

JOBS

Sterlite Technologies

No Jobs

SALARIES

Hexaware Technologies

SALARIES

Pan Gulf Technologies

SALARIES

Dassault Systemes

JOBS

Tecplix Technologies

No Jobs

JOBS

Drabito Technologies

No Jobs

JOBS

CandidRoot Solutions

No Jobs

INTERVIEWS

Texas Instruments

No Interviews

SALARIES

Pan Gulf Technologies

Tell us how to improve this page.

Meditab Software QA Engineer Salary
based on 6 salaries
₹3.5 L/yr - ₹6 L/yr
18% less than the average QA Engineer Salary in India
View more details

Meditab Software QA Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

2.0

Salary

4.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Programmer Analyst
137 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Medical Billing Specialist
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Medical Billing Executive
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Programmer Analyst
32 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