Poll Results
No votes. Be the first one to vote.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
C. You can decide on how many physical servers required for hosting your
application
Which of the following statements about Google App Engine (GAE) is INCORRECT:
A. GAE requires developers to manage the hardware and virtual machines where their code runs.
B. GAE automatically scales the number of instances up or down according to the demand.
C. GAE supports various programming languages such as Python, Java, and Go.
D. GAE offers built-in services that can speed up development like NoSQL databases, user authentication, and a content delivery network.
The correct answer is A. GAE requires developers to manage the hardware and virtual machines where their code runs.
Explanation: One of the key features of Google App Engine is its fully managed environment, meaning that developers do not need to manage the hardware and virtual machines where their code runs. Google App Engine abstracts away the infrastructure, allowing developers to focus on code while GAE handles deployment, scaling, and server management. Therefore, statement A is incorrect as it contradicts the purpose and functionality of GAE.