Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Esri EGMP2201 - Enterprise Geodata Management Professional 2201

Page: 1 / 2
Total 65 questions

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.

Reconcile and post edit versions

B.

Disconnect from their active session

C.

Save edits and stop editing session

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 in the join table is not indexed.

Which tool should the analyst run?

A.

Add Spatial Index

B.

Add Attribute Index

C.

Rebuild Indexes

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?

A.

Run the Truncate Table tool and load data using Append

B.

Delete all rows in the feature class and load data using Load Objects

C.

Delete all rows in the feature class and load data using Append

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.

Enterprise geodatabase

B.

File geodatabase

C.

Mobile geodatabase

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?

A.

Change the access level of the child version from protected to public

B.

Ask the owner of Default to perform the reconcile and post for the editor

C.

Create a one-way replica from the child version and synchronize to Default

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.

Branch versioned

B.

Traditional versioned with editor tracking enabled

C.

Traditional versioned with the option to move edits to base

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.

Attribute rule

B.

DBMS trigger

C.

Spatial view

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.

Geodatabase replication

B.

Database replication

C.

Distributed collaboration

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.

which columns should the administrator create the index?

B.

facility_type, inspection_date

C.

facility_type. inspector_name

D.

inspector_name, 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?

A.

Remove the objectid index before Append

B.

Remove the spatial index before Append

C.

Add a unique key index before Append