Multiple choice technology What will be the tolerance value For limit=1 and ramp =0.01 Abort on any error Abort if more than 2 in 100 records causes error Abort after 100 records 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).