Upload Button Icon Add office photos

Filter interviews by

Riverbed Technology Interview Questions, Process, and Tips

Updated 20 Mar 2025

Top Riverbed Technology Interview Questions and Answers

View all 6 questions

Riverbed Technology Interview Experiences

Popular Designations

4 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basics of C on pointers and strings
Round 2 - Technical 

(1 Question)

  • Q1. Leetcode easy/medium question
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral round with Manager and Director

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. TCP/ip stack related
  • Q2. Slowness troubleshooting, IPsec etc

Staff Engineer Interview Questions asked at other Companies

Q1. Swap Adjacent Bit Pairs Problem Statement Given an integer N, your task is to compute the number that results from swapping each even position bit of N's binary representation with its adjacent odd bit to the right. Consider the least signi... read more
View answer (1)

Developer Interview Questions & Answers

user image Utkarsh gupta

posted on 2 Dec 2015

Interview Preparation Tips

Round: Test
Experience: First round technical and basic aptitude test 52 students attended. Second round was coding round, 2 problems were given on basic Data Structures 25 students were shortlisted for this round out of which 9 were called for interview rounds.

Round: Technical Interview
Experience: Next was 4 round of interviews (3 technical + HR round). All 4 interviews were conducted for each student and finally 2 got selected. In interview Deep understanding of networking concepts were tested with some basic data structure, unix, Operating System and oops concepts

General Tips: Be confident and be to yourself.
Interviewers were very relaxed and cool, so same is expected from you, you will be given proper time to answer
Skill Tips: Karumanchi, rs agarwal, tanenbaum for networking.
Skills:
College Name: NIT Surathkal

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. How will you rotate matrix by 90 degrees clockwise and anticlockwise?
  • Ans. 

    To rotate a matrix by 90 degrees clockwise, transpose the matrix and then reverse each row. To rotate anticlockwise, reverse each row and then transpose.

    • Transpose the matrix by swapping elements at (i, j) with (j, i)

    • Reverse each row of the transposed matrix

    • To rotate anticlockwise, reverse each row of the original matrix and then transpose

  • Answered by AI
  • Q2. How will you compress images?(Told 3 methods)
  • Ans. 

    There are three common methods to compress images: lossless compression, lossy compression, and resizing.

    • Lossless compression reduces file size without losing any image quality. Examples include PNG and GIF formats.

    • Lossy compression reduces file size by discarding some image data. Examples include JPEG format.

    • Resizing reduces file size by changing the dimensions of the image. It can be done manually or using image proc

  • Answered by AI
  • Q3. Identify most recent duplicate ? {"google","yahoo","yahoo","google"}-both google and yahoo are repeated but google is first return index 3
  • Ans. 

    Identify the most recent duplicate in an array of strings.

    • Iterate through the array and keep track of the indices of each string using a hashmap.

    • If a string is already present in the hashmap, update its index.

    • After iterating through the array, find the string with the highest index in the hashmap.

  • Answered by AI
  • Q4. Two lines with 10 and 12 points, how many triangles possible?
  • Ans. 

    There are 3 possible triangles that can be formed using the two lines.

    • To form a triangle, we need three points.

    • With two lines, we have a total of four points.

    • By choosing any three points, we can form a triangle.

    • Therefore, there are 3 possible triangles.

  • Answered by AI
  • Q5. Return the element k from a BST
  • Ans. 

    The function should return the element k from a Binary Search Tree (BST).

    • Traverse the BST in-order and keep track of the current element

    • If the current element is equal to k, return it

    • If the current element is greater than k, move to the left subtree

    • If the current element is less than k, move to the right subtree

    • Repeat until the element is found or the entire tree is traversed

  • Answered by AI
  • Q6. If the element not present return the nearest element to it?
  • Ans. 

    The question is asking for a solution to find the nearest element to a given element in an array.

    • Iterate through the array and calculate the absolute difference between each element and the given element.

    • Keep track of the minimum difference encountered and the corresponding element.

    • Return the element with the minimum difference as the nearest element.

  • Answered by AI
  • Q7. About Projects in detail
  • Q8. Operating system basic like fork etc
  • Q9. Networking basics-What happens if you enter gogle.com in browser?

Interview Preparation Tips

Round: Test
Experience: The questions were on basic datastructure, algorithm , networking and operating system
Tips: If GATE qualified then minimum effort required
Duration: 1 hour 30 minutes
Total Questions: 30

Skills: Coding Skills, Critical Thinking, Operating System Basics, Networking Basics
College Name: IIT Madras

Skills evaluated in this interview

Top Riverbed Technology Software Engineer Interview Questions and Answers

Q1. How will you rotate matrix by 90 degrees clockwise and anticlockwise?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

Riverbed Technology interview questions for popular designations

 Member Technical Staff

 (1)

 Software Engineer

 (1)

 Staff Engineer

 (1)

 Developer

 (1)

Interview questions from similar companies

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself and explain your carrier
  • Q2. B. Tech with 11 years of experience on Linux Administration/Devops/Ansible/Puppet/Cloud administration/ AWS/Openstack

Interview Preparation Tips

Interview preparation tips for other job seekers - go with confidence and you can crack the interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude was quite easy with simple python questions

Round 2 - Coding Test 

Asked basic questions on numpy and pandas

Interview Preparation Tips

Topics to prepare for Seagate Intern interview:
  • Python
  • SQL
Interview preparation tips for other job seekers - Prepare for basic questions dont stress too much

Intern Interview Questions & Answers

Seagate user image Shivani Mukunde

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Python program questions
  • Q2. OOPS based programming questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DSA - Linked List, Array and Strings
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is hyperparameter tuning?
  • Ans. 

    Hyperparameter tuning is the process of selecting the best set of hyperparameters for a machine learning model.

    • Hyperparameters are parameters that are set before the learning process begins.

    • Hyperparameter tuning involves adjusting hyperparameters to optimize the model's performance.

    • Common techniques for hyperparameter tuning include grid search, random search, and Bayesian optimization.

  • Answered by AI
  • Q2. How do we train neural networks?
  • Ans. 

    Neural networks are trained using algorithms that adjust the weights and biases of the network based on the input data and desired output.

    • Neural networks are trained using a process called backpropagation, where the error between the predicted output and the actual output is used to adjust the weights and biases of the network.

    • Training data is fed into the neural network, and the network's output is compared to the des...

  • Answered by AI
  • Q3. What is overfitting?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It can be identified when a model performs well on training data but poorly on unseen data.

    • Techniques to prevent overfitting include cross-validation, regularization, and early ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Too much politics and racism. They only prefer regional candidates.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good test soo check

Round 2 - Group Discussion 

Failed in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Can do better and avoid this round for freshers

Riverbed Technology Interview FAQs

How many rounds are there in Riverbed Technology interview?
Riverbed Technology interview process usually has 2 rounds. The most common rounds in the Riverbed Technology interview process are Technical and One-on-one Round.
How to prepare for Riverbed Technology 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 Riverbed Technology. The most common topics and skills that interviewers at Riverbed Technology expect are Agile, Networking, Linux, Python and C++.
What are the top questions asked in Riverbed Technology interview?

Some of the top questions asked at the Riverbed Technology interview -

  1. How will you rotate matrix by 90 degrees clockwise and anticlockwi...read more
  2. Two lines with 10 and 12 points, how many triangles possib...read more
  3. If the element not present return the nearest element to ...read more

Tell us how to improve this page.

Riverbed Technology Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Riverbed Technology Reviews and Ratings

based on 40 reviews

3.9/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

3.9

Salary

3.3

Job security

3.9

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 40 Reviews and Ratings
Member Technical Staff
40 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Escalation Engineer
19 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Technical Lead
12 salaries
unlock blur

₹36.6 L/yr - ₹60 L/yr

TAC Engineer
7 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Software Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹23.3 L/yr

Explore more salaries
Compare Riverbed Technology with

US Tech Solutions

3.8
Compare

SMC Corporation

3.7
Compare

Tangoe

3.7
Compare

TekisHub Consulting Services

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