Multiple choice technology testing

Which of the following is/are NOT a typical characteristic of a batch run? select all that apply- multiple answers)

  1. It produces a log file

  2. It take data from a text file

  3. It takes some input and produces output

  4. It is run in backend

Reveal answer Fill a bubble to check yourself
B,C Correct answer
AI explanation

The question asks which items are NOT typical characteristics of a batch run (multi-select). Typical batch traits are: it takes input and produces output, it writes a log file, and it runs unattended in the background. So 'It produces a log file' and 'It is run in backend' are typical, and critically, 'It takes some input and produces output' is a near-universal, defining trait of any batch process — it is typical, so it should NOT be marked as an exception. The only defensible 'not typical' answer is 'It takes data from a text file' (id 604726), since batch input can come from many sources (databases, VSAM, queues), not specifically a text file. The DB additionally marks 'It takes some input and produces output' (604727) as not-typical, which is inconsistent. Only 604726 should be flagged.