You are on page 1of 3

1

KAFKA
PREPARATION

1
2

INDEX
Cursors and Collections
1. Ref Cursors…………………………………………………………………...…………………………….…………..4

2. Record and its types……………………………………………………………………………………..……..…….4

3. Collection and its types…………………………………….……………………………………...…………………5

4. What are Collection Methods……………………………….……………………...………………………………..6

5. What are Collection Types in Detail……………………………………………………...….……………………..7

Architecture & New Features


1. Oracle 11G and Oracle 12C Architecture? .................................................................................................10

2. New Features in Oracle 18C? ......................................................................................................................11

3. What is JSON Document? ...........................................................................................................................19

4. What is SQL Loader……………………………………………………..…………………………………….…….19

5. What is External Tables & Inline External Tables……………………………………………………………...20

6. What is Pragma Autonomous Transaction……………………………………………………………………...21

7. Unlock HR Schema in 12C – Here we have connectable and pluggable database? .............................22

Performance Tuning
1. How will you optimize a stored procedure.................................................................................................23

2. Explain Plan………………………………………………………………………………………………………......23

3. What is AWR & ASH Reports.......................................................................................................................24

4. Oracle Hints...................................................................................................................................................25

5. Query was running fine till yesterday, but suddenly its became very slow from today, How would you

start your analysis……………………………………………………………………………………………………25

6. If Database is suddenly started responding slow………………………………………….…………………..25

7. What are the Types of Indexes in Oracle? .................................................................................................26

8. Oracle Indexes in Detail? ............................................................................................................................26

9. What is Context Switching and how to reduce the number of switching................................................28

10. High Water Mark in Oracle……………………………………………………………………………………..….30

Apache Kafka

2
3

Q1. What is Apache Kafka?


Apache Kafka is a distributed streaming platform. What does it means , it means 2 things:
- Creating real-time data streams
- Processing real-time data streams.
Originally, developed by LinkedIn and later on donated to Apache.
Some words and their meanings in context to Kafka:-
Stream =Flow
Records = data

You might also like