nerdexam
Google

GENERATIVE-AI-LEADER · Question #94

A highly regulated financial institution wants to use Gemini as the core decision engine for a loan approval system that will deterministically approve or reject loan applications based on a strict…

The correct answer is C. Gemini is designed for flexible content generation and inference, not rigid rule-based decisions. Gemini is a generative AI model built for flexible natural language understanding, content generation, and probabilistic inference-not for executing rigid, deterministic rule-based logic. Loan approval systems at regulated institutions require 100% consistent, auditable…

Generative AI System Design

Question

A highly regulated financial institution wants to use Gemini as the core decision engine for a loan approval system that will deterministically approve or reject loan applications based on a strict set of predefined criteria. Why is this an inappropriate use case for Gemini?

Options

  • AGemini cannot integrate with required financial databases.
  • BGemini is not equipped to handle structured numerical data for financial assessments.
  • CGemini is designed for flexible content generation and inference, not rigid rule-based decisions.
  • DGemini deployment for this scenario would be too expensive and complex.

How the community answered

(22 responses)
  • A
    5% (1)
  • C
    91% (20)
  • D
    5% (1)

Explanation

Gemini is a generative AI model built for flexible natural language understanding, content generation, and probabilistic inference-not for executing rigid, deterministic rule-based logic. Loan approval systems at regulated institutions require 100% consistent, auditable, rule-bound decisions (e.g., deny if credit score < 600). Generative models can produce variable outputs and are not designed to guarantee such determinism. The model can integrate with databases (A is false) and handle numerical data (B is false); cost and complexity (D) are not the fundamental architectural mismatch that makes this use case inappropriate.

Topics

#Generative AI#AI Limitations#Use Case Analysis#Rule-based Systems

Community Discussion

No community discussion yet for this question.

Full GENERATIVE-AI-LEADER Practice