Architecture and Engineering
Final Objective Assessment | 75
Multiple-Choice Questions with
Detailed Rationales
ArcGIS Pro 2e Practice Questions (A–D Options)
Q1: What is the default coordinate system for a new map in ArcGIS Pro?
A) WGS 1984
B) NAD 1983
C) The coordinate system of the first layer added
D) UTM Zone 33N
Answer: C) The coordinate system of the first layer added
Explanation: The map adopts the spatial reference of the first dataset added.
Q2: Which file type stores feature class data in a geodatabase?
A) .shp
B) File Geodatabase Feature Class (.gdb)
C) .csv
D) .kml
Answer: B) File Geodatabase Feature Class (.gdb)
Explanation: Feature classes are stored inside a geodatabase container.
,Q3: What does the “Select by Attributes” tool do?
A) Selects features based on spatial relationship
B) Selects features based on an attribute query
C) Deletes features from a layer
D) Creates a buffer around features
Answer: B) Selects features based on an attribute query
Explanation: Uses SQL expressions to choose features meeting criteria.
Q4: Which geoprocessing tool creates a new polygon by combining
adjacent polygons?
A) Merge
B) Clip
C) Dissolve
D) Intersect
Answer: C) Dissolve
Explanation: Dissolve aggregates features based on shared attributes.
Q5: When performing a Buffer, what does the distance parameter specify?
A) The number of features to select
B) The radius around input features to create buffer polygons
C) The number of vertices in the polygon
D) The map scale
Answer: B) The radius around input features to create buffer polygons
Explanation: Defines how far the buffer extends from each feature.
Q6: What is a project in ArcGIS Pro?
A) A single map file (.mxd)
B) A database file (.gdb)
C) A container (.aprx) that stores maps, layouts, databases, connections, and tools
D) A raster dataset
, Answer: C) A container (.aprx) that stores maps, layouts, databases, connections, and tools
Explanation: Central workspace for organizing your work.
Q7: What does symbology control?
A) The data type of attributes
B) How features appear on the map (color, size, shape)
C) The coordinate system
D) Feature editing
Answer: B) How features appear on the map (color, size, shape)
Explanation: Visual representation of spatial data.
Q8: What is an attribute table?
A) A list of layers
B) A raster file
C) A tabular representation of feature data
D) A map layout
Answer: C) A tabular representation of feature data
Explanation: Rows = features, columns = attributes.
Q9: Which tool would you use to calculate a new field value based on an
expression?
A) Join Field
B) Clip
C) Calculate Field
D) Buffer
Answer: C) Calculate Field
Explanation: Applies formulas or logic to update attribute values.
Q10: What is a spatial join?