i
NetApp
Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2022. There were 5 interview rounds.
Average level 3 coding questions and some aptitude and core questions.
I appeared for an interview in Feb 2025.
0/1 Knapsack Problem
Count islands in a 2D grid of 0s and 1s, where 1s represent land and 0s represent water.
An island is surrounded by water and is formed by connecting adjacent lands horizontally or vertically.
Use Depth-First Search (DFS) or Breadth-First Search (BFS) to explore and mark visited land.
Example grid: [[1,1,0,0],[0,1,0,0],[0,0,1,1],[0,0,0,0]] has 2 islands.
Iterate through each cell; if a '1' is found, increment the island co
Retrieve nodes from a binary tree at specified levels using a breadth-first search approach.
Use a queue to perform a level-order traversal of the binary tree.
Track the current level and add nodes to a result list when the level matches the specified levels.
Example: For levels [0, 1], in a tree with root 1, return [1, [2, 3]].
Ensure to handle cases where specified levels exceed the height of the tree.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Count the frequency of numbers in an array of strings.
Iterate through the array and use a hashmap to store the frequency of each number.
If the number is already in the hashmap, increment its count. Otherwise, add it to the hashmap with a count of 1.
Return the hashmap with the frequency of each number.
NetApp interview questions for popular designations
Get interview-ready with Top NetApp Interview Questions
I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Hirepro was used for coding round
I have worked on various projects including a mobile app for tracking fitness goals and a website for a local charity organization.
Developed a mobile app using React Native to help users track their fitness goals
Designed and built a website for a local charity organization to increase online presence and donations
In 5 years, I see myself as a senior manager leading a team of professionals in a successful company.
Leading a team of professionals
Senior manager role
Working in a successful company
NetApp offers reliable and efficient data storage solutions for businesses of all sizes.
NetApp provides high-performance storage solutions for businesses to efficiently manage and protect their data.
Their data management software allows for seamless integration with cloud services, enabling businesses to easily scale their storage needs.
NetApp's reputation for reliability and customer support makes them a trusted choic...
I appeared for an interview in Jul 2024.
Use sliding window technique to find starting indices of substring formed by concatenating words from list in string S.
Create a hashmap to store the frequency of words in the list.
Use sliding window of size equal to total length of all words combined.
Slide the window through the string and check if the substring formed matches the hashmap.
If match found, store the starting index of the substring.
I appeared for an interview in Jan 2025.
C-programming , c++, embedded c
C-programming, embedded c
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I was asked a question to implement LRU cache. Interviewer as really helpful
NAS (Network Attached Storage) is file-based, while SAN (Storage Area Network) is block-based storage, serving different needs.
NAS is typically used for file sharing over a network, suitable for home and small business environments.
SAN provides high-speed block-level storage, ideal for enterprise applications and databases.
NAS uses standard network protocols like NFS and SMB, while SAN uses protocols like iSCSI and Fib...
Some of the top questions asked at the NetApp interview -
The duration of NetApp interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 41 interviews
Interview experience
based on 356 reviews
Rating in categories
Member Technical Staff
196
salaries
| ₹14.5 L/yr - ₹51 L/yr |
Professional Service Engineer
96
salaries
| ₹6.2 L/yr - ₹26.7 L/yr |
Technical Staff Member 3
80
salaries
| ₹21 L/yr - ₹45 L/yr |
Software Engineer
65
salaries
| ₹14.6 L/yr - ₹28.9 L/yr |
Mts Software Engineer
64
salaries
| ₹15 L/yr - ₹50 L/yr |
Nutanix
IBM
Oracle
Dell