Upload Button Icon Add office photos

RadiSys

Compare button icon Compare button icon Compare

Filter interviews by

RadiSys Senior Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 20 Mar 2025

RadiSys Senior Software Engineer Interview Experiences for Experienced

1 interview found

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

20 Questions

  • Q1. 1. Bwp part concept
  • Ans. 

    BWP part concept refers to the concept of breaking down a software system into smaller, more manageable parts.

    • BWP stands for Break-When-Problematic

    • It helps in identifying and isolating issues in the system

    • Each part should have a clear responsibility and interface with other parts

  • Answered by AI
  • Q2. 2. What is corset
  • Ans. 

    Corset is a tight-fitting undergarment worn to shape and support the torso.

    • Corsets were popular in the Victorian era.

    • They were worn by women to achieve an hourglass figure.

    • Modern corsets are often used as fashion statements or for waist training.

    • Corsets can be made of various materials such as satin, leather, or lace.

    • They can be fastened with laces, hooks, or zippers.

  • Answered by AI
  • Q3. 3. Rach procedure
  • Q4. 4. Ue attach procedure
  • Ans. 

    UE attach procedure is a process in LTE network where a UE establishes a connection with the network.

    • UE sends RRC Connection Request message to eNodeB

    • eNodeB sends RRC Connection Setup message to UE

    • UE sends RRC Connection Setup Complete message to eNodeB

    • eNodeB sends RRC Connection Reconfiguration message to UE

    • UE sends RRC Connection Reconfiguration Complete message to eNodeB

    • UE is now attached to the network

  • Answered by AI
  • Q5. 5. Which numerology are you using
  • Ans. 

    I am not using any numerology in my work as a Senior Software Engineer.

    • I do not believe in numerology and do not use it in my work.

    • My focus is on writing efficient and effective code.

    • Numerology has no place in software engineering.

  • Answered by AI
  • Q6. 6. Which bandwidth are you using with RB's
  • Ans. 

    RB's bandwidth usage depends on the specific product and its features.

    • RB's have different bandwidth usage depending on the product

    • The bandwidth usage also depends on the features of the product

    • Examples of RB's with different bandwidth usage are RB750Gr3 and RB4011iGS+RM

  • Answered by AI
  • Q7. 7. 5G architecture
  • Q8. 8. Protocol layers.
  • Q9. 9. Channel mapping
  • Q10. 10. Cell selection ,cell reselection
  • Q11. 11. Slots based on numerology
  • Q12. 12. What is cce
  • Ans. 

    CCE stands for Continuous and Comprehensive Evaluation.

    • CCE is a system of evaluation in education that assesses students' progress continuously throughout the year.

    • It is a comprehensive approach that takes into account various aspects of a student's development, including academic, social, and emotional.

    • CCE aims to reduce the emphasis on rote learning and promote a more holistic approach to education.

    • It was introduced ...

  • Answered by AI
  • Q13. 13. Find loop in linked list
  • Ans. 

    To find a loop in a linked list, use Floyd's cycle-finding algorithm.

    • Use two pointers, one moving at a rate of one node per iteration and the other moving at a rate of two nodes per iteration.

    • If there is a loop, the two pointers will eventually meet at the same node.

    • If there is no loop, the faster pointer will reach the end of the list.

    • Time complexity: O(n), Space complexity: O(1)

  • Answered by AI
  • Q14. 14 . WAP set bit or reset bit
  • Ans. 

    WAP set bit or reset bit is a programming concept used to manipulate individual bits in a binary number.

    • Setting a bit involves changing its value from 0 to 1.

    • Resetting a bit involves changing its value from 1 to 0.

    • This concept is commonly used in low-level programming and hardware manipulation.

    • Example: Setting the 3rd bit of a binary number 1010 would result in 1110.

    • Example: Resetting the 2nd bit of a binary number 110

  • Answered by AI
  • Q15. 15. Storage classes
  • Q16. 16 .what is semaphore
  • Ans. 

    Semaphore is a synchronization object used to control access to a shared resource.

    • Semaphore is a signaling mechanism used to control access to a shared resource

    • It maintains a count of available resources and blocks the thread if the count is zero

    • Semaphore can be used to implement critical sections, mutexes, and barriers

    • Examples include controlling access to a database or limiting the number of concurrent connections

  • Answered by AI
  • Q17. 17. Array vs linkedlist
  • Ans. 

    Arrays are faster for random access, while linked lists are better for frequent insertions and deletions.

    • Arrays have a fixed size, while linked lists can grow dynamically.

    • Arrays are stored in contiguous memory, while linked lists use pointers to connect nodes.

    • Accessing an element in an array is O(1), while in a linked list it is O(n).

    • Inserting or deleting an element in an array is O(n), while in a linked list it is O(1...

  • Answered by AI
  • Q18. 18.SRB ,DRB in 5G
  • Q19. 19. For taking Wireshark logs which command we use
  • Ans. 

    The command used for taking Wireshark logs is 'tcpdump'.

    • Wireshark is a network protocol analyzer tool

    • Tcpdump is a command-line tool used to capture network traffic

    • Tcpdump can be used to capture packets and save them as a file for analysis in Wireshark

    • Example command: tcpdump -i eth0 -w capture.pcap

  • Answered by AI
  • Q20. 18. How to find how much process are running on server
  • Ans. 

    Use command line tools like 'ps' or 'top' to find the number of running processes on a server.

    • Use 'ps aux' command to list all running processes and count the number of lines

    • Use 'top' command and look for the 'Tasks' section which shows the number of running processes

    • Use 'htop' command which provides a more interactive and detailed view of running processes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calp, don't hesitate

Skills evaluated in this interview

Interview questions from similar companies

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

30min duration C coding 10 questions asked

Round 2 - Assignment 

1hr duration interviewer will be giving some random C questions to code

Round 3 - One-on-one 

(2 Questions)

  • Q1. System programming
  • Q2. System design, os concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Asked about journey.
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to programming language
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What actions did you take within your organization to address the measured incident?
  • Ans. 

    Implemented a multi-faceted approach to mitigate incidents, focusing on root cause analysis and team collaboration.

    • Conducted a thorough root cause analysis to identify underlying issues, leading to a 30% reduction in similar incidents.

    • Established a cross-functional incident response team to improve communication and response times during incidents.

    • Developed and implemented a comprehensive incident management process, i...

  • Answered by AI
  • Q2. What are your roles and responsibilities within your organization?
  • Ans. 

    As a Senior Software Engineer, I lead projects, mentor teams, and ensure high-quality software delivery.

    • Lead software development projects from conception to deployment, ensuring alignment with business goals.

    • Mentor junior developers, providing guidance on best practices and code reviews to enhance team skills.

    • Collaborate with cross-functional teams, including product management and design, to define project requiremen...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Technical Questions relevant to your domain and your previous experience.
Round 3 - One-on-one 

(1 Question)

  • Q1. This Round is with your manager and Questions relevant to behavior, self-confidence, technical in quick overview
Round 4 - HR 

(1 Question)

  • Q1. Relevant to experience and self confidence, salary Discussion and further process guidelines

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 Questionnaire 

1 Question

  • Q1. I hade applied through University/campus.4 rounds of interview,1: aptitude test which had many technical qts such are program output prediction. 2: Technical Interview:OOPs concepts,programs.3:Data structu...

I applied via Recruitment Consulltant and was interviewed before Sep 2021. 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 

There is no fix platform for online coding, usually 1-2 Problem solving questions

Round 3 - Technical 

(1 Question)

  • Q1. Purely technical one-one or many-to-one round, asking from basic to advance questions Language Basics Computer Science Fundamentals Data Structures Programming concepts Frameworks Knowledge

Interview Preparation Tips

Topics to prepare for Ciena Software Engineer interview:
  • Data Structures
  • HTML
  • Java
  • Javascript
  • Angular
  • CSS
  • OOPS
  • Database
Interview preparation tips for other job seekers - Be prepared with the basics of every technology you have worked with.

I applied via Referral and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java and Spring questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Scenario Based questions majorly averagely technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical into JDK8, Spring, NodeJS + some cloud and devops

And then basics of APIs, API security, HTTP etc.

I applied via Recruitment Consultant

Interview Questionnaire 

4 Questions

  • Q1. Talked-about work & hobby .
  • Q2. How will you make improvement for organisations growth.
  • Ans. 

    I will drive innovation through cross-functional collaboration, continuous learning, and data-driven decision-making.

    • Promote cross-functional collaboration to leverage diverse perspectives and expertise

    • Encourage continuous learning and development to stay ahead of industry trends

    • Utilize data-driven decision-making to identify opportunities for growth and optimization

  • Answered by AI
  • Q3. Regarding facilities and Salary discussion
  • Q4. Describing about work and projects .

Interview Preparation Tips

Round: Resume Shortlist
Experience: This was on demanding , my profile matched optical fibre manufacturing.

General Tips: My suggestion for all interviews - always be honest for self and job during expressing interview period. Give correct data with politely . Say all things very openly.
Skills: Problem Solving, Leadership, Decision Making Skills
Duration: 1-4 weeks

RadiSys Interview FAQs

How many rounds are there in RadiSys Senior Software Engineer interview for experienced candidates?
RadiSys interview process for experienced candidates usually has 2 rounds. The most common rounds in the RadiSys interview process for experienced candidates are One-on-one Round and Coding Test.
What are the top questions asked in RadiSys Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the RadiSys Senior Software Engineer interview for experienced candidates -

  1. 18. How to find how much process are running on ser...read more
  2. 19. For taking Wireshark logs which command we ...read more
  3. 6. Which bandwidth are you using with R...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Vodafone Idea Interview Questions
4.0
 • 563 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
RadiSys Senior Software Engineer Salary
based on 253 salaries
₹9.7 L/yr - ₹32.5 L/yr
27% more than the average Senior Software Engineer Salary in India
View more details

RadiSys Senior Software Engineer Reviews and Ratings

based on 42 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.6

Salary

3.7

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 42 Reviews and Ratings
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