Upload Button Icon Add office photos

Filter interviews by

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

Embedded Software Engineer Jobs at Meditab Software

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online Assessment Test Pattern

English Essay Writing - 25 Minutes
Cognitive and Gaming
Domain Test - 55 min
Programming - 2 Programs 40 Minutes
We can take breaks in between the rounds. Coding should be done only in c or cpp. No other languages are allowed

Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about yourself I'm from IT background. It's done for 30 minutes
  • Q2. Projects in depth (challenges, some part of code explain)
  • Ans. 

    Developed a real-time monitoring system for industrial robots

    • Challenges included optimizing code for real-time performance

    • Implemented communication protocols like CAN bus for data exchange

    • Used PID control algorithms for precise robot movements

  • Answered by AI
  • Q3. Given hacker rank question (medium) level and asked to solve
  • Q4. Some technical questions about c and cpp like structures, pointers,oops concepts
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself It's done for 30 minutes
  • Q2. Strengths and weakness with examples
  • Ans. 

    Strengths in problem-solving and teamwork, weakness in time management

    • Strength: Strong problem-solving skills - able to analyze complex issues and find effective solutions

    • Strength: Excellent teamwork - able to collaborate with others to achieve common goals

    • Weakness: Time management - sometimes struggle to prioritize tasks and meet deadlines

  • Answered by AI
  • Q3. What do you know About KPIT (company related)
  • Q4. What motivates you?
  • Q5. Any questions? At the end interviewer asked me

Interview Preparation Tips

Topics to prepare for KPIT Technologies Embedded Software Engineer interview:
  • C
  • C++
  • OOPS
  • Coding
Interview preparation tips for other job seekers - Be confident. Convey the matter to interviewer with good communication skills. Do some research about company before interview

Skills evaluated in this interview

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

I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 hrs test on basic coding topics

Round 2 - One-on-one 

(1 Question)

  • Q1. Difference between C and Embedded C language
  • Ans. 

    Embedded C is a subset of C language specifically designed for embedded systems programming.

    • Embedded C is optimized for resource-constrained systems with limited memory and processing power.

    • Embedded C may have specific compiler directives and keywords for hardware manipulation.

    • Embedded C may not support all standard C libraries and features.

    • Example: Using 'volatile' keyword for memory-mapped hardware registers in Embed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C language and basic coding well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Autosar related topics
Round 2 - HR 

(1 Question)

  • Q1. Why should I hire you
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Newspaper Ad and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Approximately 40 mins

Round 2 - Coding Test 

Approximately 1 hr 30 mins

Round 3 - Technical 

(1 Question)

  • Q1. Those questions are some basics and some difficult
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. Basic to medium about c and serial communication protocols
Round 3 - Technical 

(1 Question)

  • Q1. Coding and technical with managerial round

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn embedded c and rtos , serial communication protocols ,
practice code
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is yocto? Why it is used and the features
  • Q2. How to write a device driver
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online Assessment Test Pattern

English Essay Writing - 25 Minutes
Cognitive and Gaming
Domain Test - 55 min
Programming - 2 Programs 40 Minutes
We can take breaks in between the rounds. Coding should be done only in c or cpp. No other languages are allowed

Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about yourself I'm from IT background. It's done for 30 minutes
  • Q2. Projects in depth (challenges, some part of code explain)
  • Ans. 

    Developed a real-time monitoring system for industrial robots

    • Challenges included optimizing code for real-time performance

    • Implemented communication protocols like CAN bus for data exchange

    • Used PID control algorithms for precise robot movements

  • Answered by AI
  • Q3. Given hacker rank question (medium) level and asked to solve
  • Q4. Some technical questions about c and cpp like structures, pointers,oops concepts
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself It's done for 30 minutes
  • Q2. Strengths and weakness with examples
  • Ans. 

    Strengths in problem-solving and teamwork, weakness in time management

    • Strength: Strong problem-solving skills - able to analyze complex issues and find effective solutions

    • Strength: Excellent teamwork - able to collaborate with others to achieve common goals

    • Weakness: Time management - sometimes struggle to prioritize tasks and meet deadlines

  • Answered by AI
  • Q3. What do you know About KPIT (company related)
  • Q4. What motivates you?
  • Q5. Any questions? At the end interviewer asked me

Interview Preparation Tips

Topics to prepare for KPIT Technologies Embedded Software Engineer interview:
  • C
  • C++
  • OOPS
  • Coding
Interview preparation tips for other job seekers - Be confident. Convey the matter to interviewer with good communication skills. Do some research about company before interview

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

C programming language

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

I applied via campus placement at Kalinga Institute of Industrial Technology, Khurda and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 hrs test on basic coding topics

Round 2 - One-on-one 

(1 Question)

  • Q1. Difference between C and Embedded C language
  • Ans. 

    Embedded C is a subset of C language specifically designed for embedded systems programming.

    • Embedded C is optimized for resource-constrained systems with limited memory and processing power.

    • Embedded C may have specific compiler directives and keywords for hardware manipulation.

    • Embedded C may not support all standard C libraries and features.

    • Example: Using 'volatile' keyword for memory-mapped hardware registers in Embed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C language and basic coding well

Skills evaluated in this interview

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

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.5
 • 293 Interviews
Globant Interview Questions
3.8
 • 169 Interviews
Chetu Interview Questions
3.3
 • 164 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
Brane Enterprises Interview Questions
2.1
 • 132 Interviews
DE Shaw Interview Questions
3.8
 • 119 Interviews
ivy Interview Questions
3.7
 • 118 Interviews
ServiceNow Interview Questions
4.2
 • 118 Interviews
View all
Programmer Analyst
127 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Quality Analyst
75 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

Medical Billing Specialist
30 salaries
unlock blur

₹2.6 L/yr - ₹4.8 L/yr

Senior Programmer Analyst
29 salaries
unlock blur

₹6.7 L/yr - ₹17.6 L/yr

Explore more salaries
Compare Meditab Software with

Practo

3.1
Compare

Oracle Cerner

3.7
Compare

Veradigm

4.1
Compare

Epic Systems Corporation (Wisconsin)

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