Question 61

A junior Linux administrator is tasked with installing an application. The installation guide states the application should only be installed in a run level 5 environment.

Which of the following commands would ensure the server is set to runlevel 5?
  • Question 62

    An administrator attempts to connect to a remote server by running the following command:
    $ nmap 192.168.10.36
    Starting Nmap 7.60 ( https://nmap.org ) at 2022-03-29 20:20 UTC
    Nmap scan report for www1 (192.168.10.36)
    Host is up (0.000091s latency).
    Not shown: 979 closed ports
    PORT STATE SERVICE
    21/tcp open ftp
    22/tcp filtered ssh
    631/tcp open ipp
    Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
    Which of the following can be said about the remote server?
  • Question 63

    A Linux administrator is troubleshooting an issue in which an application service failed to start on a Linux server. The administrator runs a few commands and gets the following outputs:

    Based on the above outputs, which of the following is the MOST likely action the administrator should take to resolve this issue?
  • Question 64

    A systems engineer has deployed a new application server, but the server cannot communicate with the backend database hostname. The engineer confirms that the application server can ping the database server's IP address. Which of the following is the most likely cause of the issue?
  • Question 65

    A systems administrator is deploying three identical, cloud-based servers. The administrator is using the following code to complete the task:

    Which of the following technologies is the administrator using?