▸case-06 A developer is locally debugging a single failing test in `user-service/tests/auth.test.ts`. Should they trigger an orchestrated multi-analyzer scan across the full repository or run Jest directly on the specific file? | pass→pass | 5,476 | 12,071 | +120% | 1 | 1 | 0% | 1,031 | 1,825 | +77% | 0 | 0 | — |
▸case-01 We are configuring a multi-analyzer CI job for `app-frontend` to run ESLint, SonarScanner, and OWASP Dependency-Check concurrently on a 4-core worker. To ensure SonarScanner writes its temporary analysis files to an isolated directory and does not collide with parallel task workers, which command-line property must be passed to `sonar-scanner`? | pass→pass | 4,426 | 4,954 | +12% | 1 | 1 | 0% | 804 | 738 | -8% | 0 | 0 | — |
▸case-02 Our build pipeline for `service-payment` runs TypeScript `tsc`, ESLint, and OWASP Dependency-Check. We want to output a single unified JSON report where each finding contains a standardized severity field. How should CVSS v3 base scores from Dependency-Check (such as CVSS 8.5) be mapped into the standard 4-level severity scale (`CRITICAL`, `HIGH`, `MEDIUM`, `LOW`)? | pass→pass | 9,555 | 13,756 | +44% | 1 | 1 | 0% | 2,040 | 3,005 | +47% | 0 | 0 | — |
▸case-03 When executing static analysis, type checking, and security scanning concurrently in a GNU Parallel pipeline for `core-billing`, one analyzer exits with code 1 due to a syntax error. Which GNU Parallel option ensures all other parallel analyzer jobs continue running to completion instead of terminating immediately? | pass→pass | 8,277 | 8,017 | -3% | 1 | 1 | 0% | 1,512 | 1,244 | -18% | 0 | 0 | — |
▸case-04 In our Python analysis pipeline for `data-pipeline-v2`, we want to run `pycg` to generate a call graph JSON file and `codeql` to run call-graph-dependent query suites. Can these two steps be executed in parallel during the analysis phase? | fail→fail | 9,012 | 11,473 | +27% | 1 | 1 | 0% | 1,731 | 2,097 | +21% | 0 | 0 | — |
▸case-05 In our JS/TS pipeline for `utils-lib`, a developer proposes passing the `--fix` flag to ESLint directly inside the read-only static analysis and PR reporting job. Should automated code modification (`eslint --fix`) be combined directly into the PR analysis report job or executed in a separate remediation workflow? | pass→pass | 13,598 | 15,750 | +16% | 1 | 1 | 0% | 2,381 | 2,848 | +20% | 0 | 0 | — |
▸case-07 For `auth-service`, we run Bandit for Python security scanning, Safety for dependency vulnerabilities, and Flake8 for style enforcement. Which Bandit CLI arguments direct output to a JSON file named `bandit-results.json` so the orchestrator can aggregate it? | pass→pass | 2,731 | 2,658 | -3% | 1 | 1 | 0% | 441 | 459 | +4% | 0 | 0 | — |
▸case-08 When consolidating JSON reports from OWASP Dependency-Check, Flake8, and Bandit for `backend-api`, how should findings with severities `LOW`, `HIGH`, `CRITICAL`, and `MEDIUM` be ordered in the unified output list? | pass→pass | 10,039 | 6,369 | -37% | 1 | 1 | 0% | 982 | 1,162 | +18% | 0 | 0 | — |
▸case-09 In `checkout-service`, we use Python's `concurrent.futures` module to launch parallel subprocesses for `mypy`, `pylint`, and `bandit`. Which class in `concurrent.futures` should be instantiated to execute these non-blocking subprocesses across CPU cores? | fail→pass | 5,148 | 4,260 | -17% | 1 | 1 | 0% | 831 | 848 | +2% | 0 | 0 | — |
▸case-10 Both `tsc` and `eslint` flag an unused variable `userData` at `src/index.ts:42` in `dashboard-ui`. When merging findings into a unified JSON schema, what unique key combination should be used to deduplicate identical findings across tools? | pass→fail | 23,023 | 19,826 | -14% | 1 | 1 | 0% | 2,020 | 1,308 | -35% | 0 | 0 | — |
▸case-15 For a Python monorepo `data-engine`, we run MyPy, Pylint, and Safety scanner. To optimize pipeline speed on multi-core CI nodes, what execution pattern should the task runner apply? | pass→pass | 16,960 | 40,021 | +136% | 1 | 1 | 0% | 2,899 | 2,949 | +2% | 0 | 0 | — |
▸case-11 Our CI runner for `analytics-worker` uses `xargs` to trigger `pylint`, `mypy`, and `flake8` concurrently. Which `xargs` flag enables running up to 3 process commands simultaneously? | pass→pass | 2,350 | 3,848 | +64% | 1 | 1 | 0% | 428 | 744 | +74% | 0 | 0 | — |
▸case-12 After orchestrating parallel runs of ESLint, MyPy, and Bandit on `mobile-sdk-android`, the workflow outputs a unified summary for GitHub PR checks. In GitHub Actions Workflow Command syntax, which string format emits a file-level error annotation? | fail→pass | 9,217 | 5,675 | -38% | 1 | 1 | 0% | 1,009 | 1,127 | +12% | 0 | 0 | — |
▸case-13 While orchestrating parallel execution of `cppcheck`, `clang-tidy`, and `valgrind` on `driver-native-cpp`, `valgrind` exceeds a 300-second execution limit. What exit code should a Linux process wrapper return to signal that `valgrind` timed out? | pass→pass | 8,393 | 11,326 | +35% | 1 | 1 | 0% | 1,615 | 1,805 | +12% | 0 | 0 | — |
▸case-14 We ran parallel analyzers on `search-indexer`. In our unified JSON schema, we want to store summary metrics under a top-level `summary` object. Which key structure should hold total finding counts grouped by severity? | fail→fail | 7,362 | 6,466 | -12% | 1 | 1 | 0% | 1,370 | 1,249 | -9% | 0 | 0 | — |
▸case-16 Our automated release pipeline needs to parse findings from a multi-analyzer suite operating on `api-gateway`. Which top-level key array in a SARIF (Static Analysis Results Interchange Format) v2.1.0 JSON document contains the aggregated list of analyzer findings? | pass→pass | 6,976 | 8,134 | +17% | 1 | 1 | 0% | 1,169 | 1,253 | +7% | 0 | 0 | — |
▸case-17 When launching multiple CLI analyzers simultaneously on `image-processor` in a Node.js orchestrator using `child_process.spawn`, how should `stdout` and `stderr` streams be configured to avoid child process buffer overflow deadlocks? | pass→pass | 15,298 | 15,175 | -1% | 1 | 1 | 0% | 2,697 | 3,080 | +14% | 0 | 0 | — |
▸case-18 A GitHub Actions workflow posts a unified report to a pull request for `web-app` using the Octokit REST API. Which GitHub REST API endpoint path should be called to create a comment on the pull request? | pass→pass | 4,862 | 24,101 | +396% | 1 | 1 | 0% | 890 | 854 | -4% | 0 | 0 | — |
▸case-19 In a Rust workspace `storage-engine`, we execute cargo clippy, cargo audit, and cargo geiger. How should the orchestrator run these checks to reduce developer waiting time? | pass→pass | 19,665 | 15,408 | -22% | 1 | 1 | 0% | 2,915 | 2,954 | +1% | 0 | 0 | — |
▸case-20 When orchestrating static security checks on `inventory-service` using Bandit, which command-line flag filters out low-severity findings so that only medium and high severity issues are reported? | pass→pass | 7,549 | 7,723 | +2% | 1 | 1 | 0% | 1,441 | 1,507 | +5% | 0 | 0 | — |
▸case-21 We run parallel code health scanners on `crm-portal`. When caching result outputs with `eslint`, which command-line flags enable caching and set the cache storage path to `.eslintcache`? | pass→pass | 2,453 | 2,882 | +17% | 1 | 1 | 0% | 410 | 525 | +28% | 0 | 0 | — |
▸case-22 Our team tracks code quality trends for `billing-v3` in SonarQube. Which SonarQube Web API endpoint path retrieves historical project measures over time? | pass→pass | 3,173 | 6,139 | +93% | 1 | 1 | 0% | 547 | 1,131 | +107% | 0 | 0 | — |