Question 76

Technician Tommy is replacing a logic board on a Mac mini. Which of the following should he hold when handling the logic board?
  • Question 77

    You are developing an ecommerce web application that uses App Engine standard environment and Memorystore for Redis. When a user logs into the app, the application caches the user's information (e.g., session, name, address, preferences), which is stored for quick retrieval during checkout.
    While testing your application in a browser, you get a 502 Bad Gateway error. You have determined that the application is not connecting to Memorystore. What is the reason for this error?
  • Question 78

    You need to migrate an internal file upload API with an enforced 500-MB file size limit to App Engine.
    What should you do?
  • Question 79

    Your existing application keeps user state information in a single MySQL database. This state information is very user-specific and depends heavily on how long a user has been using an application. The MySQL database is causing challenges to maintain and enhance the schema for various users.
    Which storage option should you choose?
  • Question 80

    Your application is deployed in a Google Kubernetes Engine (GKE) cluster. When a new version of your application is released, your CI/CD tool updates the spec.template.spec.containers[0].image value to reference the Docker image of your new application version. When the Deployment object applies the change, you want to deploy at least 1 replica of the new version and maintain the previous replicas until the new replica is healthy.
    Which change should you make to the GKE Deployment object shown below?