A7-R5.1 English
A7-R5.1 English
A7-R5.1 English
1 : DATABASE TECHNOLOGIES
• Carefully read the instructions given on Question Paper, OMR Sheet and Answer Sheet.
• Question Paper is in English language. Candidate has to answer in English language only.
• There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and
PART TWO contains FIVE questions.
• PART ONE is Objective type and carries 40 Marks. PART TWO is Subjective type and carries
60 Marks.
• PART ONE is to be answered in the OMR ANSWER SHEET only, supplied with the question paper,
as per the instructions contained therein. PART ONE is NOT to be answered in the answer book for
PART TWO.
• Maximum time allotted for PART ONE is ONE HOUR. Answer book for PART TWO will be supplied
at the table when the Answer Sheet for PART ONE is returned. However, Candidates who complete
PART ONE earlier than one hour, can collect the answer book for PART TWO immediately after
handing over the Answer Sheet for PART ONE to the Invigilator.
• Candidate cannot leave the examination hall/room without signing on the attendance sheet
and handing over his/her Answer Sheet to the invigilator. Failing in doing so, will amount to
disqualification of Candidate in this Module/Paper.
• After receiving the instruction to open the booklet and before answering the questions, the candidate
should ensure that the Question Booklet is complete in all respects.
DO NOT OPEN THE QUESTION BOOKLET UNTIL YOU ARE TOLD TO DO SO.
PART ONE 1.4 What is the primary disadvantage of a three-
tier architecture when compared to a two-
tier architecture ?
(Answer all the questions; each question
carries ONE mark) (A) Lack of scalability
(A) A key used to open the database (D) A set of rules for designing user
interfaces for databases.
(B) A key used for encryption
1.8 In the context of mapping an ER diagram 2.2 In a three-tier architecture, the separation of
to database tables, what is an entity type ? concerns between layers helps improve
scalability and maintainability.
(A) A unique identifier for each table.
2.3 A foreign key in an RDBMS is a field that
(B) A relationship between tables.
establishes a link between two tables, typically
(C) A set of tables that store data. linking a primary key in one table to a
corresponding field in another table.
(D) A representation of a category of
objects or concepts. 2.4 It's possible for a table to be in Third Normal
Form (3NF) and still contain partial
dependencies.
1.9 Which SQL command is used to create a
new database in MariaDB ? 2.5 MariaDB is not compatible with applications
and tools designed for MySQL.
(A) CREATE TABLE
2.6 MariaDB provides the "INSERT INTO"
(B) CREATE DATABASE statement to update existing data in a table.
(C) CREATE SCHEMA 2.7 MariaDB allows you to use the "ROLLBACK"
statement to undo changes made during a
(D) CREATE INDEX
transaction.
(C) UPDATE 2.10 The relational model is the only data model
used in modern database management
(D) CHANGE systems.
X Y
Curly
A Primary Key B C CURRENT_DATE D Normalization
braces { }
SQL (Structured Data
E F G Indexing H Having
Query Language) integrity
Data Manipulation
I Mysql J Concat K Link list L
language
M Grouping
4.1 DBMS improves __________ by reducing data redundancy and providing data consistency.
4.2 The process of reorganizing data in a database to eliminate data redundancy is known as
__________
4.3 __________ is a widely used relational database management system (RDBMS) known for its
open-source nature and is often used in web applications.
4.4 __________ is a data structure technique used to locate and quickly access data in databases.
4.5 In the Second Normal Form (2NF), all non-key attributes must be functionally dependent on the
__________.
4.6 In JSON, data is represented as key-value pairs enclosed in__________.
4.7 The primary language used to interact with MariaDB for tasks such as querying and data
manipulation is __________.
4.8 You can use the __________ function to apply a filter to the groups generated by GROUP BY.
4.9 The SQL __________ function is used to concatenate two or more strings together.
4.10 The SQL __________ function is used to retrieve the current date.