nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #405

A real estate organization processes photos of properties uploaded by their agents to an internal application. They must manually check and remove photos that contain personally identifiable informati

The correct answer is A. Pre-trained APIs. Pre-trained APIs provide ready-to-use ML capabilities that developers can integrate quickly via API calls without any model training.

Google Cloud AI/ML Services

Question

A real estate organization processes photos of properties uploaded by their agents to an internal application. They must manually check and remove photos that contain personally identifiable information like passports and credit cards. They want a solution that their developer can use to integrate with their app as quickly as possible. Which solution should they use?

Options

  • APre-trained APIs
  • BAutoML
  • CCustom training
  • DBigQuery ML

How the community answered

(31 responses)
  • A
    84% (26)
  • B
    3% (1)
  • C
    10% (3)
  • D
    3% (1)

Why each option

Pre-trained APIs provide ready-to-use ML capabilities that developers can integrate quickly via API calls without any model training.

APre-trained APIsCorrect

Pre-trained APIs such as Cloud Vision AI and Cloud Sensitive Data Protection require no model training or ML expertise and can be integrated into applications with simple API calls, making them the fastest path to implementation. For detecting PII such as passports and credit cards in images, these APIs are already trained on relevant data and are immediately available. This directly satisfies the requirement for a solution a developer can integrate as quickly as possible.

BAutoML

AutoML requires the organization to provide labeled training data and train a custom model, which takes significantly more time to configure and deploy than using a pre-trained API.

CCustom training

Custom training requires the most development effort, including data collection, model architecture design, training infrastructure setup, and ongoing maintenance.

DBigQuery ML

BigQuery ML is designed for running ML models on structured data within BigQuery using SQL syntax, and is not suited for image-based PII detection in an application integration context.

Concept tested: Pre-trained APIs for rapid image-based PII detection

Source: https://cloud.google.com/sensitive-data-protection/docs/deidentify-images

Topics

#Pre-trained APIs#Cloud Vision API#PII Detection#Quick Integration

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice