Premium Employer

Infosys

3.7
based on 36.8k Reviews
Filter interviews by

Delphi TVS Interview Questions and Answers

Updated 4 Jul 2024
Popular Designations

Q1. What is init in performance tuning?

Ans.

In performance tuning, init refers to the initialization parameter file used by Oracle Database to configure various settings.

  • init is a text-based configuration file that contains parameters to optimize the performance of Oracle Database.

  • It is used to set parameters such as memory allocation, parallel processing, and resource utilization.

  • By tuning the init file, developers can improve the overall performance of the database.

  • Example: adjusting the buffer cache size in the init...read more

Add your answer

Q2. Exception handling - Named and unnamed. Give exceptions names.

Ans.

Named and unnamed exceptions in PL/SQL with examples

  • Named exceptions are user-defined exceptions with specific names like 'custom_exception'

  • Unnamed exceptions are predefined exceptions like 'NO_DATA_FOUND' or 'TOO_MANY_ROWS'

  • Named exceptions can be raised using RAISE statement with the exception name

  • Unnamed exceptions are raised automatically by the system in case of errors

  • Example of named exception: DECLARE custom_exception EXCEPTION; RAISE custom_exception;

  • Example of unnamed...read more

Add your answer

Q3. Structure query language and extension version of sql

Ans.

SQL is a structured query language used to communicate with databases. SQL extensions add additional functionality to the language.

  • SQL is a standard language used to interact with databases

  • SQL extensions like PL/SQL add procedural programming capabilities to SQL

  • PL/SQL is an extension of SQL used in Oracle databases

Add your answer

Q4. Difference in procedure and function

Ans.

Procedure is used to perform an action, while function returns a value.

  • Procedure does not return a value, while function does

  • Functions can be used in SQL queries, procedures cannot

  • Functions can be called from SQL statements, procedures cannot

Add your answer
Discover Delphi TVS interview dos and don'ts from real experiences

Q5. Dif between SQL n plsql

Ans.

SQL is a query language used to interact with databases, while PL/SQL is a procedural language extension for SQL.

  • SQL is used for querying and manipulating data in databases.

  • PL/SQL is used for writing procedural code like loops, conditions, and functions.

  • SQL statements are executed one at a time, while PL/SQL blocks can contain multiple statements.

  • PL/SQL can be used to create stored procedures, functions, and triggers in the database.

  • SQL is declarative, while PL/SQL is procedu...read more

Add your answer

Q6. Types of cursors

Ans.

Types of cursors include implicit, explicit, and parameterized cursors.

  • Implicit cursors are automatically created by Oracle when a SQL statement is executed.

  • Explicit cursors are defined by the programmer using the DECLARE, OPEN, FETCH, and CLOSE statements.

  • Parameterized cursors allow for dynamic SQL statements to be executed with different parameters.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Delphi TVS

based on 6 interviews in the last 1 year
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Plsql Developer Interview Questions from Similar Companies

3.7
 • 20 Interview Questions
4.9
 • 13 Interview Questions
3.9
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter