You are on page 1of 13

7/23/22, 11:10 PM Hexaware

Result & Analysis


Student: Bitra Pavan venEmail id: bitrapavanvenk Test: SFTT_PT_MCQ_DACourse: 2022 - Hexaware

Attempt 1

IP Address: 103.159.32.142 Tab switches: 0 OS used: Windows Browser used: Chrome

Test Duration: 00:15:50 Test Start Time: Jul 4, 2022 | 12:16 PM


Test Submit Time: Jul 4, 2022 | 12:32 PM

Overall score MCQ

Rank: NA Rank: NA

40 Topper score: 40.00 / 40 40 Topper score: 40.00


/ 40

/ 40 Average score: 36.51 / 40 / 40 Average score: 37.12


/ 40
Least score: 0.00 / 40 Least score: 0.00
/ 40

Overall Question Status MCQ - Question Status

Total Questions: 40 Total Questions: 40

Questions Attempted: 40 Questions Attempted: 40

40 Questions Correct: 40 40 Questions Correct: 40

/ 40 Question Wrong: 0 / 40 Question Wrong: 0


Partially Correct: 0 Partially Correct: 0

Question Not Viewed: 0 Question Not Viewed: 0

Topic wise Analysis MCQ 

Question No: 1 Multi Choice Type Question Report Error

A primary key, if combined with a foreign key creates,

parent child relationship


between the tables that CORRECT
connect them

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 1/13
7/23/22, 11:10 PM Hexaware

many-to-many relationship between the


tables that connect them

network model between the tables


connect them

none of these

Recommended Learning Content: SQL - Data Types Normalization - 2NF


Normalization - 5NF Group By - Having DBMS Vs RDBMS Database Models
SQL Commands Normalization - 3NF Normalization - BCNF MySQL - Operators
Normalization - 4NF TCL Commands Normalization - 1NF
Normalization - Introduction Relational Database Concepts

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Programming Subject: MySQL
Subject: Basics

Question No: 2 Multi Choice Type Question Report Error

There are 2 relations : PS_Exam (exam_date, exam_ center, branch_id) and candidate (roll no.,
name, bid, ref no., choice of date). In a candidate relation, bid is the foreign key which refers to
the key of PS_Exam. Suppose an insertion into candidate relation and deletion from PS_Exam
relation is done, then which of the following statement is true ?

Insertion into candidate relation can


cause inconsistency.

Deletion from PS_Exam relation can cause


inconsistency.

Both operations can cause


CORRECT
inconsistency of data.

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 2/13
7/23/22, 11:10 PM Hexaware

None of them can cause inconsistency of


data.

Recommended Learning Content: DQL - Filter Rows, Pattern matching Set Operators
Group by with Aggregate Function DML Commands Correlated Subquery
Inbuilt Functions

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Programming Subject: MySQL
Subject: DML

Show solution

Question No: 3 Multi Choice Type Question Report Error

Foreign key is the one in which the ________ of one relation is referenced in another relation.

Foreign key

Primary key CORRECT

References

Check constraint

Recommended Learning Content: Data Definition Language

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Programming Subject: MySQL
Subject: DDL

Question No: 4 Multi Choice Type Question Report Error

Which of the following can be addressed by enforcing a referential integrity constraint?

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 3/13
7/23/22, 11:10 PM Hexaware

All phone numbers must include the area


code

Certain fields are required (such as the


email address, or phone number) before
the record is accepted

Information on the customer


must be known before
CORRECT
anything can be sold to that
customer

When entering an order quantity, the user


must input a number and not some text
(i.e., 12 rather than ‘a dozen’)

Recommended Learning Content: Data Definition Language

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Programming Subject: MySQL
Subject: DDL

Question No: 5 Multi Choice Type Question Report Error

Data integrity constraints are used to:

Improve the quality of data


entered for a specific property CORRECT
(i.e., table column)

Control who is allowed access to the data

Ensure that duplicate records are not


entered into the table

Prevent users from changing the values


stored in the table

Recommended Learning Content: Data Definition Language

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 4/13
7/23/22, 11:10 PM Hexaware

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Programming Subject: MySQL
Subject: DDL

Question No: 6 Multi Choice Type Question Report Error

Choose the correct statement regarding superkeys

A superkey is an attribute or a
group of multiple attributes
CORRECT
that can uniquely identify a
tuple

A superkey is a tuple or a set of multiple


tuples that can uniquely identify an
attribute

Every superkey is a candidate key

A superkey is an attribute or a set of


attributes that distinguish the relation
from other

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 7 Multi Choice Type Question Report Error

What is a foreign key?

A foreign key is a primary key of a relation


which is an attribute in another relation

 A foreign key is a superkey of a relation


which is an attribute in more than one
other relations

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 5/13
7/23/22, 11:10 PM Hexaware

A foreign key is an attribute of


CORRECT
a relation that is a primary key
of another relation
A foreign key is the primary key of a
relation that does not occur anywhere else
in the schema

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 8 Multi Choice Type Question Report Error

What is the method of specifying a primary key in a schema description?

By writing it in bold letters

By underlining it using a dashed line

By writing it in capital letters

By underlining it using a bold


CORRECT
line

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 9 Multi Choice Type Question Report Error

What does the following relational algebra expression do?


σamount > 1200 (loan)

Finds all the tuples in loan

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 6/13
7/23/22, 11:10 PM Hexaware

Finds the tuples in loan where the amount


is greater than 12000
Finds all the amounts in loan where the
number of values is greater than 1200

Finds all the tuples in loan


where the amount is greater CORRECT
than 1200

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 10 Multi Choice Type Question Report Error

State true or false: If a relation consists of a foreign key, then it is called a referenced relation
of the foreign key dependency.

True

False CORRECT

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Show solution

Question No: 11 Multi Choice Type Question Report Error

Suppose (A, B) and (C,D) are two relation schemas. Let r1 and r2 be the corresponding relation
instances. B is a foreign key that refers to C in r2. If data in r1 and r2 satisfy referential
integrity constraints, which of the following is ALWAYS TRUE?

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 7/13
7/23/22, 11:10 PM Hexaware

A CORRECT

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Medium


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Show solution

Question No: 12 Multi Choice Type Question Report Error

In the __________ normal form, a composite attribute is converted to individual attributes.

First CORRECT

Second

Third

Fourth

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 8/13
7/23/22, 11:10 PM Hexaware

Question No: 13 Multi Choice Type Question Report Error

Tables in second normal form (2NF):

Eliminate all partial


CORRECT
dependencies

Eliminate the possibility of a insertion


anomalies

Have a composite key

Have all non key fields depend on the


whole primary key

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 14 Multi Choice Type Question Report Error

Which-one of the following statements about normal forms is FALSE?

BCNF is stricter than 3 NF

Lossless, dependency -preserving


decomposition into 3 NF is always
possible

Loss less, dependency –


preserving decomposition into CORRECT
BCNF is always possible

Any relation with two attributes is BCNF

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Medium

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 9/13
7/23/22, 11:10 PM Hexaware

Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Show solution

Question No: 15 Multi Choice Type Question Report Error

Which is a bottom-up approach to database design that design by examining the relationship
between attributes:

Functional dependency

Database modeling

Normalization CORRECT

Decomposition

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 16 Multi Choice Type Question Report Error

Atomocity of domain of each attribute is related to:

First Normal Form CORRECT

Second Normal Form

Third Normal Form

Boyce Codd Normal Form

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 10/13
7/23/22, 11:10 PM Hexaware

Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Show solution

Question No: 17 Multi Choice Type Question Report Error

In an E-R diagram attributes are represented by

rectangle

square

ellipse CORRECT

triangle

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 18 Multi Choice Type Question Report Error

For each attribute of a relation, there is a set of permitted values, called the _______ of the
attribute

Domain CORRECT

Relation

Set

Schema

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 11/13
7/23/22, 11:10 PM Hexaware

Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 19 Multi Choice Type Question Report Error

In ER Diagram, a relationship between two entities of similar entity type is called a

Recursive CORRECT

Unary

Binary

n-ary

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science
Subject: Databases

Question No: 20 Multi Choice Type Question Report Error

The attribute AGE is calculated from DATE_OF_BIRTH. The attribute AGE is

Single valued

Multi valued

Composite

Derived CORRECT

Status: Correct Mark obtained: 1/1 Hints used: 0 Level: Easy


Question type: MCQ Single Correct Subject: Engineering Subject: Computer Science

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 12/13
7/23/22, 11:10 PM Hexaware

Subject: Databases

First 1 2 Last

https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 13/13

You might also like