Multiple choice technology

What will be the tolerance value For limit=1 and ramp =0.01

  1. Abort on any error

  2. Abort if more than 2 in 100 records causes error

  3. Abort after 100 records

  4. Never Abort

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

With limit=1 and ramp=0.01, tolerance = limit × ramp = 1 × 0.01 = 0.01 or 1%. This means abort if more than 1 error per 100 records (more than 1% error rate).