2024 Certification Exam Preparation
Question 1. Which data model represents geographic features as points, lines, and polygons?
A) Raster
B) Vector
C) TIN
D) Grid
Answer: B
Explanation: The vector data model stores spatial features as discrete geometric shapes—
points, lines, and polygons—allowing precise representation of objects.
Question 2. What term describes a surface where each location has a measurable value, such as
temperature?
A) Discrete feature
B) Attribute table
C) Continuous surface
D) Feature class
Answer: C
Explanation: Continuous surfaces assign a value to every location (cell) in the dataset, unlike
discrete features that represent distinct objects.
Question 3. In GIS terminology, what is a collection of features that share the same geometry
type and attributes called?
A) Layer
B) Map
C) Raster band
D) Theme
, [GISFF2024] GIS Fundamentals Foundation
2024 Certification Exam Preparation
Answer: A
Explanation: A layer groups features of the same type (e.g., all roads) and displays them
together on a map.
Question 4. Which coordinate system uses latitude and longitude expressed in decimal degrees?
A) Projected Coordinate System (PCS)
B) Geographic Coordinate System (GCS)
C) State Plane Coordinate System
D) UTM
Answer: B
Explanation: GCS defines locations on the earth’s surface using angular measurements—latitude
and longitude—in decimal degrees (or DMS).
Question 5. What is the primary advantage of using a Projected Coordinate System for analysis?
A) It preserves area, shape, distance, or direction accurately over a region.
B) It requires less storage space.
C) It eliminates the need for metadata.
D) It automatically updates data to the latest satellite imagery.
Answer: A
Explanation: PCS transforms the curved earth onto a flat surface, allowing accurate
measurement of distances, areas, and angles within the projection’s region of validity.
Question 6. Which unit is typical for a UTM projected coordinate system?
A) Degrees
B) Meters
C) Feet
, [GISFF2024] GIS Fundamentals Foundation
2024 Certification Exam Preparation
D) Kilometers
Answer: B
Explanation: UTM coordinates are expressed in meters, providing a metric grid for precise
spatial calculations.
Question 7. When adding a shapefile stored on a local drive to ArcGIS Pro, which first step is
required?
A) Publish it as a web service.
B) Use the “Add Data” button and navigate to the folder.
C) Convert it to a raster.
D) Create a new geodatabase.
Answer: B
Explanation: The “Add Data” command lets you browse to the folder containing the shapefile
and load it directly into the map.
Question 8. Which ArcGIS Online resource provides ready‑to‑use basemap layers such as
topographic and imagery?
A) Living Atlas of the World
B) ArcGIS Hub
C) ArcGIS Solutions
D) Data Store
Answer: A
Explanation: The Living Atlas offers curated, high‑quality basemap and reference layers that can
be added directly from ArcGIS Online.
Question 9. What does the “Zoom In” tool primarily affect in a map view?
A) The coordinate system of the map.
, [GISFF2024] GIS Fundamentals Foundation
2024 Certification Exam Preparation
B) The scale, making features appear larger.
C) The attribute table content.
D) The geoprocessing history.
Answer: B
Explanation: Zooming changes the map scale, enlarging (zoom in) or reducing (zoom out) the
visual size of features.
Question 10. If a map’s scale is 1:24,000, what does one inch on the map represent on the
ground?
A) 24,000 inches
B) 24,000 feet
C) 24,000 meters
D) 24,000 centimeters
Answer: A
Explanation: Scale 1:24,000 means 1 unit on the map equals 24,000 of the same units on the
ground; thus, one inch equals 24,000 inches.
Question 11. Which field type would you use to store a date such as “2023‑07‑15”?
A) String
B) Integer
C) Double
D) Date
Answer: D
Explanation: The Date field type is designed to store calendar dates and times, enabling
date‑specific queries and calculations.