Question 206

Users report that connections to a MariaDB service are being closed unexpectedly. A systems administrator troubleshoots the issue and finds the following message in /var/log/messages:

Which of the following is causing the connection issue?
  • Question 207

    A systems administrator is encountering performance issues. The administrator runs 3 commands with the following output

    The Linux server has the following system properties
    CPU: 4 vCPU
    Memory: 50GB
    Which of the following accurately describes this situation?
  • Question 208

    A user reported issues when trying to log in to a Linux server. The following outputs were received:

    Given the outputs above. which of the following is the reason the user is unable to log in to the server?
  • Question 209

    An application developer received a file with the following content:
    ##This is a sample Image ##
    FROM ubuntu:18.04
    MAINTAINER [email protected]
    COPY . /app
    RUN make /app
    CMD python /app/app.py
    RUN apt-get update
    RUN apt-get install -y nginx
    CMD ["echo","Image created"]
    The developer must use this information to create a test bed environment and identify the image (myimage) as the first version for testing a new application before moving it to production. Which of the following commands will accomplish this task?
  • Question 210

    A Linux system is failing to start due to issues with several critical system processes. Which of the following options can be used to boot the system into the single user mode? (Choose two.)