Upload Button Icon Add office photos

RadiSys

Compare button icon Compare button icon Compare

Filter interviews by

RadiSys SDE (Software Development Engineer) Interview Questions, Process, and Tips

Updated 15 Oct 2022

Top RadiSys SDE (Software Development Engineer) Interview Questions and Answers

RadiSys SDE (Software Development Engineer) Interview Experiences

2 interviews found

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 - Technical 

(2 Questions)

  • Q1. In a file which has opened a file, how do you move the cursor 5 characters ahead of current position?
  • Ans. 

    To move the cursor 5 characters ahead of current position in an opened file.

    • Use fseek() function to move the cursor to the desired position.

    • Pass the current position and offset to fseek() function.

    • Use SEEK_CUR as the reference point for the offset.

  • Answered by AI
  • Q2. Which statement about a binary heap is false?
  • Ans. 

    Answering which statement about a binary heap is false.

    • A binary heap is a complete binary tree where the parent node is always greater or smaller than its children.

    • A binary heap can be represented as an array.

    • A binary heap can be used to implement priority queues.

    • A binary heap can only be a max heap and not a min heap.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain your project?
  • Q2. Puzzle based question
Round 4 - Technical 

(2 Questions)

  • Q1. What is virtual function?
  • Ans. 

    Virtual function is a function in base class that is overridden in derived class.

    • Virtual function allows polymorphism in C++.

    • It is declared in base class with virtual keyword.

    • It is overridden in derived class with same signature.

    • It is called based on the object type at runtime.

    • Example: virtual void display() = 0; // pure virtual function

  • Answered by AI
  • Q2. What is mutex? Explain your project.
  • Ans. 

    Mutex is a synchronization mechanism used to prevent multiple threads from accessing shared resources simultaneously.

    • Mutex stands for mutual exclusion.

    • It is used to protect critical sections of code where multiple threads may try to access shared resources.

    • Mutex allows only one thread to access the shared resource at a time.

    • If another thread tries to access the resource while it is locked by a mutex, it will be blocked...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Tell about your CGPA and college

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core subjects, projects, and know each and every thing written in your resume.

Skills evaluated in this interview

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 - Technical 

(2 Questions)

  • Q1. Questions on Data structures and algorithms
  • Q2. Questions on sql and DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful how you answer questions in a job interview.

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more

Interview questions from similar companies

I applied via Campus Placement 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 - Coding Test 

1 hour test of moderate to difficult level questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. They asked about projects i made during my academic years and asked som questions from DSA
  • Q2. Any advise you want to give our company?

Interview Preparation Tips

Topics to prepare for Ciena SDE (Software Development Engineer) interview:
  • Data Structures
  • Software Development
Interview preparation tips for other job seekers - Study and make your base strong on the DSA topics and be ready to give some answers regarding your own opinions.

I applied via Campus Placement and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds
Consisting of Technical HR and Managerial
It was conducted in a smooth manner questions were asked from resume mostly and some puzzles

Interview Questionnaire 

1 Question

  • Q1. How to design whats up like system?
  • Ans. 

    Designing a messaging system like WhatsApp

    • Choose a reliable and scalable backend technology like Node.js

    • Implement end-to-end encryption for secure communication

    • Use push notifications for real-time messaging

    • Allow users to create groups and broadcast messages

    • Provide features like voice and video calling

    • Ensure data privacy and compliance with regulations

    • Design a user-friendly interface for easy navigation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the interview was not tuff

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic question regarding wireless?

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from core java,collections Question from program problem solving capability

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on trying. knowing basic,core java and j2ee withour problem solving capability is of no use. so try to enhance problem solving capability by practicing everyday and improve communication skills as well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Hashmap working Sql joins Java 8 features
Round 2 - HR 

(1 Question)

  • Q1. Roles and responsibilities
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Focus on 1 programming language and basic data structures

Round 2 - Technical 

(1 Question)

  • Q1. Focus on Scalability and Performance measurement using programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Data Structures and Algorithms with strong foundation in atleast one programming language

Software Engineer Interview Questions & Answers

CommScope user image Vivek Kumar Ambasta

posted on 18 Jul 2024

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

I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Coding Test 

It was JS question paper sheet.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare easy to medium conceptual problems on DSA and Concepts of Java.

RadiSys Interview FAQs

How many rounds are there in RadiSys SDE (Software Development Engineer) interview?
RadiSys interview process usually has 3-4 rounds. The most common rounds in the RadiSys interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in RadiSys SDE (Software Development Engineer) interview?

Some of the top questions asked at the RadiSys SDE (Software Development Engineer) interview -

  1. In a file which has opened a file, how do you move the cursor 5 characters ahea...read more
  2. Which statement about a binary heap is fal...read more
  3. What is mutex? Explain your proje...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Vodafone Idea Interview Questions
4.0
 • 564 Interviews
HFCL Limited Interview Questions
3.9
 • 66 Interviews
Telstra Interview Questions
4.0
 • 49 Interviews
Ciena Interview Questions
4.2
 • 40 Interviews
6D Technologies Interview Questions
3.4
 • 39 Interviews
CommScope Interview Questions
3.7
 • 34 Interviews
View all
Lead Engineer
258 salaries
unlock blur

₹14 L/yr - ₹42.2 L/yr

Software Engineer
255 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Senior Software Engineer
253 salaries
unlock blur

₹9.7 L/yr - ₹32.5 L/yr

Staff Engineer
168 salaries
unlock blur

₹20 L/yr - ₹50 L/yr

Senior Engineer
150 salaries
unlock blur

₹10 L/yr - ₹30.8 L/yr

Explore more salaries
Compare RadiSys with

Vodafone Idea

4.0
Compare

Tata Communications

4.0
Compare

Tata Communications Transformation Services

4.0
Compare

Tikona Infinet

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