J'ai postulé via un recruteur. Le processus a pris 2 jours. J'ai passé un entretien chez Oasis TechnoSoft (Gurgaon, Haryana) en avr. 2025
Entretien
The Interview was fine. They expect an Oracle Apps Tech Consultant to know broadly all the topics related to the Oracle EBS Application, including SQL, PL/SQL, Oracle Forms, Oracle Reports, XML Publisher, XML Bursting, Oracle EBS 11i/R12 Functional Knowledge, etc.
Questions d'entretien [14]
Question 1
Introduce yourself briefly, mention details about your profile and responsibilities from your previous job.
SQL - Let's say we have some data in a column of a particular table, and that data contains some special characters or that data has some issues, then how would you fix it? (Hint - Use Regular Expression REGEXP)
PL/SQL - Let's say we have a PL/SQL block in which we have 2 Exceptions. 1) WHEN NO_DATA_FOUND THEN 2) WHEN OTHERS THEN. In the Exception part of the block, the exception - WHEN OTHERS THEN is written before WHEN NO_DATA_FOUND Exception. Then what kind of error do you get? Will the code work? (Hint - Compilation Error)