GIS For Engineering (Knowledge) 3 — Questions and Answers
Question 1: What is a geodatabase feature dataset in Esri GIS used for in engineering workflows?
- Storing raster imagery
- Grouping related vector feature classes that share a coordinate system (Correct answer)
- Defining map symbology
- Converting CAD drawings to PDF
Correct answer: Grouping related vector feature classes that share a coordinate system
A feature dataset groups related feature classes in a geodatabase and enforces a common spatial reference, which is essential for topology and network datasets.
Question 2: Which interpolation method is typically used in GIS to create a smooth surface from surveyed elevation points for engineering design?
- Nearest neighbor
- Kriging (Correct answer)
- Natural breaks
- Boolean overlay
Correct answer: Kriging
Kriging is a geostatistical interpolation method that produces smooth, statistically optimal surfaces from sample points, commonly used in terrain and subsurface modeling.
Question 3: In GIS for transportation engineering, what is a Linear Referencing System (LRS) used for?
- Projecting road data into geographic coordinates
- Locating events and features along a route using measurements from a reference point (Correct answer)
- Classifying road surfaces by material
- Generating 3D building models
Correct answer: Locating events and features along a route using measurements from a reference point
An LRS uses measured distances along a route (such as mile markers) to precisely locate pavement conditions, accidents, or signs without relying solely on coordinates.
Question 4: What is the primary advantage of using a file geodatabase (.gdb) over a shapefile in engineering GIS projects?
- It supports more color symbology options
- It has no field name length limit, supports larger datasets, and allows topology (Correct answer)
- It is readable by all CAD software
- It stores data in XML format for easy editing
Correct answer: It has no field name length limit, supports larger datasets, and allows topology
A file geodatabase overcomes shapefile limitations such as the 2 GB file size cap, 10-character field name limit, and lack of built-in topology support.
Question 5: What does a 'buffer' operation in GIS engineering analysis produce?
- A new layer showing attribute statistics
- A polygon zone of a specified distance around a feature (Correct answer)
- A raster layer showing slope values
- A clipped subset of an existing dataset
Correct answer: A polygon zone of a specified distance around a feature
A buffer creates a polygon that represents the area within a specified distance from a point, line, or polygon feature, used for setback analysis and impact zones.
Question 6: Which spatial analysis technique would a civil engineer use to determine which areas of a site drain into a specific culvert location?
- Thiessen polygon generation
- Catchment area / contributing area analysis (Correct answer)
- Spatial join by attribute
- Land use overlay
Correct answer: Catchment area / contributing area analysis
Catchment or contributing area analysis uses flow direction grids derived from a DEM to identify all upstream cells that drain to a given outlet point.
Question 7: In GIS, what is the purpose of 'snapping' during data editing for an engineering utilities layer?
- Automatically reclassifying land use polygons
- Aligning features so endpoints connect precisely without gaps or overshoots (Correct answer)
- Converting feature coordinates to a new projection
- Generating elevation contours from a DEM
Correct answer: Aligning features so endpoints connect precisely without gaps or overshoots
Snapping forces vertices and endpoints to coincide exactly, which is critical for maintaining network connectivity in utility and road datasets.
What is a geodatabase feature dataset in Esri GIS used for in engineering workflows?