Multiple choice technology programming languages

A file pqr.cpp has been changed neither in your view nor in the task you are working. There is no private copy of the file present in your view.. The version of the file you are viewing is the file present in

  1. your view

  2. Mainline

  3. Task

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

When a file (pqr.cpp) hasn't been modified in your view or task, and no private copy exists locally, ClearCase shows you the version from the Mainline - the main development branch. Views only contain modified files; unmodified files reference the mainline.

AI explanation

This describes IBM Rational ClearCase (UCM) semantics. If a file hasn't been checked out/modified in your current view, and there's also no private (checked-out) copy of it within your current activity/task, then the version you see is simply whatever version is currently selected by your view's configuration — which, absent any task-specific change, resolves to the version on the integration stream, i.e., the Mainline. "Your view" alone isn't a version — a view just selects a version to display, and here it selects the Mainline version. "Task" would only apply if a private/checked-out copy existed within that task's context, which the question states is not the case.