SQL MCQ Question and Answers - Ii: Questiontext Questiontype Choice1
SQL MCQ Question and Answers - Ii: Questiontext Questiontype Choice1
MCQ Only
statement 2
Statement 1: If you want to select rows that satisfy at least one of
the given conditions, you can use the logical operator, AND.
A column defined as NOT NULL can have a DEFAULT value of MCQ true
NULL. True or False?
You can have many UNIQUE constraints per table, but only one MCQ true
PRIMARY KEY constraint per table.
State whether the above statement is TRUE or FALSE.
MCQ The primary
key is a
column or
combination
of columns
What is a primary key? whose values
uniquely
identify each
row in the
table.
A table must have at least one not null constraint and one unique MCQ true
constraint. True or False?
MCQ Both
Statement 1: Operators are used to specify conditions in an SQL statement 1
statement and to serve as conjunctions for multiple conditions in and statement
a statement. 2
Statement 1: 'UNION' returns all distinct rows selected by either MCQ Only
query. statement 2
MCQ SELECT
CustomerNam
e,
COUNT(Cust
omerName)
Which of the following SQL statements is correct? FROM Orders
ORDER BY
CustomerNam
e
MCQ UPDATE
employees
SET
Examine the structure of the EMPLOYEES table:
first_name =
EMPLOYEE_ID NUMBER Primary Key
'John' AND
FIRST_NAME VARCHAR2(25)
last_name
LAST_NAME VARCHAR2(25)
='Smith'
HIRE_DATE DATE
WHERE
Which UPDATE statement is valid?
employee_id
= 180;
MCQ None
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)
A sale is being advertised to the customers in France. Which
WHERE clause
identifies customers that are located in France?
MCQ HAVING
What SQL clause is used to restrict the rows returned by a query?
What is the standard way to separate each SQL statement in MCQ Comma
database systems that allow more than one SQL statement to be
executed in the same call to the server.
MCQ All listed
options
MCQ true
The result of a SELECT statement can contain duplicate rows.
Statement1: Data types specify what the type of data can be for MCQ Only
that particular column statement 1
MCQ NONE
MCQ SELECT is
invalid without
a WHERE
A SELECT command without a WHERE clause returns? clause
MCQ DATABSE
Which of the following commands should be used to create a
student
database named “student”?
Which of the following can add a row to a table? MCQ Add
Which statement is used to query the database and retrieve MCQ UPDATE
selected data that match the criteria that you specify?
Statement 1: The DELETE statement is used to delete columns in MCQ Only
a table. statement 2
Statement 1: The FULL OUTER JOIN will return all rows, as long MCQ Only
as there's matching data in one of the tables. statement 1
Statement 2: FULL OUTER JOIN includes all the rows from both
the participating tables and does not select either the LEFT or
RIGHT table from the JOIN key word.
LIKE clause is used to compare a value to similar values using MCQ false
logical operators. State whether the above statement is TRUE or
FALSE.
The GROUP BY clause follows the WHERE clause in a SELECT MCQ true
statement and precedes the ORDER BY clause.
Statement 1: Numeric functions accept numeric input and return MCQ Only
string values. statement 1
MCQ DELETE
View can be removed using which command?
VIEW
Statement 1: A view can be accessed with the use of SQL MCQ Only
SELECT statement like a table. statement 2
Statement 1: If a subquery is not dependent on the outer query it MCQ None of the
is called a non-correlated subquery. listed options
Carefully read the question and answer accordingly. To produce a MCQ None
good quality product, process should be
Carefully read the question and answer accordingly. Software MCQ false
processes can be constructed out of pre-existing software
patterns to best meet the needs of a software project. State True
or False
Carefully read the question and answer accordingly. Who is MCQ Development
essentially responsible for the quality of a product Manager
Carefully read the question and answer accordingly. Data MCQ procedural
structure suitable for the application is discussed in ? design
MCQ To decrease
Carefully read the question and answer accordingly. Using
the defect rate
software process improvement model will help a company
Carefully read the question and answer accordingly. Which one is MCQ Efficiency
the most important feature of spiral model management
MCQ do not waste
development
Carefully read the question and answer accordingly. Process time on
models are described as agile because they planning
activities
Carefully read the question and answer accordingly. People who MCQ false
perform software quality assurance must look at the software
from the customer's perspective.
MCQ false
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
Carefully read the question and answer accordingly. The goal of MCQ false
quality assurance is to provide management with the data needed
to determine which software engineers are producing the most
defects.
Carefully read the question and answer accordingly. Variation MCQ process
control in the context of software engineering involves controlling applied
variation in the
MCQ Process
Carefully read the question and answer accordingly. What is used
metrics
to measure the characteristics of the documentation and code
Carefully read the question and answer accordingly. The purpose MCQ false
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 attributes,
Carefully read the question and answer accordingly. In object
name and
oriented design of software , objects have
operations
Carefully read the question and answer accordingly. Which of MCQ modularity
these criteria are useful in assessing the effectiveness of a
particular
design notation
MCQ The primary
Carefully read the question and answer accordingly. Which of the output of the
following is the correct definition for DFD system design
phase
MCQ Classes are
Carefully read the question and answer accordingly. Which of the defined based
following comments about object oriented design of software, is on the
not true attributes of
objects
MCQ Hardware
Carefully read the question and answer accordingly. In system design after
design, we do following software
MCQ flowchart
Carefully read the question and answer accordingly. Which of
these is a graphical notation for depicting procedural detail
Carefully read the question and answer accordingly. The term MCQ Sub programs
module in the design phase refers to
Carefully read the question and answer accordingly. Informational MCQ structured
cohesion is a realization of programming
MCQ size of the
Carefully read the question and answer accordingly. The work
product being
products produced during requirement elicitation will vary
built
Carefully read the question and answer accordingly. Object- MCQ true
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 false
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
Carefully read the question and answer accordingly. Software MCQ Bauer
Engineering is the systematic approach to the development,
operation, maintenance and retirement of software. This definition
is given by_________
MCQ Tools
Carefully read the question and answer accordingly. Which of the
items listed below is not one of the software engineering layers
MCQ true
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
Carefully read the question and answer accordingly. Which phase MCQ Coding
is not available in s/w life cycle
MCQ Mini model of
Carefully read the question and answer accordingly. The existing
Prototype is a system
MCQ Neither
Carefully read the question and answer accordingly. Which of the intrinsically
following is not Risk characteristic good not bad
Carefully read the question and answer accordingly. Management MCQ People
of software development is dependent upon
MCQ send them to
the design
Carefully read the question and answer accordingly. The best way team and see
to conduct a requirements validation review is to if they have
any concerns
MCQ Reliable
Carefully read the question and answer accordingly. Software
Software
engineering aims at developing
MCQ Activity
Carefully read the question and answer accordingly. Which of diagram
following is not a UML diagram used creating a system analysis
model
MCQ RAD
Carefully read the question and answer accordingly. If
requirements are frequently changing, which model is best suited
MCQ true
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 The best
approach to
use for
Carefully read the question and answer accordingly. The projects with
incremental model of software development is large
development
teams.
MCQ Spiral
Carefully read the question and answer accordingly. Which is not
a software life cycle model
MCQ A quantitative
measure of
the current
Carefully read the question and answer accordingly. What exactly level of
Baseline means performance
Carefully read the question and answer accordingly. Which of MCQ test data
these are valid software configuration items?
MCQ make sure
that change
information is
Carefully read the question and answer accordingly. The primary communicate
purpose of configuration status reporting is to d to all
affected
parties
Carefully read the question and answer accordingly. When MCQ senior
software configuration management is a formal activity, the managers
software configuration audit is conducted by the
Carefully read the question and answer accordingly. A new MCQ item
__________ is defined when major changes have been made to
one or more configuration objects.
MCQ management
of the
configurable
components
in a system
Carefully read the question and answer accordingly.
What is configuration management in software engineering
MCQ change
Carefully read the question and answer accordingly. Which of the
control
following tasks is not part of software configuration management?
MCQ 0,1960,1995
An input field takes the birth year of the user ranging from 1960 to
1995. The boundary values for testing this field are?
MCA Business
rules
Test scenarios have to be written with the consideration of ?
For a given set of boundaries, how many boundary values are MCQ 2
possible?
MCQ true
Test Scenarios have case specific data assigned to them (State
True or False)
MCA Test scenario
involves the
expected
Which of the following statements is/are true? results.
Test conditions can be valid or invalid (State True or False) MCQ false
MCQ Test data
Which of the below is not an activity involved in Test execution setup
process?
The conditions that need to be verified by the tester after the MCQ Exceptions
activity is performed are called _________?
State whether True or False. Triage meeting is done before fixing MCQ false
the defect.
MCQ A. Build the
compiled code
into software
B. Add the
release notes
Which is the correct order to be followed for a Build Verification C. Perform
Process? Smoke/ Sanity
Test D. Test
Execution
MCQ Reopen,
A defect is found after retest. What are all the possible stages this Fixed, Closed
defect may undergo?
State whether True or False. Release notes are prepared by MCQ true
developer/ development team.
MCQ Develop and
prioritizing test
cases,
creating test
data, writing
test
procedures
Which is not a major task of test implementation and execution? and optionally,
preparing test
harness and
writing
automated
test scripts
MCA Closed
What are the subsequent states that a new defect can undergo?
State whether True or False. Developer has to ensure that the pre MCQ True
requisite of each test case are met.
MCA Update status
of the defect
What are the action items if an application does not behave as
expected?
MCQ Test
Test environment check up is part of _________ .
Execution
MCA Developers
tend to
neglect test
What are the possible causes for ending up into 0.1 % defective approach to
application? the developed
product.
MCQ Requirement
Analysis -
Test Planning
Design and
Code - Test
Design
Which of the following map the corresponding phases from SDLC Testing - Unit
with STLC. Testing
State whether true or false. QC is used for logging the outcome of MCQ false
the test execution.
Q Question and Answers - II
Choice2 Choice3 Choice4 Choice5 Grade1 Grade2
The UNIQUE None of the All listed 0 1
constraint listed options options
uniquely
identifies each
record in a
database
table.
false 0 1
false 1 0
false 0 1
None of the Only Only 1 0
listed options statement 1 statement 2
true 0 1
false 0 1
SELECT SELECT 0 1
CustomerNam CustomerNam
e, e,
COUNT(Cust COUNT(Cust
omerName) omerName)
FROM Orders FROM Orders
GROUP BY
CustomerNam
e
false 1 0
You can pass You can mix You can use 0 0.5
column single row aggregate
names, columns with functions in
expressions, aggregate any clause of
constants, or functions in a SELECT
functions as the column list statement.
parameters to of a
anaggregate SELECTstate
function. ment by
grouping on
the single row
columns.
true 0 1
15 10 50 0 0
true 0 1
JOIN CROSS JOIN LEFT JOIN 0 0
true 0 1
true 1 0
false 1 0
true 1 0
true 1 0
true 1 0
false 0 1
true 0 1
Customer QA Manager 1 0
true 1 0
false 0 1
true 0 1
Boehm Charles IEEE 0 0
Babbage
false 0 1
true 1 0
false 1 0
A good A reasonable A 0 1
approach approach revolutionary
when a when model that is
working core requirements not used for
product is are well commercial
required defined products
quickly
true 1 0
false 1 0
false 1 0
false 0 1
None of the 4 8 6 0 0
listed options
false 0 1
Test case Test scenario Test cases Test case includes t 0 0.5
includes the define the are developed
steps to setup to from Test
execute. perform the conditions.
tests
true 0 1
Retesting of Build Test case Defect Tracking 1 0
defects verification execution
process
Post condition Pre condition Triggers 0 1
true 0 1
A. Review the 0 0
code B. Build
the compiled
code into
software C.
Perform
Smoke/ Sanity
Test D. Test
Execution
false 0 1
Logging the Verifying that Verifying that Checking test logs ag 0 0
outcome of the test the test
test execution environment environment
and recording has been set has been set
the identities up correctly up correctly
and versions and Checking
of the test logs
software against the
under test, exit criteria
test tools and specified in
testware test planning
false 0 1
false 1 0
true 0 1
Grade3 Grade4 Grade5 AnswerDescripQuestionMedi AnswerMedia Author
0 0 TEXT TEXT
1 0 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 1 TEXT TEXT
0 1 TEXT TEXT
1 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 1 TEXT TEXT
0 1 TEXT TEXT
0 1 TEXT TEXT
0 1 TEXT TEXT
1 0 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
1 0 TEXT TEXT
0 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
1 0 TEXT TEXT
1 0 TEXT TEXT
0 1 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
1 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
0 1 TEXT TEXT
TEXT TEXT
0 1 TEXT TEXT
TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
1 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 1 TEXT TEXT
1 0 TEXT TEXT
1 0 TEXT TEXT
0 1 TEXT TEXT
TEXT TEXT
0 TEXT TEXT
0 1 TEXT TEXT
0 0 0 TEXT TEXT
0 1 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
1 0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 0 1 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
1 0 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 1 TEXT TEXT
0 1 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
1 0 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
0 0 TEXT TEXT
0 1 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
0 0 TEXT TEXT
1 0 TEXT TEXT
TEXT TEXT
0 1 TEXT TEXT
TEXT TEXT
1 0 TEXT TEXT
0 0 0 TEXT TEXT
TEXT TEXT
TEXT TEXT
1 0 0 TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 0 1 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 0 0 TEXT TEXT
0 0 TEXT TEXT
TEXT TEXT
TEXT TEXT
0 0 TEXT TEXT
0 1 0 TEXT TEXT
TEXT TEXT
0 0 1 TEXT TEXT
TEXT TEXT
0 1 0 TEXT TEXT
0 1 0 TEXT TEXT
0 0 1 TEXT TEXT
0 0.5 0 TEXT TEXT
TEXT TEXT
0 0 0 TEXT TEXT
0 0.25 0.25 TEXT TEXT
0 1 0 TEXT TEXT
TEXT TEXT
Reviewer Is Numeric