You are on page 1of 9

QuestionTyp

QuestionText e Choice1 Choice2 Choice3 Choice4 Choice5 Grade1 Grade2 Grade3 Grade4 Grade5 AnswerDescription
QuestionMediaAnswerMedia Author Reviewer Is Numeric

A PRIMARY
KEY
constraint The UNIQUE
does not constraint
automatically uniquely
Please read the question carefully and have a identifies
choose the most appropriate option. Which of UNIQUE each record
the given options are TRUE regarding constraint in a database None of the All listed
'Constraints'? MCQ defined on it. table. listed options options 0 1 0 0 TEXT TEXT
Please read the question carefully and Constraints
choose the most appropriate option. The main gives Constraints Constraints
reason that constraints are added to a table None of the programmers ensure data add a level of
is: MCQ listed options job security integrity complexity 0 0 1 0 TEXT TEXT

The NOT
NULL Constraints
constraint are used to
Please read the question carefully and enforces a limit the type
choose the most appropriate option. Which of column to of data that
the given options are TRUE regarding None of the NOT accept All listed can go into a
'Constraints'? MCQ listed options NULL values. options table 0 0 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: If you want to select rows that
satisfy at least one of the given conditions,
you can use the logical operator, AND.

Statement 2: <> Checks if the value of two


operands are equal or not, if values are not Both
equal then condition becomes true. statement 1
Only and None of the Only
Which of the above statements are TRUE? MCQ statement 2 statement 2 listed options statement 1 1 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. A column
defined as NOT NULL can have a DEFAULT
value of NULL. True or False? MCQ true false 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. You can
have many UNIQUE constraints per table, but
only one PRIMARY KEY constraint per table.
State whether the above statement is TRUE
or FALSE. MCQ true false 1 0 TEXT TEXT

The primary
key is a
column or The primary
combination key column is
of columns a column or
whose values combination The primary
uniquely of columns key is a
Please read the question carefully and identify each whose values column that
choose the most appropriate option. What is a row in the can be non- can have
primary key? MCQ table. unique. NULL values. 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. A table
must have at least one not null constraint and
one unique constraint. True or False? MCQ true false 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: Operators are used to specify
conditions in an SQL statement and to serve
as conjunctions for multiple conditions in a
statement.

Statement 2: Arithmetic operators manipulate Both


numeric operands. statement 1
and None of the Only Only
Which of the above statements are TRUE? MCQ statement 2 listed options statement 1 statement 2 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: 'UNION' returns all distinct rows
selected by either query.

Statement 2: 'INTERSECT 'returns all distinct Both


rows selected by both queries. statement 1
Only and None of the Only
Which of the above statements is TRUE? MCQ statement 2 statement 2 listed options statement 1 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. To
automatically delete rows in a child table ON DELETE ON DELETE ON DELETE None of the
when a parent record is deleted use: MCQ CASCADE SET NULL ORPHAN listed options 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1:Each table can have only ONE
primary key per table

Statement 2: A primary key column can Both


contain NULL values statement 1
and Only Only None of the
Which of the above statements are TRUE? MCQ statement 2 statement 1 statement 2 listed options 0 1 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: A FOREIGN KEY in one table
points to a PRIMARY KEY in another table.

Statement 2: If you define a CHECK


constraint on a single column it allows only Both
certain values for this column. statement 1
and None of the Only Only
Which of the given options are TRUE? MCQ statement 2 listed options statement 1 statement 2 1 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
operator returns all distinct rows selected by
the first query but not the second? MCQ MINUS UNION INTERSECT UNION ALL 1 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. A table
can have more than one UNIQUE key
constraint. True or False? MCQ false true 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Primary
Key does allow the Null Values. where as in
Unique key doesn't accept the Null values.
State whether the statement is true or false MCQ true false 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: 'AND' Returns TRUE if both
component conditions are TRUE. Returns
FALSE if either is FALSE; otherwise returns
UNKNOWN.

Statement 2: 'EXISTS' returns FALSE if a Both


sub-query returns at least one row. statement 1
None of the Only and Only
Which of the above statements are TRUE? MCQ listed options statement 1 statement 2 statement 2 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
clause should you use to exclude group
results? MCQ WHERE RESTRICT GROUP BY HAVING 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. ON
UPDATE CASCADE ensures which of the Materialized
following? MCQ None View Normalization data Integrity 0 0 0 1 TEXT TEXT
Please read the question carefully and create a new modify an delete a table
choose the most appropriate option. The SQL table in the existing table from the
DROP TABLE clause is used to... MCQ database in a database database 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
one will delete the table data as well as table
structure? MCQ DISTINCT TRUNCATE REMOVE DROP 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. To
remove duplicate rows from the result set of a NO None of the
SELECT use the following keyword: MCQ DUPLICATE DISTINCT listed options UNIQUE 0 1 0 0 TEXT TEXT

Holds a
variable
length string
(can contain
Please read the question carefully and letters, Its maximum
choose the most appropriate option. Which of numbers, and size is
the given options are TRUE about 'varchar' All listed special None of the specified in
datatype? MCQ options characters). listed options parenthesis. 1 0 0 0 TEXT TEXT

SELECT SELECT
CustomerNa CustomerNa
me, COUNT me, COUNT
(CustomerNa (CustomerNa SELECT
me) FROM me) FROM CustomerNa
Orders Orders me, COUNT
Please read the question carefully and ORDER BY GROUP BY (CustomerNa
choose the most appropriate option. Which of CustomerNa CustomerNa me) FROM
the following SQL statements is correct? MCQ me me Orders 0 1 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which of
the following is not a valid aggregate
function? MCQ COUNT COMPUTE MAX MIN 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Can you
use combination of GROUP BY clause,
HAVING clause and WHERE clause SQL
clauses in one SQL statement? MCQ true false 1 0 TEXT TEXT

UPDATE UPDATE UPDATE UPDATE


employees employees employees employees
Please read the question carefully and SET SET SET SET
choose the most appropriate option. Examine first_name = first_name = first_name = first_name =
the structure of the EMPLOYEES table: 'John' AND 'John' SET 'John', SET 'John',
EMPLOYEE_ID NUMBER Primary Key last_name last_name last_name last_name
FIRST_NAME VARCHAR2(25) ='Smith' ='Smith' ='Smith' ='Smith'
LAST_NAME VARCHAR2(25) WHERE WHERE WHERE WHERE
HIRE_DATE DATE employee_id employee_id employee_id employee_id
Which UPDATE statement is valid? MCQ = 180; = 180; = 180; = 180; 0 0 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. The
CUSTOMERS table has these columns:
CUSTOMER_ID NUMBER(4) NOT NULL
CUSTOMER_NAME VARCHAR2(100) NOT
NULL
STREET_ADDRESS VARCHAR2(150)
CITY_ADDRESS VARCHAR2(50)
STATE_ADDRESS VARCHAR2(50)
PROVINCE_ADDRESS VARCHAR2(50)
COUNTRY_ADDRESS VARCHAR2(50)
POSTAL_CODE VARCHAR2(12)
CUSTOMER_PHONE VARCHAR2(20) WHERE WHERE WHERE
A sale is being advertised to the customers in lower lower lower
France. Which WHERE clause (country_add (country_add (country_add
identifies customers that are located in ress) = ress) IS ress) =
France? MCQ None "france" 'france' 'france' 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. What
SQL clause is used to restrict the rows
returned by a query? MCQ HAVING AND FROM WHERE 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
SQL statement is used to insert a new data in INSERT INSERT
a database? MCQ NEW ADD UPDATE INTO 0 0 0 1 TEXT TEXT

The SQL
ALTER
TABLE
clause
modifies a
The SQL table The SQL
The SQL ALTER definition by ALTER
ALTER TABLE altering, TABLE
TABLE clause is adding, or clause is
deletes data used to insert deleting table used to
Please read the question carefully and from data into columns delete a
choose the most appropriate option. What database database and/or database
does the ALTER TABLE clause do? MCQ table. table. constraints. table 0 0 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. What is
the standard way to separate each SQL
statement in database systems that allow
more than one SQL statement to be executed All listed
in the same call to the server. MCQ Comma Colon options Semicolon 0 0 0 1 TEXT TEXT

TCL contains
the
TCL consists commands
of 2 which are
Please read the question carefully and commands: required for
choose the most appropriate option. Which of All listed COMMIT and None of the Transaction
the given options are TRUE about TCL? MCQ options ROLLBACK listed options Management. 1 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. The
result of a SELECT statement can contain
duplicate rows. MCQ true false 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement1: Data types specify what the type
of data can be for that particular column
Both
Statement 2: Varchar is a datatype in SQL statement 1
Only Only and None of the
Which of the above statements is TRUE? MCQ statement 1 statement 2 statement 2 listed options 0 0 1 0 TEXT TEXT

The AS SQL
clause is
used to
change the
name of a
column in the
The AS result set or The AS
clause is to assign a clause
Please read the question carefully and used with the name to a defines a
choose the most appropriate option. What is JOIN clause derived search
the purpose of the SQL AS clause? MCQ only. column. condition 0 1 0 TEXT TEXT
limits the limits the
Please read the question carefully and rows & column data limits the row
choose the most appropriate option. columns that are data that are
The SQL WHERE clause: MCQ NONE returned returned. returned. 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option.
In a LIKE clause, you could ask for any value
ending in "qpt" by writing MCQ LIKE %qpt LIKE *qpt LIKE ^.*qpt$ LIKE qpt$ 1 0 0 0 TEXT TEXT

Specifies
links between
tables, and allows
imposes database
Please read the question carefully and Defines constraints tables to be
choose the most appropriate option. DDL part indexes between All listed created or
of SQL does which of the following? MCQ (keys) tables options deleted 0 0 1 0 TEXT TEXT
You can mix
You can use single row
aggregate You can pass columns with
functions only column aggregate
in the column names, functions in
list of the expressions, the column
SELECT constants, or list of a You can use
clause and in functions as SELECTstate aggregate
Please read the question carefully and theWHERE parameters ment by functions in
choose the most appropriate option. clause of a to grouping on any clause of
Which two are true about aggregate SELECT anaggregate the single a SELECT
functions?(Choose two) MCA statement. function. row columns. statement. 0 0.5 0.5 0 TEXT TEXT

All the
All the records from
SELECT is records from a table that
Please read the question carefully and invalid a table, or match the
choose the most appropriate option. A without a information previous
SELECT command without a WHERE clause WHERE about all the WHERE
returns? MCQ clause Nothing records clause 0 0 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: GRANT, DENY and REVOKE Both
are DCL commands statement 1
Statement 2: CREATE, ALTER, DROP, None of the Only and Only
TRUNCATE are DDL commands MCQ listed options statement 1 statement 2 statement 2 0 0 1 0 TEXT TEXT
Please read the question carefully and LIKE ______
choose the most appropriate option. In a LIKE LIKE ...... LIKE .{6} (that's six
clause, you can ask for any 6 letter value by (that's six Answer 5: underscore
writing? MCQ dots) LIKE ?????? LIKE ^.{6}$ characters) 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which of CREATE
the following commands should be used to DATABSE CREATE ?I DATABASE DATABASE
create a database named “student”? MCQ student student /student student 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which of
the following can add a row to a table? MCQ Add Insert Update Alter 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
statement is used to query the database and
retrieve selected data that match the criteria
that you specify? MCQ UPDATE RETRIEVE SELECT INSERT 0 0 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: The DELETE statement is used
to delete columns in a table.

Statement 2: The UPDATE statement is used Both


to update existing records in a table. statement 1
Only and None of the Only
Which of the above statements are TRUE? MCQ statement 2 statement 2 listed options statement 1 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. ANSI is
the official U.S. representative to the
International Organization for Standardization
(ISO). State whether the above statement is
true or false MCQ false true 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: DCL contains the commands
which protect data from unauthorized access.

Statement 2: DCL consists of 2 commands: Both


COMMIT and ROLLBACK statement 1
Only None of the and Only
Which of the above statements are TRUE? MCQ statement 1 listed options statement 2 statement 2 1 0 0 0 TEXT TEXT
The ORDER
Please read the question carefully and The sort is in BY clause The ORDER The sort is in
choose the most appropriate option. ascending comes last in BY clause is descending
Which two statements are true regarding the order by the SELECT executed on order by
ORDER BY clause? (Choose two) MCA default. statement. the client side default 0.5 0.5 0 0 TEXT TEXT
All the listed create
Please read the question carefully and operation can query database
choose the most appropriate option. SQL can be done by database structures Modify the
be used to: MCQ SQL. data only. only. database 1 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which of
the given options return rows when there is at
least one match in both tables? MCQ GROUP BY WHERE JOIN ORDER BY 0 0 1 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
type of join combines the results of both left Full Outer All listed
and right outer joins? MCQ Cross Join Join Inner join options 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
syntax would be used to retrieve all rows in
both the EMPLOYEES and DEPARTMENTS
tables, even when there is no match? MCQ Self join Natural join Outer join Inner join 0 0 1 0 TEXT TEXT

returns only
the rows from
the first table,
which have returns all
non-matching rows that
values with have
the second matching
table in the value in the
Please read the question carefully and field on which returns all field on which
choose the most appropriate option. The the 2 tables rows from 2 the 2 tables
INNER JOIN clause… MCQ are joined. tables are joined. 0 0 1 TEXT TEXT

You can join


n tables (all
having single
column
primary keys)
in a SQL You can join
statement by a maximum You can join
specifying a of two a maximum
Please read the question carefully and minimum of columns of two tables
choose the most appropriate option. What is n-1 join through an All listed through an
true about joining tables through an equijoin? MCQ conditions. equijoin. options equijoin. 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: In case of Natural Joins,
common columns are columns that have the
same number of rows in both tables.

Statement 2: JOIN ON syntax is much more


readable and maintainable than the natural Both
join syntax. statement 1
Only and Only None of the
Which of the above statements are TRUE? MCQ statement 1 statement 2 statement 2 listed options 0 0 1 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. In the
relational model, relationships between composite candidate
relations or tables are created by using: MCQ foreign keys. keys. determinants. keys 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: CROSS JOIN returns the
Cartesian product of the sets of rows from the
joined tables.

Statement 2: You can have multiple


conditions for the ON clause just like you can Both
in a WHERE clause. statement 1
Only Only None of the and
Which of the above statements is TRUE? MCQ statement 2 statement 1 listed options statement 2 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option.
Statement 1: The FULL OUTER JOIN will
return all rows, as long as there's matching
data in one of the tables.

Statement 2: FULL OUTER JOIN includes all


the rows from both the participating tables
and does not select either the LEFT or RIGHT Both
table from the JOIN key word. statement 1
Only and None of the Only
Which of the above statements are TRUE? MCQ statement 1 statement 2 listed options statement 2 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. If table A
have 10 rows and table B have 5 rows, how
many rows will be returned if you perform a
cartesian join on those two tables? MCQ 5 15 10 50 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. A table
may be joined to itself. MCQ false true 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which of
the given options return all rows from the left
table, even if there are no matches in the right
table? MCQ RIGHT JOIN JOIN CROSS JOIN LEFT JOIN 0 0 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. A Self
Join is a type of sql join which is used to join a
table to itself, particularly when the table has
a FOREIGN KEY that references its own
PRIMARY KEY.

State whether the above statement is TRUE


or FALSE. MCQ false true 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. The
___________ join is the ANSI-standard
syntax used to generate a Cartesian product. MCQ ALL FULL CROSS NATURAL 0 0 1 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which
type of join does not require each record in
the two joined tables to have a matching
record? MCQ Outer Join Equi Join Inner join Self join 1 0 0 0 TEXT TEXT
Please read the question carefully and we are using we are we are
choose the most appropriate option. We refer left and right joining more joining table
to a join as a self-join when? MCQ join together than 2 tables to itself 0 0 1 TEXT TEXT
a relationship
Please read the question carefully and between a relationship
choose the most appropriate option. SQL certain between
joins are used to query data from two or more None of the columns in certain rows All listed
tables, based on ___________________. MCQ listed options tables in tables. options 0 1 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. GROUP
BY clause is used in collaboration with the
SELECT statement to arrange identical data
into groups.

State whether the above statement is TRUE


or FALSE. MCQ true false 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: SQL aggregate functions return
a single value, calculated from values in a
column.
Both
Statement 2: AVG() returns the average value statement 1
None of the and Only Only
Which of the above statements is TRUE? MCQ listed options statement 2 statement 2 statement 1 0 1 0 0 TEXT TEXT

The percent
sign
represents
zero, one, or The
multiple underscore
Please read the question carefully and characters, represents a
choose the most appropriate option. when used Both the single
Which of the given options is TRUE about with LIKE statements number or
LIKE clause? MCQ clause. given character. 0 1 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. LIKE
clause is used to compare a value to similar
values using logical operators. State whether
the above statement is TRUE or FALSE. MCQ false true 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. The
GROUP BY clause follows the WHERE
clause in a SELECT statement and precedes
the ORDER BY clause.

State whether the above statement is TRUE


or FALSE. MCQ true false 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. The
ROUND() function is used to round a numeric
field to the nearest hundred.
State whether the above statement is TRUE
or FALSE. MCQ false true 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. The
HAVING clause places conditions on the
selected columns, whereas the WHERE
clause places conditions on groups created
by the GROUP BY clause.

State whether the above statement is TRUE


or FALSE. MCQ false true 1 0 TEXT TEXT

COUNT
SUM function function is
allows used to count
selecting the the number
Please read the question carefully and total for a of columns in
choose the most appropriate option. Which of numeric None of the a database All listed
the given options is TRUE? MCQ column. listed options table. options 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: Numeric functions accept
numeric input and return string values.

Statement 2: Single-row functions return a


single result row for every row of a queried
table or view.
Only None of the Only All the listed
Which of the above statements are TRUE? MCQ statement 1 listed options statement 2 options 0 0 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. The
percent sign and the underscore cannot be
used in combinations, when using LIKE
clause.

State whether the above statement is TRUE


or FALSE. MCQ false true 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. You
cannot add a subquery to a SELECT clause
as a column expression in the SELECT list.

State whether the above statement is TRUE


or FALSE. MCQ true false 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Which of CREATE REMOVE CHANGE ADD INDEX
the following is valid SQL for an Index? MCQ INDEX ID; INDEX ID; INDEX ID; ID; 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: A subquery is also called an
inner query or inner select, while the
statement containing a subquery is also called
an outer query or outer select.

Statement 2: A subquery can be nested inside


the WHERE or HAVING clause of an outer
SELECT, INSERT, UPDATE, or DELETE Both
statement, or inside another subquery. statement 1
and Only None of the Only
Which of the above statements are TRUE? MCQ statement 2 statement 2 listed options statement 1 1 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. View can DELETE REMOVE All listed
be removed using which command? MCQ VIEW VIEW options DROP VIEW 0 0 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: A view can be accessed with the
use of SQL SELECT statement like a table.

Statement 2: A view can be made up by Both


selecting data from more than one tables. statement 1
Only and None of the Only
Which of the above statements are TRUE? MCQ statement 2 statement 2 listed options statement 1 0 1 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. An index
helps speed up SELECT queries and WHERE
clauses, but it slows down data input, with
UPDATE and INSERT statements.

State whether the above statement is TRUE


or FALSE. MCQ true false 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: Clustered index physically
rearranges the data that users inserts in your
tables.

Statement 2: There can be 2000 non- Both


clustered index per table. statement 1
and None of the Only Only
Which of the above statement are TRUE? MCQ statement 2 listed options statement 2 statement 1 0 0 0 1 TEXT TEXT

An inline view
An inline view exists only
exists only A subquery inside of the
inside of the exists only WHERE
Please read the question carefully and FROM clause inside of the clause as a
choose the most appropriate option. Which of as a run-time All listed FROM clause run-time
the given options are TRUE? MCQ result set. options as a run-time result set. 1 0 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: If a subquery is not dependent
on the outer query it is called a non-correlated
subquery.

Statement 2: Subqueries cannot be used with Both


the comparison operators. statement 1
None of the Only Only and
Which of the above statements are TRUE? MCQ listed options statement 1 statement 2 statement 2 0 1 0 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. A query
is called correlated subquery when both the
inner query and the outer query are
interdependent.

State whether the above statement is TRUE


or FALSE. MCQ false true 0 1 TEXT TEXT

Please read the question carefully and


choose the most appropriate option.
Statement 1: The SQL subquery is a SELECT
query that is embedded in the main SELECT
statement.

Statement 2: A subquery cannot return more Both


than one rows statement 1
and None of the Only Only
Which of the above statements is TRUE? MCQ statement 2 listed options statement 2 statement 1 0 0 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. The following s/w process model
can be represented schematically as a series Concurrent
of major technical activities and there All of the Incremental development Component
associated sate MCQ listed options model model assembly 0 0 1 0 TEXT TEXT

QA is done
by the client QC is a QA is a
and QC is higher activity higher activity
Carefully read the question and answer Both are done by the in the in the
accordingly. If Quality Control and Quality literally the software management management
Assurance are compared MCQ same vendor Hierarchy Hierarchy 0 0 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. To produce a good quality
product, process should be MCQ None Rigorous Complex Efficient 0 0 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. Software processes can be
constructed out of pre-existing software
patterns to best meet the needs of a software
project. State True or False MCQ false true 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. Who is essentially responsible for Development
the quality of a product MCQ Manager Customer QA Manager 1 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. Data structure suitable for the procedural architectural interface
application is discussed in ? MCQ design design design data design 0 0 0 1 TEXT TEXT
Carefully read the question and answer To decrease To decrease
accordingly. Using software process the defect All of the To increase development
improvement model will help a company MCQ rate listed options profitability time To meet schedule 0 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. The object relationship pair of Entity
data model is represented graphically by All of the Data flow relationship
using MCQ listed options Flow chart diagram diagram 0 0 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. Which one is the most important Efficiency Performance Risk Quality
feature of spiral model MCQ management Management Management management 0 0 1 0 TEXT TEXT
do not waste eliminate the
development emphasize need for make
Carefully read the question and answer time on maneuverabil cumbersome extensive use
accordingly. Process models are described as planning ity and documentatio of prototype
agile because they MCQ activities adaptability n creation 0 1 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. People who perform software
quality assurance must look at the software
from the customer's perspective. MCQ false true 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. In software quality assurance
work there is no difference between software
verification and software validation. State
True/False MCQ false true 1 0 TEXT TEXT

Carefully read the question and answer


accordingly.
Software is a product and can be
manufactured using the same technologies
used for other engineering artifacts. State
True or False MCQ true false 0 1 TEXT TEXT
have are
measurable thoroughly have
Carefully read the question and answer specifications tested before are delivered complete
accordingly. A key concept of quality control is for process delivery to on time and documentatio
that all work products MCQ outputs the customer under budget n 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. What are the qualities of a good All of the Inter
s/w MCQ Portability Reusability listed options Operability 0 0 1 0 TEXT TEXT
prevent
Carefully read the question and answer profitable affect the
accordingly. Software safety is a quality may result marketing of may cause reliability of a
assurance activity that focuses on hazards from user the final an entire software
that MCQ input errors product system to fail component 0 0 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. The goal of quality assurance is
to provide management with the data needed
to determine which software engineers are
producing the most defects. MCQ false true 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. Variation control in the context of product
software engineering involves controlling process All of the resources quality
variation in the MCQ applied listed options expended attributes 0 1 0 0 TEXT TEXT

Carefully read the question and answer Software


accordingly. What is used to measure the Process Quality Product None of the
characteristics of the documentation and code MCQ metrics metrics metrics listed options 0 0 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. The purpose of software reviews
is to uncover errors in work products so they
can be removed before moving on to the next
phase of development. MCQ false true 0 1 TEXT TEXT
Carefully read the question and answer attributes, operations
accordingly. In object oriented design of name and None of the and names attributes and
software , objects have MCQ operations listed options only names only 1 0 0 0 TEXT TEXT

Carefully read the question and answer


accordingly. Which of these criteria are useful
in assessing the effectiveness of a particular maintainabilit
design notation MCQ modularity size y simplicity maintainability, simplicity and
0 modularity 0 0 0 1 TEXT TEXT
The primary Mainly used
Carefully read the question and answer output of the The modern at systems
accordingly. Which of the following is the system version of specification All of the
correct definition for DFD MCQ design phase flowchart stages listed options 1 0 0 0 TEXT TEXT
Classes are
Carefully read the question and answer defined Objects
accordingly. Which of the following comments based on the an object can classes are inherit the
about object oriented design of software, is attributes of belong to two always properties of
not true MCQ objects classes different class 0 1 0 0 TEXT TEXT
Parallel
Carefully read the question and answer Hardware Software hardware and No hardware
accordingly. In system design, we do design after design after software design
following MCQ software hardware design needed 0 0 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. Which of these is a graphical process
notation for depicting procedural detail MCQ flowchart ER diagram decision table diagram 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. The term module in the design Sub All of the
phase refers to MCQ programs Procedures listed options Functions 0 0 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. Informational cohesion is a structured data
realization of MCQ programming Modularity Concurrency abstraction 0 0 0 1 TEXT TEXT
Carefully read the question and answer size of the software
accordingly. The work products produced product being size of the stakeholders process
during requirement elicitation will vary MCQ built budget needs being used 1 0 0 0 TEXT TEXT

Carefully read the question and answer


accordingly. Object-oriented analysis
techniques can be used to identify and refine
user task
objects and actions without any need to refer
to the user voice. State True/False MCQ true false 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. Change cannot be easily
accommodated in most software systems,
unless the system was designed with change
in mind. State True/False MCQ false true 0 1 TEXT TEXT

Carefully read the question and answer


accordingly. Software Engineering is the
systematic approach to the development,
operation, maintenance and retirement of
software. This definition is given Charles
by_________ MCQ Bauer Boehm Babbage IEEE 0 0 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. Which of the items listed below is Manufacturin
not one of the software engineering layers MCQ Tools g Methods Process 0 1 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. Software engineering umbrella
activities are only applied during the initial
phases of software development projects.
State True or False MCQ true false 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. Which phase is not available in Specification Installation &
s/w life cycle MCQ Coding s Design Maintenance 0 0 0 1 TEXT TEXT
Working
Mini model of model of Mini model of
Carefully read the question and answer existing existing processed None of the
accordingly. The Prototype is a MCQ system system system listed options 0 1 0 0 TEXT TEXT
Something to
Carefully read the question and answer Neither fear but not
accordingly. Which of the following is not Risk intrinsically something to Probability of Inherent in
characteristic MCQ good not bad manage loss every project 0 1 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. Management of software All of the
development is dependent upon MCQ People Process listed options Product 0 0 1 0 TEXT TEXT

use a
send them to checklist of
the design examine the questions to have the
Carefully read the question and answer team and see system examine customer
accordingly. The best way to conduct a if they have model for each look over the
requirements validation review is to MCQ any concerns errors requirement requirements 0 0 1 0 TEXT TEXT
Carefully read the question and answer Cost Reliable and
accordingly. Software engineering aims at Reliable None of the Effective cost effective
developing MCQ Software listed options Software Software 0 0 0 1 TEXT TEXT
The
probability
that the
negative
event will
occur and
The potential The potential The
loss or loss or probability
impact impact that the
Carefully read the question and answer associated associated The potential negative
accordingly. Major component of Risk with the with the loss is very event will
Analysis are MCQ event event high occur 0 1 0 0 TEXT TEXT
Know the Know the Know the
Carefully read the question and answer status of the cost of the user None of the
accordingly. Milestones are used to MCQ project project expectations listed options 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. The review is one of the methods All of the
of V&V. The other methods are MCQ Walkthrough Inspection Testing listed options 0 0 0 1 TEXT TEXT
Carefully read the question and answer Better Quality
accordingly. Software Engineering approach performance Reusable software
is used to achieve MCQ of h/w software Error free s/w product 0 0 0 1 TEXT TEXT
Plan
resources for
Plan how and providing
by whom information
each on which to
Carefully read the question and answer acceptance base Prepare the
accordingly. Which is not the responsibility of Prepare activity will be acceptance acceptance
customer/ user of the software MCQ resource plan performed decisions plan 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. A stakeholder is anyone who will
purchase the completed software system
under
development. State True/False MCQ false true 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. Project risk factor is considered All of the
in MCQ Water fall Spiral listed options Prototype 0 1 0 0 TEXT TEXT

The best A useful


approach to approach A reasonable
use for A risky model when a approach
projects with that rarely customer when
Carefully read the question and answer large produces a cannot define requirements
accordingly. The prototyping model of development meaningful requirements are well
software development is MCQ teams product clearly defined 0 0 1 0 TEXT TEXT
useful for needed to
Carefully read the question and answer used in place modeling model event
accordingly. required for of data flow real-time driven
Control flow diagrams are MCQ all systems. diagrams. systems. systems. useful for modeling real-time0 systems and event
0 driven systems
1 0 0 TEXT TEXT
Relationship
Carefully read the question and answer The attributes that connect
accordingly. A data model consists of the All of the that describe data object to
following information MCQ listed options data object one another Data Object 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. Which of following is not a UML
diagram used creating a system analysis Activity Class State Dataflow
model MCQ diagram diagram diagram diagram 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. If requirements are frequently
changing, which model is best suited MCQ RAD Prototype Water fall Spiral 0 1 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. The data flow diagram must be
augmented by descriptive text in order to
describe the functional requirements for a
software product. State True/False MCQ true false 1 0 TEXT TEXT

The best A good


approach to approach A reasonable A
use for when a approach revolutionary
projects with working core when model that is
Carefully read the question and answer large product is requirements not used for
accordingly. The incremental model of development required are well commercial
software development is MCQ teams. quickly defined products 0 1 0 0 TEXT TEXT
Carefully read the question and answer Capability
accordingly. Which is not a software life cycle Maturity
model MCQ Spiral Model Water fall Prototype 0 1 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. If requirements are
understandable, easy, defined, which model
is best suited MCQ Prototype None Water fall Spiral 0 0 1 0 TEXT TEXT
indicates how indicates
depicts depicts data are system
functions that relationships transformed reactions to
Carefully read the question and answer transform the between data by the external
accordingly. The entity relationship diagram MCQ data flow objects system events 0 1 0 0 TEXT TEXT

A single
software A test or
product that analysis
A quantitative may or may conducted
measure of not fully after an
the current support a application is
Carefully read the question and answer level of business moved into None of the
accordingly. What exactly Baseline means MCQ performance function production listed options 1 0 0 0 TEXT TEXT
Carefully read the question and answer
accordingly. Which of these are valid software software executable All of the
configuration items? MCQ test data tools programs listed options documentation 0 0 0 1 0 TEXT TEXT

make sure allow revision


that change evaluate the of project
information is performance schedules
communicate of software and cost
Carefully read the question and answer d to all developers estimates by
accordingly. The primary purpose of affected and None of the project
configuration status reporting is to MCQ parties organizations listed options managers 1 0 0 0 TEXT TEXT

Carefully read the question and answer


accordingly. When software configuration quality
management is a formal activity, the software senior development assurance testing
configuration audit is conducted by the MCQ managers team group specialists 0 0 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. A new __________ is defined
when major changes have been made to one
or more configuration objects. MCQ item version entity variant 0 1 0 0 TEXT TEXT

in object-
oriented the
programming identification
, the of the
management configuration
of objects of a system
that control at discrete
management the points in time
Carefully read the question and answer of the configuration to control overall
accordingly. configurable of some other changes to management
What is configuration management in components function(s) in the of the design
software engineering MCQ in a system the system configuration of the system 0 0 1 0 TEXT TEXT
Carefully read the question and answer
accordingly.
In requirements validation the requirements
model is reviewed to ensure its technical
feasibility. State True/False MCQ false true 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. A basic configuration object is a
__________ created by a software engineer
during some phase of the software All of the program data unit of a software
development process. MCQ listed options structure information component 0 0 0 1 TEXT TEXT
Carefully read the question and answer
accordingly. The ability to track relationships
and changes to configuration objects is one of
the most important features of the SCM
repository. MCQ true false 1 0 TEXT TEXT
Carefully read the question and answer
accordingly. Which of the following tasks is statistical
not part of software configuration change version quality
management? MCQ control control control reporting 0 0 1 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. An input 0, 1959,
field takes the birth year of the user ranging 1959, 1960, 1960, 1961,
from 1960 to 1995. The boundary values for 1961, 1994, 1960, 1995, 1994, 1995,
testing this field are? MCQ 0,1960,1995 1995, 1996 1996 1996 1959, 1960, 1994, 1995 0 1 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Non
Test scenarios have to be written with the Business Functional None of the functional
consideration of ? MCA rules standards listed options standards 0.333 0.333 0 0.333 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. State
whether True or False.
Testers should be involved in reviewing
documents as soon as drafts are available in
the development cycle. MCQ true false 1 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Alternate
flows can be tested by themselves (State
Frue or false) MCQ true false 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. We
derive _________ by using the test design All the listed Test None of the
techniques MCQ options Scenario Test case listed options Test condition 0 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. State
whether True or False.
A use case can result into more than one
scenario. MCQ true false 1 0 TEXT TEXT
Test Test
Please read the question carefully and condition Test Test Scenario
choose the most appropriate option. Test data defining Development Execution identification
preparation data is done during _________ ? MCQ process process process process 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. For a
given set of boundaries, how many boundary None of the
values are possible? MCQ 2 listed options 4 8 6 0 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option.
Test Scenarios have case specific data
assigned to them (State True or False) MCQ true false 0 1 TEXT TEXT
Test scenario Test cases
Test scenario Test case define the are
Please read the question carefully and involves the includes the setup to developed
choose the most appropriate option. expected steps to perform the from Test
Which of the following statements is/are true? MCA results. execute. tests conditions. Test case includes the method
0 of how the0.5
test would be performed.
0 0 0.5 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Test
conditions can be valid or invalid (State True
or False) MCQ false true 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Build
Which of the below is not an activity involved Test data Retesting of verification Test case
in Test execution process? MCQ setup defects process execution Defect Tracking 1 0 0 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. The
conditions that need to be verified by the
tester after the activity is performed are called Post
_________? MCQ Exceptions condition Pre condition Triggers 0 1 0 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. State
whether True or False. Triage meeting is
done before fixing the defect. MCQ false true 0 1 TEXT TEXT

A. Build the A. Review


compiled the code B.
code into Build the
software B. compiled
Add the code into
release notes software C.
C. Perform Perform
Please read the question carefully and Smoke/ Smoke/
choose the most appropriate option. Which is Sanity Test Sanity Test
the correct order to be followed for a Build D. Test D. Test
Verification Process? MCQ Execution Execution 0 0 TEXT TEXT
Please read the question carefully and Defferred,
choose the most appropriate option. A defect Open, Fixed, Open, Fixed,
is found after retest. What are all the possible Reopen, Reopen, Reopen, Reopen,
stages this defect may undergo? MCQ Fixed, Closed Closed Fixed Closed 1 0 0 0 TEXT TEXT

Develop and
prioritizing
test cases,
creating test Verifying that
data, writing the test
test environment
procedures has been set
and up correctly
optionally, and Checking Checking test
Verifying that preparing test test logs logs against
Please read the question carefully and the test harness and against the the exit
choose the most appropriate option. Which is environment writing exit criteria criteria
not a major task of test implementation and has been set automated specified in specified in
execution? MCQ up correctly test scripts test planning test planning Logging the outcome of test0execution and 0recording the identities
0 and versions
1 of the software
0 under test,TEXT
test tools and testware
TEXT
Please read the question carefully and
choose the most appropriate option. State
whether True or False. Release notes are
prepared by developer/ development team. MCQ true false 0 1 TEXT TEXT

Develop and
prioritizing
test cases, Logging the
creating test outcome of Verifying that
data, writing test the test
test execution environment
procedures and recording has been set
and the identities up correctly
optionally, and versions and Checking
preparing test of the Verifying that test logs
Please read the question carefully and harness and software the test against the
choose the most appropriate option. Which is writing under test, environment exit criteria
not a major task of test implementation and automated test tools and has been set specified in
execution? MCQ test scripts testware up correctly test planning Checking test logs against the
0 exit criteria specified
0 in test 0planning 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option.
What are the subsequent states that a new
defect can undergo? MCA Closed Rejected Deferred Fixed Open 0 0.333 0.333 0 0.333 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. State
whether True or False. Developer has to
ensure that the pre requisite of each test case
are met. MCQ True false 0 1 TEXT TEXT
Please read the question carefully and Execute next
choose the most appropriate option. Update test step of
What are the action items if an application status of the same test
does not behave as expected? MCA defect case Log defect Retest 0.5 0 0.5 0 TEXT TEXT
Requirement
satisfaction
Please read the question carefully and Usage of Proper and usage of
choose the most appropriate option. Software Use of proper design causal best design
testing ensures which of the below? MCQ test approach architecture analysis architecture None of the listed options 0 0 0 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. Match
the following.
A) Self review B) Formal review C) Informal
review
1. Conducted by one or more peers in the
team
2. Conducted by one or more reviewers or
SME A - 3, B - 1, C A - 2, B - 1, C A - 2, B - 3, C A - 3, B - 2, C
3. Conducted by the author himself MCQ -2 -3 -1 -1 A - 1, B - 2, C - 3 0 0 0 1 0 TEXT TEXT

Please read the question carefully and


choose the most appropriate option. Review
of Test case Artifact is done with the help of? MCQ Reviewer Self review Author Peer review Checklist 0 0 0 0 1 TEXT TEXT
Please read the question carefully and
choose the most appropriate option.
In causal analysis which attributes among Requirement
below assist in analyzing the effect? MCA Failures Cause gathering Reason Test Approach 0 0.5 0 0.5 0 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. State
whether true or false. Selenium tools helps to
develop Automated test scripts MCQ true false 1 0 TEXT TEXT
Helps to
Please read the question carefully and Helps to identify
choose the most appropriate option. provide a Helps completenes
Which of the statements is applicable to reliable prevent the None of the s of the
software testing? MCA system defects listed options software Helps in identifying defects
0.25 0.25 0 0.25 0.25 TEXT TEXT
Please read the question carefully and
choose the most appropriate option. Test Test None of the Test Test
environment check up is part of _________ . MCQ Execution listed options Scenario Development Test Design 1 0 0 0 0 TEXT TEXT
Developers
tend to
neglect test Less
Please read the question carefully and approach to knowledge
choose the most appropriate option. the on Lack of
What are the possible causes for ending up developed Defective development domain
into 0.1 % defective application? MCA product. code language knowledge Misunderstood requirements
0.25 0.25 0 0.25 0.25 TEXT TEXT

Requirement Requirement
Analysis - Analysis -
Test Planning Test Planning
Design and Design and
Requirement Code - Unit Code - Test
Analysis - Testing Design
Test Planning Testing - Testing -
Design and Component Component
Please read the question carefully and Code - Test Integration Integration
choose the most appropriate option. Which of Design testing and testing and
the following map the corresponding phases Testing - Unit None of the System System
from SDLC with STLC. MCQ Testing listed options testing testing Requirement Analysis - Test0Design Design0 and Code - Test
0 Planning Testing
1 - Component
0 Integration testing
TEXTand System
TEXT
testing
Please read the question carefully and
choose the most appropriate option. State
whether true or false. QC is used for logging
the outcome of the test execution. MCQ false true 0 1 TEXT TEXT

You might also like