Filter interviews by
I applied via Campus Placement
Design a restaurant website with menu, reservation system, and location map.
Include high-quality images of the restaurant, food, and ambiance
Create a user-friendly navigation menu for easy access to different sections
Implement a reservation system with date, time, and party size options
Integrate a location map with directions and contact information
Ensure mobile responsiveness for easy access on different devices
I applied via Campus Placement and was interviewed in Apr 2023. There were 5 interview rounds.
Aptitude questions from various topics
Two coding questions easy and medium
Coding test was comprising of mcq based questions on db, oops, c++ and java
Aruba Networks interview questions for popular designations
I applied via Naukri.com and was interviewed in Jul 2022. There were 5 interview rounds.
I applied via Referral and was interviewed before Nov 2021. There were 2 interview rounds.
To rotate a matrix's values, transpose the matrix and then reverse each row or column.
Transpose the matrix by swapping elements across the diagonal
Reverse each row or column to rotate the matrix
For clockwise rotation, reverse the rows. For anti-clockwise, reverse the columns
Example: [[1,2,3],[4,5,6],[7,8,9]] -> [[1,4,7],[2,5,8],[3,6,9]] -> [[7,4,1],[8,5,2],[9,6,3]]
I applied via Referral and was interviewed in Jan 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed before Feb 2022. There were 4 interview rounds.
Question on javascript, html, css. Object oriented Design principals
How do you optimized a webpage? gave an array of objects and find the sum
I want to work for HPE, Aruba because of their reputation as a leader in cloud technology and their commitment to innovation.
HPE, Aruba is known for their expertise in cloud technology
They have a strong reputation as a leader in the industry
I am impressed by their commitment to innovation and staying ahead of the curve
Working for HPE, Aruba would provide me with opportunities for professional growth and development
I be...
Yes, I have failed to meet deadlines in the past.
Provide an example of a project where you were unable to meet the deadline.
Explain the reasons for the failure and what you learned from it.
Discuss any steps you have taken to improve your time management skills since then.
Top trending discussions
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.
I was interviewed before Mar 2021.
Round duration - 40 minutes
Round difficulty - Easy
Technical round with questions based on DSA.
Create a program to reverse a given integer N
. The output should be the reversed integer.
If a number has trailing zeros, their reversed version should not inclu...
Reverse a given integer while excluding trailing zeros.
Create a program to reverse the given integer by converting it to a string and then reversing it.
Remove any trailing zeros from the reversed string before converting it back to an integer.
Handle the constraints of the input integer being between 0 and 10^8.
Example: For input 1230, the output should be 321.
You are given a Singly Linked List of integers. Your task is to reverse the Linked List by changing the links between nodes.
The first line of input contai...
Reverse a given singly linked list by changing the links between nodes.
Iterate through the linked list and reverse the links between nodes.
Use three pointers to keep track of the current, previous, and next nodes.
Update the links while traversing the list to reverse it.
Return the head of the reversed linked list.
new int[5] is C++ specific and initializes the array with default values, while malloc(5 * sizeof(int)) is a C function and does not initialize the array.
new int[5] is C++ specific and calls constructors for each element in the array.
malloc(5 * sizeof(int)) is a C function and does not call constructors, leaving the array uninitialized.
new int[5] returns a pointer to the first element of the array, while malloc(5 * siz...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 6 interviews
Interview experience
based on 80 reviews
Rating in categories
Software Engineer
37
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Software Developer
28
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Network Engineer
24
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Senior Network Engineer
19
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Software Designer
16
salaries
| â‚ą0 L/yr - â‚ą0 L/yr |
Cisco
Juniper Networks
Hewlett Packard Enterprise
Extreme Networks