Ultimate access to all questions.
As an Associate Cloud Engineer, you have deployed an LDAP (Lightweight Directory Access Protocol) server on Google Compute Engine. This server is configured to accept connections via TLS (Transport Layer Security) on port 636 using the UDP (User Datagram Protocol). To ensure that your LDAP server is accessible to clients over port 636, what steps should you take?
Explanation:
The correct answer is C. To ensure the LDAP server is reachable by clients over UDP port 636, you need to allow ingress traffic on that port. This can be achieved by adding a network tag of your choice to the instance running the LDAP server and creating a firewall rule that allows ingress traffic on UDP port 636 for that network tag.