Monday, August 9, 2021

Database Management System (KMBIT04) MCQ Set 3

 

DBMS (KMBIT04) MCQ

1. In the relational model, cardinality is termed as:

(A) A number of tuples.
(B) A number of attributes.
(C) A number of tables.
(D) A number of constraints.

Ans: A

2. Relational calculus is a

(A) Procedural language.
(B) Non- Procedural language.
(C) Data definition language.
(D) High-level language.

Ans: B

3. The view of total database content is

(A) Conceptual view.
(B) Internal view.
(C) External view.
(D) Physical View.

Ans: A

4. Cartesian product in relational algebra is

(A) a Unary operator.
(B) a Binary operator.
(C) a Ternary operator.
(D) not defined.

Ans: B 

5. DML is provided for

(A) Description of the logical structure of a database.
(B) The addition of new structures in the database system.
(C) Manipulation & processing of the database.
(D) Definition of a physical structure of the database system.

Ans: C

6.  ‘AS’ clause is used in SQL for

(A) Selection operation.
(B) Rename operation.
(C) Join operation.
(D) Projection operation.

Ans: B

7.  ODBC stands for

(A) Object Database Connectivity.
(B) Oral Database Connectivity.
(C) Oracle Database Connectivity.
(D) Open Database Connectivity.

Ans: D

Q.8 Architecture of the database can be viewed as

(A) two levels.
(B) four levels.
(C) three levels.
(D) one level.

Ans: C

Q.9 In a relational model, relations are termed as

(A) Tuples.
(B) Attributes
(C) Tables.
(D) Rows.

Ans: C

Q.10 The database schema is written in

(A) HLL
(B) DML
(C) DDL
(D) DCL

Ans: C

Q.11 In the architecture of a database system external level is the

(A) physical level.
(B) logical level.
(C) conceptual level
(D) view level.

Ans: D

Q.12 An entity set that does not have sufficient attributes to form a primary key is a

(A) strong entity set.
(B) weak entity set.
(C) simple entity set.
(D) primary entity set.

Ans: B

Q.13 In Hierarchical model records are organised as

(A) Graph.
(B) List.
(C) Links.
(D) Tree.

Ans: D

Q.14 In an E-R diagram attributes are represented by

(A) rectangle.
(B) square.
(C) ellipse.
(D) triangle.

Ans: C

Q.15 In case of entity integrity, the primary key maybe

(A) not Null
(B) Null
(C) both Null & not Null.
(D) any value.

Ans: A

Q.16 In tuple relational calculus P1 ®P2 is equivalent to

(A) ¬P1 Ú P2
(B) P1 Ú P2
(C) P1 Ù P2
(D) P1 Ù¬P2

Ans: A

Q.17 The language used in application programs to request data from the DBMS is referred to as the

(A) DML
(B) DDL
(C) VDL
(D) SDL

Ans: A

Q.18 A logical schema

(A) is the entire database.
(B) is a standard way of organising information into accessible parts.
(C) describes how data is actually stored on disk.
(D) both (A) and (C)

Ans: A

Q.19 Related fields in a database are grouped to form a

(A) data file.
(B) data record.
(C) menu.
(D) bank.

Ans: B

Q.20 The database environment has all of the following components except:

(A) users.
(B) separate files.
(C) database.
(D) database administrator.

Ans: A.

 

 

 

 

 

 

 

 

 

 

Set:- 2 MCQ on DBMS.


Q.21 The language which has recently become the defacto standard for interfacing application programs with relational database system is

(A) Oracle.
(B) SQL.
(C) DBase.
(D) 4GL.

Ans: B

Q.22 The way a particular application views the data from the database that the application uses is a

(A) module.
(B) relational model.
(C) schema.
(D) subschema.

Ans: D

Q.23 In an E-R diagram an entity set is represented by a

(A) rectangle.
(B) ellipse.
(C) diamond box.
(D) circle.

Ans: A

Q.24 A report generator is used to

(A) update files.
(B) print files on paper.
(C) data entry.
(D) delete files.

Ans: B

Q.25 The property/properties of a database is/are:

(A) It is an integrated collection of logically related records.
(B) It consolidates separate files into a common pool of data records.
(C) Data stored in a database is independent of the application programs using it.
(D) All of the above.

Ans: D

Q.26 The DBMS language component which can be embedded in a program is

(A) The data definition language (DDL).
(B) The data manipulation language (DML).
(C) The database administrator (DBA).
(D) A query language.

Ans: B

Q.27 A relational database developer refers to a record as

(A) Criteria.
(B) a relation.
(C) a tuple.
(D) an attribute.

Ans: C

Q.28 The relational model feature is that there

(A) is no need for primary key data.
(B) is much more data independence than some other database models.
(C) are explicit relationships among records.
(D) are tables with many dimensions.

Ans: B

Q.29 Conceptual design

(A) is a documentation technique.
(B) needs data volume and processing frequencies to determine the size of the database.
(C) involves modelling independent of the DBMS.
(D) is designing the relational model.

Ans:C

Q.30 The method in which records are physically stored in a specified order according to a key field in each record is

(A) hash.
(B) direct.
(C) sequential.
(D) all of the above.

Ans: A

Q.31 A subschema expresses

(A) the logical view.
(B) the physical view.
(C) the external view.
(D) all of the above.

Ans: C

Q.32 Count function in SQL returns the number of

(A) values.
(B) distinct values.
(C) groups.
(D) columns.

Ans: A

Q.33 Which one of the following statements is false?

(A) The data dictionary is normally maintained by the database administrator.
(B) Data elements in the database can be modified by changing the data dictionary.
(C) The data dictionary contains the name and description of each data element.
(D) A data dictionary is a tool used exclusively by the database administrator.

Ans: B

Q.34 An advantage of the database management approach is

(A) data is dependent on programs.
(B) data redundancy increases.
(C) data is integrated and can be accessed by multiple programs.
(D) none of the above.

Ans: C

Q.35 A DBMS query language is designed to

(A) support end-users who use English-like commands.
(B) support in the development of complex applications software.
(C) specify the structure of a database.
(D) all of the above.

Ans: D

Q.36 Transaction processing is associated with everything below except

(A) producing detail, summary, or exception reports.
(B) recording a business activity.
(C) confirming an action or triggering a response.
(D) maintaining data.

Ans: C

Q.37 It is possible to define a schema completely using

(A) VDL and DDL.
(B) DDL and DML.
(C) SDL and DDL.
(D) VDL and DML.

Ans: B

Q.38 The method of access which uses key transformation is known as

(A) direct.
(B) hash.
(C) random.
(D) sequential.

Ans: B

Q.39 Data independence me Ans

(A) data is defined separately and not included in programs.
(B) programs are not dependent on the physical attributes of data.
(C) programs are not dependent on the logical attributes of data.
(D) both (B) and (C).

Ans: D both (B) and (C)

Q.40 The statement in SQL which allows changing the definition of a table is

(A) Alter.
(B) Update.
(C) Create.
(D) select.

Ans: A.

 

 

 

 

 

 

 

 

 

 

Set:- 3 MCQ on DBMS


Q.41 E-R model uses this symbol to represent a weak entity set?

(A) Dotted rectangle.
(B) Diamond
(C) Doubly outlined rectangle
(D) None of these

Ans: C

Q.42 SET concept is used in:

(A) Network Model
(B) Hierarchical Model
(C) Relational Model
(D) None of these

Ans: A

Q.43 Relational Algebra is

(A) Data Definition Language.
(B) Meta Language
(C) Procedural Query Language
(D) None of the above

Ans: C

Q.44 Key to represent the relationship between tables is called

(A) Primary key
(B) Secondary Key
(C) Foreign Key
(D) None of these

Ans: C

Q.45 _______ produces the relation that has attributes of R1 and R2

(A) Cartesian product
(B) Difference
(C) Intersection
(D) Product

Ans: A

Q.46 The file organisation that provides very fast access to any arbitrary record of a file is

(A) Ordered file
(B) Unordered file
(C) Hashed file
(D) B-tree

Ans: C

Q.47 DBMS helps achieve

(A) Data independence
(B) Centralised control of data
(C) Neither (A) or (B)
(D) both (A) and (B)

Ans: D

Q.48 Which of the following are the properties of entities?

(A) Groups
(B) Table
(C) Attributes
(D) Switchboards

Ans: C

Q.49 In a relation

(A) Ordering of rows is immaterial
(B) No two rows are identical
(C) (A) and (B) both are true
(D) None of these.

Ans: C

Q.50 Which of the following is correct:

(A) a SQL query automatically eliminates duplicates.
(B) SQL permits attribute names to be repeated in the same relation.
(C) a SQL query will not work if there are no indexes on the relations
(D) None of these

Ans: D

Q.51 It is better to use files than a DBMS when there are

(A) Stringent real-time requirements.
(B) Multiple users wish to access the data.
(C) Complex relationships among data.
(D) All of the above.

Ans: B

Q.52 The conceptual model is

(A) dependent on hardware.
(B) dependent on software.
(C) dependent on both hardware and software.
(D) independent of both hardware and software.

Ans: D

Q.53 What is a relationship called when it is maintained between two entities?

(A) Unary
(B) Binary
(C) Ternary
(D) Quaternary

Ans: B

Q.54 Which of the following operation is used if we are interested in only certain columns of a table?

(A) PROJECTION
(B) SELECTION
(C) UNION
(D) JOIN

Ans: A

Q.55 Which of the following is a valid SQL type?

(A) CHARACTER
(B) NUMERIC
(C) FLOAT
(D) All of the above

Ans: D

Q.56 The RDBMS terminology for a row is

(A) tuple.
(B) relation.
(C) attribute.
(D) degree.

Ans: A

Q.57 Which of the following operations need the participating relations to be union compatible?

(A) UNION
(B) INTERSECTION
(C) DIFFERENCE
(D) All of the above

Ans: D

Q.58 The full form of DDL is

(A Dynamic Data Language
(B) Detailed Data Language
(C) Data Definition Language
(D) Data Derivation Language

Ans: C

Q.59 Which of the following is an advantage of view?

(A) Data security
(B) Derived columns
(C) Hiding of complex queries
(D) All of the above

Ans: D

Q.60 Which of the following is a legal expression in SQL?

(A) SELECT NULL FROM EMPLOYEE;
(B) SELECT NAME FROM EMPLOYEE;
(C) SELECT NAME FROM EMPLOYEE WHERE SALARY = NULL;
(D) None of the above

Ans: B

 

 

 

 

 

 

 

 

 

 

 

Set:- 4 MCQ on DBMS


Q.61 The users who use the easy-to-use menu are called

(A) Sophisticated end users.
(B) Naïve users.
(C) Stand-alone users.
(D) Casual end users.

Ans: B

Q.62 Which database level is closest to the users?

(A) External
(B) Internal
(C) Physical
(D) Conceptual

Ans: A

Q.63 Which are the two ways in which entities can participate in a relationship?

(A) Passive and active
(B) Total and partial
(C) Simple and Complex
(D) All of the above

Ans: B

Q.64 The result of the UNION operation between R1 and R2 is a relation that includes

(A) all the tuples of R1
(B) all the tuples of R2
(C) all the tuples of R1 and R2
(D) all the tuples of R1 and R2 which have common columns

Ans: D

Q.65 Which of the following is a comparison operator in SQL?

(A) =  
(B) LIKE
(C) BETWEEN
(D) All of the above

Ans: D

Q.66 A set of possible data values is called

(A) attribute.
(B) degree.
(C) tuple.
(D) domain.

Ans: D

Q.67 Which of the operations constitute a basic set of operations for manipulating relational data?

(A) Predicate calculus
(B) Relational calculus
(C) Relational algebra
(D) None of the above

Ans:C

Q.68 Which of the following is another name for the weak entity?

(A) Child
(B) Owner
(C) Dominant
(D) All of the above

Ans: A

Q.69 Which of the following database object does not physically exist?

(A) base table
(B) index
(C) view
(D) none of the above

Ans: C

Q.70 NULL is

(A) the same as 0 for integer
(B) the same as blank for character
(C) the same as 0 for integer and blank for character
(D) not a value

Ans: D

Q.71 Which of the following is a record based logical model?

(A) Network Model
(B) Object-oriented model
(C) E-R Model
(D) None of these

Ans: A

Q.72 A data dictionary is a special file that contains:

(A) The name of all fields in all files.
(B) The width of all fields in all files.
(C) The data type of all fields in all files.
(D) All of the above.

Ans: D

Q.73 A file manipulation command that extracts some of the records from a file is called

(A) SELECT
(B) PROJECT
(C) JOIN
(D) PRODUCT

Ans: A

Q.74 The physical location of a record is determined by a mathematical formula that transforms a file key into a record location is:

(A) B-Tree File
(B) Hashed File
(C) Indexed File
(D) Sequential file.

Ans: B

Q.75 Using Relational Algebra the query that finds customers, who have a balance of over 1000 is

(A) P Customer_name (S balance >1000 (Deposit))
(B) S Customer_name (P balance >1000 (Deposit))
(C) P Customer_name (S balance >1000 (Borrow))
(D) S Customer_name (P balance >1000 (Borrow))

Ans: A

Q.76 A primary key is combined with a foreign key creates

(A) Parent-Child relationship between the tables that connect them.
(B) Many to many relationships between the tables that connect them.
(C) Network model between the tables that connect them.
(D) None of the above.

Ans: A

Q.77 In E-R Diagram derived attribute is represented by

(A) Ellipse
(B) Dashed ellipse
(C) Rectangle
(D) Triangle

Ans: B

Q.78 Cross Product is a:

(A) Unary Operator
(B) Ternary Operator
(C) Binary Operator
(D) Not an operator

Ans: C

Q.79 An instance of relational schema R (A, B, C) has distinct values of A, including NULL values. Which one of the following is true?

(A) A is a candidate key
(B) A is not a candidate key
(C) A is a Primary Key
(D) Both (A) and (C)

Ans: B

Q.80 Consider the join of a relation R with relation S. If R has m tuples and S has n tuples, then the maximum size of join is:

(A) mn
(B) m+n
(C) (m+n)/2
(D) 2(m+n)

Ans: A.

 

 

 

 

 

 

 

 

 

Set:- 5 MCQ on DBMS


Q.81 The natural join is equal to:

(A) Cartesian Product
(B) Combination of Union and Cartesian product
(C) Combination of selection and Cartesian product
(D) Combination of projection and Cartesian product

Ans: D

Q.82 Which one of the following is not true for a view:

(A) A view is derived from other tables.
(B) A view is a virtual table.
(C) A view definition is permanently stored as part of the database.
(D) The view never contains derived columns.

Ans: C

Q.83 A primary key, if combined with a foreign key, creates

(A) Parent-Child relationship between the tables that connect them.
(B) Many to many relationships between the tables that connect them.
(C) Network model between the tables that connect them.
(D) None of the above.

Ans: A

Q.84 In E-R Diagram relationship type is represented by

(A) Ellipse
(B) Dashed ellipse
(C) Rectangle
(D) Diamond

Ans: D

Q.85 Hierarchical model is also called

(A) Tree structure
(B) Plex Structure
(C) Normalise Structure
(D) Table Structure

Ans: A

Q.86 To delete a particular column in a relation the command used is:

(A) UPDATE
(B) DROP
(C) ALTER
(D) DELETE

Ans: C

Q.87 The ______ operator is used to compare a value to a list of literals values that have been specified.

(A) BETWEEN
(B) ANY
(C) IN
(D) ALL

Ans: A

Q.88 A logical schema

A) is the entire database
B) is a standard way of organising information into an accessible part
C) describe how data is actually stored on disk
D) None of these

Ans: A

Q.89 A B-tree of order m has maximum of _____________ children

(A) m
(B) m+1
(C) m-1
(D) m/2

Ans: A

Q.90 _____________ function divides one numeric expression by another and returns the remainder.

(A) POWER
(B) MOD
(C) ROUND
(D) REMAINDER

Ans: B

Q.91 A data manipulation command the combines the records from one or more tables is called

(A) SELECT
(B) PROJECT
(C) JOIN
(D) PRODUCT

Ans: C

Q.92 In E-R diagram generalisation is represented by

(A) Ellipse
(B) Dashed ellipse
(C) Rectangle
(D) Triangle

Ans: D

Q.93 _________ is a virtual table that draws its data from the result of an SQL SELECT statement.

(A) View
(B) Synonym
(C) Sequence
(D) Transaction

Ans: A

Q.94 The method of access which uses key transformation is known as

(A) Direct
(B) Hash
(C) Random
(D) Sequential

Ans: B

Q.95 A table joined with itself is called

(A) Join
(B) Self Join
(C) Outer Join
(D) Equi Join

Ans: B

Q.96 _________ data type can store unstructured data

(A) RAW
(B) CHAR
(C) NUMERIC
(D) VARCHAR

Ans: A


Database Management System (KMBIT04) MCQ Set 2

 

DBMS (KMBIT04) MCQ

Q. 1. The all-or-none property is commonly known as
A : Isolation
B : Durability
C : Atomicity
D : seializability

Answer

Atomicity

Q.no 2. In formal relational model, the set of indivisible values is called
A : Range
B : Domain
C : Relation
D : Tuple

Answer

Domain

Q.no 3. What is the full form of DDL
A : Dynamic Data Language
B : Detailed Data Language
C : Data Definition Language
D : Data Derivation Language

Answer

Data Definition Language

Q.no 4. The users who use easy-to-use menu are called
A : Sophisticated end users
B : Naïve users.
C : Stand-alone users.
D : Casual end user

Answer

Naïve users.

Q.no 5. The highest level of abstraction that describes only part of the entire database
A : View Level
B : Physical Level
C : Logical Level
D : Conceptal Level

Answer

View Level

Q.no 6. The core principal of NOSQL is
A : High availability
B : High concurrency
C : High Consistency
D : High Atomicity

Answer

High availability

Q.no 7. Which of the following is a NoSQL Database Type?
A : SQL
B : Document databases
C : DB2
D : Maria DB

Answer

Document databases

Q.no 8. Which one is not a NoSQl data model?
A : Client Server
B : Key Value store
C : Column store
D : Document store

Answer

Client Server

Q.no 9. A collection of conceptual tool for describing data ,data relation ship ,semantics and consistency is called
A : Data Model
B : Design
C : Package
D : Program

Answer

Data Model

Q.no 10. A data dictionary is a repository that manages
A : Memory
B : Metadata
C : Spell Checker
D : Data Validator

Answer

Metadata

ISEE mcq questions and answers

Q.no 11. Which property of a transaction that protect data from system failure
A : Isolation
B : Durability
C : Atomicity
D : serializability

Answer

Durability

Q.no 12. Execution of transaction in isolation preserves the
A : Atomicity
B : Consistency
C : Durability
D : concurrency

Answer

Consistency

Q.no 13. The system seeks to improve performance through parallelization of various
operations, such as loading data, building indexes and evaluating queries is

A : Distributed database
B : Parallel database
C : Client server database
D : standalone systems

Answer

Parallel database

Q.no 14. The possible value associated with every attribute is called
A : Domain
B : Assertion
C : instance
D : Schema

Answer

Domain

Q.no 15. The normalization form which is based on the transitive dependency is
classified as

A : Fourth normal form
B : Third normal form
C : First normal form
D : Second normal form

Answer

Third normal form

Q.no 16. which DBMS distributes data processing tasks between the workstation and a
network server.

A : Network
B : Relational
C : Client Server
D : Hierarchical

Answer

Client Server

Q.no 17. In SQL, which of the following is not a data definition language commands?
A : RENAME
B : REVOKE
C : GRANT
D : CREATE

Answer

RENAME

Q.no 18. When a transaction completes the execution of its final statement, it enters a state.
What is the name of this state?

A : Partially Committed state
B : Committed state
C : Failed state
D : Aborted State

Answer

Partially Committed state

Q.no 19. How many versions of two phase locking protocol available
A : 1
B : 2
C : 3
D : 4

Answer

2

Q.no 20. The lowest level of abstraction that describes how the data are actually stored is
A : Physical Level
B : Logical Level
C : View Level
D : user Level

Answer

Physical Level

Q.no 21. Each higher level entity must belong to a lwer level entity
A : Total
B : Overlapping
C : Disjoint
D : partial

Answer

Total

Q.no 22. We can test a given schedule for conflict serializability by constructing a
A : wait for graph
B : precedence graph
C : topological sorting
D : cyclic graph

Answer

precedence graph

Q.no 23. A relation which is in a higher normal form
A : implies that it also qualifies to be in lower normal form
B : does not necessarily satisfy the conditions of lower normal form
C : is included in the lower normal form
D : is independent of lower normal forms

Answer

implies that it also qualifies to be in lower normal form

Q.no 24. which NameNode is used when the Primary NameNode goes down.
A : Rack
B : Data
C : Secondary
D : primary

Answer

Secondary

Q.no 25. Which of the following methods requires three phase for control concurrency
A : Timestamp Method
B : Two Phase Locking Method
C : Binary Locking Method
D : Optimistic Method

Answer

Optimistic Method

Q.no 26. Point out the wrong statement
A : Secondary indices is not available in MongoDB
B : MongoDB supports search by field, range queries, regular expression searches
C : MongoDB can store the business subject in the minimal number of documents
D : MongoDB cannot store images

Answer

Secondary indices is not available in MongoDB

Q.no 27. Which of the following is a disadvantage of replication?
A : Reduced network traffic
B : If the database fails at one site, a copy can be located at another site.
C : Each site must have the same storage capacity.
D : Each transaction may proceed without coordination across the network.

Answer

Each site must have the same storage capacity.

Q.no 28. which one of these is not correct
A : ER is an conceptual Data model
B : we cannot create a table without a primary key
C : An attribute of an entity can have more than one value
D : DBMS avoids Data redundancy

Answer

we cannot create a table without a primary key

Q.no 29. Maximum virtual memory of the launched child-task is specified using
A : mapv
B : mapred
C : mapvim
D : mapr

Answer

mapred

Q.no 30. Which is essentially used to search for patterns in target string.
A : Like Predicate
B : Null Predicate
C : In Predicate
D : Out Predicate

Answer

Like Predicate

Q.no 31. which command is used to interact and view Job Queue information in HDFS
A : queue
B : priority
C : disc
D : diq

Answer

queue

Q.no 32. The Mapper implementation processes one line at a time via which method.
A : map
B : reduce
C : mapper
D : reducer

Answer

map

Q.no 33. Supporting interquery parallelism is more complicated in
A : Shared Memory
B : shared disk
C : shared nothing
D : shared disk and shared nothing

Answer

shared disk and shared nothing

Q.no 34. SQl uses which of these values to indicate the absence of information about the value
of an attribute
A : 0
B : NA
C : NULL
D : AB

Answer

NULL

Q.no 35. which is the primary interface for a user to describe a MapReduce job to the
Hadoop framework for execution.

A : JobConfig
B : JobConf
C : JobConfiguration
D : job

Answer

JobConf

Q.no 36. The technique that controls the interaction between more than one executing
transactions is known as

A : Multitasking technique
B : Serialization technique
C : Schedule technique
D : Concurrency control technique

Answer

Concurrency control technique

Q.no 37. The virtual table that its created by data from the result of an SQL Select statement
is called

A : View
B : Synonym
C : Sequence
D : Transaction

Answer

View

Q.no 38. When a participating site s1 decides to commit the transaction T upon receiving the message from the coordinator, it sends which message to the coordinator site.
A :
B :
C :
D :

Answer

C

Q.no 39. A type of query that is placed within a WHERE or HAVING clause of another query
is called

A : Master query
B : Sub query
C : Super query
D : Multi-query

Answer

Sub query

Q.no 40. Which of the following is the default Partitioner for Mapreduce?
A : MergePartitioner
B : HashedPartitioner
C : HashPartitioner
D : Hasher

Answer

HashPartitioner

Q.no 41. if queries are issued at one or more nodes.a distributed transaction can be
A : fully read-only
B : partially read-only
C : fully read-write
D : partially read-write

Answer

partially read-only

Q.no 42. NoSQL supports
A : Vertical scaling, simple design, low control availability
B : Vertical scaling, simple design, fine controlled availability
C : Horizontal scaling, complex design, fine controlled availability
D : Horizontal scaling, simple design, fine controlled availability.

Answer

Horizontal scaling, simple design, fine controlled availability.

Q.no 43. While converting ER diagram into table for which one these are not represented in a relational database design
A : Entity with Composite Attribute
B : Entity without a primary key
C : Relationship set linking a weak entity set to its corressponding strong entity set
D : Relationship set with descriptive attribute

Answer

Relationship set linking a weak entity set to its corressponding strong entity set

Q.no 44. Concurrency control is important for which of the following reasons?
A : To ensure data integrity when updates occur to the database in a multiuser environment
B : To ensure data integrity when updates occur to the database in a single-user environment
C : To ensure data integrity while reading data occurs to the database in a multiuser environment
D : To ensure data integrity while reading data occurs to the database in a single-user environment

Answer

To ensure data integrity when updates occur to the database in a multiuser environment

Q.no 45. In timestamp ordering protocol, suppose that the transaction Ti issues read(X) and TS(Ti)>W-timestamp(X), then
A : Read operation is executed
B : Read operation is rejected
C : Write operation is rejected
D : Write operation is executed

Answer

Read operation is executed

Q.no 46. Considering the functional dependency, the one in which removal from some
attributes must affect dependency is called

A : Transitive dependency
B : Full functional dependency
C : Partial dependency
D : Primary dependency

Answer

Full functional dependency

Q.no 47. A 3 NF relation is converted to BCNF by
A : removing composite keys
B : removing multivalued dependencies
C : dependent attributes of overlapping composite keys are put in a separate
relation
D : dependent non-key attributes are put in a separate table

Answer

dependent attributes of overlapping composite keys are put in a separate relation

Q.no 48. Most NoSQL databases support automatic which of these meaning that you get high availability and disaster recovery.
A : processing
B : scalability
C : replication
D : all of the mentioned

Answer

replication

Q.no 49. each book has exactly one publisher but each publisher can publish many
books.What is the relation between Book and Pubisher

A : Many to one
B : One to One
C : Many to One
D : Many to Many

Answer

Many to one

Q.no 50. What command is used to removing trigger
A : DROP TRIGGER Trig;
B : ALTER TRIGGER Trig;
C : DELETE TRIGGER Trig;
D : truncate trigger

Answer

DROP TRIGGER Trig;

Q.no 51. As companies move past the experimental phase with Hadoop, many cite the need for additional capabilities, including
A : Improved data storage and information retrieval
B : Improved extract, transform and load features for data integration
C : Improved data warehousing functionality
D : Improved security, workload management, and SQL support

Answer

Improved security, workload management, and SQL support

Q.no 52. While converting ER into tables, what is done for Relationship set linking a weak
entity set to its corressponding strong entity set

A : Relationship set is not represented as a table
B : Relationship is represented as a table
C : descriptive attributes are added to relation ship set
D : Primary keys are added to the relationship set

Answer

Relationship set is not represented as a table

Q.no 53. Read one, write all available protocol is used to increase
A : Availability
B : Robustness
C : Both Availability and Robustness
D : Neither Availability nor Robustness

Answer

Both Availability and Robustness

Q.no 54. Let us suppose that in a distributed database, during a transaction T1, one of the
sites, say S1, is failed. When recovers, the site S1 has to check its log file (log based recovery) to decide the next move on the transaction T1. If the log contains a record, what
the site S1 has to do?

A : Need not do anything
B : Perform Undo
C : Perform Redo
D : Abort the transaction

Answer

Perform Undo

Q.no 55. which serves as the master and there is only one NameNode per cluster.
A : Data Node
B : NameNode
C : Data block
D : Replication

Answer

NameNode

Q.no 56. which can be used for batch processing of data and aggregation operations.
A : Hive
B : MapReduce
C : Oozie
D : None of the mentioned

Answer

MapReduce

Q.no 57. for taking advantage of load balancing and data replication features over multiple
machines for storing files mogo DB can be used as

A : AMS
B : CMS
C : File system
D : None of the mentioned

Answer

AMS

Q.no 58. The relation EMPDT1 is defined with attributes empcode(unique), name, street, city state, and pincode. For any pincode,there is only one city and state. Also, for any given street, city and state, there is just one pincode. In normalization terms EMPDT1 is a relation
A : 1NF only
B : 2NF and hence also in 1NF
C : 3NF and hence also in 2NF and 1NF
D : BCNF and hence also in 3NF, 2NF and 1NF

Answer

2NF and hence also in 1NF

Q.no 59. What are the advantages of Replication of data in Distributed database?
A : Avaliability, Parallelism, Increased data transfer
B : Availability, Parallelism, Reduced data transfer
C : Availability, Increased parallelism, Cost of updates
D : All of the above

Answer

Availability, Parallelism, Reduced data transfer

Q.no 60. Trigger is not execute when
A : Select query execute
B : Insert query execute
C : Update query execute
D : Delete query execute

Answer

Select query execute

NEET College Predictor 2023

EET College Predictor 2023 NEET college predictor is a tool to assist medical aspirants in predicting top medical colleges based on their NE...