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 LinkedIn and was interviewed in May 2022. There were 3 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 tips
Round 2 - Aptitude Test 

Quants reasoning verbal previous year question paper face prep be prepare consistent

Round 3 - Coding Test 

The given coding problem should be solved within the given period of time

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare previous year question paper , solve in faceprep
Round 1 - Aptitude Test 

C basics and pointer

Round 2 - Coding Test 

String related programs like reversing a string, find string length without using library.
Pointers, Dynamic memory allocation related questions
All code should be in c language.

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepare in C and DS. GD may conduct in physical interview but for checking your communication skills only. Be confident.

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is solid principle and describe the use Liskov principles
  • Ans. 

    SOLID principles are design principles for software development. Liskov principle ensures substitutability of objects.

    • SOLID principles are a set of five design principles that help in creating maintainable and scalable software.

    • Liskov principle, named after Barbara Liskov, states that objects of a superclass should be replaceable with objects of its subclasses without affecting the correctness of the program.

    • It ensures...

  • Answered by AI
  • Q2. What is view? How to optimize SP?
  • Ans. 

    View is a virtual table that displays data from one or more tables. SP optimization can be done by reducing the number of joins and using proper indexing.

    • View is a read-only table that is created by a query

    • It can be used to simplify complex queries

    • SP optimization can be done by reducing the number of joins

    • Using proper indexing can also improve performance

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you use dependecy injection? What are advantages?
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make code more modular and testable.

    • Dependency injection is achieved by passing dependencies to a class or method through its constructor or method parameters.

    • Advantages include increased modularity, easier testing, and reduced coupling between components.

    • Examples of dependency injection frameworks include Spring and Guice for Java, and...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change?
  • Q2. What is your next goal?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study carefully every section along with example

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Oct 2021. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of OOP,.Net mvc, SQL, JavaScript
Round 3 - Technical 

(1 Question)

  • Q1. Entity framework, Design Pattern,
Round 4 - HR 

(1 Question)

  • Q1. Previous job role, salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and believe in yourself
Then you can crack the interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question regarding Oops concepts
  • Q2. Whatis abstract methods
  • Ans. 

    Abstract methods are methods that are declared in a class but do not have an implementation.

    • Abstract methods are used to define a common interface for a group of subclasses.

    • They are declared using the 'abstract' keyword and do not have a body.

    • Subclasses must provide an implementation for all abstract methods.

    • Abstract classes can have both abstract and non-abstract methods.

    • Abstract methods cannot be instantiated and can

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 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 tips
Round 2 - Coding Test 

Few simple questions and they will choose any unworthy candidates and then at a later date choose to fire them, realy sad to say.

Round 3 - Coding Test 

Two pundits will join you, both of whom have no understanding of their own statements and believe that the methods they employ are the only correct approach to solving a specific problem.

Round 4 - HR 

(2 Questions)

  • Q1. Why you want to leave your current company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Looking for new challenges and learning opportunities

    • Seeking a more collaborative work environment

    • Company restructuring or changes in management

  • Answered by AI
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Engineers.

    • Consider my years of experience in software development

    • Research the average salary for Software Engineers in the location

    • Factor in any additional skills or certifications that may increase my value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Seniors are very stubborn and not flexible to change.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. What is raid and explain raid levels
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. It is a data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.

    • RAID 0: Striping without parity, offers increased performance but no fault tolerance.

    • RAID 1: Mirroring, offers fault tolerance by duplicating data on two or more driv...

  • Answered by AI
  • Q2. What are different types of storage environments
  • Ans. 

    Different types of storage environments include cloud storage, on-premises storage, and hybrid storage solutions.

    • Cloud storage: Data is stored on remote servers accessed over the internet, providing scalability and flexibility. Example: Amazon S3, Google Cloud Storage

    • On-premises storage: Data is stored locally on physical servers within an organization's premises, offering control and security. Example: NAS devices, SA...

  • Answered by AI
Round 2 - Coding Test 

Write a program which converts Nested list to flated list

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

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Complete Framework used in your organisation
  • Ans. 

    Our organization uses a comprehensive framework that includes multiple technologies and tools for software development.

    • Our framework includes front-end technologies like React and Angular for building user interfaces.

    • For back-end development, we use Node.js and Spring Boot to create robust server-side applications.

    • We also utilize databases such as MySQL and MongoDB for data storage and retrieval.

    • Continuous integration ...

  • Answered by AI
  • Q2. Programm for reverse string,Complete core java concept with implementation in framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What's the difference between React JS and React Native?
  • Ans. 

    React JS is a JavaScript library for building user interfaces on web browsers, while React Native is a framework for building mobile applications using React.

    • React JS is used for web development, while React Native is used for mobile app development.

    • React JS renders components to the DOM, while React Native renders components to native mobile elements.

    • React JS uses HTML and CSS for styling, while React Native uses Styl

  • Answered by AI
  • Q2. How to improve performance of React Native application?
  • Ans. 

    Improve React Native app performance by optimizing code, reducing unnecessary re-renders, using native modules, and implementing code splitting.

    • Optimize code by removing unnecessary dependencies and using efficient algorithms

    • Reduce unnecessary re-renders by using shouldComponentUpdate or React.memo

    • Use native modules for performance-critical tasks to leverage platform-specific optimizations

    • Implement code splitting to lo

  • Answered by AI

Skills evaluated in this interview

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
Mobiveil Technologies India Embedded Software Engineer Salary
based on 17 salaries
₹3 L/yr - ₹8.9 L/yr
18% 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

₹0 L/yr - ₹0 L/yr

Project Lead
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Verification Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mobiveil Technologies India with

Einfochips

3.3
Compare

Mistral Solutions

3.7
Compare

Sasken

3.8
Compare

KPIT Technologies

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