Oracle PL/SQL Online Test
For Jobseekers
Practice your skills and earn a certificate of achievement when you score in the top 25%.
Take a Practice TestFor Companies
Test candidates with real-world problems and interview the best ones.
Sign Up to Offer this TestAbout the test
The Oracle PL/SQL online test assesses knowledge of PL/SQL with live coding tasks that require writing SQL queries and using features specific to the Oracle SQL Engine.
The assessment includes work-sample tasks such as:
- Writing stored procedures and functions, handling exceptions, and using transactions.
- Using procedural language features of Oracle PL/SQL to optimize and refine queries at the database layer.
- Writing queries and subqueries that join, group, filter, and aggregate data.
A good database admin or back-end developer working with an Oracle SQL Server database needs to be able to use Oracle's PL/SQL to create custom procedures and objects to interface with the database efficiently.
Sample public questions
App usage data are kept in the following table:
TABLE sessions id INTEGER PRIMARY KEY, userId INTEGER NOT NULL, duration DECIMAL NOT NULL
Write a query that selects userId and average session duration for each user who has more than one session.
See the example case for more details.
Consider the following database objects:
CREATE TABLE states ( state_code VARCHAR2(2) PRIMARY KEY NOT NULL ); CREATE OR REPLACE PROCEDURE insert_state(new_state_code IN VARCHAR2) IS BEGIN INSERT INTO states(state_code) VALUES (new_state_code); EXCEPTION WHEN OTHERS THEN dbms_output.put_line('Unable to insert state.'); ROLLBACK; END; /
Immediately upon their creation, the following code is executed:
BEGIN insert_state('NY'); COMMIT; insert_state('CA'); insert_state('CA'); COMMIT; EXCEPTION WHEN OTHERS THEN dbms_output.put_line('An error occurred.'); ROLLBACK; END; /
Select the statements that are correct.
For jobseekers: get certified
Earn a free certificate by achieving top 25% on the Oracle PL/SQL test with public questions.
Take a Certification TestSample silver certificate
Sunshine Caprio
Java and SQL TestDomeCertificate
For companies: premium questions
Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.
Ready to Interview?
Use these and other questions from our library with our
Code Interview Platform.
60 more premium Oracle PL/SQL questions
Bind Variables, Insert Employee, Query Performance, Employee Salary, Index Performance, Matching Clothes, User Statistics, Manager Sales, Agents, Developers, Authors, Autocomplete, Bank Branches, Cheapest Product, Countries, Hospital Patients, Rectangles, Restaurant Menu, Poll, Sales, Employee Manager, Auto Show, Welfare Organization, Tasks, Student Rankings, Student Activities, Youngest Child, Average Salary, Movie Genres, ATM Locations, Merge Stock Index, Ban Users, Department Report, Ingredients, Roads, Retirees, Student Management, New Wages, Research Funding, Guest List, Player Division, Popular Category, Movies Live, Delete Orders, Users and Accounts, Product Data, Projects, Transactions, River Discharge, SMS Messages, Menu Items, Karting Leaderboard, Movies, Lap Times, Computer Hardware Providers, Coworking Spaces, Merge Lists, Savepoint, Savepoint, Remove Element.
Skills and topics tested
- Oracle PL/SQL
- Bind Variables
- Exceptions
- Indexes
- Performance Tuning
- Cursors
- SQL
- Conditions
- Joins
- Select
- Collections
- Aggregation
- CTE
- Recursion
- Left Join
- Right Join
- Bug Fixing
- Create Index
- Database Schema
- Constraints
- Create Table
- Subqueries
- Ordering
- Group by
- Update
- SQL CASE
- Union
- Alter Table
- Insert
- Views
- Delete
- Database Normalization
- Transactions
- Set
- Built-In Functions
- Tables
For job roles
- Data Analyst
- Oracle Database Administrator
- PL/SQL Developer
Sample candidate report
Need it fast? AI-crafted tests for your job role
TestDome generates custom tests tailored to the specific skills you need for your job role.
Sign up now to try it out and see how AI can streamline your hiring process!
What others say
Simple, straight-forward technical testing
TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.
Jan Opperman, Grindrod Bank
Product reviews
Used by
Solve all your skill testing needs
150+ Pre-made tests
From web development and database administration to project management and customer support. See all pre-made tests.
130+ skills
From JavaScript and SQL to English and customer support. See all questions to filter by skill.
Multi-skills Test
Mix questions for different skills or even custom questions in one test. See an example.
How TestDome works
Choose a pre-made test
or create a custom test
Invite candidates via
email, URL, or your ATS
Candidates take
a test remotely
Sort candidates and
get individual reports