You can use the random number, randomly extract questions in the test bank, for example:
Package dbms_random
SELECT * FROM
(Select * from jl_dnbzcb order by dbms_random.random)
WHERE ROWNUM <= 10