Upload Button Icon Add office photos

Meditab Software

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Meditab Software Embedded Software Engineer Interview Questions, Process, and Tips

Updated 4 Jul 2023

Meditab Software Embedded Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2023. There were 3 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 

(6 Questions)

  • Q1. Tell me about yourself ?
  • Q2. What are Pointer and Pointer-related snippets?
  • Ans. 

    Pointers are variables that store memory addresses. Pointer-related snippets are code examples involving pointers.

    • Pointers are used to store memory addresses of variables in C/C++.

    • Pointer arithmetic can be performed to access elements of arrays.

    • Dereferencing a pointer means accessing the value at the memory address stored in the pointer.

  • Answered by AI
  • Q3. Write a code for the Reverse Linked list
  • Ans. 

    Code to reverse a linked list

    • Create three pointers: prev, current, next

    • Iterate through the linked list, updating pointers accordingly

    • Set the next of current to prev, move prev and current pointers forward

    • Update the head of the linked list to the last node visited

  • Answered by AI
  • Q4. Write a code for string reversal.
  • Ans. 

    Code to reverse a string in C++ using pointers.

    • Use two pointers, one pointing to the start of the string and the other pointing to the end.

    • Swap the characters at the two pointers and move them towards each other until they meet in the middle.

    • Repeat the process until the entire string is reversed.

  • Answered by AI
  • Q5. Find the prime number of Natural numbers between their ranges.
  • Ans. 

    To find prime numbers between a range of natural numbers.

    • Iterate through each number in the range

    • Check if the number is prime by dividing it by numbers up to its square root

    • If the number is prime, add it to the list of prime numbers

  • Answered by AI
  • Q6. What are the main roles of you in your projects?
Round 3 - HR 

(3 Questions)

  • Q1. Why are you looking for a job change?
  • Q2. What is the culture of your Company?
  • Q3. Demotivate for a salary negotiation?

Interview Preparation Tips

Topics to prepare for Meditab Software Embedded Software Engineer interview:
  • C
  • Linux Internals
  • Embedded Linux
  • Communication Protocols
Interview preparation tips for other job seekers - Prepare with c concepts sincerely and code then Linux internal like IPC Mechanism

Skills evaluated in this interview

Interview questions from similar companies

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

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 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

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 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.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Wpf C# concept and sone codes for binding
  • Ans. 

    WPF C# is a framework for building desktop applications. Binding is a way to connect UI elements to data sources.

    • WPF stands for Windows Presentation Foundation

    • C# is the programming language used for WPF development

    • Binding allows for automatic updates of UI elements when data changes

    • Example code for binding:

    • DataContext is used to set the data source for binding

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

(1 Question)

  • Q1. Previous project and managerial rout
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

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

Meditab Software Interview FAQs

How many rounds are there in Meditab Software Embedded Software Engineer interview?
Meditab Software interview process usually has 3 rounds. The most common rounds in the Meditab Software interview process are Resume Shortlist, Technical and HR.
How to prepare for Meditab Software Embedded 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 Ethernet, RTOS, ARM, Analytical skills and Atmel.
What are the top questions asked in Meditab Software Embedded Software Engineer interview?

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

  1. What are Pointer and Pointer-related snippe...read more
  2. Find the prime number of Natural numbers between their rang...read more
  3. Write a code for the Reverse Linked l...read more

Recently Viewed

INTERVIEWS

Essex Lake Group

No Interviews

INTERVIEWS

Dassault Systemes

10 top interview questions

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Imeg Engineering India

No Interviews

INTERVIEWS

Meditab Software

No Interviews

INTERVIEWS

Imeg Engineering India

No Interviews

INTERVIEWS

Dassault Systemes

No Interviews

INTERVIEWS

Meditab Software

No Interviews

INTERVIEWS

Imeg Engineering India

No Interviews

INTERVIEWS

Transaction Solution International India

No Interviews

Tell us how to improve this page.

Meditab Software Embedded Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
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 Embedded Software Engineer Salary
based on 4 salaries
₹5.4 L/yr - ₹6.1 L/yr
17% less than the average Embedded Software Engineer Salary in India
View more details
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