The TLS certificate does not encrypt your traffic.
A lot of people get this wrong, including in interviews.
The certificate authenticates the server. The session keys, derived during the handshake, encrypt the traffic.
Mixing these up is a fast way to get filtered out.
Full TLS handshake explained inside the article: