
EAEP2201 Pre-Exam Practice Tests | (Updated 69 Questions)
Valid EAEP2201 Exam Q&A PDF - One Year Free Update
NEW QUESTION # 27
An ArcGIS Enterprise deployment is completely internal and does not have access to the internet. How should the organization find patches and updates for the deployment components?
- A. Refer to the Patches and Service Pack page on the Esri Support website
- B. Open the Check For Updates option on the machine where ArcGIS Server is installed
- C. Run the patch notification bat utility from the command line
Answer: C
Explanation:
For environments without internet access, the organization can use thepatchnotification.batutility to check for available patches and updates. This utility can be run from the command line and provides information about the current patch status of the ArcGIS Enterprise components. Administrators can then manually download the necessary patches from another machine with internet access and transfer them to the internal environment for installation.
Reference Source:ArcGIS Enterprise documentation on checking for and installing software patches and updates
NEW QUESTION # 28
A GIS administrator is publishing a feature service. All 2,400 features in the dataset must be able to be returned from a single request to the service.
Which action should the administrator perform?
- A. Enable cached drawing mode
- B. Increase the max record count
- C. Use service defaults for publishing
- D. Adjust pooling to handle the request
Answer: B
Explanation:
By default, feature services limit the number of records returned in a single request (usually set to
1,000). To allow all 2,400 features to be returned in one call, the administrator needs to increase the
"Maximum number of records returned by the server" (maxRecordCount) setting during or after publishing.
From the ArcGIS Server documentation:
"The maxRecordCount property defines the number of records returned by the server in a single request. To return all features, this value must be increased accordingly."
* Option A (adjust pooling) relates to concurrency and scalability, not data retrieval limits.
* Option C would keep the default setting of 1,000, which would not meet the requirement.
* Option D relates to visual performance, not record retrieval.
Reference:ArcGIS Server - Feature Service Settings and Tuning for Performance
NEW QUESTION # 29
An organization is configuring ArcGIS Enterprise. They want to enable asingle sign-on experiencefor users using theirexisting SAML identity provider.
What action should the organization perform?
- A. Configure ArcGIS Web Adaptor to use Integrated Windows Authentication
- B. Register the portal's service provider metadata with the identity provider
- C. Register the identity provider as a web-tier authenticator
- D. Set up Lightweight Directory Access Protocol with portal-tier authentication
Answer: B
Explanation:
To enableSAML-based SSO, the ArcGIS Enterpriseportal acts as the Service Provider (SP). To link it to an Identity Provider (IdP), you mustregister the portal's SP metadatawith the IdP and configure the portal to trust it.
From Esri's documentation:
"To complete SAML configuration, register the portal's SAML service provider metadata with your organization's identity provider, then configure the portal with the IdP metadata."
* OptionAis for IWA (Kerberos), not SAML.
* OptionCrefers to LDAP but doesn't configure SAML or SSO.
* OptionDis not a valid standalone action for SAML integration.
Reference:ArcGIS Enterprise -Configuring SAML Identity Providers for Single Sign-On
NEW QUESTION # 30
A GIS administrator receives reports of slow-performing services and notices that disk space is filling up after recent troubleshooting sessions.
In those sessions, the following tasks were performed:
* Services added to the shared instance pool
* Log retention settings reduced
* Log level set to Debug
* ArcGIS Server machine restarted
* An additional ArcGIS Server site federated
What is causing this slow performance?
- A. Federating the additional ArcGIS Server site
- B. Additional services in the shared instance pool
- C. Adjusting the log level to Debug
- D. Restarting ArcGIS Server
Answer: B
NEW QUESTION # 31
A GIS analyst creates a layer in ArcGIS Pro that must be published to the ArcGIS Enterprise portal as a web service that supports editing. The analyst does not have a connection to the ArcGIS Server where the service must be published.
What action should the analyst perform?
- A. Create a service definition file to be published by a portal administrator
- B. Upload the layer to the portal as a layer package file and add it to a web map
- C. Change the privileges on their user role to allow publishing
Answer: A
Explanation:
When a direct connection to the ArcGIS Server is not available, the recommended approach is to create a service definition (.sd) file in ArcGIS Pro. This file encapsulates the map, its data, and the necessary configurations for publishing. The analyst can then provide this file to a portal administrator, who can publish it to the ArcGIS Enterprise portal, ensuring the service supports editing as required.
Changing user privileges (Option B) does not address the lack of server connection. Uploading a layer package (Option C) does not result in a web service that supports editing capabilities.
Reference Source:ArcGIS Pro documentation on publishing services using service definition files
NEW QUESTION # 32
A new user is added to the organization and can see roads, building footprints, parcels, and traffic data shared with them in Portal for ArcGIS. However, the user cannot use analysis tools in the portal, even though the SpatialAnalysisTools service is verified to be running.
What is causing this issue?
- A. SpatialAnalysisTools needs to be restarted
- B. The service needs to be published as a hosted layer
- C. The hosting server has not been configured
- D. The new user is a Creator user type
Answer: D
NEW QUESTION # 33
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 credentialsHowever, 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?
- A. Their Active Directory accounts have not had sufficient time to sync to the portal
- B. Their Active Directory accounts have not been added to the portal
- C. Their Active Directory accounts have been assigned an incompatible default user type
- D. The Web Adaptor cache must be cleared
Answer: B
Explanation:
For IWA authentication, Active Directory users are not automatically added to the ArcGIS Enterprise portal. They must either be:
* Manually added as members, or
* Automatically created at first login if auto-creation is enabled.
Since the new users are assigned to the gisusers group but cannot sign in or create content, it's clear that their accounts have not yet been added to the portal.
From ArcGIS Enterprise documentation:
"Integrated Windows Authentication (IWA) allows users to sign in with their Windows credentials. However, users must still be members of the portal. You can manually add users or enable automatic account creation during login."
* Option B is invalid since default user type settings do not prevent login.
* Option C is incorrect because synchronization is not time-based-it's account-creation dependent.
Reference:ArcGIS Enterprise - Managing Portal Members and Identity Store Integration
NEW QUESTION # 34
A small organization has an ArcGIS Enterprise deployment where all components are installed on one virtual server hosted on Microsoft Azure. Each deployment component was initially installed manually. The organization wants to upgrade its deployment to the most recent version in the most efficient way.
Which action should the organization perform?
- A. Manually upgrade each ArcGIS Enterprise component
- B. Upgrade the entire deployment with ArcGIS Enterprise Builder
- C. Run the ArcGIS Enterprise Cloud Builder for Microsoft Azure tool
Answer: A
Explanation:
For ArcGIS Enterprise deployments on Microsoft Azure that were initially installed manually, the recommended approach for upgrading is to manually upgrade each component. This involves downloading the latest installers for each component (Portal for ArcGIS, ArcGIS Server, ArcGIS Data Store, etc.) and following the standard upgrade procedures for each. This method ensures that each component is properly updated and configured according to the organization's specific setup.
Using ArcGIS Enterprise Builder (Option B) is intended for new installations and is not suitable for upgrading existing deployments. ArcGIS Enterprise Cloud Builder for Microsoft Azure (Option C) is designed for deployments that were originally created using Cloud Builder; it cannot be used to upgrade deployments that were installed manually.
Reference Source:ArcGIS Enterprise documentation on upgrading manually installed deployments
NEW QUESTION # 35
A GIS administrator must restore an ArcGIS Enterprise deployment from a backup file previously created by the webgisdr utility.
Which utility should the administrator run first?
- A. restoredatastore
- B. webgisdr
- C. restore
Answer: B
Explanation:
Thewebgisdrutility is the official tool used to both back up and restore ArcGIS Enterprise deployments.
When restoring a backup, this tool ensures all components-Portal for ArcGIS, ArcGIS Server (federated), ArcGIS Data Store, and associated configurations-are restored in the correct sequence and with integrity.
The utility reads from a configuration file that defines the backup location, type, and parameters.webgisdr orchestrates the entire restoration process automatically. Runningrestoredatastore(Option B) individually is not required and may only restore part of the deployment, such as the relational store.Restore(Option C) is not a valid utility for ArcGIS Enterprise.
Reference Source:ArcGIS Enterprise documentation - Web GIS Disaster Recovery tool (webgisdr)
NEW QUESTION # 36
A GIS administrator is setting up adistributed collaborationbetween anArcGIS Onlineorganization and an ArcGIS Enterpriseorganization for a data validation project. Users from asecond ArcGIS Onlineorg will also participate.
What should the administrator set up?
- A. A collaboration between ArcGIS Online and ArcGIS Enterprise and then add users from the second ArcGIS Online org to the common group
- B. One collaboration with all three organizations: ArcGIS Enterprise and two ArcGIS Online orgs
- C. Multiple collaborations between the ArcGIS Enterprise organization and multiple ArcGIS Online organizations
- D. Enable data sharing with public access
Answer: C
Explanation:
Adistributed collaborationin ArcGIS Enterprise is designed to operatebetween two organizations only.
Therefore, to collaborate withtwo separate ArcGIS Online organizations, the administrator must create separate collaborationsbetween the Enterprise org and each ArcGIS Online org.
From Esri documentation:
"Each collaboration is established between two organizations. To collaborate with multiple organizations, you must set up multiple one-to-one collaborations."
* OptionBis incorrect because adding external users from other orgs to a group doesn't extend collaboration capabilities.
* OptionCis not supported - collaborations are strictlybetween two parties.
Reference:ArcGIS Enterprise -Distributed Collaboration Limitations and Multi-Org Setup
NEW QUESTION # 37
An ArcGIS analyst is curating a series of basemaps for field crews editing utility infrastructure in the field.
The analyst must ensure optimal performance.
Which type of service should be published?
- A. Dynamic map service
- B. Vector tile service
- C. Cached map service
Answer: B
Explanation:
For field operations, Vector Tile Services are highly efficient and suitable for basemaps. They offer fast rendering, smaller file sizes, and are easily scalable across various devices, including those with limited bandwidth or processing capabilities. Vector tiles also support dynamic styling and are ideal for offline use, which is often necessary for field crews working in areas with limited connectivity.
Cached map services (Option A) are raster-based and can be larger in size, making them less optimal for mobile use. Dynamic map services (Option C) require real-time data rendering, which can be resource- intensive and may not perform well in field conditions with limited connectivity.
Reference Source: ArcGIS Enterprise documentation on customizing basemaps
NEW QUESTION # 38
An organization expects a large influx of users who use the standard analysis tools in the portal Map Viewer.
The organization is concerned with the hosting server's available resources.
Which system resource should be closely monitored?
- A. Network utilization
- B. CPU utilization
- C. Disk activity
Answer: B
Explanation:
When users perform standard analysis tasks in the portal Map Viewer, the hostingserver executes geoprocessing operations that are computationally intensive. These operations require significant CPU resources. Monitoring CPU utilization helps ensure that the server can handle the increased load without performance degradation.
While disk activity and network utilization are important, they are less directly impacted by standard analysis tasks compared to CPU usage. Therefore, CPU utilization is the primary resource to monitor in this scenario.
Reference Source:ArcGIS Enterprise documentation on system performance monitoring.
NEW QUESTION # 39
An organization has an ArcGIS Enterprise deployment but does not have access to ArcGIS Online. The GIS administrator wants to create a web page that is easy to navigate by non-GIS users but allows these users to interact with, download, and create apps from data.
Which option should the GIS administrator use?
- A. ArcGIS Hub
- B. ArcGIS Experience Builder
- C. ArcGIS Enterprise Sites
Answer: C
Explanation:
ArcGIS Enterprise Sites is a capability within ArcGIS Enterprise that enables organizations to create tailored web pages for sharing data and content. These sites are designed to be user-friendly for non-GIS users, allowing them to interact with, download, and create applications from the organization's data. Since the organization does not have access to ArcGIS Online, ArcGIS Enterprise Sites provides the necessary functionality within their existing deployment.
ArcGIS Hub (Option A) is a separate product that requires ArcGIS Online. ArcGIS Experience Builder (Option C) is a tool for creating web applications but does not provide the comprehensive site-building capabilities needed for this scenario.
Reference Source:ArcGIS Enterprise documentation on Sites
NEW QUESTION # 40
An ArcGIS Pro user receives the following error when trying to publish to ArcGIS Enterprise:
"Unable to publish to ArcGIS Server, error 001369: failed to create service" The ArcGIS Server logs reveal:
* Failed to create service
* Internal server error
* Unable to instantiate class for XML schema type
* Invalid XML registry file
* 390 ArcSOC processes running
* Server uses only half of available RAM
Which action should the administrator perform?
- A. Increase the non-interactive desktop heap size
- B. Scale up the ArcGIS Server machine resources
- C. Use more dedicated instances instead of shared
Answer: C
Explanation:
This issue is consistent with desktop heap exhaustion, especially when a high number of ArcSOC processes (e.g., 390) are running on Windows. Desktop heap is a limited memory resource used for GUI and system object management. When it runs out, services can fail to start and produce XML-related errors.
Increasing the non-interactive desktop heap size in the Windows registry resolves this.
From Esri documentation:
"If the Windows desktop heap size is too low, ArcGIS Server may be unable to create new processes (ArcSOC), causing service failures and related internal server errors."
* Option B is a generic fix and won't address the specific heap exhaustion issue.
* Option C doesn't help if the root issue is OS-level heap size limits.
Reference:ArcGIS Enterprise - ArcSOC process limits and Windows desktop heap size
NEW QUESTION # 41
A GIS administrator has a group of users who share maintenance responsibilities for a critical application.
The administrator needs to allowall users to editthe application without transferring ownership.
Which option should the administrator use?
- A. An administrative group
- B. A shared update group
- C. A public group
- D. A collaboration group
Answer: B
Explanation:
Ashared update groupallows group members toediteach other's items without needing to transfer ownership. This is ideal for collaborative editing and shared responsibility for applications, maps, or dashboards.
From Esri documentation:
"Shared update groups allow multiple members to update items shared with the group, even if they do not own the items."
* OptionBdoesn't exist as a group type in ArcGIS Enterprise.
* OptionCallows viewing, butnot editingothers' content.
* OptionDapplies to distributed collaboration, not shared editing.
Reference:ArcGIS Enterprise -Group Settings for Collaborative Management
NEW QUESTION # 42
Portal for ArcGIS is running in aWindows environment.
Which type of account is recommended to run the Portal for ArcGIS service?
- A. Local machine administrator account
- B. Built-in system account
- C. Group-managed service account
- D. Windows Active Directory domain account
Answer: C
Explanation:
Esri recommends using aGroup Managed Service Account (gMSA)to run Portal for ArcGIS services in Windows environments. gMSAsautomatically manage passwords, align withActive Directory policies, and areideal for enterprise-scale deployments.
From Esri documentation:
"Using a group managed service account (gMSA) to run Portal for ArcGIS services improves security by allowing Windows to manage the password, reducing administrative overhead while meeting enterprise security requirements."
* OptionB(regular AD account) is acceptable butrequires manual password updates.
* OptionCandDare not secure or scalable for enterprise environments.
Reference:ArcGIS Enterprise -Service Account Recommendations for Windows Environments
NEW QUESTION # 43
......
Enterprise Administration Professional 2201 Free Update Certification Sample Questions: https://exam-labs.prep4sureguide.com/EAEP2201-prep4sure-exam-guide.html