0% found this document useful (0 votes)
70 views18 pages

8.3 PLSQL PPT Ch7 PDF

This chapter discusses preparing for PL/SQL interviews and certification. It provides tips on interview preparation including rating your skills, introducing yourself, and answering behavioral questions. Sample technical interview questions are given covering SQL vs PL/SQL, exceptions, cursors, records, and algorithms. Information is provided on Oracle PL/SQL Associate and Professional certifications including exam format, prerequisites, preparation plans, and sample questions. The chapter aims to help readers make coding fun.

Uploaded by

Dun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views18 pages

8.3 PLSQL PPT Ch7 PDF

This chapter discusses preparing for PL/SQL interviews and certification. It provides tips on interview preparation including rating your skills, introducing yourself, and answering behavioral questions. Sample technical interview questions are given covering SQL vs PL/SQL, exceptions, cursors, records, and algorithms. Information is provided on Oracle PL/SQL Associate and Professional certifications including exam format, prerequisites, preparation plans, and sample questions. The chapter aims to help readers make coding fun.

Uploaded by

Dun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

PL/SQL Tutorial

By (Procedural - Structured Query Language)


Anjali singh

Let’s make coding fun!


Chapter 7
PL/SQL Tutorial
Interview & Certification Tips
Let’s make coding fun!
What do we learn in this Chapter?

Interview Preparation

PL/SQL Technical
Interview

Certification Information

Homework
Interview Preparation Tips
Rate Skill Set

Introduction

Technical
Information

Employer
Information
Resume
PL/SQL Technical Interview Questions
Difference between SQL and PL/SQL and why do we need PL/SQL?

Difference between %TYPE and %ROWTYPE

Difference between in execution of Triggers and Procedures

Differentiate between syntax and runtime errors?

Difference between in execution of Triggers and Constraints and INSTEAD OF Trigger?

What are the 3 modes of parameter

Why is %ISOPEN always false for an implicit cursor?


PL/SQL Technical Interview Questions
What do you understand by Exception handling in PL/SQL? List the predefined exception?

Difference between cursor declared in procedures and cursors declared in the package
specification?

What do you understand by PL/SQL Records?

Write a PL/SQL script to display the following series of numbers: 99,96,93……9,6,3?

Bubble Sort or Odd Even Sort or any well known algorithm to implement
Certification

Developer Database Admin

OCA
OCP
OCM
Certification Preparation

Self
Objective Information Plan Practice Test
Assessment
Basic Certification Information

• 63 Multiple choice • Pre-requisite • Pre-requisite


Associate

Professional

Expert/Master
questions Associate Professional
• 90 min • 63 Multiple Choice • Level 1 – Multiple
• 245 USD Questions Type Exam
• Training (optional) • 90 min • Training
• Webinar • 245USD (Mandatory)
• Training (optional) • Level 2 - Assignment
• Webinar Submission
• Level -3 Essay
Writing Exam
OCA Sample Question
Which of the following statements
Which of the following is not one of the Which of the following is a valid implicit
about anonymous PL/SQL blocks is
benefits of using PL/SQL? cursor attribute?
true?

They are compiled only the first time the


Support for Object-Oriented Programming. SQL%OPEN
block is executed in a session.

Capability to develop web applications. They can be imbedded in an OCI program. SQL%NODATAFOUND

Mostly OS-independent. They can only make use of bind variables. SQL%ROWTYPE

They can be created as either a function or


Ability to declare variables and constants. SQL%GROUP_COUNT
a procedure.

They can be called from other PL/SQL


Tight Integration with SQL. SQL%ROWCOUNT
blocks.
Practice Interview Questions
Tell me about yourself?

How will you rate yourself for PL/SQL ?

What do you like to do outside of work?

How would your boss and co-workers describe you?

How do you deal with pressure or stressful situations?

Brainteaser question : How many tennis balls can you fit into a limousine?

Do you have any questions for us? What are your salary requirements? Learn about Employer
PL/SQL Tutorial
PDF Source Code

PL/SQL
Tutorial

Hands-on Experience Videos

Let’s make coding fun!


Let’s make coding fun!

You might also like