ビジネスアナリスト (BA) は、2 人の関係者と協力して、社内ソフトウェア アプリケーションのアクセス権に関する要件を最終決定しました。最初の関係者によると、「アプリケーションに入力されたコメントは 365 日間保存され、ユーザーが削除できないようにする必要があります」。2 番目の関係者によると、
「スーパー管理者権限を持つユーザーは、アプリケーション全体のすべてのページ/セクションを追加/削除/変更できる必要があります。」この 2 つの要件はどの特性を満たしていませんか?
正解:B
The pair of requirements fail to meet the characteristic of consistency, which means that the requirements do not contradict or conflict with each other or with other requirements. The first requirement states that comments should not be deleted by the users, while the second requirement states that users with super administrator privileges should be able to delete every page/section in the application. This implies that super administrators can also delete comments, which contradicts the first requirement. The BA should resolve this inconsistency by clarifying the scope and definition of the terms "users" and "comments", and by specifying the exceptions or conditions for the deletion of comments.