Google Cloud Professional Machine Learning Engineer — Question 309

You are an ML engineer at a bank. The bank's leadership team wants to reduce the number of loan defaults. The bank has labeled historic data about loan defaults stored in BigQuery. You have been asked to use AI to support the loan application process. For compliance reasons, you need to provide explanations for loan rejections. What should you do?

Answer options

Correct answer: C

Explanation

Option C is correct because it involves training a BigQuery ML classification model that can provide predictions along with feature-based explanations, fulfilling the requirement for compliance. Option A does not provide explanations for loan rejections, option B relies on an LLM which may not guarantee the necessary compliance, and option D does not specify how to obtain feature attributions for explanations.