GISP Geographic Information Systems Professional Exam — Questions and Answers
Question 1: A crime analyst is studying the spatial distribution of burglaries and wants to determine if the incidents, when considering their locations and attributes (e.g., value of stolen goods), are statistically clustered, dispersed, or randomly distributed across the entire city. Which statistical measure is specifically designed to evaluate this type of global spatial autocorrelation?
- Standard Deviational Ellipse
- Getis-Ord Gi*
- Mean Center
- Moran's I (Correct answer)
Correct answer: Moran's I
Moran's I is a global statistic that measures spatial autocorrelation. It produces a single value that indicates whether the overall pattern of feature values is clustered, dispersed, or random across the study area. Getis-Ord Gi* is a local statistic used to identify the location of specific hot spots and cold spots, not to describe the overall global pattern.
Question 2: An analyst is cleaning a street centerline file and discovers that many road segments that should connect at intersections have small gaps between their endpoints. This type of topological error, where a line falls short of connecting to another line, is known as a(n):
- Silver Polygon
- Undershoot or Dangle (Correct answer)
- Pseudonode
- Overshoot
Correct answer: Undershoot or Dangle
An undershoot, also commonly referred to as a dangle or dangling node, is a topological error where a line segment fails to connect to the line segment it should intersect, leaving a gap. An overshoot occurs when a line extends beyond the feature it should connect to.
Question 3: According to the GIS Certification Institute (GISCI) Code of Ethics, which of the following is a fundamental obligation a GIS professional has to the profession and their colleagues?
- To share all data they create with the public immediately, regardless of its sensitivity.
- To accurately represent their own qualifications, skills, and experience. (Correct answer)
- To guarantee a positive return on investment for all GIS projects.
- To use only the most advanced and expensive software available.
Correct answer: To accurately represent their own qualifications, skills, and experience.
A core tenet of professional ethics is honesty. The GISCI Code of Ethics and associated Rules of Conduct explicitly state that professionals must not misrepresent their qualifications, education, or experience, ensuring that employers, clients, and colleagues have a truthful understanding of their capabilities.
Question 4: Which of the following map projections would be most suitable for a navigational chart of the world's oceans, where preserving the shape of coastlines and maintaining true direction for rhumb lines is the highest priority?
- Albers Equal Area Conic
- Winkel Tripel
- Mercator (Correct answer)
- Azimuthal Equidistant
Correct answer: Mercator
The Mercator projection is a conformal projection that preserves angles and shapes locally. A key feature is that rhumb lines (lines of constant bearing) are represented as straight lines, which is invaluable for navigation. However, it significantly distorts the size of areas near the poles.
Question 5: A GIS manager asks a junior analyst to perform a complex geostatistical analysis for a high-stakes environmental impact assessment. The analyst has only a theoretical understanding of the required method and has never applied it before. What is the analyst's most professionally responsible course of action?
- Attempt the complex analysis without guidance, hoping to learn on the job and meet the manager's expectations.
- Inform the manager of their limited experience with the specific method and request training or collaboration with a more senior expert. (Correct answer)
- Politely decline the task, stating that it is outside their job description.
- Use a simpler analytical technique they are comfortable with, even if it is less appropriate for the task.
Correct answer: Inform the manager of their limited experience with the specific method and request training or collaboration with a more senior expert.
The GISCI Rules of Conduct state that professionals shall only undertake services when qualified by education or experience. The most responsible action is to be honest about one's limitations, especially when the results have significant consequences. This protects the employer from flawed analysis and demonstrates professional integrity.
Question 6: A city planner is combining street centerline data from three adjacent municipalities into a single, comprehensive street network file for regional analysis. Each municipality's data is in a separate feature class. Which geoprocessing tool is designed to combine these datasets into one new feature class without modifying the original geometries or resolving boundaries?
- Clip
- Merge (Correct answer)
- Dissolve
- Union
Correct answer: Merge
The Merge tool is used to combine multiple input datasets of the same data type into a single, new output dataset. It does not alter the geometry of the input features but simply appends them together, making it ideal for combining adjacent datasets like the street files in this scenario.
Question 7: In cartographic design, what is the primary purpose of a map's legend?
- To explain the meaning of the symbols and colors used on the map (Correct answer)
- To provide the source and date of the data
- To indicate the map's scale and projection
- To orient the map reader with a north arrow
Correct answer: To explain the meaning of the symbols and colors used on the map
The primary function of a legend is to interpret the map's symbology. It serves as a key that links the visual elements (symbols, colors, line styles) on the map to the real-world features or data values they represent, allowing the reader to understand the map's content.
Question 8: A cartographer is creating a thematic map showing population density by county for the entire United States. To ensure that each class in the legend represents an equal number of counties, which data classification method is most appropriate?
- Equal Interval
- Standard Deviation
- Quantile (Correct answer)
- Natural Breaks (Jenks)
Correct answer: Quantile
The Quantile classification method places an equal number of data values into each class. This is ideal for the scenario described, as the goal is to have the same number of counties in every category, which can highlight the relative position of data values.
Question 9: During a GIS project, team members unexpectedly resign, causing resource shortages. According to risk management, this event was previously identified as a risk. What document would contain the pre-planned response?
- Communications plan
- Risk register (Correct answer)
- Project charter
- Responsibility assignment matrix
Correct answer: Risk register
The risk register contains identified risks along with their likelihood, impact, and pre-planned response strategies for when risks materialize.
Question 10: Who is the leading company for GIS business applications?
- AccuGrade
- Google Earth
- ESRI (Correct answer)
- MapInfo Inc
Correct answer: ESRI
ESRI is the leading company for GIS business applications. They have established themselves as a global leader in the field of Geographic Information System (GIS) technology. ESRI offers a wide range of GIS software and solutions that are used by various industries and organizations worldwide.<br> Their products are known for their advanced capabilities, user-friendly interfaces, and comprehensive data analysis tools. ESRI's dominance in the GIS market, along with their continuous innovation and commitment to customer satisfaction, has solidified their position as the leading company in this field.
Question 11: A GIS administrator needs to enforce a rule for a 'Water_Pipes' feature class that restricts the 'Material' attribute to a specific list of values: 'Ductile Iron', 'PVC', or 'Cast Iron'. This rule must apply to all new features and ensure data consistency across the geodatabase. Which geodatabase component is the most appropriate and efficient tool for this task?
- A relationship class linking to a materials table.
- A subtype for each material type.
- A coded value domain applied to the 'Material' field. (Correct answer)
- A topology rule to validate material connections.
Correct answer: A coded value domain applied to the 'Material' field.
A coded value domain is specifically designed to enforce data integrity by providing a predefined list of acceptable values for an attribute field. While subtypes can categorize features and have their own default values or domains, creating a subtype for each material is inefficient for simply constraining a single field's value. A relationship class links separate tables/feature classes, and a topology rule governs spatial relationships, neither of which is the primary tool for constraining attribute values.
Question 12: A local government agency has historical parcel data created using the NAD27 datum and new subdivision data collected using GPS, which references the WGS84 datum. When these datasets are overlaid in a GIS, a noticeable and consistent shift is observed between the old and new parcels. What is the most likely cause of this discrepancy?
- The datasets are stored in different file formats.
- An incorrect map projection was applied to both datasets.
- The use of different geodetic datums (NAD27 and WGS84) which have different origins and spheroids. (Correct answer)
- The scale of the historical parcel data is inaccurate.
Correct answer: The use of different geodetic datums (NAD27 and WGS84) which have different origins and spheroids.
Geodetic datums define the reference frame for measuring locations on Earth. NAD27 is a local datum centered in North America, while WGS84 is a global, Earth-centered (geocentric) datum. Because they use different spheroids and origin points, coordinates for the same location will differ between them. Overlying data from different datums without a proper datum transformation will result in a systematic spatial shift.
Question 13: A developer is designing a mobile GIS application for field crews who will be collecting asset data in outdoor environments, often in bright sunlight and sometimes while wearing gloves. Which UI/UX design consideration is most critical to prioritize for this application's usability?
- Relying on hover-based tooltips to provide feature details.
- Designing a menu structure with many nested levels to keep the main map view uncluttered.
- Incorporating large, high-contrast buttons and simple, clear icons. (Correct answer)
- Using a data-rich symbology to convey maximum information on the screen.
Correct answer: Incorporating large, high-contrast buttons and simple, clear icons.
For mobile applications used in challenging field conditions, usability is paramount. Large touch targets (buttons) are easier to press accurately, especially with gloved hands. High contrast between interface elements and the background is essential for visibility in bright sunlight. Simple, unambiguous icons reduce the cognitive load on the user, allowing them to complete tasks more efficiently and with fewer errors.
Question 14: When a GIS project manager uses fast-tracking as a schedule compression technique, this means:
- Using automated tools to accelerate data processing
- Performing tasks in parallel that would normally be done sequentially (Correct answer)
- Hiring additional resources to complete tasks faster
- Reducing task scope to meet the deadline
Correct answer: Performing tasks in parallel that would normally be done sequentially
Fast-tracking overlaps phases or activities that were originally planned to be done sequentially, which can compress the schedule but increases risk.
Question 15: A GIS analyst must process a folder containing over 300 individual shapefiles each quarter. The workflow is identical for each file: project to a standard coordinate system, clip to a county boundary, and append the result to a single master feature class in an enterprise geodatabase. Which of the following represents the most efficient and repeatable method for accomplishing this task?
- Writing a Python script using a library like ArcPy to iterate through the files in the folder and execute the geoprocessing operations. (Correct answer)
- Manually running the tools from the Geoprocessing pane for each of the 300 shapefiles.
- Creating a single ModelBuilder model and manually changing the input parameter for each shapefile.
- Importing all 300 shapefiles into the geodatabase first and then trying to run the tools on the entire batch at once.
Correct answer: Writing a Python script using a library like ArcPy to iterate through the files in the folder and execute the geoprocessing operations.
This is a classic batch processing task that is perfectly suited for automation. Writing a script allows the analyst to create a repeatable, consistent, and efficient workflow. The script can use a loop to iterate through each shapefile in the specified folder, perform the sequence of geoprocessing tasks (Project, Clip, Append) automatically, and handle errors gracefully. This saves a massive amount of time and eliminates the potential for human error inherent in manual processing.
Question 16: A developer plans to build a new cell phone tower on a hill and needs to create a map identifying all locations on the surrounding terrain from which the top of the tower will be visible. Given a high-resolution Digital Elevation Model (DEM), what type of terrain analysis is specifically designed to model this line-of-sight problem?
- Cost Path Analysis
- Viewshed Analysis (Correct answer)
- Slope Analysis
- Watershed Delineation
Correct answer: Viewshed Analysis
Viewshed analysis uses a DEM to determine the visibility from one or more observation points. It calculates a line of sight from the observer (the cell tower) to every other cell in the raster, producing an output that shows all visible areas.
Question 17: Which of the following best describes a primary advantage of using an Agile development methodology over a traditional Waterfall model for a complex GIS application project where user requirements are expected to evolve?
- It minimizes client interaction until the final product is ready for delivery to avoid scope creep.
- It allows for iterative development and frequent stakeholder feedback, making it easier to adapt to changing needs. (Correct answer)
- It provides a fixed, comprehensive project plan and budget determined at the very beginning of the project.
- It requires all system design and documentation to be fully completed and signed off before any programming begins.
Correct answer: It allows for iterative development and frequent stakeholder feedback, making it easier to adapt to changing needs.
The core strength of the Agile methodology is its iterative nature. Development is broken into short cycles (sprints), each producing a potentially shippable increment of the application. This allows stakeholders to provide frequent feedback, and the development team can adapt to changing requirements throughout the project lifecycle, which is a common scenario in GIS projects. The Waterfall model is much more rigid and sequential.
Question 18: Which of the following actions best demonstrates a GIS professional's obligation to honor the intellectual property rights of others?
- Using a dataset with a 'non-commercial use' license as a key component in a product being sold to a client.
- Assuming that data found on a government website is in the public domain and has no usage restrictions.
- Removing the source information from a basemap layer to create a cleaner cartographic product.
- Carefully reading the license agreement for a third-party dataset and including proper attribution in any maps or products derived from it. (Correct answer)
Correct answer: Carefully reading the license agreement for a third-party dataset and including proper attribution in any maps or products derived from it.
Intellectual property rights for data are typically governed by a license agreement. A core professional and ethical duty is to understand and adhere to the terms of these licenses, which almost always require proper citation and may restrict how the data can be used (e.g., for commercial purposes).
Question 19: An environmental agency needs to identify the most suitable locations for a new wildlife preserve. They have several raster layers representing different criteria: proximity to water, land cover type, slope, and distance from existing roads. Each criterion has a different level of importance for the final decision. Which spatial analysis technique is most appropriate for combining these raster layers to create a final suitability map?
- Network Analysis
- Weighted Overlay (Correct answer)
- Inverse Distance Weighting (IDW)
- Zonal Statistics
Correct answer: Weighted Overlay
Weighted Overlay is a multi-criteria evaluation technique used to combine multiple raster datasets. It allows the analyst to reclassify values to a common scale and assign different weights to each input layer based on its importance, creating an integrated suitability model.
Question 20: In a relational database design, two tables, `Parcels` and `Owners`, need to be linked. The `Owners` table has a primary key `OwnerID`. To correctly establish a one-to-many relationship where one owner can have many parcels, what must exist in the `Parcels` table?
- A foreign key field that references the `OwnerID` in the `Owners` table. (Correct answer)
- A primary key that is identical to the `OwnerID`.
- A subtype field based on the `OwnerID`.
- A spatial index to link the geometries.
Correct answer: A foreign key field that references the `OwnerID` in the `Owners` table.
A foreign key is a column (or a set of columns) in a table whose values correspond to the values of the primary key of another table. To implement a one-to-many relationship, the table on the 'many' side (`Parcels`) must contain a foreign key that references the primary key of the table on the 'one' side (`Owners`).
Question 21: When performing object-based image analysis (OBIA), what is the initial segmentation step designed to produce?
- Homogeneous image objects that group similar adjacent pixels (Correct answer)
- Atmospheric-corrected reflectance values
- Classified land cover polygons ready for export
- Pixel-level spectral clusters
Correct answer: Homogeneous image objects that group similar adjacent pixels
Image segmentation in OBIA groups spectrally and spatially similar neighboring pixels into homogeneous objects (segments), which are then classified based on shape, texture, and spectral attributes.
Question 22: Which orbital altitude range characterizes most Earth observation satellites used for medium-resolution land cover mapping, such as Landsat and Sentinel-2?
- Geostationary orbit (~35,786 km)
- Low Earth Orbit (LEO) at 500–900 km (Correct answer)
- Very low orbit below 200 km
- Medium Earth Orbit (MEO) at 2,000–35,000 km
Correct answer: Low Earth Orbit (LEO) at 500–900 km
Most Earth observation satellites like Landsat and Sentinel-2 operate in Low Earth Orbit (LEO) at altitudes of roughly 500–900 km, providing sufficient spatial resolution for land cover mapping.
Question 23: What does Dilution of Precision (DOP) measure in GPS surveys?
- The geometric quality of available satellite configuration affecting positional accuracy (Correct answer)
- The amount of atmospheric signal delay
- The time required to achieve a satellite fix
- The signal strength of individual satellites
Correct answer: The geometric quality of available satellite configuration affecting positional accuracy
DOP quantifies how satellite geometry affects positional accuracy — a low DOP value (closer to 1) indicates favorable satellite spread and more precise positioning.
Question 24: What is the purpose of pan-sharpening in remote sensing image processing?
- Converting thermal bands to visible wavelengths
- Merging high-resolution panchromatic data with lower-resolution multispectral data (Correct answer)
- Correcting for bidirectional reflectance effects
- Removing noise from panchromatic bands
Correct answer: Merging high-resolution panchromatic data with lower-resolution multispectral data
Pan-sharpening fuses a high spatial resolution panchromatic band with coarser multispectral bands to produce a color image at the higher spatial resolution.
Question 25: By ‘spatial data’ we mean data that has
- Decimal values
- Positional values (Correct answer)
- Graphic values
- Complex values
Correct answer: Positional values
data that represents the location, size, and shape of objects on the Earth's surface. This type of data includes information about the position or coordinates of these objects.
Question 26: A GIS analyst receives a single table of property data containing parcel ID, owner name, owner address, zoning code, and zoning description. They observe that for every parcel owned by the same person, the owner's name and address are repeated. Furthermore, the zoning description is repeated for every parcel with the same zoning code. This design violates which principle of database normalization?
- First Normal Form (1NF), because fields contain non-atomic values.
- Data indexing, because the redundant data slows down queries.
- Third Normal Form (3NF), because it contains transitive dependencies. (Correct answer)
- Referential integrity, because foreign keys are not properly defined.
Correct answer: Third Normal Form (3NF), because it contains transitive dependencies.
Third Normal Form (3NF) is violated. A table is in 3NF if it is in 2NF and has no transitive dependencies. In this scenario, 'Zoning Description' is functionally dependent on 'Zoning Code', which is a non-key attribute. This transitive dependency (Primary Key -> Non-key Attribute -> Another Non-key Attribute) leads to data redundancy and update anomalies. To achieve 3NF, the zoning information should be moved to a separate table.
Question 27: Which of the following statements most accurately describes the concept of topology in a GIS context?
- It describes the spatial relationships between connecting or adjacent features, such as connectivity and adjacency, independent of their coordinates. (Correct answer)
- It is the process of assigning a coordinate system and datum to a dataset.
- It refers to the process of converting data from a raster to a vector format.
- It is the system of rules that defines the geometric properties of individual features, such as the number of vertices in a polygon.
Correct answer: It describes the spatial relationships between connecting or adjacent features, such as connectivity and adjacency, independent of their coordinates.
Topology in GIS is fundamentally about the spatial relationships between features. It doesn't concern the specific coordinates (geometry) but rather how features are connected (connectivity), next to each other (adjacency), or contained within each other (containment). These rules are crucial for ensuring data quality and performing complex spatial analysis.
Question 28: A GIS technician is changing the spatial resolution of a categorical raster dataset representing land cover types (e.g., forest, water, urban). To ensure that the output cell values are not altered through averaging and remain one of the original land cover codes, which resampling method should be used?
- Nearest Neighbor (Correct answer)
- Bilinear Interpolation
- Majority Filter
- Cubic Convolution
Correct answer: Nearest Neighbor
Nearest Neighbor resampling is the appropriate method for categorical (discrete) data because it assigns the value of the closest input cell to the output cell without creating new data values. Methods like Bilinear Interpolation and Cubic Convolution average the values of surrounding cells, which would create new, invalid values for a land cover classification. A Majority Filter is a focal tool, not a resampling method for changing resolution.
Question 29: What is the recommended minimum mask angle (satellite elevation cutoff) used in most GPS survey configurations to reduce atmospheric error and multipath?
- 0 degrees
- 30 degrees
- 5 degrees
- 15 degrees (Correct answer)
Correct answer: 15 degrees
A 15-degree elevation mask is commonly used to exclude low-elevation satellites whose signals travel a longer atmospheric path, increasing ionospheric and tropospheric delays and multipath susceptibility.
Question 30: How does kernel density estimation (KDE) differ from traditional density estimation techniques?
- KDE does not account for spatial relationships (Correct answer)
- KDE does not require known points
- KDE is only applicable to vector data
- KDE produces a smooth surface representing the density of point features
Correct answer: KDE does not account for spatial relationships
KDE calculates the density of point features by spreading a smooth surface over the study area, representing the density of the features more accurately than traditional methods.
Question 31: When collecting GPS points for a polygon boundary, what field practice minimizes positional error at vertices?
- Using the first satellite lock acquired
- Collecting points only during midday hours
- Recording a single instant reading at each vertex
- Averaging multiple position readings (position averaging) at each vertex (Correct answer)
Correct answer: Averaging multiple position readings (position averaging) at each vertex
Position averaging records multiple GPS readings over a period of time at each vertex and averages them, reducing random errors and improving the accuracy of boundary vertex locations.
Question 32: What is the purpose of interpolation in spatial analysis?
- Estimating values for locations between known points (Correct answer)
- Creating buffers around features of interest
- Identifying clusters of similar features
- Overlaying multiple layers to identify common areas
Correct answer: Estimating values for locations between known points
Interpolation is used to estimate values for locations where data is not available based on values from nearby known locations.
Question 33: A Responsibility Assignment Matrix (RAM) in GIS project management is used to:
- Assign roles and responsibilities to project activities (Correct answer)
- Allocate budget to work packages
- Document functional requirements of GIS software
- Track project schedule milestones
Correct answer: Assign roles and responsibilities to project activities
A RAM, often displayed as a RACI chart, maps project roles to activities to clarify who is Responsible, Accountable, Consulted, and Informed for each task.
Question 34: A GIS manager is creating a business case to justify a significant investment in a new enterprise GIS. To convince executive leadership, which of the following provides the strongest argument for a positive Return on Investment (ROI)?
- A quantifiable reduction in staff hours needed to complete routine analytical tasks, leading to direct cost savings. (Correct answer)
- The project will require an initial period of extensive staff retraining and workflow disruption.
- The new system will be based on the latest cloud-native technology trends.
- The ability to produce more aesthetically pleasing cartographic products.
Correct answer: A quantifiable reduction in staff hours needed to complete routine analytical tasks, leading to direct cost savings.
Return on Investment (ROI) is a financial metric that compares the monetary benefits of a project to its costs. [4, 9] The strongest arguments for a positive ROI are those that are quantifiable and directly translate to financial gains or cost savings. [1, 14] A measured reduction in staff time is a direct, quantifiable benefit. While aesthetics and modern technology are desirable, they are considered intangible or soft benefits and are harder to quantify financially. Retraining is a cost, not a benefit.
Question 35: Aspects of a GIS system do NOT include...
- Cartography and remote sensing
- Legal representation of a physical location (Correct answer)
- Photogrammetry and geography
- Land surveying and mathematics
Correct answer: Legal representation of a physical location
A GIS system is a tool used to capture, store, manipulate, analyze, manage, and present spatial or geographic data. It involves various aspects such as cartography and remote sensing, photogrammetry and geography, and land surveying and mathematics. However, legal representation of a physical location is not a part of a GIS system.<br> This aspect refers to the legal documentation and representation of a physical location, which is separate from the technical functionalities of a GIS system.
Question 36: A GIS team is tasked with acquiring data from multiple external agencies, each providing data in different formats (e.g., spreadsheets, CAD files, various database types). The data must be cleaned, restructured, projected, and loaded into a centralized enterprise geodatabase. Which industry-standard acronym best describes this overall data acquisition and integration workflow?
- API (Application Programming Interface)
- ETL (Extract, Transform, Load) (Correct answer)
- SQL (Structured Query Language)
- GIS (Geographic Information System)
Correct answer: ETL (Extract, Transform, Load)
ETL (Extract, Transform, Load) is a standard data integration process. It involves extracting data from various sources, transforming it to fit operational needs (cleaning, reformatting, projecting), and loading it into a target database or system. This precisely describes the workflow required to integrate disparate data sources into a central GIS.
Question 37: Successful spatial analysis needs
- Appropriate software
- Competent user
- Appropriate hardware
- All of the above (Correct answer)
Correct answer: All of the above
Successful spatial analysis requires appropriate software to process spatial data, appropriate hardware to handle the computational demands, and a competent user who understands how to effectively use the tools and interpret the results.
Question 38: The process of transforming coordinates from a three-dimensional model of the Earth (like a spheroid) to a two-dimensional flat surface is known as:
- Georeferencing
- Datum Transformation
- Geocoding
- Map Projection (Correct answer)
Correct answer: Map Projection
A map projection is a mathematical process used to represent the curved surface of the Earth on a flat map. This transformation inevitably introduces distortion in properties like area, shape, distance, or direction. Georeferencing aligns an image to a coordinate system, a datum transformation changes coordinates from one datum to another, and geocoding converts addresses into coordinates.
Question 39: In Change Detection analysis using remote sensing imagery, what is the primary purpose of image-to-image registration?
- To ensure pixels from different dates represent exactly the same ground location (Correct answer)
- To normalize spectral values between dates
- To remove cloud cover from one of the images
- To convert both images to the same projection system
Correct answer: To ensure pixels from different dates represent exactly the same ground location
Image-to-image registration aligns multi-temporal images so corresponding pixels represent the same geographic location, which is critical for accurately detecting true surface changes.
Question 40: A planning department is analyzing the spatial relationship between proposed development sites (points) and designated historic districts (polygons). They need to ensure that no proposed site falls within the boundaries of a historic district. A spatial query is constructed to select all points that are 'contained by' the historic district polygons. If the query returns a set of points, what does this indicate?
- The historic district polygons have invalid geometry.
- The selected points represent sites that are in violation of the regulation. (Correct answer)
- All proposed sites are compliant with the regulation.
- The point and polygon layers are in different coordinate systems.
Correct answer: The selected points represent sites that are in violation of the regulation.
This is a scenario-based question testing the understanding of spatial relationships. A query selecting points 'contained by' or 'within' the historic district polygons will identify exactly those points that fall inside the restricted areas. Therefore, any points returned by this query represent a violation of the rule that sites cannot be within these districts.
Question 41: During GPS post-processing, what is the purpose of applying an antenna phase center correction?
- To convert satellite ephemeris from broadcast to precise orbits
- To eliminate multipath effects near buildings
- To account for the offset between the physical antenna mount point and the true signal measurement point (Correct answer)
- To filter tropospheric delay from pseudorange measurements
Correct answer: To account for the offset between the physical antenna mount point and the true signal measurement point
The antenna phase center is not at the physical top of the antenna but at a frequency-dependent offset point; applying phase center corrections ensures that measurements reference the true geometric center of signal reception.
Question 42: A GIS user downloads a shapefile of rivers but finds no information about the data's source, collection date, coordinate system, or attribute definitions. The absence of which crucial component makes it difficult to assess the dataset's fitness for use?
- Geometric network
- Symbology layer file
- Topology rules
- Metadata (Correct answer)
Correct answer: Metadata
Metadata is 'data about data' and provides essential context for a dataset. It answers the 'who, what, when, where, why, and how' questions, including details on the source, accuracy, coordinate system, and attributes. Without metadata, a user cannot properly evaluate if the data is appropriate, current, or accurate enough for their specific application.
Question 43: Which of the following is NOT a benefit of using GIS in business applications?
- To improve decision making
- To reduce the productivity (Correct answer)
- To increase efficiency
- To increase communication
Correct answer: To reduce the productivity
Using GIS in business applications offers several benefits, such as improving decision making, increasing efficiency, and enhancing communication. However, reducing productivity is not a benefit of using GIS. In fact, GIS is designed to streamline processes and provide valuable insights, ultimately leading to increased productivity. Therefore, the answer "To reduce productivity" is the correct choice as it goes against the purpose and advantages of using GIS in business applications.
Question 44: In GIS project quality management, the process of auditing quality requirements and inspection results to ensure appropriate quality standards are being used is called:
- Quality acceptance
- Quality assurance (Correct answer)
- Quality control
- Quality planning
Correct answer: Quality assurance
Quality assurance focuses on the processes used to manage the project and audits quality requirements to ensure standards and procedures are being followed.
Question 45: What does spatial resolution refer to in the context of satellite imagery?
- The frequency of satellite revisit time
- The number of spectral bands captured
- The smallest distinguishable ground feature size in an image (Correct answer)
- The radiometric bit depth of the sensor
Correct answer: The smallest distinguishable ground feature size in an image
Spatial resolution defines the smallest ground area that can be distinguished as a separate entity in an image, typically expressed as pixel size on the ground.
Question 46: A GIS analyst is tasked with creating a series of maps from a highly detailed national road network dataset for use at various scales, from a national overview down to a local street view. The process of simplifying the linework and reducing the number of features for the smaller-scale maps is known as:
- Cartographic Generalization (Correct answer)
- Reclassification
- Buffering
- Geocoding
Correct answer: Cartographic Generalization
Cartographic generalization is the process of reducing the complexity of geographic features so they can be represented clearly at smaller scales. This includes techniques like simplification (reducing vertices in a line), aggregation (grouping features), and selection (choosing which features to display).
Question 47: Which classification approach assigns each pixel to a land cover class based purely on spectral statistics without using any training samples?
- Decision tree classification
- Object-based image analysis
- Unsupervised classification (Correct answer)
- Supervised classification
Correct answer: Unsupervised classification
Unsupervised classification algorithms like ISODATA and K-means group pixels into spectral clusters automatically without analyst-provided training data.
Question 48: An organization's public-facing web map, which displays complex vector data, is performing slowly during peak hours. Users experience significant lag when panning and zooming. Which of the following strategies offers the most effective solution for improving the map's rendering speed and overall user experience?
- Converting all vector data to a text-based format like GeoJSON.
- Creating a pre-rendered tiled map cache for the web service. (Correct answer)
- Increasing the number of attribute fields in the source feature classes.
- Upgrading the client-side computers with more RAM.
Correct answer: Creating a pre-rendered tiled map cache for the web service.
Creating a tiled map cache (either raster or vector tiles) is the standard and most effective method for accelerating web map performance. [6, 8] This process pre-renders the map at various scales and stores the images (tiles) on the server. When a user requests the map, the server simply sends the pre-drawn tiles instead of rendering the complex vector data on the fly, which is significantly faster and reduces server load. [3, 24]
Question 49: In a typical three-tier enterprise GIS architecture, which component is primarily responsible for handling client requests, executing spatial analysis, and managing business logic before interacting with the database?
- The Data Tier
- The Application Tier (GIS Server) (Correct answer)
- The Presentation Tier
- The Network Firewall
Correct answer: The Application Tier (GIS Server)
The Application Tier, often embodied by a GIS server (like ArcGIS Server), acts as the middle layer. It receives requests from the Presentation Tier (client applications), processes them by applying business logic and running geoprocessing tasks, and then queries the Data Tier (database) for the necessary information before sending a response back to the client. [2, 12] This architecture separates the user interface from the data storage, allowing for more scalable and manageable systems.
Question 50: A GIS analyst receives a raw, unprocessed LiDAR point cloud dataset in LAS format. For each individual point, which set of attributes is most likely to be included as a standard part of the initial data collection?
- RGB color values, intensity, and a unique feature ID
- X, Y, Z coordinates, intensity, and return number (Correct answer)
- Z value (elevation), land cover classification, and scan angle
- X, Y coordinates, feature classification, and RGB color values
Correct answer: X, Y, Z coordinates, intensity, and return number
A raw LiDAR point cloud fundamentally consists of georeferenced X, Y, and Z coordinates for each laser pulse return. Additionally, the intensity of the returned pulse and the return number (e.g., first, second, last) are standard attributes recorded by the sensor system. Feature classification and RGB values are typically added during post-processing steps.
Question 51: A multi-user enterprise geodatabase is used to manage a city's utility network. To accommodate long-running projects and daily maintenance tasks, multiple editors must be able to work on the data simultaneously without locking features or directly editing the production database. Edits need to be isolated until they can be reviewed and merged. Which database functionality is designed to support this workflow?
- Geodatabase archiving to track historical changes.
- Versioning, which allows multiple, concurrent states of the database. (Correct answer)
- Database indexing to improve query performance.
- Check-out/Check-in replication for disconnected editing.
Correct answer: Versioning, which allows multiple, concurrent states of the database.
Versioning is the core functionality in enterprise geodatabases that allows multiple users to edit data simultaneously in their own isolated, logical 'version' of the database. This facilitates long transactions, as edits do not affect the production version until they are explicitly reconciled (checked for conflicts) and posted (merged). Archiving tracks history, replication is for distributed databases, and indexing is for performance.
Question 52: A GIS manager needs to configure an enterprise geodatabase to allow staff from the planning department to edit parcel data, while staff from the tax assessor's office can only view the same data. Which database security mechanism is most appropriate for implementing these distinct levels of permission?
- Data replication
- Geometric networks
- Role-Based Access Control (RBAC) (Correct answer)
- Versioning
Correct answer: Role-Based Access Control (RBAC)
Role-Based Access Control (RBAC) is a standard security practice for managing permissions in a multi-user database. [38] Users are assigned to roles (e.g., 'Planner', 'Assessor'), and permissions (e.g., SELECT, UPDATE, INSERT, DELETE) are granted to those roles for specific datasets. [30, 31] This is far more efficient and secure than managing permissions for each individual user. Versioning is for managing edits, replication is for distributing data, and geometric networks are for modeling utility networks.
Question 53: A GIS analyst has a polygon layer of soil types and another polygon layer of land use zoning. To support a detailed environmental assessment, they need to create a new layer where the output polygons represent every unique combination of soil and zoning, and the attribute table contains the fields from both input layers. Which vector overlay operation should be used?
- Clip
- Erase
- Union (Correct answer)
- Buffer
Correct answer: Union
The Union operation computes the geometric intersection of two polygon layers, but preserves all features and attributes from both inputs. The output contains all polygons from both layers, split where they overlap, and the resulting polygons inherit attributes from both original layers.
Question 54: What does the "buffering" spatial analysis technique involve?
- Estimating values for locations between known points
- Finding the nearest neighbors of a point
- Creating a boundary around a specific area of interest (Correct answer)
- Identifying clusters of similar features
Correct answer: Creating a boundary around a specific area of interest
Buffering involves creating a buffer zone or boundary around a specific area of interest, typically a point, line, or polygon, within a specified distance.
Question 55: A choropleth map is being created to show the percentage of the population with a college degree in each state. Which of the following is a critical consideration to ensure the map is not misleading?
- Using raw population counts instead of percentages
- Using a very large number of classes (e.g., >20)
- Normalizing the data (Correct answer)
- Using a unique color for each state
Correct answer: Normalizing the data
Normalization is crucial for choropleth maps to account for the different sizes of enumeration areas (like states). By converting raw counts (e.g., number of college graduates) into a rate or percentage (e.g., percent of the total population), the map accurately portrays the variable's concentration and avoids misleading representations where larger areas appear more significant simply due to their size.
Question 56: A GIS developer needs to create a custom geoprocessing tool within an ArcGIS Pro project. The tool must automate a complex workflow that involves selecting features by location, calculating field values, and updating layers in the map's table of contents. Which Python library is specifically designed by Esri for this type of in-application scripting and automation?
- GDAL
- ArcPy (Correct answer)
- GeoPandas
- PyQGIS
Correct answer: ArcPy
ArcPy is Esri's official Python site-package for geoprocessing, data management, and map automation within the ArcGIS ecosystem. It provides direct access to all geoprocessing tools and allows for manipulation of project files (.aprx), layers, and tables, making it the correct choice for developing custom tools inside ArcGIS Pro.
Question 57: What is the primary purpose of Voronoi tessellation in spatial analysis?
- Dividing space into regions based on proximity to a set of points (Correct answer)
- Creating a boundary around features based on a specific distance
- Identifying clusters of similar features
- Estimating values for locations between known points
Correct answer: Dividing space into regions based on proximity to a set of points
Voronoi tessellation divides space into regions based on the proximity of each point to a set of predefined points, known as seeds or generators.
Question 58: Which of the following is NOT a common spatial analysis technique in GIS?
- Sorting (Correct answer)
- Interpolation
- Overlay analysis
- Buffering
Correct answer: Sorting
Sorting is not typically considered a spatial analysis technique in GIS. It involves arranging data in a particular order, which may not necessarily be spatially related.
Question 59: What quality control step is essential after importing field-collected GPS data into a GIS to verify positional accuracy?
- Removing duplicate attribute fields
- Projecting data to WGS84 geographic coordinates
- Converting all features to raster format
- Comparing collected features against high-accuracy reference data or orthoimage backdrops (Correct answer)
Correct answer: Comparing collected features against high-accuracy reference data or orthoimage backdrops
Overlaying field-collected GPS data against accurate reference imagery or orthophotos allows visual and statistical assessment of positional accuracy before the data is incorporated into production datasets.
Question 60: Which atmospheric correction method converts raw digital numbers to surface reflectance by removing atmospheric effects using sensor-measured path radiance?
- Histogram equalization
- MODTRAN radiative transfer
- Empirical line correction
- Dark object subtraction (DOS) (Correct answer)
Correct answer: Dark object subtraction (DOS)
Dark object subtraction assumes that the darkest pixel in each band should have near-zero reflectance and uses it to estimate and remove atmospheric path radiance.
Question 61: What does the term 'geometric correction' in image processing address?
- Adjusting brightness and contrast
- Removing atmospheric haze from imagery
- Filtering speckle noise from radar images
- Correcting distortions caused by sensor tilt, Earth curvature, and terrain relief (Correct answer)
Correct answer: Correcting distortions caused by sensor tilt, Earth curvature, and terrain relief
Geometric correction involves transforming an image to match a map projection by correcting for sensor geometry, platform motion, Earth rotation, and topographic displacement.
Question 62: In a field data collection plan for a large-area utility inventory, which data model best supports collecting lines, points, and related attributes with topological relationships enforced?
- Flat CSV files with X/Y columns
- Single shapefile layer per feature type
- KML with embedded attribute tags
- Geodatabase feature dataset with a geometric network or utility network (Correct answer)
Correct answer: Geodatabase feature dataset with a geometric network or utility network
A geodatabase feature dataset with a geometric or utility network enforces topology, connectivity, and attribute domains, making it the appropriate model for utility inventory data requiring relational integrity.
Question 63: Which project management document formally authorizes a GIS project and grants the project manager authority to apply organizational resources?
- Requirements traceability matrix
- Project scope statement
- Project charter (Correct answer)
- Work breakdown structure
Correct answer: Project charter
The project charter is the document that formally authorizes the project and gives the project manager the authority to use organizational resources.
Question 64: Which technique allows a GIS technician to collect GPS data along a linear feature such as a trail or road centerline?
- Network RTK
- Waypoint averaging
- Track logging (Correct answer)
- Static occupation survey
Correct answer: Track logging
Track logging continuously records GPS positions at set time or distance intervals as the receiver moves, creating a series of points that define a linear or areal feature's path.
Question 65: Spatial databases’ are also known as
- Monodatabases
- Geodatabases (Correct answer)
- None of the above
- Concurrent databases
Correct answer: Geodatabases
Spatial databases, which store and manage spatial data, are commonly referred to as geodatabases. They are designed to handle the complexities of geographic and spatial information.
Question 66: Which of the following spatial interpolation methods is considered an 'exact' interpolator, meaning the resulting surface passes directly through all the input sample points, and calculates unknown values based on a weighted average where the influence of a sample point diminishes with distance?
- Kriging
- Spline
- Trend Surface Analysis
- Inverse Distance Weighting (IDW) (Correct answer)
Correct answer: Inverse Distance Weighting (IDW)
Inverse Distance Weighting (IDW) is a deterministic and exact interpolator. It assumes that the influence of a sample point decreases with distance. Because a sample point has a distance of zero from itself, it receives all the weight in the calculation, ensuring the interpolated surface honors the known data points precisely.
Question 67: Which spatial analysis technique is commonly used to identify areas of high and low elevation on a digital elevation model (DEM)?
- Distance analysis
- Slope analysis (Correct answer)
- Kernel density estimation
- Interpolation
Correct answer: Slope analysis
Slope analysis calculates the steepness of terrain from a DEM, helping to identify areas of high and low elevation.
Question 68: What remote sensing index is calculated as (Green - SWIR) / (Green + SWIR) and is primarily used to map water bodies?
- NDWI (Normalized Difference Water Index) (Correct answer)
- NDVI
- EVI (Enhanced Vegetation Index)
- SAVI (Soil Adjusted Vegetation Index)
Correct answer: NDWI (Normalized Difference Water Index)
The Normalized Difference Water Index (NDWI), developed by McFeeters, uses green and shortwave infrared bands to highlight open water features while suppressing vegetation and soil.
Question 69: A development team is building a public-facing web map that must display pre-rendered basemap imagery and allow users to query real-time vector data for traffic incidents from a municipal GIS server. To ensure maximum performance and standards compliance, which combination of OGC web service types is most appropriate for the basemap and traffic data, respectively?
- CSW for basemaps and WMS for traffic data
- WMS for basemaps and a KML file for traffic data
- WCS for basemaps and WFS-T for traffic data
- WMTS for basemaps and WFS for traffic data (Correct answer)
Correct answer: WMTS for basemaps and WFS for traffic data
The Web Map Tile Service (WMTS) is the OGC standard specifically designed for serving cached, pre-rendered map tiles, making it the most performant choice for basemaps. The Web Feature Service (WFS) is the OGC standard that allows a client to request and receive actual vector feature data (not just a picture of it), which is necessary for querying attributes and geometry, making it ideal for the live traffic data layer.
Question 70: When documenting a newly acquired geospatial dataset, a GIS professional needs to create metadata. They are working for a US federal agency that has recently updated its standards to align with international practices. Which metadata standard are they most likely required to use?
- Dublin Core Metadata Initiative (DCMI)
- Open Geospatial Consortium (OGC) Web Feature Service (WFS) Standard
- Content Standard for Digital Geospatial Metadata (CSDGM)
- ISO 19115: Geographic Information – Metadata (Correct answer)
Correct answer: ISO 19115: Geographic Information – Metadata
While the FGDC's Content Standard for Digital Geospatial Metadata (CSDGM) was the primary standard for US federal agencies for many years, the FGDC has endorsed and encouraged the transition to the ISO 19115 standard to better align with international practices. ISO 19115 is designed to be more flexible and robust for modern data documentation needs.
Question 71: What does Spatial Analysis refer to in GIS?
- Analyzing spatial patterns and relationships within geographic data (Correct answer)
- The process of digitizing maps
- Creating metadata for spatial datasets
- Converting vector data to raster data
Correct answer: Analyzing spatial patterns and relationships within geographic data
Spatial Analysis in GIS involves examining and understanding the spatial patterns, relationships, and processes within geographic data.
Question 72: What is the primary purpose of a control point survey in establishing a geodetic network for GIS mapping projects?
- To record attribute data for database population
- To calibrate remote sensing imagery color balance
- To provide precisely measured reference locations for georeferencing and spatial accuracy (Correct answer)
- To delineate property boundaries for cadastral mapping
Correct answer: To provide precisely measured reference locations for georeferencing and spatial accuracy
Control point surveys establish accurately positioned reference monuments that serve as the foundation for georeferencing maps, imagery, and other spatial data to a consistent coordinate framework.
Question 73: In photogrammetry, what is the name of the process that uses tie points and ground control points across multiple overlapping aerial images to precisely determine the position and orientation of the camera at the moment of exposure for each image?
- Orthorectification
- Mosaicking
- Aerotriangulation (Correct answer)
- Georeferencing
Correct answer: Aerotriangulation
Aerotriangulation is the critical process in photogrammetry that establishes a precise geometric relationship between the images, the camera, and the ground. It uses common points (tie points) visible in overlapping photos and known ground control points (GCPs) to solve for the camera's exterior orientation parameters for an entire block of photos simultaneously.
Question 74: In the context of GIS project management, which document defines what is and is not included in a project?
- Communications plan
- Stakeholder register
- Project scope statement (Correct answer)
- Risk register
Correct answer: Project scope statement
The project scope statement clearly documents the project boundaries, deliverables, and exclusions to prevent scope creep.
Question 75: A planning department needs to convert a highly detailed, legally authoritative paper map of historical property boundaries into a digital vector format for a cadastre project. Precision and geometric fidelity to the source map are the highest priorities. Which data acquisition method is most suitable for this task?
- Geotagging photos of the map and extracting features
- Automated raster-to-vector conversion after scanning
- Heads-down digitizing using a high-precision digitizing tablet and puck (Correct answer)
- Scanning the map and using it as a simple basemap image
Correct answer: Heads-down digitizing using a high-precision digitizing tablet and puck
Heads-down digitizing with a tablet and puck is a manual method that provides the operator with a high degree of control, which is essential for achieving the high accuracy required for cadastral and legal boundary mapping from a paper source. Automated methods can introduce errors and may not accurately capture the nuanced linework of a legal document, while using the scan as a simple image does not create the required vector data.
Question 76: Which cost estimation technique uses historical data from analogous projects to estimate the cost of a new GIS project?
- Three-point estimating
- Bottom-up estimating
- Parametric estimating
- Analogous estimating (Correct answer)
Correct answer: Analogous estimating
Analogous estimating uses actual costs from previous similar projects as the basis for estimating the current project's cost.
Question 77: In modern web GIS architecture, what is the primary function of a RESTful API, such as the ArcGIS REST API?
- To bundle and compress client-side code and assets to improve the initial load time of a web application.
- To maintain a persistent, stateful connection between the client and server for real-time data streaming.
- To define the cartographic styling of map features using a language similar to CSS.
- To provide a standardized, stateless method for client applications to request and manipulate resources on a GIS server. (Correct answer)
Correct answer: To provide a standardized, stateless method for client applications to request and manipulate resources on a GIS server.
A REST (Representational State Transfer) API defines a set of rules and constraints for how applications communicate over a network. Its primary role in web GIS is to provide a standardized way for clients (like a web browser) to make requests to a server to access and manipulate GIS resources (like maps, layers, or query results). It is stateless, meaning each request is independent and contains all the information the server needs to process it.
Question 78: In raster analysis, which type of Map Algebra operation computes a new value for each cell based solely on the value of that same cell in one or more input rasters?
- Focal Operation
- Local Operation (Correct answer)
- Zonal Operation
- Global Operation
Correct answer: Local Operation
Local operations in Map Algebra are performed on a cell-by-cell basis. The output value for each cell location is a function of the input value at that same location from one or more raster layers. In contrast, focal operations use a neighborhood of cells, and zonal operations use defined regions.
Question 79: What is the primary purpose of network analysis in GIS?
- Identifying clusters of similar features
- Analyzing spatial relationships between features connected by a network (Correct answer)
- Estimating values for locations between known points
- Dividing space into regions based on proximity to a set of points
Correct answer: Analyzing spatial relationships between features connected by a network
Network analysis focuses on analyzing spatial relationships and connectivity between features within a network, such as roads, rivers, or utility networks.
Question 80: In GIS field data collection, which file format is the native exchange format for GNSS waypoints, routes, and tracks commonly supported by handheld GPS devices?
- GeoJSON
- Shapefile (.shp)
- KMZ (Keyhole Markup, compressed)
- GPX (GPS Exchange Format) (Correct answer)
Correct answer: GPX (GPS Exchange Format)
GPX is an open XML-based format designed specifically for GPS data — it stores waypoints, tracks, and routes and is supported by virtually all GPS devices and many GIS applications.
Question 81: When managing a GIS project, which risk response strategy involves transferring the negative impact of a risk to a third party?
- Risk avoidance
- Risk transference (Correct answer)
- Risk mitigation
- Risk acceptance
Correct answer: Risk transference
Risk transference shifts the ownership of a risk and its response to a third party, such as through insurance or outsourcing.
Question 82: What is the minimum number of GPS satellites required to calculate a 3D position fix (latitude, longitude, and elevation)?
- 6
- 3
- 2
- 4 (Correct answer)
Correct answer: 4
A minimum of four satellites is required for a 3D GPS fix — three to solve for the three position coordinates and a fourth to eliminate clock error in the receiver.
Question 83: What is the significance of the PDOP (Position Dilution of Precision) threshold of 6 commonly used in GPS field surveys?
- It defines the cutoff elevation angle for satellite masking
- It is the maximum acceptable geometric dilution before positional accuracy becomes unreliable for most GIS applications (Correct answer)
- It is the minimum number of satellites required for a fix
- It represents the centimeter error tolerance for RTK surveys
Correct answer: It is the maximum acceptable geometric dilution before positional accuracy becomes unreliable for most GIS applications
A PDOP of 6 is widely accepted as the upper threshold for acceptable GPS survey conditions — values above 6 indicate poor satellite geometry and degraded positional accuracy that may be unsuitable for precise mapping.
Question 84: Which spatial analysis technique is used to identify statistically significant clusters of features within a dataset?
- Spatial autocorrelation (Correct answer)
- Proximity analysis
- Kernel density estimation
- Voronoi tessellation
Correct answer: Spatial autocorrelation
Spatial autocorrelation measures the degree of spatial dependence between adjacent features and helps identify clusters or patterns of similarity.
Question 85: Which phase of the System Development Life Cycle (SDLC) is primarily concerned with activities such as routine system monitoring, user support, applying software patches, and planning for eventual system replacement?
- Implementation and Deployment
- Design
- Operations and Maintenance (Correct answer)
- Requirements Analysis
Correct answer: Operations and Maintenance
The Operations and Maintenance phase is the final and often longest phase of the SDLC. [29, 36] It begins after the system has been deployed and is in production use. Its focus is on ensuring the system continues to operate effectively, providing ongoing support to users, performing necessary upkeep like patching and data backups, and planning for its eventual retirement and replacement.
Question 86: The Kappa coefficient in accuracy assessment ranges from 0 to 1; a value of 0.85 indicates:
- Moderate agreement with significant chance component
- Complete disagreement between map and reference
- Poor agreement slightly better than chance
- Strong agreement between the classification and reference data (Correct answer)
Correct answer: Strong agreement between the classification and reference data
A Kappa coefficient of 0.85 indicates strong agreement (typically interpreted as excellent), meaning the classification is substantially better than a random assignment.
Question 87: A cartographer is creating a map of the continental United States for a textbook. The primary goal is to ensure that the relative sizes of the states are accurately represented for demographic comparisons. Which map projection property should be prioritized?
- Equidistant
- Azimuthal
- Equal-area (Correct answer)
- Conformal
Correct answer: Equal-area
An equal-area (or equivalent) projection preserves the area of displayed features. This is crucial when the map's purpose is to compare sizes or densities, such as population density across states. Conformal projections preserve local shape and angles, while equidistant projections preserve distance from certain points, and azimuthal projections preserve direction from a central point.
Question 88: What is the primary advantage of hyperspectral sensors over multispectral sensors?
- Higher spatial resolution
- Hundreds of narrow contiguous spectral bands enabling detailed material identification (Correct answer)
- Wider swath coverage
- Faster revisit times
Correct answer: Hundreds of narrow contiguous spectral bands enabling detailed material identification
Hyperspectral sensors capture hundreds of narrow, contiguous spectral bands, allowing identification of specific materials and chemicals by their unique spectral signatures.
Question 89: Which type of remote sensing uses its own energy source to illuminate a target and record the reflected signal?
- Active remote sensing (Correct answer)
- Thermal remote sensing
- Passive remote sensing
- Hyperspectral remote sensing
Correct answer: Active remote sensing
Active remote sensing systems, such as radar and LiDAR, emit their own electromagnetic energy and measure what is reflected back from the surface.
Question 90: What is the Normalized Difference Vegetation Index (NDVI) primarily used for in remote sensing?
- Assessing vegetation health and density (Correct answer)
- Measuring water depth
- Mapping soil moisture levels
- Detecting urban heat islands
Correct answer: Assessing vegetation health and density
NDVI is calculated from near-infrared and red band reflectance values to quantify vegetation density and health across a landscape.
Question 91: In image classification accuracy assessment, what does the producer's accuracy measure?
- The probability that a classified pixel actually represents that class
- The disagreement due to quantity differences between maps
- The probability that a reference site is correctly classified on the map (Correct answer)
- The overall percentage of correctly classified pixels
Correct answer: The probability that a reference site is correctly classified on the map
Producer's accuracy (recall) measures how well reference sites of a given class are identified correctly on the classified map, indicating errors of omission.
Question 92: Which GPS error source results from signals bouncing off nearby buildings, vehicles, or terrain before reaching the receiver antenna?
- Ionospheric delay
- Ephemeris error
- Multipath error (Correct answer)
- Selective Availability
Correct answer: Multipath error
Multipath error occurs when GPS signals reflect off nearby surfaces and travel longer indirect paths to the receiver, causing inaccurate pseudorange measurements.
Question 93: A GIS manager is establishing data quality control procedures for a new parcel dataset. To ensure data integrity, they want to prevent any two parcels from overlapping and ensure there are no empty spaces between adjacent parcels. Which GIS concept directly addresses these requirements?
- Raster Resampling
- Attribute Indexing
- Coordinate Transformation
- Topological Rules (Correct answer)
Correct answer: Topological Rules
Topological rules define the spatial relationships between features. Rules like 'Must Not Overlap' and 'Must Not Have Gaps' are specifically designed to maintain the logical consistency and integrity of datasets like land parcels or administrative boundaries. These rules ensure that adjacent polygons share a common boundary without overlapping or leaving voids.
Question 94: Which statement best describes a fundamental difference between the georelational data model (e.g., shapefile) and an object-based data model (e.g., geodatabase feature class)?
- The object-based model is an older, simpler structure that is more widely compatible with different GIS software.
- The object-based model stores spatial and attribute data as an integrated unit, allowing for advanced behaviors like validation rules and relationships. (Correct answer)
- The georelational model stores spatial and attribute data in a single file for efficiency.
- Only the georelational model is capable of storing vector data such as points, lines, and polygons.
Correct answer: The object-based model stores spatial and attribute data as an integrated unit, allowing for advanced behaviors like validation rules and relationships.
The object-based model, used by geodatabases, treats a feature as an object that encapsulates both its geometry (spatial data) and its attributes within a single system. This integrated structure allows the object to have behaviors, such as subtypes, domains, and relationship rules. In contrast, the georelational model stores geometry and attributes in separate but linked files (e.g., .shp and .dbf) and does not natively support these advanced behaviors.
Question 95: Which of the following best describes the primary difference between a geoid and an ellipsoid in geodesy?
- The ellipsoid accounts for topographical features like mountains and valleys, while the geoid is a smoothed surface that ignores them.
- The ellipsoid is used for horizontal datums, whereas the geoid is exclusively used for vertical datums.
- The geoid represents the true, irregular shape of the Earth based on its gravity field (approximating mean sea level), while the ellipsoid is a smooth, mathematically defined approximation of the Earth. (Correct answer)
- The geoid is a purely mathematical model, while the ellipsoid is based on physical measurements of the Earth's gravity.
Correct answer: The geoid represents the true, irregular shape of the Earth based on its gravity field (approximating mean sea level), while the ellipsoid is a smooth, mathematically defined approximation of the Earth.
The geoid is the equipotential surface of the Earth's gravity field that best fits, in a least squares sense, global mean sea level. It is an irregular, complex surface. The ellipsoid is a simplified, mathematically defined reference surface that is smooth and approximates the geoid. It is used as the reference for horizontal coordinates in most datums.
Question 96: Which of the following SQL queries would correctly select all cities from a 'cities' table that have a population greater than 1,000,000 and return only the 'city_name' and 'state_name' columns?
- SELECT city_name, state_name FROM cities WHERE population > 1000000; (Correct answer)
- SELECT city_name, state_name HAVING population > 1000000 FROM cities;
- LIST city_name, state_name FROM cities WHERE population > 1000000;
- SELECT * FROM cities WHERE population > 1000000;
Correct answer: SELECT city_name, state_name FROM cities WHERE population > 1000000;
The correct SQL syntax involves three main clauses: `SELECT` specifies the columns to be returned (`city_name, state_name`), `FROM` specifies the table (`cities`), and `WHERE` filters the rows based on a condition (`population > 1000000`). The other options use incorrect syntax or clauses (`SELECT *` returns all columns, `HAVING` is used with aggregate functions, and `LIST` is not a standard SQL command).
Question 97: A large metropolitan planning organization is initiating the process of developing an enterprise GIS to serve multiple departments, including transportation, emergency services, and environmental planning. To ensure the resulting system is effective and widely adopted, what is the most critical first step in the system design process?
- Designing the final enterprise geodatabase schema and data model.
- Purchasing high-performance server hardware and networking equipment.
- Conducting a comprehensive user needs assessment and requirements analysis. (Correct answer)
- Selecting a specific GIS software vendor and database platform.
Correct answer: Conducting a comprehensive user needs assessment and requirements analysis.
The foundational step in any successful system design is to first understand what the system needs to do. A user needs assessment and requirements analysis identifies the specific goals, workflows, data needs, and functional requirements of all stakeholders. [15, 16, 19] This information drives all subsequent decisions, including hardware procurement, software selection, and database design. Starting with technology selection or database design without this understanding often leads to a system that fails to meet user needs.
Question 98: Which radar backscatter characteristic makes SAR (Synthetic Aperture Radar) particularly useful for flood mapping?
- Very low or specular backscatter from smooth water surfaces (Correct answer)
- Increased coherence over flooded areas
- High backscatter from open water surfaces
- Thermal emission from inundated vegetation
Correct answer: Very low or specular backscatter from smooth water surfaces
Open water acts as a specular reflector in SAR imagery, directing microwave energy away from the sensor and resulting in very dark (low backscatter) pixels that are easily distinguished from land.
Question 99: A city ordinance requires that all new liquor stores must be located more than 500 feet away from any school property. A planner needs to create a GIS layer that shows all areas within the city that are ineligible for a new liquor store based on this rule. Which geoprocessing tool should be used first on the school properties layer?
- Thiessen Polygons
- Clip
- Buffer (Correct answer)
- Near
Correct answer: Buffer
The Buffer tool creates polygons at a specified distance around input features. By creating a 500-foot buffer around all school properties, the planner can directly identify the exclusion zones mandated by the ordinance. The other tools serve different proximity or overlay functions not suited for this specific task.
Question 100: A GIS analyst is working on a project that requires modeling continuous surface data, such as elevation and temperature gradients. Which geospatial data model would be the most appropriate and efficient for this task?
- Network data model
- Vector data model
- Topological data model
- Raster data model (Correct answer)
Correct answer: Raster data model
The raster data model is best suited for representing continuous surfaces. It uses a grid of cells (pixels) where each cell contains a value representing the characteristic of that location, such as elevation or temperature. The vector model, which uses points, lines, and polygons, is better for discrete features with clear boundaries.
Question 101: Which spatial analysis technique is commonly used to analyze patterns of disease spread or crime incidents?
- Network analysis
- Hotspot analysis (Correct answer)
- Spatial interpolation
- Slope analysis
Correct answer: Hotspot analysis
Hotspot analysis identifies statistically significant clusters of high or low values within a dataset, making it useful for studying patterns of disease spread or crime incidents.
Question 102: In GIS project procurement, a Request for Proposal (RFP) differs from a Request for Quote (RFQ) primarily because an RFP:
- Is used only for sole-source procurement
- Requires vendors to submit sealed bids
- Only requests pricing information from vendors
- Solicits pricing and technical approaches from vendors (Correct answer)
Correct answer: Solicits pricing and technical approaches from vendors
An RFP solicits both pricing and detailed technical approaches or methodologies from vendors, whereas an RFQ typically focuses on price alone.
Question 103: Which spatial data model is generally better suited for representing continuous phenomena, such as elevation, temperature, or precipitation?
- Vector
- Network
- Raster (Correct answer)
- Topological
Correct answer: Raster
The raster data model represents the world as a grid of equally sized cells, with each cell containing a value. This structure is ideal for representing continuous surfaces where a value exists at every location, such as elevation (a DEM), temperature gradients, or satellite imagery.
Question 104: A (geographic) field is a geographic phenomena for which, for every point in the study area
- A value is not relevant
- A value can be determined (Correct answer)
- A value is missing
- A value cannot be determined
Correct answer: A value can be determined
A (geographic) field refers to a continuous spatial distribution of a variable across a geographic area, meaning that a value can be determined at every point within the study area.
Question 105: A GIS project manager is using Earned Value Management (EVM). If the Schedule Performance Index (SPI) is 0.80, what does this indicate?
- The project will finish 20% over budget
- The project has completed 80% of planned work
- The project is progressing at 80% of the planned rate (Correct answer)
- The project is 20% under budget
Correct answer: The project is progressing at 80% of the planned rate
An SPI of 0.80 means the project is earning only $0.80 of planned value for every $1.00 of scheduled work, indicating it is behind schedule.
Question 106: A fire department needs to create a map showing all areas that can be reached by a fire engine from a specific station within a 5-minute drive time, accounting for road speeds and turn restrictions. Which type of network analysis is most effective for creating this 'response zone' polygon?
- Service Area Analysis (Correct answer)
- Shortest Path Analysis
- Traveling Salesperson Problem (TSP)
- Location-Allocation Analysis
Correct answer: Service Area Analysis
Service Area Analysis is used to find a region that encompasses all accessible streets within a specified impedance (e.g., a 5-minute drive time). The output is typically a polygon representing the reachable area, which is exactly what is needed for a response zone.
Question 107: Which phenomenon causes a single pixel in a multispectral image to contain the spectral mixing of multiple land cover types?
- Mixed pixel (mixel) problem (Correct answer)
- Geometric distortion
- Striping artifact
- Blooming effect
Correct answer: Mixed pixel (mixel) problem
Mixed pixels occur at boundaries between land cover types or when the spatial resolution is too coarse, causing a single pixel to contain reflectance contributions from multiple surface materials.
Question 108: A GIS analyst is tasked with creating a map for a country that is wide in the east-west direction and narrow in the north-south direction, such as Russia or the United States. To minimize distortion of area for a thematic map, which map projection family would be the most appropriate choice?
- Cylindrical
- Azimuthal
- Transverse Cylindrical
- Conic (Correct answer)
Correct answer: Conic
Conic projections are well-suited for mid-latitude areas with a greater east-west than north-south extent. They are generated by projecting a spherical surface onto a cone, which can then be unrolled into a flat map. This method effectively minimizes distortion along the standard parallels, making it ideal for mapping large countries like the United States or Russia.
Question 109: GIS deals with which kind of data
- Spatial data (Correct answer)
- Numeric data
- Binary data
- Complex data
Correct answer: Spatial data
Geographic Information Systems (GIS) are designed to capture, store, manipulate, analyze, manage, and present spatial or geographic data.
Question 110: When designing a map for a presentation, a GIS professional wants to ensure that the most important information, such as the main thematic layer, immediately draws the viewer's attention. Which cartographic principle is most directly concerned with this goal?
- Scale
- Cartographic Generalization
- Visual Hierarchy (Correct answer)
- Map Projection
Correct answer: Visual Hierarchy
Visual hierarchy is the arrangement of map elements to emphasize the most important information. By using visual variables like size, color, and position, cartographers can guide the viewer's eye to the most critical parts of the map first, such as the primary thematic data.
GISP Geographic Information Systems Professional Exam
The GISP exam administered by GISCI certifies GIS professionals across conceptual foundations, geospatial data management, cartography, spatial analysis, database design, GIS application development, remote sensing, GPS, and professional ethics.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds