
Ultimate access to all questions.
A lead software engineer is designing a new web application that utilizes websockets and HTTP sessions, which are not distributed across multiple web servers. You have been tasked with ensuring that this application will run effectively on Google Cloud Platform (GCP). Considering GCP's features and best practices for application architecture, what should you do to ensure the application's proper functionality and scalability?
A
Help the engineer to convert his websocket code to use HTTP streaming
B
Review the encryption requirements for websocket connections with the security team
C
Meet with the cloud operations team and the engineer to discuss load balancer options
D
Help the engineer redesign the application to use a distributed user session service that does not rely on websockets and HTTP sessions.