Topic 1 Question 19
You are a program manager for a team of developers who are building an event-driven application to allow users to follow one another's activities in the app. Each time a user adds himself as a follower of another user, a write occurs in the real-time database. The developers will develop a lightweight piece of code that can respond to database writes and generate a notification to let the appropriate users know that they have gained new followers. The code should integrate with other cloud services such as Pub/Sub, Firebase, and Cloud APIs to streamline the orchestration process. The application requires a platform that automatically manages underlying infrastructure and scales to zero when there is no activity. Which primary compute resource should your developers select, given these requirements?
Google Kubernetes Engine
Cloud Functions
App Engine flexible environment
Compute Engine
解説
ユーザの投票
コメント(17)
B is correct, app engine flexible doesn't scale to zero
👍 12mickeyadlg2022/01/13B. For event based data cloud functions are used
👍 3akshay_jadhav2022/01/06Cloud Function scale from 0 to global level. Is Serverless. Compute for event driven apps. App engine flexible minimum have 1 instance not 0, So answer is B.
👍 3Saptarsi_Mondal2022/11/01
シャッフルモード
