InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
We use ______________ name PL/SQL program objects and units.(a) Lexical Units(b) Literals(c) Delimiters(d) IdentifiersI got this question in quiz.My question comes from Advanced Query Optimization in portion Query Processing Techniques of Database Management |
|
Answer» Right answer is (d) Identifiers |
|
| 52. |
Which of the following fixed database roles can add or remove user IDs?(a) db_accessadmin(b) db_securityadmin(c) db_setupadmin(d) db_sysadminThe question was asked in an interview.My doubt stems from Transformation of Relational Expressions topic in section Query Processing Techniques of Database Management |
|
Answer» Right option is (a) db_accessadmin |
|
| 53. |
Which of the following schemas does define a view or views of the database for particular users?(a) Internal schema(b) Conceptual schema(c) Physical schema(d) External schemaI have been asked this question during an internship interview.The doubt is from Query Processing in division Query Processing Techniques of Database Management |
|
Answer» The correct option is (d) EXTERNAL SCHEMA |
|
| 54. |
Which is a join condition contains an equality operator:(a) Equijoins(b) Cartesian(c) Both Equijoins and Cartesian(d) None of the mentionedI have been asked this question during an interview.I'm obligated to ask this question of Join Operations topic in division Query Processing Techniques of Database Management |
|
Answer» The correct choice is (a) Equijoins |
|
| 55. |
___________ combines the data manipulating power of SQL with the data processing power of Procedural languages.(a) PL/SQL(b) SQL(c) Advanced SQL(d) PQLI had been asked this question at a job interview.I'm obligated to ask this question of Advanced Query Optimization in portion Query Processing Techniques of Database Management |
|
Answer» CORRECT ANSWER is (a) PL/SQL Explanation: PL/SQL is an IMPERATIVE 3GL that was designed specifically for the seamless PROCESSING of SQL commands. |
|
| 56. |
Which normal form is considered adequate for normal relational database design?(a) 2NF(b) 5NF(c) 4NF(d) 3NFI have been asked this question during an interview.I'd like to ask this question from Materialized Views topic in portion Query Processing Techniques of Database Management |
|
Answer» The correct answer is (d) 3NF |
|
| 57. |
How inserting data through stored procedure do reduces network traffic and increase database performance?(a) Stored procedure can accept parameter(b) Permission check is not required(c) The execution plan is stored in the cache after it was executed the first time(d) None of the mentionedI have been asked this question in quiz.My enquiry is from Estimating Statistics of Expression Results in portion Query Processing Techniques of Database Management |
|
Answer» The correct option is (c) The execution plan is stored in the cache after it was executed the FIRST time |
|
| 58. |
Which product is returnedin a join query have no join condition:(a) Equijoins(b) Cartesian(c) Both Equijoins and Cartesian(d) None of the mentionedThis question was posed to me in examination.My doubt is from Join Operations in portion Query Processing Techniques of Database Management |
|
Answer» Correct option is (b) Cartesian |
|
| 59. |
The ___ algorithm scans each index for pointers to tuples that satisfy an individual condition.(a) A2(b) A4(c) A9(d) A6This question was posed to me in my homework.The query is from Selection Operation topic in section Query Processing Techniques of Database Management |
|
Answer» Correct CHOICE is (C) A9 |
|
| 60. |
Search algorithms that use an index are referred to as(a) Index Search(b) Linear search(c) File scan(d) Access pathsThis question was addressed to me in an international level competition.I'd like to ask this question from Selection Operation topic in section Query Processing Techniques of Database Management |
|
Answer» CORRECT ANSWER is (a) Index Search To explain: Selection predicates are USED to guide in the choice of the index to USE in processing the query. |
|
| 61. |
Each operation in a demand-driven pipeline can be implemented as an ____ that provides the following functions: open(), next(), and close().(a) Demand(b) Pipeline(c) Iterator(d) All of the mentionedI have been asked this question in an international level competition.This intriguing question originated from Evaluation of Expressions topic in portion Query Processing Techniques of Database Management |
|
Answer» Correct answer is (c) Iterator |
|
| 62. |
The complexity of a linear search algorithm is(a) O(n)(b) O(log n)(c) O(n2)(d) O(n log n)I got this question by my school principal while I was bunking the class.My question is based upon Sorting topic in portion Query Processing Techniques of Database Management |
|
Answer» The correct answer is (a) O(n) |
|
| 63. |
The space factor when determining the efficiency of an algorithm is measured by(a) Counting the maximum memory needed by the algorithm(b) Counting the minimum memory needed by the algorithm(c) Counting the average memory needed by the algorithm(d) Counting the maximum disk space needed by the algorithmThe question was posed to me in final exam.The above asked question is from Sorting topic in chapter Query Processing Techniques of Database Management |
|
Answer» Correct answer is (a) COUNTING the maximum MEMORY needed by the algorithm |
|
| 64. |
A collection of data designed to be used by different people is called a/an(a) Organization(b) Database(c) Relationship(d) SchemaThis question was posed to me in an online quiz.This is a very interesting question from Query Processing topic in chapter Query Processing Techniques of Database Management |
|
Answer» The correct choice is (b) DATABASE |
|
| 65. |
Which of the following are the process of selecting the data storage and data access characteristics of the database?(a) Logical database design(b) Physical database design(c) Testing and performance tuning(d) Evaluation and selectingI got this question during an interview for a job.This intriguing question originated from Query Processing in section Query Processing Techniques of Database Management |
|
Answer» The correct choice is (b) PHYSICAL DATABASE design |
|
| 66. |
The results of each intermediate operation are created and then are used for evaluation of the next-level operations. This is called(a) Materialized evaluation(b) Expression evaluation(c) Tree evaluation(d) Tree materializationThis question was posed to me in quiz.This interesting question is from Evaluation of Expressions topic in section Query Processing Techniques of Database Management |
|
Answer» Correct OPTION is (a) Materialized EVALUATION |
|
| 67. |
If no header is specified, the block is said to be an _______________ PL/SQL block.(a) Strong(b) Weak(c) Empty(d) AnonymousThe question was posed to me by my college professor while I was bunking the class.I'd like to ask this question from Advanced Query Optimization in portion Query Processing Techniques of Database Management |
|
Answer» RIGHT ANSWER is (d) Anonymous Easy EXPLANATION - The terms literal and constant value are SYNONYMOUS and refer to a FIXED data value. |
|
| 68. |
The iterator maintains the __________ of its execution in between calls so that successive next() requests receive successive result tuples.(a) State(b) Transition(c) Rate(d) BlockThe question was asked in unit test.The doubt is from Evaluation of Expressions in section Query Processing Techniques of Database Management |
|
Answer» Correct choice is (a) State |
|
| 69. |
The time factor when determining the efficiency of an algorithm is measured by(a) Counting microseconds(b) Counting the number of key operations(c) Counting the number of statements(d) Counting the kilobytes of algorithmThe question was asked in final exam.The question is from Sorting in portion Query Processing Techniques of Database Management |
|
Answer» The CORRECT OPTION is (b) Counting the number of key operations |
|
| 70. |
Which algorithm uses equality comparison on a key attribute with a primary index to retrieve a single record that satisfies the corresponding equality condition.(a) A2(b) A4(c) A5(d) A6I got this question in an online quiz.Enquiry is from Selection Operation topic in division Query Processing Techniques of Database Management |
|
Answer» The correct choice is (a) A2 |
|
| 71. |
A table can be logically connected to another table by defining a(a) Super key(b) Candidate key(c) Primary key(d) Unique keyI got this question during an interview.This key question is from Query Processing in chapter Query Processing Techniques of Database Management |
|
Answer» The correct option is (c) Primary key |
|
| 72. |
Which are the join types in join condition:(a) Cross join(b) Natural join(c) Join with USING clause(d) All of the mentionedI have been asked this question in an internship interview.This intriguing question originated from Join Operations topic in portion Query Processing Techniques of Database Management |
|
Answer» Correct choice is (d) All of the mentioned |
|
| 73. |
Which of the following is an attribute that can uniquely identify a row in a table?(a) Secondary key(b) Candidate key(c) Foreign key(d) Alternate keyI had been asked this question in an online quiz.This intriguing question comes from Query Processing in portion Query Processing Techniques of Database Management |
|
Answer» The correct OPTION is (b) Candidate KEY |
|
| 74. |
Which of the following statements is/are not true for SQL profiler?(a) Enables you to monitor events(b) Check if rows are being inserted properly(c) Check the performance of a stored procedure(d) None of the mentionedThe question was posed to me during an interview for a job.Enquiry is from Estimating Statistics of Expression Results in division Query Processing Techniques of Database Management |
|
Answer» RIGHT option is (c) Check the performance of a STORED procedure For EXPLANATION: Stored procedures are like functions which do not RETURN values. |
|
| 75. |
Which oracle is the join condition is specified using the WHERE clause:(a) Oracle 9i(b) Oracle 8i(c) Pre-oracle 9i(d) Pre-oracle 8iI got this question in an online quiz.Query is from Join Operations in division Query Processing Techniques of Database Management |
|
Answer» Correct option is (C) Pre-oracle 9i |
|
| 76. |
In a ____________ the system scans each file block and tests all records to see whether they satisfy the selection condition.(a) Index Search(b) Linear search(c) File scan(d) Access pathsThis question was posed to me during an interview.The above asked question is from Selection Operation topic in division Query Processing Techniques of Database Management |
|
Answer» Right answer is (b) Linear search |
|