You are on page 1of 25

0Unit 1

1
Marks: --/1
Choose one answer.
1.
a
2.
b
3.
c
4.
d
Submit

Question 2
Marks: --/1
SQL does not provide the
programming techniques of
conditional checking
Choose one answer.
a.
TRUE
b.
FALSE
Submit

Question 3
Marks: --/1
The ______ attribute is used to declare
variables based on definitions of
columns in a table.
Choose one answer.
a. %TYPE
b.
%ATTRIBUTE
c. %ROWSET
d.
%NOTFOUND
Submit

Question 4
Marks: --/1
The syntax used to create a user with
the name "John" with a password
"john123@" is:
Choose one answer.
a. CREATE USER John
b. CREATE USER JOHN BY john123@
c. CREATE USER John IDENTIFIED BY
john123@
d. CREATE USER John, john123@
Submit

Save w ithout submitting Submit page Submit all and finish


1
Marks: --/1
Match the following:
Re
do
Lo
g
Buf
fer
Da
tab
as
e
Buf
fer
Ca
ch
e
Sh
are
d
Po
ol
Lib
rar
y
Ca
ch
e
Submit

Question 2
Marks: --/1
The ______ offers a comprehensive set
of middle-tier services.
Choose one answer.
a. Client
Applications
b. Server
Applications
c. Business logic
d. Application
Server
Submit

Question 3
Marks: --/1
The ________ provides programmatic
accesses, centralized management,
and multi-channel delivery of internet
services.
Choose one answer.
a. Business Intelligence
Capabilities
b. Recovery
c. Open Framework
d. Integrated Manageability
Submit
Unit 4
1
Marks: --/1
Match the following terms with their
corresponding definitions:
Sche
ma
Clust
ers
Exte
nts
Seg
ment
s
Submit

Question 2
Marks: --/1
A ________ stores information about
the physical structure of a database,
name of the database, and locations of
the database.
Choose one answer.
a.
Record
b. Table
c.
Column
d.
Schema
Submit

Question 3
Marks: --/1
A ________reliably manages a large
amount of data in a multiuser
environment so that many users can
concurrently access the same data.
Choose one answer.
a. Server
b.
Database
c. Client
d. User
Submit

Question 4
Marks: --/1
The _________ structures are those that
can be seen and operated on from the
operating system, such as the physical
files that store data on a disk. The
______ structures are created and
recognized by Oracle Database and
are not known to the operating
system.
Choose one answer.
a. Logical,
Physical
b. Physical,
Logical
c. Database,
Schema
d. Logical,
Database
Submit

Question 5
Marks: --/1
The ___________ objects are the logical
structures that directly refer to the
database's data which include
structures like tables, views, and
indexes.
Choose one answer.
a.
Database
b. Server
c. Schema
d.
Software
Unit 5

1
Marks: --/1
A _______ is a network of databases
managed by multiple database servers
used together.
Choose one answer.
a. Centralized
Databases
b. Distributed
Databases
c. Local Databases
d. Physical
Databases

Unit 6

1
Marks: --/1
1. Decomposes the distributed
calculus query into an algebraic query
on global relations. 2. The information
needed for this transformation is
found in the global conceptual schema
describing the global relations. 3. The
information about data distribution is
not used here but in the next layer. 4.
The techniques used by this layer are
those of a centralized DBMS. The
above statements are the properties
of ______________
Choose one answer.
a. Data Localization
b. Global Query
Optimization
c. Query Decomposition
d. Local Query
Optimization
Submit

Question 2
Marks: --/1
Designing the _______ database maps
the conceptual schema to the storage
areas and determines the appropriate
access methods.
Choose one answer.
a. Physical
b. Logical
c.
Symmetric
d.
Distributed

Unit 7

1
Marks: --/1
Match the following features of
Heterogeneous services:
Trans
pare
nt
SQL
acce
ss
Proce
dural
Acce
ss
Pass-
throu
gh
SQL
Multi-
Thre
aded
Agen
ts
Submit

Question 2
Marks: --/1
A ______ transaction is a transaction
that includes one or more statement
that, individually or as a group, _____
data on two or more distinct nodes of
a distributed database.
Choose one answer.
a. update, delete
b. distributed,
delete
c. distributed,
update
d. update, delete
Submit

Question 3
Marks: --/1
If there is no provision for the local site
to function as a ______DBMS, then the
system has no local autonomy.
Choose one answer.
a. stand-alone
b. Functional
c. relational
d. Non -
relational
Submit

Question 4
Marks: --/1
The statements in a _____ transaction
can reference any number of local or
remote tables. The _____ RDBMS
guarantees that all nodes involved in a
distributed transaction take the same
action: they either all commit or all roll
back the transaction.
Choose one answer.
a. single, MS-
Access
b. single, Oracle
c. multiple, SQL
Server
d. Concurrent,
MySQL
Submit

Question 5
Marks: --/1
The _________ automates the process
of updating Heterogeneous Services
configuration data on remote hosts,
ensuring correct operation over
heterogeneous database links.
Choose one answer.
a. Multi-Threaded Agents
b. Pass-through SQL
c. Agent Self-Registration
d. Data Dictionary
translations

Unit 8

1
Marks: --/1
Match the following:
Client
Databa
se
Server
Local
Coordi
nator
Global
Coordi
nator
Submit

Question 2
Marks: --/1
A _____ is a part of the application.
One application issues a
begin_transaction primitive; from this
point onwards, all actions which are
performed by the application, until a
commit or _____ primitive is issued are
to be considered as one compete
transaction.
Choose one answer.
a. transaction;
abort
b. function; lock
c. query; abort
d. function; abort
Submit

Question 3
Marks: --/1
In the ____ phase, the initiating node in
the transaction asks the other
participating nodes to promise to
commit or roll back the transaction.
During the ____ phase, the initiating
node asks all participating nodes to
commit the transaction. If this
outcome is not possible, then all nodes
are asked to roll back.
Choose one answer.
a. commit; abort
b. initiate; abort
c. prepare;
commit
d. commit; abort
Submit

Question 4
Marks: --/1
With respect to site failures, an
algorithm is said to be ____ if it works
properly even if K sites are down.
Choose one answer.
a. resilient
b. non-
resilient
c. 1- resilient
d. K -
resilient
Submit

Question 5
Marks: --/1
________ requires that if a transaction
is interrupted by a failure its partial
results are not at all taken into
consideration and the whole operation
has to be repeated.
Choose one answer.
a. Atomicity
b. Durability
c.
Consistency
d. Isolation

Unit 9

1
Marks: --/1
Match the following:
timeout
method
commu
nication
primitiv
e-
publicati
on
Totem
latency
penalty
Submit

Question 2
Marks: --/1
In "Write-locks-all, read-locks-one"
locking scheme, ____ locks are
acquired on all copies, while ________
locks are acquired only an arbitrary
copy.
Choose one answer.
a. exclusive,
shared
b. shared,
exclusive
c. shared, shared
d. exclusive,
exclusive
Submit

Question 3
Marks: --/1
In Distributed transaction concurrency
control, the ______________can lock and
unlock local data items.
Choose one answer.
a. External
Agents
b. Legal Agents
c. Local Agents
d. Non-local
agents
Submit

Question 4
Marks: --/1
In ________ mode of Transaction
locking, mode________ the transaction
wants only to read the data item
Choose one answer.
a. Shared
b. Exclusive
c. Shared and
Exclusive
d. Isolated
Submit

Question 5
Marks: --/1
The existence of the deadlock
situation corresponds to the existence
of a ______ in the wait-for graph.
Therefore a system can discover
deadlocks by _______ wait-for graph
and analyzing whether there are
cycles in it.
Choose one answer.
a. flow, cycle
b. cycle, constructing
c. constructing, cycle
d. constructing,
constructing
Submit

Unit 10

1
Marks: --/1
Match the following RAID Levels with
their concepts.
RAI
D
leve
l2
RAI
D
leve
l3
RAI
D
leve
l4
RAI
D
leve
l5
Submit

Question 2
Marks: --/1
A fundamental requirement for any
type of system is its ____.
Choose one answer.
a.
Scalability
b.
Portability
c. Flexibility
d.
Adaptability
Submit

Question 3
Marks: --/1
RMAN can create data files
automatically when the user executes
_____ or ______ commands.
Choose one answer.
a. RESET, RESTORE
b. RECEIVE,
ROLLBACK
c. RESTORE;
RECOVER
d. ROLLBACK,
RESTORE
Submit

Question 4
Marks: --/1
The ______ has finite space for records
of backup activities, while a ____ can
store a much longer history.
Choose one answer.
a. control file, recovery
catalog
b. log file, control file
c. control file, log file
d. recovery catalog, log
file
Submit

Question 5
Marks: --/1
With the ______ database command,
you can quickly revert a database to a
previous time--without restoring data
files and performing media recovery.
Choose one answer.
a. backup
b. run
c.
Flashback
d. rollback

You might also like