Upload Button Icon Add office photos

Filter interviews by

Meditab Software Software Engineer Interview Questions and Answers

Updated 17 Nov 2022

Meditab Software Software Engineer Interview Experiences

1 interview found

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question realated to Prime No.
  • Q2. General Puzzle about their is a jug of 5 litre and 2 litre you have to measure 4 litres how you measure

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and have a positive attitude so you have a better understanding what the interview said

Interview questions from similar companies

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

(4 Questions)

  • Q1. They asked first question related to Spring security .
  • Q2. Questions related to rest API Given scenario and asked approach
  • Q3. Database related like procedures call in db and also in springboot
  • Q4. Core java related to collections
Round 2 - Technical 

(5 Questions)

  • Q1. In second round , interviewer asked me to write logic for Array sort
  • Q2. Singleton class
  • Q3. Design pattern like singleton and factory , dao
  • Q4. Spring data JPA , jdbc connection
  • Q5. Hibernate annotation
Round 3 - Behavioral 

(3 Questions)

  • Q1. Related to projects what we had done
  • Q2. Difficult situations what u face
  • Ans. 

    Handling difficult situations by staying calm, analyzing the problem, and finding a solution.

    • Remaining calm under pressure

    • Identifying the root cause of the problem

    • Collaborating with team members to brainstorm solutions

    • Prioritizing tasks to address the issue efficiently

  • Answered by AI
  • Q3. Code standardization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Simple GET, POST Flask Application?
  • Q2. Assign Values to a Cookie - Flask Application
Round 2 - Coding Test 

- Convert a given input of keys-values to value-keys using Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Know Python well, Solve some DSA problems
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding question for 60 mins. One array based question and one string based question.

Round 2 - Technical 

(2 Questions)

  • Q1. Oops 2 pillars with examples ?
  • Ans. 

    Oops 2 pillars are Abstraction and Encapsulation.

    • Abstraction: Hiding unnecessary details and showing only relevant information. Example: Car dashboard displaying speed without showing internal engine details.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in object-oriented programming encapsulates data and methods.

  • Answered by AI
  • Q2. Inheritance and it's types with examples ?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, hierarchical inheritance

    • Single inheritance: a class inherits from only one parent class. Example: class Dog inherits from class Animal

    • Multiple inheritance: a class inherits from multiple parent classes. Example:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concepts and SQL concepts. Web based questions also asked.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. My expertise are in golang. And all the questions were straight forward around golang.
  • Q2. What is concurrency. How to check performance of applications. How to handle concurrency. How many no of goroutines can be created and so on.
  • Ans. 

    Concurrency is the ability of a system to run multiple tasks simultaneously. Performance of applications can be checked using profiling tools. Concurrency can be handled using synchronization techniques like mutexes and channels.

    • Concurrency allows multiple tasks to run concurrently, improving performance and responsiveness.

    • Performance of applications can be checked using profiling tools like Go's built-in 'pprof' packa...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to make sure there are no vulnerabilities. What engineering principles you follow.
  • Ans. 

    To ensure no vulnerabilities, follow secure coding practices, conduct regular security audits, use encryption, and stay updated on security threats.

    • Follow secure coding practices such as input validation, output encoding, and parameterized queries.

    • Conduct regular security audits to identify and address vulnerabilities in the code.

    • Use encryption to protect sensitive data in transit and at rest.

    • Stay updated on security t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on OOPS, Core Concepts of C#, SQL
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on System Design and tricky questions on OOPS
Round 3 - HR 

(1 Question)

  • Q1. Previous organization work culture and expectations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy medium to hard medium

Round 2 - Coding Test 

Questions on array , linked list

Round 3 - Technical 

(1 Question)

  • Q1. Oops ,dbms,cn,operating system
Round 4 - HR 

(1 Question)

  • Q1. Easy question of hr round
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It is noraml question

Round 2 - Coding Test 

Basica questions for the coding

Round 3 - HR 

(1 Question)

  • Q1. When can you join
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Whats are oops and tell some exmaples
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four main principles of OOPs.

    • Examples of OOPs languages include Java, C++, Python, and C#.

  • Answered by AI
  • Q2. Whats is dbms and what are joins?
  • Ans. 

    DBMS stands for Database Management System. Joins are used to combine rows from two or more tables based on a related column between them.

    • DBMS is a software that manages databases, allowing users to interact with the data stored in them.

    • Joins are used in SQL queries to combine data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join volkswagen

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

The test was simple. Logically reasoning and some speed and time related questions

Round 2 - Technical 

(2 Questions)

  • Q1. I was a fresher so asked about my branch and then asked me to code in microprocessor and controller
  • Q2. Add two numbers using microprocessor.
  • Ans. 

    To add two numbers using a microprocessor, perform arithmetic operations using the microprocessor's instruction set.

    • Load the two numbers into registers

    • Use the microprocessor's addition instruction to add the numbers

    • Store the result in a register or memory location

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion briefed about the company and its benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join this company. Thats all i have to say. I am 8 years of experience in software development industry though i am actually good but still because of this company and my experience with peers, i am still not confident. Completely harassed mentally and emotionally

Skills evaluated in this interview

Meditab Software Interview FAQs

How many rounds are there in Meditab Software Software Engineer interview?
Meditab Software interview process usually has 2 rounds. The most common rounds in the Meditab Software interview process are Resume Shortlist and One-on-one Round.
How to prepare for Meditab Software Software Engineer 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 Meditab Software. The most common topics and skills that interviewers at Meditab Software expect are Data Warehousing, Github and Synthetic.
What are the top questions asked in Meditab Software Software Engineer interview?

Some of the top questions asked at the Meditab Software Software Engineer interview -

  1. General Puzzle about their is a jug of 5 litre and 2 litre you have to measure ...read more
  2. Question realated to Prime ...read more

Tell us how to improve this page.

Meditab Software Software Engineer Salary
based on 15 salaries
₹4.2 L/yr - ₹8 L/yr
19% less than the average Software Engineer Salary in India
View more details

Meditab Software Software Engineer Reviews and Ratings

based on 3 reviews

3.6/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.5

Salary

4.0

Job security

3.1

Company culture

4.0

Promotions

3.5

Work satisfaction

Explore 3 Reviews and Ratings
Programmer Analyst
131 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Quality Analyst
73 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Medical Billing Executive
36 salaries
unlock blur

₹2.1 L/yr - ₹4.5 L/yr

Senior Programmer Analyst
31 salaries
unlock blur

₹6.7 L/yr - ₹15.5 L/yr

Medical Billing Specialist
30 salaries
unlock blur

₹2.6 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Meditab Software with

Practo

3.1
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