MathJax


Sunday, September 14, 2025

2025-260

A technical leader responsible for the software testing team intends to allocate a functional requirement to a team member who currently has no assigned tasks. For this assignment, the objective is to select a functional requirement that does not have strong dependencies on other requirements. Therefore, the leader chose to use the Kosaraju-Sharir algorithm to identify the Strongly Connected Components composed of only a single vertex.  Requirement dependencies are represented in the directed graph shown in the image below.

Which functional requirement was assigned to the team member for testing?

    A. FR01

    B. FR03

    C. FR05

    D. FR07

    E. None of the above


Original idea by: Jonas Henrique Ribeiro Paula

No comments:

Post a Comment

2026-322

Given a graph where each node represents a student and two students are connected by a link if they have ever studied at the same school (no...