Esri EGMP2201 - Enterprise Geodata Management Professional 2201
A GIS data administrator is unable to upgrade the geodatabase while editors have active sessions and are working on editing workflows.
What should the editors do?
A GIS analyst creates a join relationship between a large dataset and a nonspatial table to calculate an attribute field. Upon building the join, the analyst receives an error message stating that the join field
Which tool should the analyst run?
AGIS analyst who usesArcGIS Pro needs to reload data into a versioned feature class stored in a feature dataset. The feature class participates in a geodatabase topology.
Which steps should the GIS analyst take?
An organization has a requirement to allow editing of feature classes in mobile and web apps. A database administrator will need to add indexes to feature classes to improve performance on common queries.
Where should these feature classes be stored?
An editor connects to an enterprise geodatabase to edit a feature class that uses traditional versioning. The editor uses the following workflow:
• The Default version is set lo protected
• A new child version is created from Default
• The child version is set to protected
• Edits are saved to the child version
• The editor tries to reconcile and post to Default
The reconcile is successful, but the post operation fails with an error. What should the editor do?
Multiple editors in a web application need to collaboratively edit the same dataset using the following requirements:
• Each editor works in isolation until they come to a good stopping point
• The editor shares their edits with the other editors at this point
• The editor again goes into isolation to continue editing until the next stopping point is reached
• At any point, an editor can choose to see the edits that other editors have shared without sharing their own edits
How should the dataset be registered?
An enterprise geodatabase is regularly updated via a "push" batch SQL process from a federated database. Business rules prevent a one-to-one match in the values in INSERT values for one field. The GIS administrator must make sure that the attribute value in the geodatabase is populated correctly. Which option should the administrator use?
A GIS administrator needs to facilitate the collaboration of two teams of GIS analysts in two different offices. Each office needs a copy of the data in its own enterprise geodatabase. and analysts in both offices will edit the same feature classes. Changes will be synchronized nightly.
The GIS administrator needs to set up the information infrastructure so that both teams can work together.
What should the administrator use to meet the requirements?
AGIS database administrator needs to create an index to improve query performance on a large enterprise geodatabase facility_inspections feature class.
The query to be optimized is as follows:
SELECT facility_type,inspection_date
FROM facility_inspections WHERE inspector_name = 'JQSmith' ORDER BY inspection_date
A GIS database administrator needs to identify any performance issues with a nightly load process. Upon further research, the database administrator discovers the following:
• A table with 20 million rows is reloaded each night
• This existing table is truncated before an Append is executed
• There are three attributes in addition to objectid and geometry, one of which is a unique text identifier
• The unique index is removed before Append and created again after Append
• The Append operation takes 120 minutes to complete
What should the administrator recommend?