Esri Enterprise Administration Professional 2201 (RETIRED/REPLACED WITH EAEP_2025) EAEP2201 Exam Questions in PDF

Free Esri EAEP2201 Dumps Questions (page: 2)

An organization publishes a map image layer to ArcGIS Enterprise that references data from a user- managed PostgreSQL geodatabase.

The schema of a table is updated to add a field, but the map service cannot be stopped due to a Service Level Agreement (SLA). Schema locking is disabled.

Even after restarting the map service and database, the new field is not shown in the REST endpoint.

Which action should the administrator perform?

  1. Republish the map service by overwriting the original
  2. Ensure that the field is made visible by default in the ArcGIS Enterprise portal
  3. Re-enable schema locking for the map service
  4. Clear the enterprise geodatabase cache

Answer(s): A

Explanation:

Map image layers (map services) do not automatically detect schema changes, especially in registered enterprise geodatabases. Even with schema locking disabled, services cache the original schema at the time of publishing. To reflect the new field, you must overwrite the existing service.

From ArcGIS Server documentation:

"If the schema of a dataset is changed after a service is published (such as adding a field), the change is not automatically reflected in the service. You must overwrite the service or republish the map to reflect schema updates."

Option B is not applicable; field visibility in the portal reflects what's in the published service definition.

Option C is related to editing access, not field visibility.

Option D is not a valid administrative action in this context.


Reference:

ArcGIS Server ­ Schema Changes and Map Service Behavior



An organization buys an additional 25 licenses for ArcGIS Pro and needs to assign the licenses to ArcGIS Enterprise users.

Which license file is required to make those assignments?

  1. New license file with just the 25 ArcGIS Pro licenses
  2. An updated license file with only the 25 additional ArcGIS Pro licenses
  3. An updated license file with 25 additional ArcGIS Pro licenses
  4. Any existing license file used previously

Answer(s): C

Explanation:

When an organization purchases additional licenses (e.g., ArcGIS Pro), a new combined license file must be generated that includes both the existing entitlements and the newly purchased ones. This updated license file reflects the total number of licenses (original + new).

From the ArcGIS Enterprise Licensing documentation:

"When downloading a new license file from My Esri to assign additional licenses, the license file must reflect the complete set of user types and extensions required. You must generate a new license file that includes both the existing and new entitlements."

Option A is incorrect because a license file with only the new licenses would overwrite the previous file.

Option B is incorrect for the same reason--partial license files are not valid for merging with existing licenses.

Option D does not accommodate the new licenses.


Reference:

ArcGIS Enterprise ­ Managing Portal License Files and User Entitlements



An organization configures an ArcGIS Enterprise portal to allow single sign-on using Integrated Windows Authentication (IWA). Configuration includes:

All accounts in the Active Directory group gisusers are added to the portal

Existing users can sign in without entering credentials

However, new employees assigned to the same gisusers group cannot log in, create content, or join groups.

What is causing this issue for the new employees?

  1. Their Active Directory accounts have not been added to the portal
  2. Their Active Directory accounts have been assigned an incompatible default user type
  3. Their Active Directory accounts have not had sufficient time to sync to the portal
  4. The Web Adaptor cache must be cleared

Answer(s): B



A portal administrator is trying to enable web-tier authentication (IWA) for the ArcGIS Enterprise portal using Active Directory and IIS.

Steps taken:

Configured portal with Microsoft version of ArcGIS Web Adaptor

Set identity store to Active Directory

Added AD users to the portal

Disabled anonymous access in Portal

Users are not prompted to sign in and are not automatically logged in.

What should the administrator do next?

  1. Work with the IT department to disable anonymous access to the IIS web server
  2. Assign a default user type to all portal members
  3. Refresh user membership in the Portal Administrator Directory
  4. Enable Windows Authentication in IIS

Answer(s): A

Explanation:

When using IWA through the Web Adaptor (IIS), the IIS server itself must be configured to deny anonymous access and allow Windows Authentication. Simply disabling anonymous access within the Portal settings is not enough.

From Esri's web-tier authentication guide:

"For IWA to function as expected, anonymous access must be disabled in IIS for the ArcGIS Web

Adaptor, and Windows Authentication must be enabled. If IIS still allows anonymous access, users will bypass authentication prompts."

Option B is irrelevant here--user types don't affect login behavior.

Option C is a content sync feature, not related to authentication.

Option D (Enable Windows Authentication) is correct only if it hasn't already been done, but the missing step is disabling anonymous access in IIS.


Reference:

ArcGIS Enterprise ­ Configuring Web-Tier Authentication with IIS



An ArcGIS Enterprise administrator wants to publish their feature classes as layers in bulk from a registered geodatabase.

Which action should the administrator perform?

  1. Register the geodatabase in ArcGIS Server Manager
  2. Create a data store item in the ArcGIS Enterprise portal
  3. Import an SDE connection file into ArcGIS Server Administrator Directory
  4. Register as a hosted layer in ArcGIS Data Store

Answer(s): A

Explanation:

To publish feature classes as services in bulk from an enterprise geodatabase, it must first be registered with the ArcGIS Server site. This registration tells ArcGIS Server where to access the data directly for referenced service publishing. The proper way to do this is through ArcGIS Server Manager.

From ArcGIS Enterprise documentation:

"To publish layers directly from a registered enterprise geodatabase without copying data, you must register the geodatabase with your ArcGIS Server site using ArcGIS Server Manager."

Option B is used for hosted services, not referenced publishing.

Option C is not the correct interface for registering data sources.

Option D involves hosting data, which is not applicable for referenced layers from a geodatabase.


Reference:

ArcGIS Server ­ Registering Data Stores for Publishing Referenced Services



A client has an internet-accessible ArcGIS Enterprise deployment with the Web Adaptors in the DMZ, and the remaining components are on an internal network behind a firewall. A user on the internet must access a web map in that environment.

Which ports must be open in the firewall between the DMZ and the internal network?

  1. 6443 and 7443
  2. 443 and 6443
  3. 80 and 443
  4. 2443 and 6443

Answer(s): C



An organization experiences a temporary loss of service for its ArcGIS Enterprise deployment due to expired licenses.

What should the administrator have done to prevent this issue?

  1. Configure the ArcGIS Enterprise portal to send an automated email when the portal license is expiring
  2. Create a Python script to run an administrative report and schedule the script to run regularly
  3. Design an information banner to automatically display the license expiration date
  4. Use the license file in read-only mode to extend the license

Answer(s): A



In a multi-machine ArcGIS Server site, the following is observed:

Random services missing on one server but reappear later

Intermittent service failures

Warnings and severe errors like:

Failed to write heartbeat

Error synchronizing with config store

Failed to return all folder configurations

Failed to return all services configurations in folder

What should the administrator review?

  1. ArcGIS Server virtual machine resources
  2. Specification for the file share location
  3. ArcGIS Server patches applied
  4. Network DNS cache

Answer(s): B

Explanation:

These errors point to problems accessing the configuration store, which is commonly stored on a shared file location across ArcGIS Server machines. Intermittent access, latency, or I/O issues with the shared drive can cause synchronization failures and service visibility problems.

From Esri documentation:

"If ArcGIS Server cannot reliably access the configuration store, errors such as heartbeat failure, sync issues, and missing service configurations may occur. Always ensure the shared file location is on a reliable, supported file system with proper permissions and stability."

Option A (VM resources) might impact general performance but not sync reliability.

Option C (patches) is important but doesn't fix shared drive instability.

Option D is not relevant in this context.


Reference:

ArcGIS Server ­ High Availability Configuration Store Troubleshooting



Share your comments for Esri EAEP2201 exam with other users:

P
Palash Ghosh
9/11/2023 8:30:00 AM

easy questions

N
Noor
10/2/2023 7:48:00 AM

could you please upload ad0-127 dumps

K
Kotesh
7/27/2023 2:30:00 AM

good content

B
Biswa
11/20/2023 9:07:00 AM

understanding about joins

J
Jimmy Lopez
8/25/2023 10:19:00 AM

please upload oracle cloud infrastructure 2023 foundations associate exam braindumps. thank you.

L
Lily
4/24/2023 10:50:00 PM

questions made studying easy and enjoyable, passed on the first try!

J
John
8/7/2023 12:12:00 AM

has anyone recently attended safe 6.0 exam? did you see any questions from here?

B
Big Dog
6/24/2023 4:47:00 PM

question 13 should be dhcp option 43, right?

B
B.Khan
4/19/2022 9:43:00 PM

the buy 1 get 1 is a great deal. so far i have only gone over exam. it looks promissing. i report back once i write my exam.

G
Ganesh
12/24/2023 11:56:00 PM

is this dump good

A
Albin
10/13/2023 12:37:00 AM

good ................

P
Passed
1/16/2022 9:40:00 AM

passed

H
Harsh
6/12/2023 1:43:00 PM

yes going good

S
Salesforce consultant
1/2/2024 1:32:00 PM

good questions for practice

R
Ridima
9/12/2023 4:18:00 AM

need dump and sap notes for c_s4cpr_2308 - sap certified application associate - sap s/4hana cloud, public edition - sourcing and procurement

T
Tanvi Rajput
10/6/2023 6:50:00 AM

question 11: d i personally feel some answers are wrong.

A
Anil
7/18/2023 9:38:00 AM

nice questions

C
Chris
8/26/2023 1:10:00 AM

looking for c1000-158: ibm cloud technical advocate v4 questions

S
sachin
6/27/2023 1:22:00 PM

can you share the pdf

B
Blessious Phiri
8/13/2023 10:26:00 AM

admin ii is real technical stuff

L
Luis Manuel
7/13/2023 9:30:00 PM

could you post the link

V
vijendra
8/18/2023 7:54:00 AM

hello send me dumps

S
Simeneh
7/9/2023 8:46:00 AM

it is very nice

J
john
11/16/2023 5:13:00 PM

i gave the amazon dva-c02 tests today and passed. very helpful.

T
Tao
11/20/2023 8:53:00 AM

there is an incorrect word in the problem statement. for example, in question 1, there is the word "speci c". this is "specific. in the other question, there is the word "noti cation". this is "notification. these mistakes make this site difficult for me to use.

P
patricks
10/24/2023 6:02:00 AM

passed my az-120 certification exam today with 90% marks. studied using the dumps highly recommended to all.

A
Ananya
9/14/2023 5:17:00 AM

i need it, plz make it available

J
JM
12/19/2023 2:41:00 PM

q47: intrusion prevention system is the correct answer, not patch management. by definition, there are no patches available for a zero-day vulnerability. the way to prevent an attacker from exploiting a zero-day vulnerability is to use an ips.

R
Ronke
8/18/2023 10:39:00 AM

this is simple but tiugh as well

C
CesarPA
7/12/2023 10:36:00 PM

questão 4, segundo meu compilador local e o site https://www.jdoodle.com/online-java-compiler/, a resposta correta é "c" !

J
Jeya
9/13/2023 7:50:00 AM

its very useful

T
Tracy
10/24/2023 6:28:00 AM

i mastered my skills and aced the comptia 220-1102 exam with a score of 920/1000. i give the credit to for my success.

J
James
8/17/2023 4:33:00 PM

real questions

A
Aderonke
10/23/2023 1:07:00 PM

very helpful assessments

AI Tutor 👋 I’m here to help!