2101 – Learning Plan Q&A | 2025/2026
Exam Review.
DOMAIN I: DATA CREATION AND EDITING (25% – Questions 1–15)
Q1. When creating a new polygon feature in ArcGIS Pro, how does the user finish the polygon
sketch to complete the shape?
A. Single-click the start point
B. Double-click OR press the F2 key
C. Press the ESC key
D. Right-click and select "Delete Sketch"
Correct Answer: B
Rationale: To complete a polygon or line sketch, the user double-clicks the final vertex or
presses F2 (Finish Sketch). ESC cancels the entire sketch. Single-click adds additional vertices.
Right-click provides a context menu including "Finish" but "Delete Sketch" removes the sketch
entirely. Esri exam frequently tests sketch workflow mechanics.
Q2. Which of the following is TRUE about attribute values when merging two polygon features
in ArcGIS Pro?
A. Attributes from both features are automatically averaged
B. Attributes from the feature with the larger area are always retained
C. The Merge dialog prompts the user to specify which attribute values to retain
D. All attribute values are automatically deleted
Correct Answer: C
Rationale: The Merge tool (Modify Features → Merge) opens a dialog allowing the user to
select which source feature's attributes to keep for each field, or enter new values. The tool
does not automatically calculate averages or select by area. User control over attribute
retention is a key geodatabase editing principle.
,Q3. A GIS analyst needs to create a point feature at the exact coordinate (X: 500000, Y:
4000000). Which workflow is most efficient?
A. Click approximately on the map, then manually edit the XY values in the attribute table
B. Use the Create Features pane → Point tool → Right-click → Absolute X,Y
C. Use the Measure tool to find the location, then place the point visually
D. Import the coordinates from a CSV file
Correct Answer: B
Rationale: The Absolute X,Y command (right-click while sketching) allows precise coordinate
entry during feature creation. This is more efficient than post-creation attribute editing (A) or
visual estimation (C). Importing CSV (D) is appropriate for bulk loading but inefficient for a single
point.
Q4. Which snapping type aligns the cursor to the midpoint of an existing line segment?
A. Point snapping
B. End snapping
C. Vertex snapping
D. Midpoint snapping
Correct Answer: D
Rationale: Midpoint snapping (enabled in the Snapping group on the Edit tab) snaps to the
geometric midpoint of existing segments. Point snapping (A) snaps to point features. End
snapping (B) snaps to line/polyline endpoints. Vertex snapping (C) snaps to existing vertices. Esri
exam tests knowledge of all snapping types.
Q5. A user edits a feature class but notices the changes are not reflected when the map is
refreshed. What is the most likely cause?
A. The map coordinate system does not match the data coordinate system
B. The edits have not been saved
C. The layer is turned off in the Contents pane
D. The feature class is stored in a shapefile
Correct Answer: B
Rationale: In ArcGIS Pro, edits are stored in an edit cache until explicitly saved using the Save
Edits button (Edit tab → Save). Unlike some applications, auto-save is not enabled by default.
, Coordinate system mismatches (A) display data but may cause alignment issues, not missing
edits. Layer visibility (C) would hide all features, not just edits. Shapefiles (D) are fully editable.
Q6. Which editing tool splits a polygon into two separate polygons using a sketched line?
A. Merge
B. Explode
C. Cut Polygons
D. Divide
Correct Answer: C
Rationale: The Cut Polygons tool (Modify Features → Cut) splits an existing polygon along a
user-sketched line, creating two separate polygon features. Merge (A) combines features.
Explode (B) converts multipart features to single-part. Divide (D) splits features based on equal
area, equal width, or proportional area—not a sketched line.
Q7. [Drag-and-Drop Style] Match the editing tool to its function:
Table
Tool Function
Trace Follows existing feature geometry
Reshape Edge Replaces a portion of a polygon boundary
Auto-complete Polygon Creates a new polygon adjacent to existing polygons
Extend Lengthens a line to intersect another feature
Correct Matching: Trace → Follows existing feature geometry; Reshape Edge → Replaces
portion of boundary; Auto-complete Polygon → Adjacent to existing polygons; Extend →
Lengthens to intersection
Rationale: These are core editing tools in the Modify Features pane. Trace is essential for
creating features that follow existing edges (e.g., parcels along a road). Auto-complete Polygon
automatically creates shared boundaries, preventing slivers and gaps.