The GIS administrator does not have the database administrator credentials and needs to create an enterprise geodatabase for storage of vector data. The database administrator will provide a database with the appropriate users and permissions for use.
Which tool should the GIS administrator use?
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?
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?
A government organization needs to identify which user was responsible for creating each feature in a global enterprise geodatabase.
Which geodatabase strategy should the GIS administrator use?
A wells feature class has one row per well. A well_inspections table has one row for each time a well was inspected. All inspection dates need to be displayed as labels clustered around each well on the map.
Which kind of association should be used to meet this requirement?
A GIS administrator learns that geodatabase users report decreasing performance when adding data from child versions to their map.
• The organization uses a complex traditional version tree architecture
• Python script completes batch-reconcile/post operations, compresses the geodatabase, and data owners rebuild indexes and update statistics
• Python script runs overnight with little to no geodatabase connections being made
Which Analyze Datasets parameter should be checked?
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?
A GIS administrator needs to make a synchronized copy of a branch versioned dataset. Editing must be performed on both copies.
How should the data be replicated?
An editor is loading records from a shapefile to a feature class that is registered as versioned using the following workflow:
• Create a child version from Default
• Append 500,000 records while connected to the child version
• Reconcile and post the child version to Default
The reconcile is taking a long time to complete.
What is causing this issue?
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?
A GIS analyst creates a database view. When the database view is loaded into the map, performance is suboptimal.
Which workflow should the analyst use?
A GIS data administrator needs to implement an offline mobile editing workflow that will include feature classes that participate in a geometric network.
Which versioning model should the data administrator use?
A large government organization mandates that all departments establish an equivalent data presence in a standby data center.
Which technology should the GIS database administrator recommend?
A GIS data administrator needs to store color, model, and size attributes for different kinds of valves. Pick lists should only show permitted combinations of color, model, and size.
Which geodatabase capability should be configured?
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
AGIS data administrator needs to prepare data for use in offline workflows.
Which database operation must the data administrator perform?