Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by NetApp Team. If you also belong to the team, you can get access from here

NetApp Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NetApp Interview Questions and Answers for Freshers

Updated 4 Jun 2025
Popular Designations

8 Interview questions

A Software Developer was asked
Q. Explain the CSMA/CD protocol.
Ans. 

CSMA/CD is a protocol used in Ethernet networks to avoid data collisions.

  • CSMA/CD stands for Carrier Sense Multiple Access with Collision Detection.

  • Before transmitting data, a device listens to the network to check if it's free.

  • If the network is busy, the device waits for a random amount of time before trying again.

  • If two devices transmit data at the same time, a collision occurs and both devices stop transmitting.

  • ...

A Software Developer was asked
Q. Explain the system stack.
Ans. 

System stack is a data structure used by computer programs to store information about the active subroutines and function calls.

  • System stack is also known as call stack or execution stack.

  • It is a LIFO (Last In First Out) data structure.

  • Each time a function is called, its return address and local variables are pushed onto the stack.

  • When the function returns, the values are popped off the stack.

  • Stack overflow can oc...

A Software Developer was asked
Q. What are TCP and UDP? Explain the differences and their applications.
Ans. 

TCP/UDP are transport layer protocols used for communication between devices on a network.

  • TCP (Transmission Control Protocol) is a reliable, connection-oriented protocol that ensures data is delivered error-free and in order. It is used for applications that require high reliability such as email, file transfer, and web browsing.

  • UDP (User Datagram Protocol) is a connectionless protocol that does not guarantee deli...

A Software Developer was asked
Q. Write a C function for strstr?
Ans. 

strstr function searches for the first occurrence of a substring in a given string.

  • The function takes two arguments: the main string and the substring to be searched.

  • It returns a pointer to the first occurrence of the substring in the main string.

  • If the substring is not found, it returns NULL.

  • The function is case-sensitive.

  • Example: strstr('hello world', 'world') returns 'world'.

A Software Developer was asked
Q. What are the phases of compilation?
Ans. 

Phases of compilation include preprocessing, compilation, assembly, and linking.

  • Preprocessing: expands macros and includes header files

  • Compilation: translates source code to assembly language

  • Assembly: translates assembly code to machine code

  • Linking: combines object files and libraries into an executable

  • Examples: gcc, clang, javac

A Software Developer was asked
Q. What happens when we read from a NULL pointer?
Ans. 

Reading from a NULL pointer results in undefined behavior and can cause a segmentation fault.

  • Dereferencing a NULL pointer can lead to crashes or unexpected behavior.

  • It is important to always check if a pointer is NULL before using it.

  • Examples of undefined behavior include accessing memory that doesn't belong to the program or overwriting important data.

  • Segmentation faults occur when a program tries to access memor...

A Software Developer was asked
Q. If I give you a 512 MB RAM, what will be stored in it?
Ans. 

512 MB RAM is a computer memory module that can store and retrieve data quickly.

  • 512 MB RAM is a type of computer memory module.

  • It can store and retrieve data quickly.

  • It is a relatively small amount of memory compared to modern standards.

  • It may be suitable for basic computing tasks such as web browsing and word processing.

  • It may struggle with more demanding applications such as gaming or video editing.

Are these interview questions helpful?
A Software Developer was asked
Q. Do you have any queries?
Ans. 

Yes, I have a few queries.

  • Can you provide more information about the company culture?

  • What are the opportunities for growth within the company?

  • Can you explain the benefits package in more detail?

NetApp Interview Experiences for Freshers

10 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Introduction, Deep Dive into Resume-based questions, Deep Discussion on ML Projects and Work Experience
  • Q2. ML Concepts, ML Algorithms, Data Science-based use cases, and Team Fit (Behavioral questions)

Interview Preparation Tips

Interview preparation tips for other job seekers - Must possess a strong understanding of machine learning (ML) and deep learning (DL).

Data Scientist Intern Interview Questions asked at other Companies

Q1. If a deadline is approaching, will you compromise on the project quality?
View answer (1)

Internship Trainee Interview Questions & Answers

user image Deepika Sheshabutter

posted on 7 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Platform was Hackerank

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on all dsa topics they mostly focus on dsa

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

So the 1st round was aptitude and coding. It contains around 5 sections, Including OS, JavaScript, C, Java mcq's.
Questions are quite hard.
Last section had 2 coding questions
Difficulty level : Above Medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on os and Cn for interviews

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Good experince . it hd 30 mcqs and 3 coding questions

Round 2 - Aptitude Test 

Haven't gotten selected till round 2

Round 3 - HR 

(1 Question)

  • Q1. It was smooth and final round

Artificial Intelligence Intern Interview Questions asked at other Companies

Q1. Which AI field are you interested in?
View answer (4)

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was 3 question from greedy algorithm and array and stack

Round 2 - Case Study 

Disscusion regarding the resume

Round 3 - HR 

(2 Questions)

  • Q1. Where do u see urself after 5 years
  • Q2. Where do u see yourself after five years

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident

Intern Interview Questions asked at other Companies

Q1. There is a housing society “The wasteful society”. You collect all the household garbage and sell it to 5 different businesses: a. Compost Manufacturer, b. Plastic Recycler, c. Paper Recycler, d. Metal Recycler, e. Miscellaneous. Determine ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Average level 3 coding questions and some aptitude and core questions.

Round 3 - Technical 

(1 Question)

  • Q1. One DSA question and most core questions specially OOPs. A lot discussion on project.
Round 4 - Mangerial 

(1 Question)

  • Q1. Talk with manager, major discussion about project.
Round 5 - HR 

(1 Question)

  • Q1. Discussion about goals and objectives.

Interview Preparation Tips

Topics to prepare for NetApp Information Technology Intern interview:
  • DSA
  • OOPS
  • DBMS
  • Project
  • OS
Interview preparation tips for other job seekers - Focus more on core and project you have done (deep knowledge about it)

Information Technology Intern Interview Questions asked at other Companies

Q1. What coding languages are you proficient in?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Resume-based, logical questions
Round 3 - Technical 

(1 Question)

  • Q1. Resume- based only, achievements

Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2015

Interview Preparation Tips

Round: Test
Experience: There were basically four parts :[Quantitative,C programming,Data Structures and algorithms,Systems].Each section has 10 or more multiple choice questions.There was negative marking for each wrong answer, also there was cutoff for each section.Quantitative section has elementary math question(CAT type).C programming section has o/p and error type question.Data Structures contains tree traversal and order complexity question.whereas systems part has question from all the subjects like compilers(Regular Expression and DFA),communication system,networking,Computer Organization.I was good in C and Data Structures,so frankly speaking the aptitude test was not very tough except for the system's part.Actually aptitude paper was conducted by the forum called "CareerNet ".
Duration: 60 minutes

Round: Technical Interview
Experience: I had two technical interviews, first one was for the elimination[Initially 18 people were shortlisted out of which 10 were eliminated].In the first round they asked me basic questions on C and Operating System. because I applied for
QA(Testing)They asked me to write the test cases for the function which reverse's a floating point number.Second Interview was all about OS,asked me about memory, paging,virtual memory,log files and other stuff...he also asked me to write a code for something which I don't remember but i think it was very easy otherwise I would have
remembered it.Also some question were based on my internship at IBM.

Round: HR Interview
Experience: I had two HR round.One was HR + Technical..whereas other one was completely HR.In the first HR they asked
to write the test cases for the projector before buying(In other words test whether it is working fine or not).Some
questions on Networking as in how many layers are there,use of each layer,difference between UDP & TCP and
HR questions like what if i m not happy with my manager?? What would you do if you need holidays and your companies doesn't allow you one??Second HR was not very different for the first...they asked whether i will be having any problems if relocated to some other place.Future plans,Questions on family background,about my preparation for AIEEE,queries regarding the PPT.
It was a long day,started early morning and went till midnight.They had two profile Developer's and Quality
Assurance.I had applied for QA.After giving the aptitude test I thought I had cracked it.My first interview didn't go
that well but luckilyIi managed to get into the second round.Second interview was good i answered all the questions
nicely. Before sitting for NetApp I had given Adobe's interview so this time i was more confident while facing the HR this time.

General Tips: Study basics of DS,OS and C properly.Otherwise you will be in a lot of trouble during campus placement.Solve as many puzzles and DS question from various sites possible(like Orkut and WU puzzles) before sitting for the interview (as this will provide different ways of how to approach a question).Practice quant and logical reasoning question well as these takes lot of time in solving. Also try to solve Test Your Skills in C it will help a lot.Do revise your project and internship work before the placements because they may ask question on that.Do not bluff if u don't know the answer just say i don't know.Also don't disclose any plans of further studies. The main hurdle in campus placement is to pass the aptitude test, because during interviews many things depends on luck. So,just work hard and hope for the best.If you don't get selected in one company, don't get nervous there will another great company waiting for you.
ALL THE BEST
Skills: DS, OS, C
College Name: NIT WARANGAL
Motivation: NetApp is a great company and I was lucky enough to get it.

Interview Questions & Answers

user image Anonymous

posted on 19 May 2015

Interview Questionnaire 

20 Questions

  • Q1. THEY ASKED A CODE FROM C SECTION. char *func(char *p) { p=p+3;//change local variable return p; } main() { char *y=
  • Q2. )then wat is difference in file pointer and file descriptor.(read K-R unix interface chapter)
  • Q3. )i give u a 512 mb ram. wat will be there in it??
  • Ans. 

    512 MB RAM is a computer memory module that can store and retrieve data quickly.

    • 512 MB RAM is a type of computer memory module.

    • It can store and retrieve data quickly.

    • It is a relatively small amount of memory compared to modern standards.

    • It may be suitable for basic computing tasks such as web browsing and word processing.

    • It may struggle with more demanding applications such as gaming or video editing.

  • Answered by AI
  • Q4. Write a C function for strstr?
  • Ans. 

    strstr function searches for the first occurrence of a substring in a given string.

    • The function takes two arguments: the main string and the substring to be searched.

    • It returns a pointer to the first occurrence of the substring in the main string.

    • If the substring is not found, it returns NULL.

    • The function is case-sensitive.

    • Example: strstr('hello world', 'world') returns 'world'.

  • Answered by AI
  • Q5. What are the phases of compilation?
  • Ans. 

    Phases of compilation include preprocessing, compilation, assembly, and linking.

    • Preprocessing: expands macros and includes header files

    • Compilation: translates source code to assembly language

    • Assembly: translates assembly code to machine code

    • Linking: combines object files and libraries into an executable

    • Examples: gcc, clang, javac

  • Answered by AI
  • Q6. What happens when we read from a NULL pointer?
  • Ans. 

    Reading from a NULL pointer results in undefined behavior and can cause a segmentation fault.

    • Dereferencing a NULL pointer can lead to crashes or unexpected behavior.

    • It is important to always check if a pointer is NULL before using it.

    • Examples of undefined behavior include accessing memory that doesn't belong to the program or overwriting important data.

    • Segmentation faults occur when a program tries to access memory it ...

  • Answered by AI
  • Q7. Some stuff on segmentation
  • Q8. Explain system stack?
  • Ans. 

    System stack is a data structure used by computer programs to store information about the active subroutines and function calls.

    • System stack is also known as call stack or execution stack.

    • It is a LIFO (Last In First Out) data structure.

    • Each time a function is called, its return address and local variables are pushed onto the stack.

    • When the function returns, the values are popped off the stack.

    • Stack overflow can occur w...

  • Answered by AI
  • Q9. He gave me a recursive function and asked the output
  • Q10. Explain CSMA/CD protocol?
  • Ans. 

    CSMA/CD is a protocol used in Ethernet networks to avoid data collisions.

    • CSMA/CD stands for Carrier Sense Multiple Access with Collision Detection.

    • Before transmitting data, a device listens to the network to check if it's free.

    • If the network is busy, the device waits for a random amount of time before trying again.

    • If two devices transmit data at the same time, a collision occurs and both devices stop transmitting.

    • After...

  • Answered by AI
  • Q11. What is TCP/UDP ? Explain the differences & their aplications?
  • Ans. 

    TCP/UDP are transport layer protocols used for communication between devices on a network.

    • TCP (Transmission Control Protocol) is a reliable, connection-oriented protocol that ensures data is delivered error-free and in order. It is used for applications that require high reliability such as email, file transfer, and web browsing.

    • UDP (User Datagram Protocol) is a connectionless protocol that does not guarantee delivery ...

  • Answered by AI
  • Q12. Tell me a question which I should ask you(how generous!)
  • Q13. Why should we hire you (this is the answer of first question!!)
  • Q14. How do you cope up with your team?
  • Ans. 

    I believe in open communication, mutual respect, and teamwork. I encourage my team to share their ideas and opinions.

    • Encourage open communication

    • Respect team members' opinions

    • Collaborate and work together

    • Lead by example

    • Provide constructive feedback

    • Celebrate team successes

  • Answered by AI
  • Q15. Are you confident of getting into Net App
  • Ans. 

    Yes, I am confident of getting into Net App.

    • I have the required skills and experience for the job

    • I have researched the company and its culture

    • I have networked with current employees and received positive feedback

    • I have prepared thoroughly for the interview process

  • Answered by AI
  • Q16. Will you be disappointed if you are not selected
  • Ans. 

    I will be disappointed but I understand that there are many qualified candidates.

    • I have prepared well for this opportunity and would have loved to be selected.

    • However, I also understand that the selection process is competitive and there are many other qualified candidates.

    • If I am not selected, I will take it as a learning experience and continue to work hard towards my goals.

  • Answered by AI
  • Q17. Would you relocate to Bangalore if you get into the company?
  • Ans. 

    Yes, I am willing to relocate to Bangalore for the job.

    • I am open to new opportunities and challenges.

    • I have researched about Bangalore and find it a great place to work and live.

    • I am willing to relocate with my family and make necessary arrangements.

    • I am excited about the prospect of working with the company and contributing to its growth.

  • Answered by AI
  • Q18. Do you have any queries?
  • Ans. 

    Yes, I have a few queries.

    • Can you provide more information about the company culture?

    • What are the opportunities for growth within the company?

    • Can you explain the benefits package in more detail?

  • Answered by AI
  • Q19. What would be my position in your company hierarchy
  • Ans. 

    Your position would depend on your qualifications and experience. We have a clear hierarchy and growth path for all employees.

    • Your position would be determined based on your qualifications and experience

    • We have a clear hierarchy and growth path for all employees

    • Your position would be discussed during the hiring process

    • We value all our employees and provide opportunities for growth and development

  • Answered by AI
  • Q20. How would you evaluate my performance?

Interview Preparation Tips

Round: Test
Experience: it consisted of 4 sections.1st section was quantitative aptitude. questions on pipe-cistern,work,percentages,profit loss etc., 2nd section was c. this was the easiest of all as nearly all questions were from test ur c skills...but all good questions only. 3rd section was ADA.. i.e algorithms. questions were mixed easy as well as hard. some basic questions like a tree is given wat is inorder traversal. some complex questions like the complexity. there were even questions on Graphs.4th section was Systems. questions were tricky. questions on race conditions.segmentation faults.code was given and race condition wat is final output. int a[100];for(i=0;i<=100;i++) a[i]=i; wat will happen?? questions on signals.... So overall it consisted of quant & technical sections of which the first one was on number theory and some calculations.tas stated earlier 3 subsections: C,DS,systems. in C section some codes were given and asked the output mostly they were recursive ,pointers,malloc stuff. in DS stacks,binary trees,sorting & searching,graphs(DFS,MST) it was fundoo. The last section was on compilers,CAO,OS which was tough.totally the test was of good quality.
Duration: 90 minutes

Round: Technical Interview
Experience: 1st Technical round :::It was 20-25 min interview. mostly on c and systems(my aoi) questions

Round: HR Interview
Experience: Initially I was disappointed as I couldn’t get through some of the companies which I expected,I would get through and finally I went for Net App and I was impressed a lot attending the PPT,and their area of work is on Data sotrage which involves OS,CO stuff in which I’m interested in.So I felt I chose the right company & luckily(perhaps) I was selected. Regardless of which company you are aiming for C,DS,OS are a must . You have to be very strong as these are the basics for a CSE student and ther are some companies which ask only algorithms and others cover all the CSE subjects.Coming to the interviews stay cool & think aloud so that if you misunderstood the problem ,he will help you out ....

College Name: BITS PILANI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2015

Interview Preparation Tips

Round: Test
Experience: It consisted of quant & technical sections of which the first one was on number theory and some calculations. the later was composed of 3 subsections:C,DS,systems. in C section some codes were given and asked the output mostly they were recursive ,pointers, malloc stuff. in DS stacks,binary trees,sorting & searching,graphs(DFS,MST) it was fundoo. The last section was on compilers, CAO,OS which was tough.totally the test was of good quality & I thought I couldnt crack it.
Duration: 90 minutes

Round: Technical Interview
Experience: First Round: 
1.write a c function for strstr? 
2.what are the phases of compilation? 
3.what happens when we read from a NULL pointer? 
4.some stuff on segmentation 
5.explain system stack? 
6.he gave me a recursive function and asked the output
Second round: 
1.write the nonrecursive version of inorder traversal of a binary tree?what are the pros and cons? 
2.what is an ISR 
3.explain CSMA/CD protocol? 
4.how would you program for memory fragmentation?and improvements on it in terms of time & space 
5.how do u find a cycle in a singly linked list?what are the best & worst case complexities in terms of the lengths of linear and the circular portion & when do they occur(this is the difficult portion of it) 
6.write c code for counting the number of bits set in a number & improvements on its time complexity? 
7.what is TCP/UDP ? explain the differences & their aplications? 
8.a 5*5 square is divided into 25 equal squares and are shuffled.write a c program to rearrange them to get the original square?
9.6 men on one side of a river how to transfer them to the other side in minimum possible time? 
10.how many tries r required to find the floor in a 100 storied building with 2 eggs?

Round: HR Interview
Experience: 1.Tell me a question which I should ask you(how generous!) 
2.why should we hire you (this is the answer of first
question!!) 
3.how do u cope up with your team? 
4.Are you confident of getting into Net App 
5.Will you be disappointed if u r not selected(???!!!!!!) 
6.would you relocate to Bangalore if u get into the company? 
do u have any queries? 
1.what would be my position in your company hierarchy? 
2.how would you evaluate my performance?

General Tips: Regardless of which company you are aiming for&#44;C,DS,OS are a must .you have to be very strong as these are the basics for a CSE student and there are some companies which ask only algorithms and others cover all the CSE subjects.Coming to the interviews stay cool & think aloud so that if u misunderstood the problem ,he will help u out. All the best c u in NetApp
Skills: OS
College Name: NIT WARANGAL

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about NetApp?
Ask anonymously on communities.

NetApp Interview FAQs

How many rounds are there in NetApp interview for freshers?
NetApp interview process for freshers usually has 2-3 rounds. The most common rounds in the NetApp interview process for freshers are Coding Test, Technical and HR.
How to prepare for NetApp interview for freshers?
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 NetApp. The most common topics and skills that interviewers at NetApp expect are Research, Agile Coaching, Analytical, Artificial Intelligence and Business Analytics.
What are the top questions asked in NetApp interview for freshers?

Some of the top questions asked at the NetApp interview for freshers -

  1. What happens when we read from a NULL point...read more
  2. What is TCP/UDP ? Explain the differences & their aplicatio...read more
  3. THEY ASKED A CODE FROM C SECTION. char *func(char *p) { p=p+3;//change local va...read more
How long is the NetApp interview process?

The duration of NetApp interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 6 interview experiences

Difficulty level

Moderate 75%
Hard 25%

Duration

Less than 2 weeks 100%
View more

Explore Interview Questions and Answers for Top Skills at NetApp

Interview Questions from Similar Companies

EPAM Systems Interview Questions
3.7
 • 568 Interviews
Synechron Interview Questions
3.5
 • 374 Interviews
Movate Interview Questions
3.3
 • 269 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 182 Interviews
Globant Interview Questions
3.7
 • 180 Interviews
ThoughtWorks Interview Questions
3.9
 • 156 Interviews
Luxoft Interview Questions
3.7
 • 128 Interviews
View all

NetApp Reviews and Ratings

based on 380 reviews

3.8/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.9

Salary

2.9

Job security

3.9

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 380 Reviews and Ratings
Director, Product Management (Data Protection)

Bangalore / Bengaluru

16-26 Yrs

Not Disclosed

Professional Services Engineer

Bangalore / Bengaluru

4-7 Yrs

₹ 13-18 LPA

Salesforce Developer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Member Technical Staff
182 salaries
unlock blur

₹12 L/yr - ₹51 L/yr

Professional Service Engineer
107 salaries
unlock blur

₹7.6 L/yr - ₹30.5 L/yr

Software Engineer
100 salaries
unlock blur

₹17.8 L/yr - ₹31 L/yr

Technical Staff Member 3
86 salaries
unlock blur

₹21 L/yr - ₹46.2 L/yr

Mts Software Engineer
74 salaries
unlock blur

₹14.6 L/yr - ₹50 L/yr

Explore more salaries
Compare NetApp with

Nutanix

3.8
Compare

IBM

4.0
Compare

Oracle

3.7
Compare

Synechron

3.5
Compare
write
Share an Interview