Avaya 3312 Practice Test 2

Question 1 / 25
A customer with an Avaya Aura@ Contact Center (AACC) is using the IF THEN ELSE END IF expression in the script. Given the following section of script:
IF DNIS = 5000 THEN
QUEUE TO SKILLSET customer_service
WAIT 2
ELSE
QUEUE TO SKILLSET general_info
WAIT 2
END IF
QUEUE TO SKILLSET backup_skillset WAIT
2
Which statement describes what will happen to a caller encountering this section of script?