Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Esri Exam EGMP2201 Topic 4 Question 9 Discussion

Actual exam question for Esri's EGMP2201 exam
Question #: 9
Topic #: 4
[All EGMP2201 Questions]

A GIS administrator is investigating reports of slow performance in a map of complex polygons. The investigation finds the following:

* The feature class is in an enterprise geodatabase

* This data has been published as a map service in ArcGIS Enterprise

* The feature class is not versioned

* The map seems to perform slowly at several zoomed-out extents in the map

* Queries on the attributes perform quickly

Which recommendation should the GIS administrator make?

Show Suggested Answer Hide Answer
Suggested Answer: A

The slow performance at zoomed-out extents is likely caused by the rendering of complex polygon geometries in real time, which can be computationally intensive. Using cached data is the best approach to improve performance in this situation.

1. Reason for Slow Performance at Zoomed-Out Extents

Complex polygons require significant processing power to render at smaller scales due to the high number of vertices and complex geometry.

When users zoom out, the number of features being displayed increases, causing additional strain on the map service.

Attribute queries are not affected because they do not involve rendering the geometries.

2. Advantages of Using Cached Data

Cached tiles are pre-rendered images of the map at specific scales, stored on the server.

When cached data is used, the server simply retrieves and displays these images instead of dynamically rendering the features.

This drastically reduces server load and improves map performance at zoomed-out extents.

3. Why Not Other Options?

Run the Analyze Datasets Tool:

This tool checks for issues like invalid geometries, missing spatial indexes, or improper field types. While useful for general data health, it does not directly address rendering performance.

Compress the Enterprise Geodatabase:

Compression improves performance for versioned data by consolidating states and cleaning up the database. However, in this case, the feature class is not versioned, so compression would not resolve the rendering issues.

Steps to Implement Caching:

Open ArcGIS Server Manager and navigate to the map service configuration.

Enable tile caching and define the scales at which tiles should be created (include the problematic zoomed-out extents).

Generate the cache using the 'Manage Map Server Cache Tiles' tool.

Test the map to ensure performance improvements.

Reference from Esri Documentation and Learning Resources:

Map Caching in ArcGIS Enterprise

Best Practices for Map Services

Conclusion:

The GIS administrator should recommend enabling cached data for the zoomed extents to significantly improve map performance.


Contribute your Thoughts:

Jennie
4 days ago
C seems like the right choice to me. Compressing the enterprise geodatabase can help optimize storage and improve performance.
upvoted 0 times
...
Celestina
6 days ago
I think running the Analyze Datasets tool could also help identify any performance issues.
upvoted 0 times
...
Viola
10 days ago
I agree with Ronny. Caching the data can improve performance at zoomed-out extents.
upvoted 0 times
...
Ronny
14 days ago
I think the GIS administrator should show cached data for the zoomed extents.
upvoted 0 times
...
Serina
17 days ago
I think the answer is B. Running the Analyze Datasets tool can help identify any issues with the data that may be causing the slow performance.
upvoted 0 times
...

Save Cancel