Q1. Which bash command will print all lines from the ''colors.txt'' file containing the non case-sensitive pattern ''Yellow''?
A.grep -i ''yellow'' colors.txt
B. locate ''yellow'' colors.txt
C. locate -i ''Yellow'' colors.txt
D. grep ''Yellow'' colors.txt
Correct Answer: A
Q2. A security incident affected an organization's critical business services, and the customer-side web API became unresponsive and crashed. An investigation revealed a spike of API call requests and a high number of inactive sessions during the incident. Which two recommendations should the engineers make to prevent similar incidents in the future? (Choose two.)
A.Configure shorter timeout periods.
B. Determine API rate-limiting requirements.
C. Implement API key maintenance.
D. Automate server-side error reporting for customers.
E. Decrease simultaneous API responses.
Correct Answer: B, D
$ 39
Reviews
There are no reviews yet.