Upload Button Icon Add office photos
Engaged Employer

i

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

MosChip Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

MosChip Technologies Embedded Engineer Interview Questions and Answers

Updated 2 Jun 2024

MosChip Technologies Embedded Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude and basic C programming

Round 2 - HR 

(2 Questions)

  • Q1. Basic details about you
  • Q2. Where do you live

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

Interview Questionnaire 

19 Questions

  • Q1. Tell me about yoruself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge in algorithms and data structures

    • Passionate about learning new technologies and solving complex problems

  • Answered by AI
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects including a web application for inventory management and a mobile app for fitness tracking.

    • Developed a web application using React for inventory management

    • Created a mobile app using Flutter for fitness tracking

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
  • Q3. Area of interest
  • Ans. 

    My area of interest is artificial intelligence and machine learning.

    • I have experience in developing machine learning models for predictive analytics.

    • I am interested in natural language processing and computer vision applications.

    • I enjoy exploring deep learning algorithms and neural networks.

    • I have worked on projects involving recommendation systems and image recognition.

  • Answered by AI
  • Q4. What are features of C++?
  • Ans. 

    C++ is a high-level programming language with features like object-oriented programming, templates, and memory management.

    • C++ supports object-oriented programming concepts like encapsulation, inheritance, and polymorphism.

    • Templates allow generic programming and code reusability.

    • C++ provides low-level memory manipulation through pointers.

    • Standard Template Library (STL) provides a collection of classes and functions for ...

  • Answered by AI
  • Q5. What is Big Data?
  • Ans. 

    Big Data refers to large and complex data sets that cannot be processed using traditional data processing methods.

    • Big Data is characterized by the 3Vs - Volume, Velocity, and Variety.

    • It requires specialized tools and technologies such as Hadoop, Spark, and NoSQL databases.

    • Examples of Big Data include social media data, sensor data, and financial market data.

  • Answered by AI
  • Q6. Write a program for reversing a string without using string function
  • Ans. 

    Program to reverse a string without using string function

    • Iterate through the string from end to start and append each character to a new string

    • Use a loop to swap the first and last characters, then move towards the middle until the entire string is reversed

    • Convert the string to a character array, then swap the first and last elements until the entire array is reversed

  • Answered by AI
  • Q7. What is your role in final year project?
  • Ans. 

    I was responsible for designing and implementing the project's database and backend functionality.

    • Designed the database schema and created the necessary tables

    • Implemented the backend functionality using Java and Spring framework

    • Collaborated with team members to integrate the frontend and backend components

    • Tested the application and fixed any bugs or issues that arose

    • Presented the project to the faculty and received pos

  • Answered by AI
  • Q8. What are keys in database and why do we use them?
  • Ans. 

    Keys in a database are unique identifiers used to establish relationships between tables and ensure data integrity.

    • Keys are used to uniquely identify records in a database table.

    • Primary keys are used to uniquely identify each record in a table.

    • Foreign keys establish relationships between tables.

    • Keys help enforce data integrity and maintain consistency in the database.

    • Examples of keys include primary keys, foreign keys,

  • Answered by AI
  • Q9. What are issues in cloud?
  • Ans. 

    Issues in cloud include security, downtime, vendor lock-in, and data privacy.

    • Security concerns such as data breaches and unauthorized access

    • Downtime and service interruptions affecting business operations

    • Vendor lock-in and limited flexibility in choosing cloud providers

    • Data privacy and compliance with regulations such as GDPR and HIPAA

  • Answered by AI
  • Q10. Brief introduction of your project and algorithms used in project
  • Ans. 

    Developed a web application for online shopping using React and Node.js

    • Implemented user authentication and authorization using JSON Web Tokens (JWT)

    • Used MongoDB as the database to store user and product information

    • Implemented a search feature using Elasticsearch to provide fast and accurate search results

    • Integrated Stripe payment gateway for secure online transactions

  • Answered by AI
  • Q11. Flow diagram of final year project
  • Ans. 

    The flow diagram of my final year project showcases the step-by-step process of its execution.

    • The flow diagram illustrates the sequence of activities and their dependencies.

    • It helps in understanding the overall structure and logic of the project.

    • Each step in the diagram represents a specific task or action.

    • Arrows indicate the flow of control or data between different steps.

    • Decision points are represented by diamond-sha...

  • Answered by AI
  • Q12. Why do we normalise our database?
  • Ans. 

    Normalisation reduces data redundancy and improves data integrity in a database.

    • Prevents data duplication and inconsistencies

    • Simplifies database maintenance and updates

    • Improves query performance

    • Enforces data integrity and consistency

    • Follows best practices for database design

    • Examples: breaking down a customer table into separate tables for orders, addresses, and payments

    • Examples: creating a separate table for product ca...

  • Answered by AI
  • Q13. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of algorithms and data structures

    • Familiar with agile development methodologies and version control systems like Git

  • Answered by AI
  • Q14. Tell me your 5 qualities so that i should hire you
  • Ans. 

    I am a problem solver, team player, quick learner, detail-oriented, and have strong communication skills.

    • Problem solver - I enjoy tackling complex problems and finding innovative solutions.

    • Team player - I work well with others and value collaboration in achieving goals.

    • Quick learner - I am able to pick up new technologies and concepts quickly.

    • Detail-oriented - I pay attention to the smallest details to ensure high-qual...

  • Answered by AI
  • Q15. Do you have any engineering background
  • Ans. 

    Yes, I have a Bachelor's degree in Computer Engineering.

    • Bachelor's degree in Computer Engineering

    • Experience in software development

    • Knowledge of engineering principles applied to software design

  • Answered by AI
  • Q16. How was your day?
  • Ans. 

    My day was productive and challenging, with a lot of problem-solving and collaboration.

    • Completed a major coding project ahead of schedule

    • Participated in a brainstorming session with team members

    • Solved a tricky bug in the codebase

    • Attended a virtual meeting with stakeholders

  • Answered by AI
  • Q17. Do you have relatives in Pune? or what about your accomodation?
  • Ans. 

    No, I do not have any relatives in Pune. I have arranged for my accommodation in a rented apartment near the office.

    • No relatives in Pune

    • Accommodation arranged in a rented apartment near the office

  • Answered by AI
  • Q18. Do you know about My Passion Challenge test?
  • Ans. 

    Yes, My Passion Challenge test is a coding competition for software engineers.

    • My Passion Challenge test is a coding competition that evaluates the coding skills of software engineers.

    • It is designed to test problem-solving abilities, algorithmic thinking, and coding proficiency.

    • Participants are given a set of coding challenges to solve within a specified time limit.

    • The challenges can range from simple to complex, coveri...

  • Answered by AI
  • Q19. Any higher studies plan?
  • Ans. 

    Considering pursuing a Master's degree in Computer Science to deepen knowledge and advance career.

    • Considering pursuing a Master's degree in Computer Science

    • To deepen knowledge and advance career

    • Examples: MS in Computer Science at XYZ University, online courses in AI and Machine Learning

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In this section, you will find questions from all technical subjects like data structures,design and analysis of algorithms, software testing and quality assurance , computer networks, database management , C , C++ , C# and java. The difficulty level is moderate.
For this section you can study from indiabix.com
In the 2nd section, we have to write a program and also have to follow constraints mentioned in the problem statement. Programs are based on file handling, structure and union , string operations,etc.
In 3rd round, you have to write an essay of about 10 lines. Essay topics are general issues like I had 'Traffic issues in India'.
Tips: Stick to your basics.
All the concepts should be clear.
Programs should be syntactically correct. Try to mention comments and also display output as expected. It adds up to your representation even if your logic goes wrong. :)
For essay writing round, there should be no grammatical mistakes.
Time management is very important.

Duration: 90 minutes
Total Questions: 75

Round: Technical Interview
Experience: My first technical round really went well. So I was qualified for Hr round.
But some candidates had to appear for 2 technical interviews.

Tips: Stay confident about your answers and also mention area of interest in your resume and go through your resume before going to interview. 60% of technical interview is on projects. They are really interested in ideas used in your projects. Explain all the projects in detail like which front end and back end used.
Every round is an elimination round. So give your best and stay confident.


Round: HR Interview
Experience: Hr round is also elimination round. And you should have good communication skills.
There is always backfiring so you have to be attentive and confident.
Always try to reply in a positive way.
Tips: You should read about the history of company and also the domains on which they are working and their recent projects.

Skills: Verbal Communication Skills
College Name: Jawaharlal Nehru Engineering College

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: An objective type written test. Around 60 questions in 1 hr which included around 10 aptitude questions and others from C, Datastructure, Operating System, Computer Network, Software Engineering, Database etc

Round: Technical Interview
Experience: Questions were mainly from Datastructure, Operating System and Database. I was asked to reverse a linked list using a stack and write some sql queries which included use of JOIN.

Round: HR Interview
Experience: At each stage, we get to know if we are still in the selection process of have been eliminated.They were looking for right logic rather than perfect syntax.

College Name: NA

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

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 40

Skills: Technical Analysis
College Name: Sant Longowal Institute Of Engineering And Technology, Longowal

I was interviewed in Jan 2016.

Interview Questionnaire 

25 Questions

  • Q1. 1. what is Machine Learning
  • Ans. 

    Machine learning is a subset of artificial intelligence that enables machines to learn from data without being explicitly programmed.

    • It involves training algorithms on large datasets to make predictions or decisions.

    • It can be supervised, unsupervised, or semi-supervised.

    • Examples include image recognition, natural language processing, and recommendation systems.

  • Answered by AI
  • Q2. 2. Explain how does Prediction works
  • Ans. 

    Prediction uses data analysis and statistical models to forecast future outcomes.

    • Prediction involves collecting and analyzing data to identify patterns and trends.

    • Statistical models are then used to make predictions based on the identified patterns.

    • Predictions can be made for a wide range of applications, such as weather forecasting, stock market trends, and customer behavior.

    • Accuracy of predictions can be improved by ...

  • Answered by AI
  • Q3. 3. Draw flow Chart of classification algorithms
  • Ans. 

    Classification algorithms can be represented using flow charts.

    • Classification algorithms are used to categorize data into different classes.

    • Flow charts can be used to represent the decision-making process of classification algorithms.

    • Examples of classification algorithms include decision trees, k-nearest neighbors, and support vector machines.

  • Answered by AI
  • Q4. Explain what is deadloacks and ways to prevent them
  • Ans. 

    Deadlocks are situations where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlocks occur when multiple processes are stuck in a circular waiting state.

    • Prevention techniques include resource allocation strategies, deadlock detection, and avoidance algorithms.

    • Examples of prevention techniques are using a resource allocation graph, implementing a banker's algor...

  • Answered by AI
  • Q5. 5. what is Banker's algorithm
  • Ans. 

    Banker's algorithm is a resource allocation and deadlock avoidance algorithm used in operating systems.

    • It is used to prevent deadlocks by ensuring that the system never enters an unsafe state.

    • It works by simulating the allocation of resources and checking if the system will remain in a safe state.

    • It requires knowledge of the maximum resource needs of each process and the currently available resources.

    • If a request for r...

  • Answered by AI
  • Q6. 6. Everything in detail about your seminar or project you had done
  • Q7. 7. what is public and private IP. how are they different
  • Ans. 

    Public and private IP addresses are used in computer networks. Public IPs are globally unique and accessible from the internet, while private IPs are used within a local network.

    • Public IP is assigned by the Internet Service Provider (ISP) and is used to identify a device on the internet.

    • Private IP is assigned by a local network administrator and is used to identify a device within a local network.

    • Public IPs are globall...

  • Answered by AI
  • Q8. 8. Explain how a message is transferred in OSI layer
  • Ans. 

    A message is transferred in OSI layer through a process called encapsulation and decapsulation.

    • The message is divided into smaller chunks called packets at the transport layer.

    • Each packet is then encapsulated with headers containing necessary information.

    • The encapsulated packets are then passed down to the network layer.

    • At the network layer, the packets are further encapsulated with network layer headers.

    • The encapsulat...

  • Answered by AI
  • Q9. What is Polymorphism. what are its 3 conditions
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is achieved through method overriding and method overloading.

    • It allows for code reusability and flexibility in object-oriented programming.

    • Three conditions for polymorphism are inheritance, method overriding, and a common interface or base class.

  • Answered by AI
  • Q10. Interoperability in Inheritance and polymorphism
  • Ans. 

    Interoperability in inheritance and polymorphism allows objects of different classes to be used interchangeably.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • Interoperability between inheritance and polymorphism allows objects of different classes to be used interchangeably.

    • For example, a ...

  • Answered by AI
  • Q11. What are transaction logs
  • Ans. 

    Transaction logs are records of all the changes made to a database or file system.

    • They help in recovering data in case of system failure or errors.

    • They provide a history of all the transactions made to the database or file system.

    • They are used for auditing and compliance purposes.

    • Examples include SQL Server transaction logs, file system transaction logs, etc.

  • Answered by AI
  • Q12. What is basic difference between c and cpp. explain on memory levels
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, meaning it focuses on procedures or functions.

    • C++ is an extension of C and adds object-oriented features like classes and inheritance.

    • C++ supports polymorphism, encapsulation, and abstraction, which C lacks.

    • C++ allows the use of standard template library (STL) for data structures and algor...

  • Answered by AI
  • Q13. What are different technologies you have ever worked on and why on them
  • Ans. 

    I have worked on various technologies including Java, Python, and SQL.

    • Java - used for developing enterprise-level applications

    • Python - used for scripting, web development, and data analysis

    • SQL - used for managing and querying databases

  • Answered by AI
  • Q14. Family background and personal interests
  • Q15. Implement binary search on linked list
  • Q16. What is thrashing
  • Ans. 

    Thrashing is a phenomenon in computer systems where excessive swapping of data between RAM and virtual memory occurs.

    • Occurs when a computer spends more time swapping data between RAM and virtual memory than executing actual tasks

    • Can be caused by insufficient RAM or poorly optimized programs

    • Can lead to a significant decrease in system performance

    • Example: A computer running multiple memory-intensive programs simultaneous

  • Answered by AI
  • Q17. Everything from resume was questioned. and Introduce yourself
  • Q18. Basic important difference between java and cpp
  • Ans. 

    Java is platform independent while C++ is not.

    • Java code is compiled into bytecode which can run on any platform with a JVM, while C++ code needs to be compiled separately for each platform.

    • Java has automatic memory management through garbage collection, while C++ requires manual memory management.

    • Java has built-in support for multithreading, while C++ requires external libraries.

    • Java has a simpler syntax and is easier ...

  • Answered by AI
  • Q19. Family background
  • Q20. 2 puzzles were given to solve
  • Q21. I was asked the importance of my native place
  • Q22. Why persistent
  • Ans. 

    Persistence is important for storing data permanently and ensuring data integrity.

    • Persistent storage allows data to be saved even after the application is closed or the system is restarted.

    • It ensures data integrity by preventing data loss in case of system failures.

    • Persistent data can be accessed and shared across different sessions or devices.

    • Examples: databases, file systems, cloud storage.

  • Answered by AI
  • Q23. Your review about the GD which was conducted
  • Ans. 

    I found the GD to be well-organized and productive.

    • The GD had a clear agenda and all participants were given equal opportunity to express their views.

    • The facilitator ensured that the discussion stayed on track and encouraged active participation.

    • I appreciated the diverse perspectives brought by the participants, which enriched the discussion.

    • Examples: One of the participants shared a real-life case study that added dep...

  • Answered by AI
  • Q24. Rate your HR interview, and your personal opinion about it
  • Ans. 

    I rate my HR interview as positive overall, with room for improvement in certain areas.

    • Overall, I felt the HR interview was well-structured and professional.

    • I appreciated the opportunity to discuss my skills and experiences in depth.

    • However, I felt that some questions were repetitive and could have been more engaging.

    • I believe the interview process could benefit from more focus on technical skills and problem-solving a...

  • Answered by AI
  • Q25. If asked to recommend, who will the 2 students you would recommend
  • Ans. 

    I would recommend John and Sarah for their strong technical skills and ability to work well in a team.

    • John has a deep understanding of algorithms and data structures, and consistently delivers high-quality code.

    • Sarah is a quick learner and has a knack for problem-solving, often coming up with innovative solutions.

    • Both John and Sarah have excellent communication skills and collaborate effectively with their peers.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: For the first section, there were 5 quant questions and rest was technical.
in technical, it had majorly testing questions, some in dbms, os and algorithms
Coding round was mainly to test your OOPS concepts and the coding questions where related to the same.
Essay writing was on a very general topic. we had the topic as " things you think are the biggest problem about India"
Tips: keep your testing concepts clear and praactise OOPS coding questions,

Round: Group Discussion
Experience: there was one word rapid fire round. the Interviewer was saying one word pointing at interviewees in random and we were expected to ans in no time.
in the 2nd turn one random statement was made by interviewer eg. "Black is beautiful" and only ans to this should be yes with one justification.
In 3rd round, 1 word was told to every interviewee and we had to say everything except truth about the word.
there was one last topic to discuss " whether 6 is better or 9"
Tips: these were really very fun rounds.
just you need presence of mind and enjoy the GD

Round: Technical Interview
Experience: Here they were checking the basic knowledge in every domain of computer engineering. my interview went on for about an hour. they were seeing how much you know. they drilled us completely in this.
Only one interview was taken for me and was sent for hr round, rest had 2 technical interviews
Tips: revise everything
every subject. they ask very unpredictable questions. they check evrything,
when some students were getting rejecting, the students were told the areas they need to work on and the reasons for not qualifying

Round: HR Interview
Experience: it was great experience. It was getting very technical at one moment but rest it was good
Tips: Just be yourself. Do not lie. they understand when u lie and when u dont.
think hard over the puzzle. solution is very simple.
when they ask something, pay full attention, they give a tinge of hint in it.
5 students went upto HR and all of them were selected

Skills: Logical Puzzles, Operating Systems, Basics Of Machine Learning, Computer Networking, Computer Architecture, Big Data Analytics, Algorithms And Data Structures, 12th Class Fundamentals
College Name: Cummins College Of Engineering For Women (CCOEW)

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions related to VC++ and MFC

I applied via Naukri.com and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Technical and aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions and discussions
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions and interview
Round 4 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident and attend all round of interviews
Contribute & help others!
anonymous
You can choose to be anonymous

MosChip Technologies Interview FAQs

How many rounds are there in MosChip Technologies Embedded Engineer interview?
MosChip Technologies interview process usually has 2 rounds. The most common rounds in the MosChip Technologies interview process are Aptitude Test and HR.
How to prepare for MosChip Technologies Embedded 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 MosChip Technologies. The most common topics and skills that interviewers at MosChip Technologies expect are Linux, ARM, Audio, Bsp and C.

Recently Viewed

INTERVIEWS

MosChip Technologies

No Interviews

INTERVIEWS

MosChip Technologies

No Interviews

INTERVIEWS

BigStep Technologies

No Interviews

INTERVIEWS

BigStep Technologies

No Interviews

INTERVIEWS

BigStep Technologies

No Interviews

INTERVIEWS

BigStep Technologies

No Interviews

SALARIES

L&T Power

INTERVIEWS

BNY

10 top interview questions

CAMPUS PLACEMENT

SRM university (SRMU)

INTERVIEWS

BigStep Technologies

No Interviews

Tell us how to improve this page.

MosChip Technologies Embedded Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
MosChip Technologies Embedded Engineer Salary
based on 5 salaries
₹4 L/yr - ₹12 L/yr
55% more than the average Embedded Engineer Salary in India
View more details
Embedded Software Engineer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Embedded Software Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Physical Design Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MosChip Technologies with

Sasken

3.8
Compare

Einfochips

3.3
Compare

KPIT Technologies

3.4
Compare

Mindteck

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