HCLSoftware Certified Administrator- HWA 10.2 Sample Questions:
1. DevOps team deploys HCL Workload Automation 10.2 Docker containers via docker-compose for microservices integration testing. Container exits with "license validation failed" despite valid LIC file mounted. docker-compose.yml exposes port 31114 correctly. Which Docker deployment configuration using precise volume mount syntax and environment resolves license acceptance for containerized installation?
A) environment: - TWS_ACCEPT_LICENSE=yes volumes: - ./TWS/lic/TWS.lic:/opt/hwa/TWS/lic/TWS.lic:ro
B) environment: LIC_PATH=/lic/TWS.lic volumes: - ./license:/lic:ro -TWS_data:/TWS_data
C) volumes: - /host/lic:/lic - ./TWS:/TWS_data:rw env: LICENSE_ACCEPTED=true
D) docker run -e ACCEPT_LICENSE=yes -v licdir:/opt/ibm/TWS/lic --name hwa-server hwa-image
2. Telecommunications provider performs typical HCL Workload Automation 10.2 installation but post-reboot master domain manager fails startup with "maximum open files exceeded". ulimit -n shows 1024 despite /etc/security/limits.conf configured. Production plan contains 75,000 job streams. Which permanent file descriptor limit configuration using systemd override resolves server startup for high-complexity workloads?
A) ulimit -n 65536 in /opt/hwa/TWS/bin/tws_env profile only
B) prlimit --pid $TWSM_PID --nofile=65536 before monman startup
C) echo "* soft nofile 65536" >> /etc/security/limits.conf; reboot
D) Override /etc/systemd/system/tws.service: LimitNOFILE=65536; systemctl daemon-reload
3. Primary trace file for application server communications in Dynamic Workload Console connected to HCL Workload Automation 10.2 engine?
A) engineServer/logs/trace.log or similar
B) console.trace
C) broker comms log
D) server.log in Liberty
E) conn.plan traces
4. A HCL Workload Automation 10.2 administrator sets Global Options to carry forward only critical job streams during extended maintenance windows, but non-critical streams inadvertently carry over due to wildcard matching. To refine carry forward to specific stream names using Global Options, which conman command achieves precise control?
A) alter global carryForward="CRIT_"; unlock global
B) alter global selectiveCarry="CRIT%"; commit
C) modify global carryforward.pattern=CRIT_*; refresh
D) set global jsCarryNames="CRIT_."; apply
5. Production HCL HWA 10.2 Dynamic Scheduling 5000 rules across 5 processors fails 41% evaluation during 7500 events/minute; memory pressure evicts processor3/4. What Pod Disruption Budget prevents Dynamic Scheduling eviction cascade?
A) create pdb allow-exclusions-ruleprocessor maxUnavailable=2 minAvailable=3
B) LimitRange StatefulSet memory 10Gi namespace-wide
C) Node taints NoEvict=true rule processor nodes
D) Cluster Autoscaler expansion delay 15m
Solutions:
| Question # 1 Answer: A | Question # 2 Answer: D | Question # 3 Answer: A | Question # 4 Answer: A | Question # 5 Answer: A |

We're so confident of our products that we provide no hassle product exchange.


By Kelly


