Mastering ArcGIS Pro 2e Release 2026 Maribeth Price
📘 Practice Test — ArcGIS Pro (2nd Edition) Skills & Concepts
50 Questions + Answers + Detailed Explanations
1. What is the default coordinate system for a new map in ArcGIS Pro?
Answer: The coordinate system of the first layer added to the map.
Explanation: ArcGIS Pro sets the map’s spatial reference based on the first dataset you add.
2. Which file type stores feature class data in a geodatabase?
Answer: Feature Class within a File Geodatabase (.gdb)
Explanation: Feature classes are stored inside a geodatabase container.
3. What does the “Select by Attributes” tool do?
Answer: Selects features based on an attribute query.
Explanation: Uses SQL expressions to choose features meeting criteria.
4. Which geoprocessing tool creates a new polygon by combining adjacent
polygons?
Answer: Dissolve
Explanation: Dissolve aggregates features based on shared attributes.
5. When performing a Buffer, what does the distance parameter specify?
Answer: The radius around input features to create buffer polygons.
Explanation: Defines how far the buffer extends from each feature.
,6. What is a project in ArcGIS Pro?
Answer: A container (.aprx) that stores maps, layouts, databases, connections, and tools.
Explanation: Central workspace for organizing your work.
7. What does symbology control?
Answer: How features appear on the map (color, size, shape).
Explanation: Visual representation of spatial data.
**8. What is the attribute table?
Answer: A tabular representation of feature data.
Explanation: Rows = features, columns = attributes.
9. What tool would you use to calculate a new field value based on an
expression?
Answer: Calculate Field
Explanation: Applies formulas or logic to update attribute values.
10. What is spatial join?
Answer: A geoprocessing operation that transfers attributes from one layer to another based on
spatial relationship.
Explanation: Combines attribute data based on location.
**11. What is the purpose of a geodatabase topology?
Answer: To enforce spatial relationships and data integrity rules.
Explanation: Rules like “no overlaps” or “must be covered” ensure clean geometry.
, 12. What is the Contents pane used for?
Answer: Lists layers in your map and allows you to manage their properties.
Explanation: Controls visibility and order of datasets.
13. Which format is ideal for storing large raster collections?
Answer: Mosaic Dataset
Explanation: Efficiently manages many raster datasets as a single catalog.
14. What does Georeferencing allow you to do?
Answer: Assign coordinate systems to imagery or scanned maps.
Explanation: Aligns raster data to real-world locations.
15. What is a layout in ArcGIS Pro?
Answer: A design space for composing maps, legends, titles, and annotations for printing.
Explanation: Creates map books or printable map outputs.
16. What does the Clip tool do?
Answer: Extracts features that fall within a specified boundary.
Explanation: Useful for focusing on a study area.
17. Which pane shows model logic for geoprocessing workflows?
Answer: ModelBuilder
Explanation: Creates drag‑and‑drop visual workflows.
18. What is Python used for in ArcGIS Pro?