試験InsuranceSuite-Developer トピック1 問題66 スレッド
Guidewire InsuranceSuite-Developerのリアル試験問題集
問題 #: 66
トピック #: 1
問題 #: 66
トピック #: 1
Which scenarios should database consistency checks be run in? (Select two)
おすすめの解答:A,B 解答を投票する
Database Consistency Checks (DCCs) are designed to verify that the data in the physical database tables aligns perfectly with the metadata definitions in the Guidewire application.
The first critical scenario is whenexternal SQL scriptsare used (Option A). Guidewire's application layer usually handles all data validation and referential integrity. When a developer or DBA runs a SQL script directly against the database, they bypass these application-level checks. Running DCCs after such an operation is mandatory to ensure that the script didn't accidentally introduce null values into non-nullable columns or break foreign key constraints.
The second scenario involvesdata imports and subtype creation(Option B). When a new subtype is created with a "required" column, and data is imported-even through the UI or staging tables-there is a risk that existing records or improperly mapped import files might result in missing data for that required field. DCCs will identify these "logical" inconsistencies where the database contains a null value for a field that the application metadata now defines as mandatory.
Options C and D involve metadata changes (UI and Typelists) that do not typically risk corrupting existing table data in a way that DCCs are designed to catch. Option E is less critical because the column is "not required," so a null value is considered consistent with the data model.
The first critical scenario is whenexternal SQL scriptsare used (Option A). Guidewire's application layer usually handles all data validation and referential integrity. When a developer or DBA runs a SQL script directly against the database, they bypass these application-level checks. Running DCCs after such an operation is mandatory to ensure that the script didn't accidentally introduce null values into non-nullable columns or break foreign key constraints.
The second scenario involvesdata imports and subtype creation(Option B). When a new subtype is created with a "required" column, and data is imported-even through the UI or staging tables-there is a risk that existing records or improperly mapped import files might result in missing data for that required field. DCCs will identify these "logical" inconsistencies where the database contains a null value for a field that the application metadata now defines as mandatory.
Options C and D involve metadata changes (UI and Typelists) that do not typically risk corrupting existing table data in a way that DCCs are designed to catch. Option E is less critical because the column is "not required," so a null value is considered consistent with the data model.
石井** 2026-03-14 05:22:01
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。