Radisys interview experience Real time questions & tips from candidates to crack your interview

Backend engineer

Radisys
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Journey
I started in backend development, specifically in the 5G technology domain, using C, C++, and Python. However, due to my interest in backend development—particularly in Node.js, MongoDB, Kafka, and Python—I moved to this team and have been working as a Backend Engineer for the last 2.5 years.
Application story
During campus selection, Radisys visited and shared its requirements, such as CGPA, no active backlogs, and also mentioned its working areas like 5G, etc.
Preparation
Duration: 6 Months
Topics: Node.js, MongoDB, Python, Kafka, C++, JavaScript, NiFi, NoSQL, GraphQL
Tip
Tip

Tip 1: Focus on coding—start with coding platforms and practice the basics.
Tip 2: Focus on core subjects.
Tip 3: Work on at least one hands-on project end-to-end.

Application process
Where: Campus
Eligibility: 7 CGPA, no active backlogs. (Salary Package: 14 LPA)
Resume Tip
Resume tip

Tip 1: Maintaining an 8 CGPA is good; also mention your projects.

Tip 2: Mention your DSA rating as 6/10 (or adjust the rating to something more accurate if needed).

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date1 Jan 2022
Coding problem1

1. Maximum Subarray Sum

Moderate
25m average time
75% success
0/80
Asked in companies
SquadstackAmazonRazorpay

Given an array of numbers, find the maximum sum of any contiguous subarray of the array.


For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and 86.


Given the array [-5, -1, -8, -9], the maximum sum would be -1.


Follow up: Do this in O(N) time.

Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date11 Jan 2022
Coding problem3

1. Day 8 : Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
Info Edge India (Naukri.com)OracleHCL Technologies

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Try solving now

2. Bank System

Follow all possible OOP concepts such as classes, private members, and inheritance, and build a banking system that supports CRUD operations.

3. Technical Questions

Basic questions related to OS and Networking, especially UDP, LAN, TCP, etc., were asked, along with questions on C++, Python, and the project I mentioned in my résumé.

03
Round
Medium
Face to Face
Duration60 minutes
Interview date12 Jan 2022
Coding problem2

1. Subtree of Another Tree

Easy
10m average time
90% success
0/40
Asked in companies
MicrosoftFacebookAmazon

Given two binary trees T and S, check whether tree S has exactly the same structure and node values with a subtree of T, i.e., check if tree S is a subtree of the tree T.

A subtree of a tree T is a tree S consisting of a node in T and all of its descendants in T. The subtree corresponding to the root node is the entire tree; the subtree corresponding to any other node is called a proper subtree.

Try solving now

2. Project Discussion

They asked about my project, which was related to an ML-based product recommendation system that displayed goods based on user interests and maintained ratings. However, the interviewer was not very interested in the ML project and only discussed it at a high level, without going into the details of each component.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes