Pure Storage - Big Savings Alert – Don’t Miss This Deal - Ends In 1d 00h 00m 00s Coupon code: 26Y30OFF
  1. Home
  2. Pure Storage
  3. FlashArray-Storage-Professional Exam
  4. Free FlashArray-Storage-Professional Questions

Free Practice Questions for Pure Storage FlashArray-Storage-Professional Exam

Pass4Future also provide interactive practice exam software for preparing Pure Storage Pure Certified FlashArray Storage Professional (FlashArray-Storage-Professional) Exam effectively. You are welcome to explore sample free Pure Storage FlashArray-Storage-Professional Exam questions below and also try Pure Storage FlashArray-Storage-Professional Exam practice test software.

Page:    1 / 14   
Total 75 questions

Question 1

The SNMP protocol can be used to monitor what statistics of the array's performance?



Answer : A

SNMP Capabilities on FlashArray: Pure Storage FlashArrays support SNMP (Simple Network Management Protocol) versions v2c and v3. The primary use case for SNMP on the FlashArray is for integration with third-party monitoring tools (like SolarWinds, Nagios, or Zabbix) to provide a real-time health and performance heartbeat.

Performance Metrics (MIBs): The Pure Storage Management Information Base (MIB) specifically exposes high-level array performance metrics. These include the 'Big Three' of storage performance: Latency (response time in microseconds), Bandwidth (throughput in bytes per second), and IOPS (I/O operations per second).

Scope of Monitoring: While the FlashArray GUI and CLI provide deep granularity (per host, per volume, or per pod), standard SNMP queries typically focus on array-wide performance and health status. Detailed 'Host and volume performance' (Option B) is generally more effectively monitored via the Pure Storage REST API or the Pure1 VM Analytics, as SNMP is less efficient for pulling large tables of per-object data.

Capacity vs. Performance: While SNMP can report on capacity (Option C) through specific OIDs, the question specifically asks about performance statistics. In the context of Pure Storage monitoring documentation, the core performance metrics provided via SNMP traps and polling are latency, bandwidth, and IOPS.


Question 2

An administrator is testing FA File Services configurations and unintentionally disabled User Mapping on an active NFS Export.

What happens to file accessibility on that export?



Answer : B

User Mapping in FA File: On a Pure Storage FlashArray, User Mapping is the mechanism that translates identities between different protocols (like mapping a Windows SID to a Unix UID/GID) or between an external directory service (like Active Directory or LDAP) and the local file system permissions.

The Impact of Disabling Mapping: When User Mapping is disabled on an active NFS export, the FlashArray can no longer resolve the identity of the user attempting to access existing files. Because NFS (specifically NFSv3 and NFSv4.1 supported by Pure) relies on these identifiers to verify file ownership and ACLs, existing files---which are tagged with specific owner IDs---become effectively 'orphaned' from the perspective of the incoming request.

Access vs. Creation: * Existing Files: Accessibility is lost because the system cannot verify that the user has the rights to read or modify the file without the mapping logic.

New Files: Interestingly, in many 'No Mapping' configurations, a user may still be able to create new files (often defaulting to a 'nobody' or 'anonymous' UID depending on the export rules), but they will immediately lose the ability to manage or access them once created because the mapping link is broken.

Real-time Application: Unlike some legacy storage systems that require a service restart, Purity applies export policy changes dynamically. As soon as the 'User Mapping' toggle is disabled, the logic is removed from the data path, impacting active sessions immediately.


Question 3

A network admin is trying to setup Pure1 access and phone home logging on the array.

What port should the admin ensure is opened for the array?



Answer : C

Pure1 and Phone Home: Pure1 is a cloud-based management and monitoring platform. For the FlashArray to communicate its health data, performance metrics, and alerts to Pure Storage, it must be able to 'Phone Home.'

The Power of HTTPS: This communication is encrypted and sent via the HTTPS protocol. Consequently, the standard port for HTTPS, TCP 443, must be opened for outbound traffic on the management network.

Firewall Configuration: The array controllers initiate an outbound connection to the Pure Storage cloud (specifically to destinations like cloud-connect.purestorage.com). Because it is an outbound-initiated connection, most stateful firewalls will allow the return traffic automatically once port 443 is permitted.

Why Option A is incorrect: Port 22 (SSH) is used for secure shell access to the array's CLI. While essential for local administration, it is not used for the automated Phone Home or Pure1 telemetry data stream.

Why Option B is incorrect: Port 8117 was historically used for the 'Remote Assist' tunnel in older Purity versions. However, even for Remote Assist, modern Purity versions have transitioned to using port 443 to simplify firewall rules for customers. It is not the standard port for the general Phone Home/Pure1 logging service.

Verification: An administrator can verify connectivity by running the purearray test phonehome command in the CLI. If port 443 is blocked, the test will fail with a connection timeout.


Question 4

What happens when you demote the original source pod?



Answer : B

ActiveCluster and Pod Roles: In a Pure Storage ActiveCluster or ActiveDR environment, a Pod is a management container for volumes. To move workloads or perform a planned failover between two arrays, you use the Promote and Demote commands.

The Reversal Process: When you have two pods in a replication relationship (Source and Target), data flows from the Promoted (Active/Source) pod to the Demoted (Passive/Target) pod.

When you Demote the current source, it transitions from a 'read-write' state to a 'read-only' (passive) state.

If the other pod in the pair is then Promoted, Purity automatically intelligently reverses the direction of replication. The array that was previously receiving data now begins sending incremental updates back to the original source.

Continuous Protection: This design ensures that you don't have to manually tear down and recreate replication schedules every time you switch production sites. The system tracks the metadata changes and ensures that only the delta (changed blocks) are sent in the new direction.

Why Option C is incorrect: If replication were simply paused, the two sites would quickly drift out of sync, making it impossible to fail back without a full baseline resync.

Why Option A is incorrect: Demoting a pod does not delete any data; it simply changes the access characteristics and replication role. The data remains fully intact on the storage media.


Question 5

What is the Pure Storage recommended Maximum Transmission Unit (MTU) size for the replication ports on a FlashArray?



Answer : C

Understanding MTU: The Maximum Transmission Unit (MTU) defines the largest size of a packet or frame that can be sent in a single network transaction. The standard Ethernet MTU is 1500 bytes. Anything larger than 1500 bytes is referred to as a Jumbo Frame.

Replication Efficiency: Replication involves moving large amounts of data between arrays. Using standard 1500-byte frames results in higher overhead because the CPU must process a larger number of headers for the same amount of data. By increasing the MTU, the FlashArray can pack more data into each frame, reducing CPU interrupts and improving overall throughput.

The Pure Recommendation: Pure Storage specifically recommends an MTU of 9000 for both iSCSI and Replication traffic. This is the industry standard for Jumbo Frames that balances efficiency with compatibility across most enterprise-grade switches.

Configuration Requirements: It is critical to remember that MTU must be configured end-to-end. For an MTU of 9000 to work on the replication ports:

The FlashArray replication ports must be set to 9000.

The network switches along the path (and any routers/ISLs) must support and be configured for at least 9000.

The target array's replication ports must also be set to 9000.

Why 9216 (Option A) is incorrect: While some switches support a 'Baby Giant' or slightly larger MTU like 9216 to account for VLAN tagging overhead, Pure's internal and best practice documentation specifically points to 9000 as the standard setting for the array's interface.


Page:    1 / 14   
Total 75 questions