Filter interviews by
I applied via Approached by Company and was interviewed before Oct 2023. There were 3 interview rounds.
I appeared for an interview before Mar 2024, where I was asked the following questions.
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
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
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
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.
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.
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
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.
Riverbed Technology interview questions for popular designations
posted on 17 Sep 2022
I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Aptitude was quite easy with simple python questions
Asked basic questions on numpy and pandas
I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.
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.
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...
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 ...
I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.
Good test soo check
Failed in this round
based on 2 interviews
Interview experience
based on 40 reviews
Rating in categories
Member Technical Staff
40
salaries
| ₹10 L/yr - ₹36 L/yr |
Escalation Engineer
19
salaries
| ₹15 L/yr - ₹30 L/yr |
Technical Lead
12
salaries
| ₹36.6 L/yr - ₹60 L/yr |
TAC Engineer
7
salaries
| ₹6 L/yr - ₹10 L/yr |
Software Engineer
6
salaries
| ₹4.5 L/yr - ₹23.3 L/yr |
US Tech Solutions
SMC Corporation
Tangoe
TekisHub Consulting Services