i
Pure Storage
Filter interviews by
RAID stands for Redundant Array of Independent Disks. It is a data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.
RAID levels include RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, etc.
RAID 0 offers striping without redundancy, RAID 1 mirrors data across multiple drives for redundancy,...
Zoning is the process of dividing a network into multiple separate segments, while hosts are devices connected to a network.
Zoning helps in improving network security by isolating different segments of the network.
Hosts are devices such as computers, printers, servers, etc., that are connected to a network.
Zoning can be implemented using VLANs (Virtual Local Area Networks) or physical network segmentation.
Hosts communi...
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
Hackerrank question was asked and answered in an optimized way
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Asked me in general DSA and coding questions. not too difficult, and definitely not the "if you know you know" kind of questions
I applied via Recruitment Consulltant and was interviewed in Nov 2023. There was 1 interview round.
Semaphores and mutexes are synchronization mechanisms used in multi-threaded programming to control access to shared resources.
Semaphores are used to control access to a shared resource by counting the number of available resources.
Mutexes are used to provide mutual exclusion to shared resources by allowing only one thread to access the resource at a time.
Semaphores can be used to implement producer-consumer problem, w...
Pure Storage interview questions for popular designations
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
This was easy 2 hours coding assessment on Hackerrank
I applied via Referral and was interviewed before May 2023. There was 1 interview round.
Handling challenging business situations requires problem-solving skills, communication, and adaptability.
Stay calm and assess the situation objectively
Communicate effectively with all stakeholders involved
Seek input and advice from colleagues or mentors
Develop a plan of action and be prepared to adjust as needed
Learn from the experience to prevent similar challenges in the future
Top trending discussions
I applied via Referral and was interviewed before Jul 2023. There was 1 interview round.
OOPS concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail
I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.
Find the missing character in two strings with linear time complexity and constant space complexity.
Iterate through both strings simultaneously and XOR the ASCII values of characters.
The missing character will be the XOR result with the ASCII value of the last character in the longer string.
Example: s1 = 'abcd', s2 = 'abcde', missing character is 'e'.
Search for target value in a sorted rotated array efficiently.
Use binary search to find the pivot point where the array is rotated.
Then perform binary search on the appropriate half of the array to find the target value.
Handle cases where the target value is at the pivot point or not found.
Decorators in Python are functions that modify the behavior of other functions. Function objects are objects that can be assigned to variables, passed as arguments, and returned from other functions.
Decorators are used to add functionality to existing functions without modifying their code.
They are defined using the @ symbol followed by the decorator function name above the function definition.
Function objects in Pytho...
Sort zeros to the end of the array of strings
Iterate through the array and move all zeros to the end
Use two pointers approach to swap elements
Example: Input: ['1', '0', '3', '0', '5'], Output: ['1', '3', '5', '0', '0']
I applied via LinkedIn
1. Array question: Move all zeroes to the end of the array
2. Square the sorted array element
based on 6 interviews
Interview experience
based on 30 reviews
Rating in categories
Member Technical Staff
38
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Staff Member 3
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Salesforce Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Salesforce Developer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Mts Software Engineer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
NetApp
Dell EMC
Hewlett Packard Enterprise
IBM