Upload Button Icon Add office photos
Engaged Employer

i

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

embedUR Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

embedUR Systems Interview Questions and Answers

Updated 17 Jun 2025
Popular Designations

22 Interview questions

A Software Engineer was asked 2mo ago
Q. How do you find the middle element of a stack?
Ans. 

To find the middle element of a stack, use an auxiliary stack or count elements while popping to identify the middle.

  • Use an Auxiliary Stack: Push all elements onto a new stack while counting, then pop elements until reaching the middle index.

  • Count Elements: Keep a count of total elements while popping, then push elements back to the original stack after finding the middle.

  • Example: For a stack with elements [1, 2, ...

View all Software Engineer interview questions
A Software Engineer was asked 7mo ago
Q. How do you reverse an array?
Ans. 

To reverse an array of strings, iterate through half of the array and swap elements from start and end.

  • Iterate through half of the array

  • Swap elements from start and end of the array

View all Software Engineer interview questions
A Junior Software Engineer was asked 12mo ago
Q. What are the uses of pointers in C?
Ans. 

Pointers in C are variables that store memory addresses. They are used to access and manipulate data directly in memory.

  • Pointers are declared using the * symbol, like int *ptr;

  • Pointers can be used to pass variables by reference to functions

  • Pointers are commonly used for dynamic memory allocation with functions like malloc() and free()

  • Pointers can be used to create data structures like linked lists and trees

View all Junior Software Engineer interview questions
A Junior Software Engineer was asked 12mo ago
Q. What are the differences between TCP and UDP?
Ans. 

TCP is connection-oriented, reliable, and slower, while UDP is connectionless, unreliable, and faster.

  • TCP is connection-oriented, meaning a connection must be established before data can be transmitted.

  • TCP is reliable, as it ensures all data is received in the correct order without errors.

  • TCP is slower than UDP due to the overhead of establishing and maintaining connections.

  • UDP is connectionless, meaning data can ...

View all Junior Software Engineer interview questions
A Software Engineer was asked
Q. What is the difference between malloc and calloc?
Ans. 

malloc allocates memory without initializing, while calloc allocates and initializes memory to zero.

  • malloc(size_t size): Allocates 'size' bytes of memory. Example: int *arr = (int *)malloc(10 * sizeof(int));

  • calloc(size_t num, size_t size): Allocates memory for an array of 'num' elements, each 'size' bytes, initialized to zero. Example: int *arr = (int *)calloc(10, sizeof(int));

  • malloc does not initialize memory, le...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Write a C program to store employee ID and name.
Ans. 

C program to store employee id and name using array of strings

  • Declare an array of strings to store employee id and name

  • Use scanf to input employee id and name

  • Print the stored employee id and name using printf

View all Software Engineer interview questions
A Software Developer was asked
Q. What is a flip-flop?
Ans. 

A flip-flop is a digital circuit that can store a single bit of information.

  • It has two stable states, 0 and 1.

  • It is used in sequential logic circuits.

  • Examples include D flip-flop, JK flip-flop, and T flip-flop.

View all Software Developer interview questions
Are these interview questions helpful?
An Electrical Engineer was asked
Q. What is a PNP junction?
Ans. 

A pnp junction is a type of bipolar junction transistor (BJT) that consists of a p-doped semiconductor sandwiched between two n-doped semiconductors.

  • The pnp junction is a three-layer device with a p-type layer sandwiched between two n-type layers.

  • It is commonly used in amplification and switching circuits.

  • In a pnp transistor, the majority charge carriers are holes, which flow from the emitter to the collector.

  • The ...

View all Electrical Engineer interview questions
An Electrical Engineer was asked
Q. What is a resistor?
Ans. 

A resistor is an electronic component that resists the flow of electric current.

  • Resistors are used to control the amount of current flowing in a circuit.

  • They are typically made of a material that has high resistance to the flow of electricity.

  • The resistance of a resistor is measured in ohms (Ω).

  • Resistors come in different shapes and sizes, and are color-coded to indicate their resistance value.

  • Examples of applicat...

View all Electrical Engineer interview questions
A Software Developer was asked
Q. How does quick sort work?
Ans. 

Quick sort works by selecting a pivot element and sorting the array by divide and conquer.

  • Select a pivot element from the array

  • Divide the array into two sub-arrays, one with elements smaller than the pivot and the other with elements greater than the pivot

  • Recursively apply the above steps to the sub-arrays

  • Combine the sorted sub-arrays to get the final sorted array

View all Software Developer interview questions

embedUR Systems Interview Experiences

50 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

OOPS , DBMS , OS , and DSA concepts

Round 2 - Technical 

(2 Questions)

  • Q1. DBMS related concepts
  • Q2. Networking and Network Security
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Data structures, C++
  • Q2. How do you reverse an array
  • Ans. 

    To reverse an array of strings, iterate through half of the array and swap elements from start and end.

    • Iterate through half of the array

    • Swap elements from start and end of the array

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. 1st round is aptitude. and second then conducted 2 rounds of group discussion is conducted. Questions were based on your department core subjects and data structures, Computernetworks, DBMS, OS.
  • Q2. How to find a middle element with stack?
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 Sep 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Online group discussion. Candidates were divided into groups of 10 and for each group 4-5 Fundamental technical questions were asked.

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions were asked
Round 3 - One on one round in person 

(1 Question)

  • Q1. Technical and resume based questions

SDE Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(4 Questions)

  • Q1. Related to Networks
  • Q2. And Pseudo codes
  • Q3. OS related questions were asked
  • Q4. Prepare DSA basic questions
Round 2 - Group Discussion 

Technical GD question on OS DBMS

SDE Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

Aptitude was average ,,, logical reasoning and logical aptitude was quite difficult ,, it take time to ready question and understand it

Round 2 - Group Discussion 

What is semphore in os, Roundrobin algo, binary tree vs binarysearch tree, dfs vs bfs,
the topic are only from your syllabus,,, make sure it go through it once ,,,

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

CS Code Subjects Mcq - OS, DBMS, DATA STRUCTURES, CN

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

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

Round 1 - Aptitude Test 

It was easy and asked on boats and streams, time and work

Round 2 - Group Discussion 

Asked about ece domain

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Electrical Engineering, eager to apply my knowledge and skills in a professional setting.

    • Graduated with a Bachelor's degree in Electrical Engineering

    • Strong understanding of circuit design and analysis

    • Proficient in using CAD software for designing electrical systems

    • Completed internships at XYZ Company, gaining hands-on experience in troubleshooting electrical systems

  • Answered by AI

Interviewer Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2024

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked about general core concepts in mcq format

Round 2 - Group Discussion 

Learn core subjects like ds,oops,networking,os

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare ur domain subejcts clearly,nd be confident to answer first
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Embedded, networks, aptitude basics
Round 2 - Group Discussion 

Technical questions were asked

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about embedUR Systems?
Ask anonymously on communities.

embedUR Systems Interview FAQs

How many rounds are there in embedUR Systems interview?
embedUR Systems interview process usually has 2-3 rounds. The most common rounds in the embedUR Systems interview process are Group Discussion, Aptitude Test and Technical.
How to prepare for embedUR Systems 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 embedUR Systems. The most common topics and skills that interviewers at embedUR Systems expect are Python, WiFi, Linux, Wireless and C.
What are the top questions asked in embedUR Systems interview?

Some of the top questions asked at the embedUR Systems interview -

  1. What is difference between flip-flop and Latch...read more
  2. 1.What is paging? Ans: it is used by Operating system to page the proc...read more
  3. 5.What is Min heap and Max heap Ans: Heap in which the root element or parent n...read more
How long is the embedUR Systems interview process?

The duration of embedUR Systems interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 52 interview experiences

Difficulty level

Easy 11%
Moderate 81%
Hard 7%

Duration

Less than 2 weeks 96%
6-8 weeks 4%
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 214 Interviews
MathCo Interview Questions
3.0
 • 116 Interviews
Zeta Interview Questions
3.4
 • 74 Interviews
CoinDCX Interview Questions
3.8
 • 31 Interviews
Seclore Interview Questions
4.0
 • 27 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
Cloudangles Interview Questions
3.5
 • 24 Interviews
View all

embedUR Systems Reviews and Ratings

based on 49 reviews

3.2/5

Rating in categories

3.7

Skill development

2.7

Work-life balance

3.7

Salary

3.5

Job security

2.7

Company culture

3.4

Promotions

3.0

Work satisfaction

Explore 49 Reviews and Ratings
Quality Assurance Engineer

Chennai

1-3 Yrs

Not Disclosed

Embedded Software Development Engineer

Chennai

0-1 Yrs

Not Disclosed

Cloud Development Engineer

Chennai

0-1 Yrs

Not Disclosed

Explore more jobs
Software Engineer
104 salaries
unlock blur

₹5.2 L/yr - ₹11.4 L/yr

Senior Software Engineer
103 salaries
unlock blur

₹9 L/yr - ₹14.7 L/yr

Technical Lead
21 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Software Developer
19 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Embedded Software Engineer
7 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Explore more salaries
Compare embedUR Systems with

Fractal Analytics

4.0
Compare

MathCo

3.0
Compare

Watchyourhealth.com

4.7
Compare

Innovatiview India Ltd

3.9
Compare
write
Share an Interview