Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Result & Analysis: Attempt 1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 14

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: 21 Multi Choice Type Question Report Error

In which case would you use a FULL OUTER JOIN?

Both tables have NULL values.

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

You want all unmatched data from one


table.
You want all matched data from both
tables.

You want all unmatched data


CORRECT
from both tables.

Recommended Learning Content: Joins and Subqueries

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


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

Question No: 22 Multi Choice Type Question Report Error

Consider the table as below:

How many rows fetched after performing full outer join?

SELECT * FROM table_A 


FULL OUTER JOIN table_B 
ON table_A.A=table_B.A;

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

5 CORRECT

No rows

Recommended Learning Content: Joins and Subqueries

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


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

Question No: 23 Multi Choice Type Question Report Error

Select * from employee where salary > 10000 and dept_id = 101;
Which of the following fields are displayed as output ?

Salary, dept_id

Employee

Salary

All the field of employee table CORRECT

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

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

Show solution

Question No: 24 Multi Choice Type Question Report Error

To sort the results of a query use:

SORT BY

GROUP BY

ORDER BY CORRECT

None of the above is correct.

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: Medium


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

Question No: 25 Multi Choice Type Question Report Error

The wildcard in a WHERE clause is useful when?

An exact match is necessary in a SELECT


statement.

An exact match is not possible


CORRECT
in a SELECT statement.

An exact match is necessary in a CREATE


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

An exact match is not possible in a


CREATE statement.

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: 26 Multi Choice Type Question Report Error

_____ keyword is used to find the number of values in a column.

Total

Count CORRECT

Add

Sum

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
https://eiphexaware.examly.io/result?testId=U2FsdGVkX1%2BJ008YLpiXWSIm%2FHROAtfYcX5lld%2FQQyrUmGNhQotUJmhJZ0IOIq9e 5/14
7/23/22, 11:10 PM Hexaware

Question No: 27 Multi Choice Type Question Report Error

Which of the following are the built in functions provided by SQL ?

COUNT, SUM, AVG, MAX, MIN CORRECT

SUM, AVG, MIN, MAX, MULT

SUM, AVG, MULT, DIV, MIN

SUM, AVG, MIN, MAX, NAME

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: 28 Multi Choice Type Question Report Error

Which of the following are the types of sub-queries?

Ordered sub-queries

Grouped sub-queries

Single row sub-queries CORRECT

None of the above


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

Recommended Learning Content: Database Models ER Model


Subquery and Correlated Subquery

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


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

Show solution

Question No: 29 Multi Choice Type Question Report Error

Which of the following is true about sub-queries?

They execute after the main query


executes

They execute in parallel to the main query

The user can execute the main query and


then, if wanted, execute the sub-query

They execute before the main


CORRECT
query executes.

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


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

Show solution

Question No: 30 Multi Choice Type Question Report Error

Which of the following is true about the result of a sub-query?

The result of a sub-query is generally


ignored when executed.

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

The result of a sub-query doesn't give a


result, it is just helpful in speeding up the
main query
execution
The result of a sub-query is
CORRECT
used by the main query.

The result of a sub-query is always NULL

Recommended Learning Content: Database Models ER Model


Subquery and Correlated Subquery

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


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

Question No: 31 Multi Choice Type Question Report Error

Which of the following clause is mandatorily used in a sub-query?

SELECT CORRECT

WHERE

ORDER BY

GROUP BY

Recommended Learning Content: Database Models ER Model


Subquery and Correlated Subquery

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


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

Show solution

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

Question No: 32 Multi Choice Type Question Report Error

Statement 1: A tuple is a row in a relation


Statement 2: Existence of multiple foreign keys in a same relation is possible

Both the statements are true CORRECT

Statement 1 is correct but Statement 2 is


false

Statement 1 is false but Statement 2 is


correct

Both the statements are false

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: 33 Multi Choice Type Question Report Error

Given the following relation instance.

x y z
1 4 2
1 5 3
1 6 3
3 2 2 

Which of the following functional dependencies are satisfied by the instance?

XY -> Z and Z -> Y

YZ -> X and Y -> Z CORRECT

YZ -> X and X -> Z

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

XZ -> Y and Y -> X

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: 34 Multi Choice Type Question Report Error

Let r be a relation instance with schema R = (A, B, C, D). We define r1 = ‘select A,B,C from r’ and
r2 = ‘select A, D from r’. Let s = r1 * r2 where * denotes natural join. Given that the
decomposition of r into r1 and r2 is lossy, which one of the following is TRUE?

s is subset of r

rUs=r

r is a subset of s CORRECT

r*s=s

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: 35 Multi Choice Type Question Report Error

Which normalization form does not support any non trivial join dependencies and decompose
the relation variables into irreducible components.

5NF

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

3NF

6NF CORRECT

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


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

Question No: 36 Multi Choice Type Question Report Error

The project-join normal form(PJNF) is also known to be

Third Normal Form

Fourth Normal Form

Fifth Normal Form CORRECT

Sixth Normal Form

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: 37 Multi Choice Type Question Report Error

Point out the correct statement.

CHECK constraints enforce domain


integrity

UNIQUE constraints enforce the


uniqueness of the values in a set of

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

columns
In a UNIQUE constraint, no two rows in the
table can have the same value for the
columns

All of the mentioned CORRECT

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: Hard


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

Question No: 38 Multi Choice Type Question Report Error

Consider Join of a relation R with a relation S. If R has m tuples and S has n tuples, then
maximum and minimum sizes of the Join respectively are

m + n and 0

mn and 0 CORRECT

m + n and |m - n|

mn and m + n

Recommended Learning Content: Joins and Subqueries

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


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

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

Question No: 39 Multi Choice Type Question Report Error

Consider the two tables in a relational database with columns and rows as follows

Roll_No is the PK of Student_table


Dept_id is the PK of Department table
Student. Dept _id is a FK refers Department Dept_id
What will happen if we try to execute the following 2 SQL statement ?
(i) Update student Set Dept_id = NULL where Roll_No. = 1
(ii) Update Department Set Dept _id = NULL where Dept_id = 1

Both (i) and (ii) will fail

(i) will fail but (ii) will succeed

(i) will succeed but (ii) will fail CORRECT

Both (i) and (ii) will succeed

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


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

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

Show solution

Question No: 40 Multi Choice Type Question Report Error

Select __________ dept_name from instructor.


Here which of the following displays the unique values of the column ?

All

from

Distinct CORRECT

Name

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

First 1 2 Last

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

You might also like