Free Google Cloud-Digital-Leader Actual Exam Questions - Question 4 Discussion
Option B, Firebase Hosting is mainly for static files, not actual dynamic content.
B, hosting handles static files, dynamic stuff is done via functions or backend.
It’s B because Firebase Hosting is primarily for delivering static assets. Dynamic or microservices stuff usually comes from Firebase Functions or other backend services, not the hosting itself.
Maybe B makes the most sense here. Firebase Hosting is designed to serve static files like HTML, CSS, and JS quickly and securely. While it supports dynamic apps through client-side rendering, it doesn’t actually generate dynamic content on the server or handle microservices itself. Those features come from integrating with other Firebase products like Cloud Functions. So, calling it just for static content fits best without mixing in server-side logic or microservices.
C imo, Firebase Hosting doesn’t directly manage microservices—that’s more on Cloud Functions or Cloud Run. Dynamic content usually involves server-side logic which Hosting alone doesn’t handle. So, it’s really about static content delivery, making B the right pick here.
Not D, Firebase Hosting is strictly for static content delivery; dynamic content and microservices need Cloud Functions or other backends, so B fits best here.
It’s B, Firebase Hosting is primarily for static content delivery.
This one feels tricky since Firebase Hosting is mostly known for static content, but dynamic content can be handled via APIs or functions. Does "All of the Above" mean it covers everything directly?