Accenture TFA MCQ Questions Answer Set-2
Accenture TFA MCQ Questions Answer
1) In CSS script, which of the following style is used to
print a table with double border?
Choose one:
a. Border-style: double;
b. Border-all: double
c. Border-radius: double;
d. Border-type: double;
Answer: border-style: double;
2) Mrs . Nancy has a Pan Card.
What is the cardinality relationship between the entities:
Person and Pan Card
a. One to One
b. One to Many
c. Many to One
d. Many to Many
3)In the City Library when a member needs to return a book,
the Liberian will collect the
penalty from the member if the book is returned later then
the due date. When this is
represented in a use case diagram, what is the relationship
between the use cases “Return
Book” and “Calculate Penalty”?
a. Include
b. Extend
c. Exclude
d. Generalization
e. realization
4) Consider the given array:
E A F B D C
E A F B D C
A E F B D C
A E B F D C
A E B D F C
A E B D C F….So on.
After all consecutive iterations, the array is sorted.
Which sorting technique compares the adjacent data elements
and swaps each pair of
elements?
a. Quick sort
b. Bubble sort
c. Merge sort
d. Heap sort
5) Which key can be used to change the mode from input mode
to command mode?
a. Esc
b. Esc+i
c. Esc+a
d. Esc+l
6) The standard output of one program can be redirected as
standard input to another
program using ___________
a) I b) II c) > d) <
7) Which of the following statements are true with respect
to a query with join operation?
a) You must refer to all the columns from both tables with
b) You must refer to the columns that are common to 2 tables
c) You must have the column common to 2 tables in the
d) You can sort your result by a column which is not
8) which concept ensures every change that is made to the
artifact can be properly tracked
and changed
a) version control b) Resource Planning c) Testing d) Review
ofArtifacts
9) which of the following statements can sub queries used?
a) SELECT statement and UPDATE statement
b) ALTER statement
c) DELETE statement
d) All of the above
10) UNIX is more commonly used operating system in
comparison with other OS. Choose
two reasons from the below options in support of this
statement.
a) It is Open-Source software
b) It is highly secure
c) it is user friendly
d) Has good graphical user interface
11) Which of the following is more efficient in terms of
memory utilization and
execution speed?
a) Recursion
b) Iteration
12) Unix executables are stored in which path?
a) /dev b) /bin c)/usr d)/tmp
13) Which of the following options in UNIX can be used for
printing the calendar for
December 2019?
a) $ cal 12 2019
c) $ cal December 2019 d) $ calendar 2019
14) In Software Configuration Management __________ Concept
is used to control the
changes.
a) Baseline b) Process c) Procedure d)Audit
15) Which of these have higher precedence the AND operator
or the NOT operator?
a) AND
b) NOT
c) Both have equal precedence
d) None of the
above
16) Choose an DDL command which delete all rows from the table
and where the deleted
data cannot rolled back (Hint: Table structure should not
get deleted)?
a) DROP
b) TRUNCATE
c) DELETE
d) None of the above
17) Ram is a developer; he receives a defect list from the
testing team for the code which
he developed. He fixes the defects and assigns it back to
the test manager/tester. What should
be the status of the defect now?
a) Open
b) Fixed
c) Closed
d) New
18) In many situations it would be necessary to make a
decision before arriving at a
conclusion or to go on to the next step of processing. Which
of the following suits the given
description?
a) Conditional statement
b) All of the above
c) Iterative statement
d) Sequential statement
19) Which of the following statements is true with respect
to given oracle query:
Startprogram
Create table AQI_DELHI_1 as Select ‘fromAQI_DELHI:
Endprogram
a) Table “AQI_DELHI_1” is created with same structure as
that of AQI_DELHI table’s
data
b) The query is erroneous
c) Table “AQI_DELHI_1” is created with same structure as
that of a AQI_DELHI
table’s data.
20) Which key can be used to change the mode from input mode
to command mode?
a) Esc
b) Esc + i
c) Esc + a
d) Esc + I