Question: What service do organizations receive with App Engine that meets key developer needs?
- User authentication, versioning, and robust security tools like Cloud Security Scanner
- TensorFlow for machine learning models and algorithms
- Messaging service to pass data from gathering and processing systems
- Portability achieved by using Docker and Kubernetes
Explanation
App Engine includes application platform features that support common developer needs beyond basic hosting. Built-in versioning helps manage application releases and traffic splitting between versions. Authentication can be integrated through Google Cloud identity services to control access to applications. Security scanning tools help identify common web application vulnerabilities, which supports safer application delivery on a managed platform.
Why the other options are incorrect
TensorFlow supports machine learning workloads, not the core developer services associated with App Engine.
Messaging service describes asynchronous messaging products such as Pub/Sub, not App Engine developer features.
Docker and Kubernetes describe container portability and orchestration, which align more closely with Google Kubernetes Engine.
Source for verification
https://docs.cloud.google.com/appengine/docs/an-overview-of-app-engine
https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Cloud Platform Business Professional" page.