i
NetApp
Filter interviews by
Clear (1)
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.
Top trending discussions
I applied via Referral and was interviewed before Feb 2021. There was 1 interview round.
Good interview. Total 2 technical rounds. First one is standard medium DSA question was asked, and in second round javascript/react basic questions were asked. No feedback given after the interview.
posted on 2 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There was 1 interview round.
The first round is the aptitude+Core Subjects(Dsa+Cloud+Networking+Sql+Devops+ML)+ Coding One basic and one Advance
I applied via Company Website and was interviewed before Jan 2022. There were 5 interview rounds.
Common aptitude question (time and distance, clock and calendar, numerical ability and reasoning)
Question related to dynamic programming, sorting and matrix manipulation
I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.
Python programming, Networking concepts
Generally Focus on networking part
DSA and basic python program if you have basic knowledge you can get into next Round easily
I applied via Company Website and was interviewed in Mar 2023. There were 4 interview rounds.
Reasoning verbal english paragraphs
I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.
Use Floyd's Cycle Detection Algorithm to detect loop in linked list.
Initialize two pointers, slow and fast, both pointing to the head of the linked list.
Move slow pointer by one step and fast pointer by two steps in each iteration.
If there is a loop, the slow and fast pointers will meet at some point.
To find the start of the loop, reset one pointer to the head and move both pointers at the same pace until they meet aga
Storage class specifiers in C language define the scope and lifetime of variables.
Storage class specifiers include auto, register, static, and extern.
Auto variables are stored in the stack and have local scope.
Register variables are stored in CPU registers for faster access.
Static variables retain their value between function calls.
Extern variables are declared in one file and can be accessed in another file.
Header files in C language are used to declare functions, variables, and constants that are defined in other source files.
Header files are included at the beginning of a C program using the #include directive.
They help in organizing code by separating declarations from the actual implementation.
Common header files in C include
Header files can also be created by the user to declare c...
based on 1 interview
Interview experience
Member Technical Staff
200
salaries
| ₹0 L/yr - ₹0 L/yr |
Professional Service Engineer
98
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Staff Member 3
74
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
72
salaries
| ₹0 L/yr - ₹0 L/yr |
Mts Software Engineer
62
salaries
| ₹0 L/yr - ₹0 L/yr |
Nutanix
IBM
Oracle
Dell