
Prepare HCL-HWA-ADM-102 Question Answers - HCL-HWA-ADM-102 Exam Dumps
Real HCLSoftware HCL-HWA-ADM-102 Exam Questions [Updated 2026]
NEW QUESTION # 28
In HCL Workload Automation 10.2 architecture, domain managers can be which workstation types? (Select two)
- A. Z-centric
- B. Dynamic domain managers
- C. Extended agents
- D. Standard agents
- E. Fault-tolerant agents promoted to manager role
Answer: B,E
Explanation:
Fault-tolerant agents promoted to manager role handle traditional domains. Dynamic domain managers manage dynamic agent sub-hierarchies.
NEW QUESTION # 29
Production cycle HCL HWA 10.2 planman extend 120h fails during holiday peak (7800 jobs/hr) with "event processor overload timeout=420s". 2400 streams pending upgrade.
What isolation strategy enables extension?
- A. planman create /NOEVENTS; extend
- B. conman "stopmonitor"; planman extend 120h /FORCE; conman "startmonitor"
- C. Increase event timeout=1200s; extend
- D. Scale event processor replicas=4
Answer: B
Explanation:
conman "stopmonitor" isolates event processor overload during 7800 jobs/hr peak; planman extend 120h /FORCE completes extension; startmonitor resumes. Temporary isolation prevents timeout=420s cascade versus scaling requiring pre-planning maintaining production cycle reliability.
NEW QUESTION # 30
Restrict HCL HWA 10.2 API access to read-only for monitoring tools. curl /dwc/v1/jobs succeeds but POST /dwc/v1/jobstreams fails 403. What security.properties RBAC role definition grants read-only?
- A. DWC RBAC auto-maps read-only via LDAP group
- B. apiPermissions.MonitorRole=GET:/dwc/v1/jobs,GET:/dwc/v1/workstations
- C. server.xml: <oauth-2.0 scopes="jobs:read workstations:read"/>
- D. localopts REST_API_READONLY=MonitorRole
Answer: B
Explanation:
Fine-grained REST API permissions per role. $TWA_HOME/TWS_eclipse/RBAC/security.properties: apiPermissions.MonitorRole=GET:/dwc/v1/.* returns readonly access. User authenticates as monitor role, curl -u monitor:pass -X POST https://dwc:9443/dwc/v1/jobstreams returns 403, GET succeeds with 200.
NEW QUESTION # 31
Scenario: A fault-tolerant agent in HCL Workload Automation 10.2 is showing as unlinked in the plan, and you suspect communication issues. From the MDM conman, you need to attempt relink and limit concurrent jobs if successful. Which sequence of conman commands? (Select three)
- A. unlink agent;cpu=FTA01;force
- B. limit cpu;cpu=FTA01;limit=20
- C. fence cpu;cpu=FTA01;fence=50
- D. link agent;cpu=FTA01
- E. start agent;cpu=FTA01
Answer: B,D
Explanation:
link agent;cpu=FTA01 attempts to re-establish communication with the unlinked FTA. limit cpu;cpu=FTA01;limit=20 sets a job limit post-relink to control load during recovery.
NEW QUESTION # 32
planman unlock is crucial when?
- A. For agent resets
- B. Before event deployment
- C. After interrupted planman/JnextPlan leaving database locks
- D. Daily maintenance
- E. Only on backups
Answer: C
Explanation:
Clears locks from failed plan management, preventing subsequent hangs.
NEW QUESTION # 33
HCL HWA 10.2 Liberty 600 Appserverbox.msg conman cycles/min causes auditbox.msg 94% blocking batchman mirrorbox.msg engine sync. What Liberty-specific prevents scheduling impact?
- A. Liberty audit disable; resize all
- B. T(bm check file)=45
- C. evtsize auditbox.msg,Appserverbox.msg 24M; T(auditFlush)=200
- D. appservman stop; monitor
Answer: C
Explanation:
auditbox.msg/Appserverbox.msg 24M with T(auditFlush)=200 handles 600 conman cycles preventing Liberty mailman batchman mirrorbox.msg blocking; isolates Liberty workstation processes from core Courier.msg/NetReq.msg scheduling flows.
NEW QUESTION # 34
HCL HWA 10.2 containers Azure AKS dynamic agent fails gateway SSL with "javax.net.ssl.SSLHandshakeException: Chain validation failed" despite agent.dynamic.gateway.sslTruststore correct. AKS cert-manager active. LoadBalancer service exposed. What AKS certificate chain misconfiguration blocks handshake?
- A. Ingress tls.terminate=rebencrypt missing
- B. agent.ssl.truststore lacks AKS cluster CA
- C. wa-waserver certificate missing intermediate CA in tls.crt secret
- D. NetworkPolicy dsa-network-policy blocks CA lookup
Answer: C
Explanation:
AKS containers SSL requires complete certificate chain (leaf+intermediate CA) in wa-waserver tls.crt secret; missing intermediate causes chain validation failure despite valid agent sslTruststore. cert-manager re-issues wa-waserver with full chain resolves handshake without truststore or NetworkPolicy changes.
NEW QUESTION # 35
HCL HWA 10.2 cluster-aware agent installation on Windows 2019 Failover Cluster active node completes, but passive node fails job execution: "Resource ITWSWorkstation_twsusr not online". Cluster event log shows dependency failure. Correct Failover Cluster Manager configuration?
- A. Create Generic Script resource monitoring tws_env.cmd before ITWSWorkstation
- B. Set ITWSWorkstation preferred owner to passive node only
- C. Move ITWSWorkstation to separate Role, remove File Server dependency
- D. Set ITWSWorkload dependency on File Share resource before ITWSWorkstation
Answer: D
Explanation:
ITWSWorkstation requires online File Share for shared TWA_HOME access. Failover Cluster Manager: Roles > File Server Role > Add Resource > ITWSWorkstation > Properties > Dependencies: check File Share Witness. Bring Online succeeds with proper dependency chain.
NEW QUESTION # 36
Which advanced configuration is required when using DB2 as the database for HCL Workload Automation 10.2 in environments demanding extended row sizes due to large log records?
- A. Increase log file size using dbtools scripts
- B. Set pageSize=16K during database creation
- C. Run reorgchk automatically after JnextPlan
- D. Enable EXTENDED_ROW_SZ in DB2 configuration before schema creation
- E. Migrate tables to a new buffer pool with larger page size post-upgrade
Answer: E
Explanation:
In upgrades to versions where tables like LOG.LLRC_LOG_RECORDS require larger row sizes, if EXTENDED_ROW_SZ remains disabled, migrating affected tables to a new buffer pool and tablespace configured with 16KB page size resolves row size limit errors while maintaining compatibility with existing DB2 settings.
NEW QUESTION # 37
HCL HWA 10.2 conman batch file processes 1000 commands but hangs on dependency resolution. Script contains "deps; rje @". What conman command line option limits output buffering for large batch operations?
- A. conman -batch "sj;deps;rje@"
- B. conman -cf / "deps; rje @/@"
- C. conman -file commands.txt -timeout 7200
- D. conman -timeout 3600 "sj & sp & deps & rje @"
Answer: C
Explanation:
External file processing with timeout prevents buffer overflow. conman -file /opt/hwa/commands.txt -timeout 7200 reads 1000+ commands from file with 2hr timeout. Script executes deps then bulk rje without hanging, stdout shows completion timestamps.
NEW QUESTION # 38
In HCL Workload Automation 10.2 security file, to deny a group access to all event rules except those named "MONITOR_*" for display only, which entries provide override granularity? (Select two)
- A. ACTION NAME=@ ACCESS=RUN
- B. EVENTRULE NAME=@ ACCESS=NO
- C. PROMPT NAME=@ ACCESS=REPLY
- D. EVENTRULE NAME="MONITOR_*" ACCESS=DISPLAY
- E. EVENT ACCESS=TRIGGER=NO
Answer: B,D
Explanation:
EVENTRULE NAME=@ ACCESS=NO sets default denial for all event rules. EVENTRULE NAME="MONITOR_*" ACCESS=DISPLAY overrides to allow viewing specific monitoring rules.
NEW QUESTION # 39
Managing objects in HCL HWA 10.2 plan: 100 jobs from deprecated jobstream TEST_MIGRATE# remain EXECUTING post-JnextPlan. conman "delp TEST_MIGRATE#" fails "Objects in use". Correct cleanup sequence?
- A. conman "purgeplan TEST_MIGRATE#"
- B. conman "rje @/TEST_MIGRATE#; delp TEST_MIGRATE#"
- C. conman "kill @/TEST_MIGRATE#; delp TEST_MIGRATE#; rje @/TEST_MIGRATE#"
- D. conman "deljob @/TEST_MIGRATE#; rnl @"
Answer: C
Explanation:
Complete lifecycle cleanup required. conman kill @/TEST_MIGRATE# terminates executing jobs, delp TEST_MIGRATE# removes plan objects, rje@/TEST_MIGRATE# re-evaluates dependencies. conman dj @ confirms zero TEST_MIGRATE objects remain.
NEW QUESTION # 40
Restrict HCL HWA 10.2 plan modification to change window only. Unauthorized user creates job outside 0200-0600. What localopts time-based access control prevents offhours changes?
- A. cron restricts composer access /etc/cron.d/tws_plan_edit
- B. localopts RBAC_TIME_RESTRICTION=0200-0600
- C. composer create security timewindow 0200-0600 access=MDMAdmin
- D. PLAN_EDIT_WINDOW=0200-0600; optman mod _RESTRICTED_PLAN_EDIT=YES
Answer: D
Explanation:
Time-based plan editing restriction. optman mod _PLAN_EDIT_WINDOW="0200-0600"; optman mod _RESTRICTED_PLAN_EDIT="YES" limits composer create/modify operations outside window. Unauthorized attempts fail with ECLM0025E, audit log records violation attempts with timestamps.
NEW QUESTION # 41
To enforce mutual SSL authentication between DWC and MDM in HCL Workload Automation 10.2 for enhanced security, which configurations are required on both sides?
(Select three)
- A. Set clientAuthenticationSupported="true" and clientAuthentication="true" in Liberty ssl element
- B. Provide separate client keystore for DWC outbound connections
- C. Enable truststore updates via automatic propagation
- D. Import DWC client certificate into MDM TWSServerTrustFile.jks
- E. Update TWSClientKeyStore.jks on DWC with private key
Answer: A,D,E
Explanation:
Set clientAuthenticationSupported="true" and clientAuthentication="true" in Liberty ssl element requires and supports client cert presentation. Import DWC client certificate into MDM TWSServerTrustFile.jks adds the DWC identity to trusted clients. Update TWSClientKeyStore.jks on DWC with private key equips the DWC client side with credentials for mutual auth during connection.
NEW QUESTION # 42
In a complex scenario combining typical installation, server setup, Docker deployment, and hardware: Planning a containerized high-availability HCL Workload Automation 10.2 with 2 masters and consoles on OpenShift. Which actions ensure success? (Select All that Apply)
- A. Ensure 2 GB minimum swap on host
- B. Set umask 022 before traditional install
- C. Access entitled registry for images
- D. Configure custom secrets for certificates if needed
- E. Use Helm chart with scaled servers
Answer: A,C,D,E
Explanation:
Helm charts scale to multiple servers for HA in container deployments; host hardware must meet minimums like 2 GB swap; images require entitled registry login; custom certificate secrets enhance security, while umask applies to traditional non-container installs.
NEW QUESTION # 43
......
HCL-HWA-ADM-102 Exam Dumps Pass with Updated 2026: https://www.testkingpdf.com/HCL-HWA-ADM-102-testking-pdf-torrent.html

