試験InsuranceSuite-Developer トピック1 問題78 スレッド
Guidewire InsuranceSuite-Developerのリアル試験問題集
問題 #: 78
トピック #: 1
問題 #: 78
トピック #: 1
Which log message follows logging best practices in production?
おすすめの解答:A 解答を投票する
In theGuidewire InsuranceSuite Developer Fundamentalscourse, logging best practices are strictly tied to two primary concerns:Security (PII protection)andTroubleshooting Efficiency.
Option A is the correct choice because it providescontextual, structured datawithout revealing sensitive information. It includes the method name (createClaim) and the unique database identifier (PublicID). Using the PublicID is the gold standard in Guidewire development because it allows developers to look up the exact record in the database or the UI without loggingPersonally Identifiable Information (PII). This ensures compliance with data privacy regulations like GDPR and CCPA.
In contrast, Options B and C are significant security violations. Option B logs a name and a driver's license number, while Option C logs a name, email address, and vehicle details. These are all considered PII and should never appear in clear text in application logs. Option D is poor practice because it is "noisy" and lacks specific context (like a claim number or timestamp) that would help a developer determinewhichattempt failed, and the use of "ERROR!" with an exclamation mark is non-standard for system logs. Structured logging, as seen in Option A, allows automated tools like Datadog to parse the logs more effectively.
Option A is the correct choice because it providescontextual, structured datawithout revealing sensitive information. It includes the method name (createClaim) and the unique database identifier (PublicID). Using the PublicID is the gold standard in Guidewire development because it allows developers to look up the exact record in the database or the UI without loggingPersonally Identifiable Information (PII). This ensures compliance with data privacy regulations like GDPR and CCPA.
In contrast, Options B and C are significant security violations. Option B logs a name and a driver's license number, while Option C logs a name, email address, and vehicle details. These are all considered PII and should never appear in clear text in application logs. Option D is poor practice because it is "noisy" and lacks specific context (like a claim number or timestamp) that would help a developer determinewhichattempt failed, and the use of "ERROR!" with an exclamation mark is non-standard for system logs. Structured logging, as seen in Option A, allows automated tools like Datadog to parse the logs more effectively.
多岐** 2026-03-18 12:55:15
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。