Practice Free EX342 Exam Online Questions
You need to troubleshoot slow HTTP response times.
How can you measure delays using tcpdump or Wireshark?
- A . See the Explanation.
A
Explanation:
You need to troubleshoot slow HTTP response times.
How can you measure delays using tcpdump or Wireshark?
- A . See the Explanation.
A
Explanation:
A unit file is failing to start with “Unit not found.” How do you verify its installation and fix the systemd unit path?
- A . See the Explanation.
A
Explanation:
A unit file is failing to start with “Unit not found.” How do you verify its installation and fix the systemd unit path?
- A . See the Explanation.
A
Explanation:
Your task is to identify recent changes made to configuration files across the system.
How can you trace this effectively?
- A . See the Explanation.
A
Explanation:
Use find to search modified config files:
find /etc -type f -mtime -1
Check audit logs if auditd is enabled:
ausearch -f /etc/* -ts recent-time
Use ls -lt /etc to list files by modified time
Create report: find /etc -type f -mtime -1 > /tmp/recent_config_changes.txt
Investigate changes with diff if backups are present
You need to test connection stability over time.
How do you use ping with logging to monitor drops?
- A . See the Explanation.
A
Explanation:
You need to test connection stability over time.
How do you use ping with logging to monitor drops?
- A . See the Explanation.
A
Explanation:
You need to verify the integrity of all RPM packages to detect corruption after a hardware failure.
How do you do this?
- A . See the Explanation.
A
Explanation:
You need to verify the integrity of all RPM packages to detect corruption after a hardware failure.
How do you do this?
- A . See the Explanation.
A
Explanation:
You need to verify the integrity of all RPM packages to detect corruption after a hardware failure.
How do you do this?
- A . See the Explanation.
A
Explanation: