Please select 3 correct answers
A. Creating domains helps ensure data accuracy by restricting attribute values to predefined lists or ranges.
C. Using relationship classes helps maintain relationships between datasets (e.g., parcels and owners).
D. Regularly compressing the geodatabase optimizes performance by reducing table size and improving query efficiency.
B is incorrect because storing multiple versions without versioning can lead to data redundancy and inconsistencies.
A file geodatabase is optimized for small-scale, single-user applications. It supports larger datasets than a personal geodatabase and offers better performance.
Enterprise geodatabases are used for multi-user, large-scale applications.
Personal geodatabases are outdated and limited to 2GB.
Cloud geodatabases are used for web-based, scalable applications but may not suit small-scale offline projects.
Versioning allows multiple users to work on the same dataset without overwriting each other's changes. Changes are tracked in versions and can be reconciled and posted to the default version. It does not inherently optimize performance or reduce storage size.
The Check Geometry tool identifies geometry errors in a feature class, such as null geometries or self-intersections.
Repair Geometry is used after identifying issues to correct them.
Reconcile Versions is for resolving conflicts in versioned data.
Validate Features is not a standard ArcGIS tool for checking geometry.
Please select 2 correct answers
GeoJSON is widely used in web applications and can be easily understood by non-GIS users.
CSV files with lat/long coordinates are simple and accessible in spreadsheets but limited in terms of spatial representation.
Shapefiles require GIS software to view, and file geodatabases are Esri-specific formats, making them less ideal for general sharing.