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 Junior Software Engineer Interview Questions and Answers

Updated 1 Jul 2024

embedUR Systems Junior Software Engineer Interview Experiences

1 interview found

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 Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics on C program, Networking & Core relates questions

Round 2 - Group Discussion 

Interviewer will point out and ask you a set of questions on Networking concepts, C programming & questions related to core subjects.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Difference between TCP & 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 be se...

  • Answered by AI
  • Q2. Use 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

  • Answered by AI
  • Q3. Questions on register & flip flop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on Networking concepts, C programming language & have a basic knowledge on your core subjects

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Assignment 

Matrix and logical assigment questions

Round 2 - Coding Test 

Coding question on DSA

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

(1 Question)

  • Q1. You have a hotel and how will you create a complete schema for hotel
  • Ans. 

    To create a complete schema for a hotel, you need to consider various entities like rooms, guests, reservations, staff, amenities, etc.

    • Entities to include: rooms, guests, reservations, staff, amenities, invoices, payments

    • Relationships between entities: guest stays in a room, staff manages reservations, amenities are available in rooms

    • Attributes for each entity: room number, guest name, reservation date, staff ID, ameni

  • Answered by AI

I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic js concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain joins in SQL
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • ...

  • Answered by AI
  • Q2. What are object and class in OOPs?
  • Ans. 

    Objects are instances of classes in OOPs. Classes are blueprints for creating objects with attributes and methods.

    • Objects are instances of classes

    • Classes are blueprints for creating objects

    • Classes define attributes and methods for objects

    • Example: Class 'Car' with attributes like 'color' and methods like 'drive'

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Full day exam on saturday
  • Q2. Coding related, dsa, aptitude etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with every thing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Based on concepts and past experience

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

Array duplicates and burn binary tree

Round 2 - Technical 

(1 Question)

  • Q1. Project specific
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Telecome domain related questions along with Unix shell scripting and SQL database question .

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

After round 1 there was a break of 15 mins and the coding round started.
We had a choice to attempt the exam in R language & SQL or python & sql
I chose python and sql
It had 8 questions 4 python and 4 sql

  • Q1. 

    Longest Common Subsequence Problem Statement

    Given two strings, S and T with respective lengths M and N, your task is to determine the length of their longest common subsequence.

    A subsequence is a seque...

  • Ans. 

    The task is to find the length of the longest common subsequence between two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences of substrings.

    • Iterate through the strings to fill the array and find the length of the longest common subsequence.

    • Example: For strings 'abcde' and 'ace', the longest common subsequence is 'ace' with leng

  • Answered by AI
Round 2 - Video Call 

Round duration - 15 minutes
Round difficulty - Medium

The interview was mostly analytical based and how you approach the round a few technical questions in dbms and oops were also asked.

Round 3 - Video Call 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Medium

Similar to first round
For Shortlists after elimination from first round.

  • Q1. 

    Car Pooling Capacity Problem

    You are a cab driver with a car that initially has 'C' empty seats. The car moves in a straight line towards the forward direction only. Your job is to determine if it is poss...

  • Ans. 

    Determine if it is possible to accommodate all passenger trips within a car's capacity without exceeding it at any point.

    • Iterate through each trip and keep track of the total number of passengers in the car at each point.

    • Check if the total number of passengers exceeds the car capacity at any point.

    • Return 'True' if all trips can be accommodated within the car capacity, otherwise return 'False'.

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 20 minutes
Round difficulty - Easy

After two technical round interviews, the last round was a hr interview. The whole process can take up one whole day or more and your interview can be at any time
My process started at 5 pm and ended at 10:30 pm
All the interviewers were very friendly no pressure.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    Calculate the Nth Fibonacci number efficiently using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers to avoid redundant calculations.

    • Start with base cases F(1) and F(2) as 1, then iterate to calculate subsequent Fibonacci numbers.

    • Time complexity can be optimized to O(N) using dynamic programming.

    • Example: For N = 5, the 5th Fibonacci number is 5.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaCgpa was initially 6 and above but was later on cut to 7 and above due to high no of applicationsFractal Analytics interview preparation:Topics to prepare for the interview - Machine learning, dbms, sql, oops, python,Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be fast ans accurate on your aptitude amd verbal tests. 
Tip 2 : In coding round, depending on the difficulty of the questions the time in which you complete solving them should decrease .If almost everyone can solve them timming comes in to the equation for shortlisting
Tip 3 : While submitting your resume, please be honest about the projects you have done and do not bluff about it because in the interview when you ate drilled abt it, they can catch you easily.
Tip 4 : be confident and answer every question to the best of your ability and if u don't know something, tell them you don't know abt it .

Application resume tips for other job seekers

Tip 1 : Research the company and put the most revalent projects and skills that the company os looking for specifically
Tip 2 : Do not bluff or lie on your resume. It show's during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

embedUR Systems Interview FAQs

How many rounds are there in embedUR Systems Junior Software Engineer interview?
embedUR Systems interview process usually has 3 rounds. The most common rounds in the embedUR Systems interview process are Aptitude Test, Group Discussion and One-on-one Round.
What are the top questions asked in embedUR Systems Junior Software Engineer interview?

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

  1. Difference between TCP & ...read more
  2. Use of pointers i...read more
  3. Questions on register & flip f...read more

Tell us how to improve this page.

embedUR Systems Junior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 207 Interviews
Zeta Interview Questions
3.4
 • 70 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.7
 • 29 Interviews
Seclore Interview Questions
4.1
 • 26 Interviews
MoEngage Interview Questions
4.0
 • 26 Interviews
Exponentia.ai Interview Questions
4.2
 • 15 Interviews
View all
Software Engineer
98 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Engineer
91 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Technical Lead
21 salaries
unlock blur

₹11 L/yr - ₹25 L/yr

Software Developer
12 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Engineering Manager
5 salaries
unlock blur

₹25 L/yr - ₹36 L/yr

Explore more salaries
Compare embedUR Systems with

Fractal Analytics

4.0
Compare

Subex

3.5
Compare

Innovatiview India Ltd

3.9
Compare

Watchyourhealth.com

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