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 Software Engineer Interview Questions, Process, and Tips

Updated 13 Nov 2024

Top embedUR Systems Software Engineer Interview Questions and Answers

View all 12 questions

embedUR Systems Software Engineer Interview Experiences

21 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 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

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Deals with quantitative aps, networking, electrical core and c code snippets

Round 2 - Group Discussion 

Is basically a group technical interview. anyone who knows the answer can rise their hand, and the interviewer will prompt them to answer-online meet

Round 3 - Group Discussion 

This is similar to gd1.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Operating systems and computer networks

Round 2 - Technical 

(1 Question)

  • Q1. C programming and Java programming
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions from communication engineering, c , linux , microcontroller microprocessor,..

Round 2 - Group Discussion 

GD to test our knowledge and communication

Round 3 - HR 

(2 Questions)

  • Q1. Digital electronics, electrical machines, c programming, microcontroller microprocessor
  • Q2. Difference between malloc and c alloc
  • Ans. 

    malloc and calloc are functions in C programming used for dynamic memory allocation, with the main difference being how they initialize memory.

    • malloc() allocates uninitialized memory, while calloc() allocates zero-initialized memory

    • malloc() takes a single argument for the number of bytes to allocate, while calloc() takes two arguments for the number of elements and size of each element

    • Example: int *ptr = (int*)malloc(5...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Tech 1 vs 3 . Questions from round 3
Round 5 - HR 

(1 Question)

  • Q1. Negotiation, work culture, company expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and be confident that's enough
Deliver the knowledge properly without any low confidence answers

Skills evaluated in this interview

embedUR Systems interview questions for designations

 Embedded Software Engineer

 (2)

 Junior Software Engineer

 (1)

 Software Developer

 (8)

 Software Analyst

 (1)

 Software Developer fresher

 (2)

 Embedded Software Developer

 (1)

 Network Engineer

 (1)

 Network Support Engineer

 (1)

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

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

Round 1 - Aptitude Test 

The aptitude test consists of 30 mcq from general aptitude-(quants+logical) 10 mcq, core subjects 10 mcq and c program snippets 10 mcqs

Round 2 - Group Discussion 

After aptitude test you will be having technical GD , the topics from which the questions are asked are Data structures , operating systems,OOPS, Computer networks - all are basic questions which you studied in your college

Round 3 - Group Discussion 

In the second technical GD you will have the same topics of Data structures, OOPS,CN,OS in a bit advanced level , questions from electronics and electrical subjects were asked if youre from those department , in the final GD - introduction , general topic discussion and more about Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your core subjects and projects
Be strong in your Technical skills and aptitude skills

Get interview-ready with Top embedUR Systems Interview Questions

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

Asking about basic core paper question

Round 3 - Technical 

(2 Questions)

  • Q1. Components working
  • Ans. 

    Components working refers to the individual parts of a system functioning properly together.

    • Components working means each part of the system is operational and interacting correctly.

    • Example: In a software application, components working would include the database, server, and user interface all functioning as intended.

    • Example: In a car, components working would involve the engine, brakes, and steering system all workin

  • Answered by AI
  • Q2. Concepts explanation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Mar 2023.

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

Basics in c , aptitude, network related

Round 3 - Group Discussion 

Rapid fire round gd
They ask basics in network

Round 4 - Technical 

(1 Question)

  • Q1. Gd technical part More concepts in network and core domain

I applied via Approached by Company and was interviewed in Sep 2022. 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 - Group Discussion 

Batch Based GD on the core subjects

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is Paging in OS ?
  • Ans. 

    Paging is a memory management technique used by OS to store and retrieve data from secondary storage.

    • It divides the memory into fixed-size pages and stores data in these pages.

    • It allows efficient use of memory by swapping out less frequently used pages to disk.

    • It reduces fragmentation and improves memory utilization.

    • Examples include Windows Virtual Memory and Linux Swap Space.

  • Answered by AI
  • Q2. What is the difference between BFS and DFS
  • Ans. 

    BFS and DFS are two popular graph traversal algorithms. BFS explores the graph level by level while DFS explores the graph depth by depth.

    • BFS uses a queue data structure while DFS uses a stack or recursion.

    • BFS is guaranteed to find the shortest path between two nodes while DFS may not.

    • BFS is better suited for finding the shortest path, while DFS is better suited for finding all possible paths or cycles.

    • BFS has a higher...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Embedded theory questions and go through basic electronics

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. MCQ questions on C , Linux internals and on Networking .
  • Q2. In Linux internals on threads, in networking IPv4 and IPv6 and layers in networking , DHCP , process, ipc .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare C MCQ questions, and programs on array and mostly on networking concepts.

Interview Questionnaire 

1 Question

  • Q1. All regarding networking and c

embedUR Systems Interview FAQs

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

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

  1. What is difference between flip-flop and Latch...read more
  2. What is the difference between BFS and ...read more
  3. What is Paging in O...read more
How long is the embedUR Systems Software Engineer interview process?

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

Tell us how to improve this page.

embedUR Systems Software Engineer Interview Process

based on 23 interviews

4 Interview rounds

  • Aptitude Test Round
  • Group Discussion Round - 1
  • Group Discussion Round - 2
  • Technical Round
View more
embedUR Systems Software Engineer Salary
based on 92 salaries
₹4 L/yr - ₹11 L/yr
6% less than the average Software Engineer Salary in India
View more details

embedUR Systems Software Engineer Reviews and Ratings

based on 16 reviews

3.1/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.0

Salary

3.4

Job security

2.1

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare embedUR Systems with

Sasken

3.8
Compare

Mindteck

3.2
Compare

Persistent Systems

3.5
Compare

L&T Technology Services

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