Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mobiveil Technologies India Team. If you also belong to the team, you can get access from here

Mobiveil Technologies India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mobiveil Technologies India Embedded Software Engineer Interview Questions and Answers

Updated 19 Jun 2024

Mobiveil Technologies India Embedded Software Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is the difference between structure and union
  • Ans. 

    Structure is a data type that allows storing different data types in a single variable, while union is a data type that allows storing only one value at a time.

    • Structure allows storing multiple data types in a single variable, while union allows storing only one value at a time

    • In structure, each member has its own memory location, while in union all members share the same memory location

    • Example: struct Person { char na...

  • Answered by AI
  • Q2. What is the volatile keyword and it's purpose
  • Ans. 

    The volatile keyword is used in C/C++ to indicate that a variable may be changed unexpectedly by external factors.

    • Used to prevent compiler optimizations that assume the variable's value will not change.

    • Commonly used for variables shared between threads or accessed by interrupt service routines.

    • Example: volatile int sensorValue; // variable updated by hardware interrupts

  • Answered by AI
Round 2 - Coding Test 

Linked list , data structures

Round 3 - HR 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Asked past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep to update yourself

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Communication Concepts
  • Q2. Embedded Concepts

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted based on CGPA and Profile
Tips: CGPA above 7.5 and Communication/CS based coursework/ability

Round: Test
Experience: C Coding Questions which checked basic knowledge of C
Tips: Brush up your C skills. Questions are easy but may require knowledge of stuff like what is big endian and little endian etc.
Duration: 1 hour 30 minutes
Total Questions: 12

Round: Technical Interview
Experience: My Communication relation concepts were tested. My Major Project was asked in detail.
Tips: If Comm background, prepare ITC, MultiCarrier/Wireless at a good level. If not they will ask C.

Round: Technical Interview
Experience: I was asked basic level embedded concepts.
Tips: Prepare on the following and similar stuff : How to implement a pseudo dynamic memory allocation using flash memory- which data structure to use. How does Inter Process Communication work. How does a multicore processor synchronizes its cores. If Comm background, give the TX and RX chain design (Wireless System Design)

Skills: Communication Systems, Embedded Systems, C Programming
College Name: IIT Madras

I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: Around 30-40 MCQs + 5 subjective questions.
Subjective questions were - finding little endian/big endian using char-int, function pointers, etc
Duration: 2 hours
Total Questions: 35

Round: Technical Interview
Experience: Mostly resume based, mostly looking for someone who have worked intensively in that area.

College Name: IIT Madras

Software Engineer Interview Questions & Answers

MaxLinear user image Gayathri S ee15m052

posted on 4 Dec 2016

I applied via Campus Placement and was interviewed before Dec 2015. There were 2 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Duration: 1 hour

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Preparation Tips

Round: Test
Experience: It was a written test with some numerical aptitude questions and coding questions. The test was fairly easy
Tips: Learn about pointers and using function pointers

Round: Technical Interview
Experience: First, I was asked to brief about the projects I have done so far. Then there were some questions about C programming like pointers, const pointers, storage classes, volatile keyword etc. It was followed by some basic questions about computer architecture, microcontroller, FPGA, RTOS

Round: Technical Interview
Experience: In this round I was asked to write algorithm for some simple problems like checking if a given integer (not string) is palindrome or not, checking if a number is a multiple of 3 (using bitwise operations) etc

College Name: IIT Madras

Interview Questionnaire 

12 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI
  • Q2. Did you get placed anywhere?
  • Ans. 

    Yes, I got placed at XYZ company.

    • I received an offer from XYZ company and accepted it.

    • I will be starting my new job at XYZ company next month.

    • I am excited to join the team at XYZ company and contribute to their software development projects.

  • Answered by AI
  • Q3. If yes then why are you leaving that company??
  • Ans. 

    Looking for better growth opportunities and challenges.

    • Limited scope for learning and development

    • No clear career progression path

    • Lack of challenging projects

    • Unsatisfactory work-life balance

    • Better compensation and benefits offered by new company

  • Answered by AI
  • Q4. What do you know about our company?
  • Ans. 

    Unknown

    • I apologize, but I do not have any information about your company at this time.

  • Answered by AI
  • Q5. Some question's explaination from 1st round (Segmentation fault)
  • Q6. Remove duplicates from a string
  • Ans. 

    Remove duplicates from a string

    • Convert string to char array

    • Create a HashSet to store unique characters

    • Iterate through char array and add to HashSet

    • Convert HashSet back to string

  • Answered by AI
  • Q7. Linking
  • Q8. Compilation process
  • Q9. 32 bit/64 bit processor ??
  • Q10. InterProcess communication
  • Q11. Socket Programming
  • Q12. Projects

Interview Preparation Tips

Round: Test
Experience: 1. C pointer



2. Storage classes related questions



3. functions



4. OS(fragmentation external/internal)

Round: Test
Experience: 1. We have to add nodes in a linked list in sorted manner



2. Derive ur own malloc function

College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: online test using cocubes
mcq mostly containing c/c++ ques insert string in a linkedlist in sorted order .

Round: Technical Interview
Experience: c/c++ ques , basic concepts , ques on pointers like dangling pointer , memory leak , OS prob on semaphore , priority inversion , etc .

Round: HR Interview
Experience: simple ques

College Name: NA

I applied via Campus Placement and was interviewed in Apr 2022. There were 7 interview rounds.

Round 1 - Aptitude Test 

Physics mcqs

Round 2 - Aptitude Test 

General aptitude and c programming mcqs

Round 3 - Coding Test 

Questions on arrays strings

Round 4 - Coding Test 

Questions on data structures

Round 5 - Technical 

(1 Question)

  • Q1. Questions about what you have mentioned in the resume
Round 6 - HR 

(1 Question)

  • Q1. Common questions on family background why soliton technologies
Round 7 - Group Discussion 

Given a problem statement and discuss the solution for it.

Interview Preparation Tips

Topics to prepare for Soliton Technologies Software Engineer interview:
  • C
Interview preparation tips for other job seekers - C programming is must.
11th and 12th physics is asked in round 1
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

From physics and Maths

Round 2 - Coding Test 

Good for Engineers and technical persons

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for first round
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 Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly c question
  • Q2. Structure padding
Round 2 - Technical 

(1 Question)

  • Q1. Ipc, mutex and semaphore
Round 3 - HR 

(1 Question)

  • Q1. Normal discussion

Mobiveil Technologies India Interview FAQs

How many rounds are there in Mobiveil Technologies India Embedded Software Engineer interview?
Mobiveil Technologies India interview process usually has 3 rounds. The most common rounds in the Mobiveil Technologies India interview process are Technical, Coding Test and HR.
How to prepare for Mobiveil Technologies India 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 Mobiveil Technologies India. The most common topics and skills that interviewers at Mobiveil Technologies India expect are Embedded Software, Networking, RTOS, Wireless and AUTOSAR.
What are the top questions asked in Mobiveil Technologies India Embedded Software Engineer interview?

Some of the top questions asked at the Mobiveil Technologies India Embedded Software Engineer interview -

  1. What is the difference between structure and un...read more
  2. What is the volatile keyword and it's purp...read more

Tell us how to improve this page.

Mobiveil Technologies India Embedded Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

GLOBALFOUNDRIES Interview Questions
3.6
 • 18 Interviews
Element14 Interview Questions
4.0
 • 16 Interviews
Carrier Midea Interview Questions
3.8
 • 15 Interviews
HEG Interview Questions
3.8
 • 14 Interviews
MaxLinear Interview Questions
3.0
 • 12 Interviews
View all
Mobiveil Technologies India Embedded Software Engineer Salary
based on 17 salaries
₹3 L/yr - ₹8.9 L/yr
19% less than the average Embedded Software Engineer Salary in India
View more details

Mobiveil Technologies India Embedded Software Engineer Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.2

Salary

3.7

Job security

3.6

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
47 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Project Lead
29 salaries
unlock blur

₹9.5 L/yr - ₹30 L/yr

Verification Engineer
25 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹8 L/yr - ₹18.5 L/yr

Senior Engineer
19 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Explore more salaries
Compare Mobiveil Technologies India with

Mirafra Technologies

4.0
Compare

Carrier Midea

3.8
Compare

Mouser Electronics

3.9
Compare

MediaTek India Technology

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