TCS Proctored Assessment MCQs

 TCS Proctored Assessment and Hackathons MCQs

I have posted all the questions I remembered form PAs and hackthons , if anyone remember other questions please put in to comment section so that everyone can get benefit. Answer that i have underlined  are true and per my knowledge, if anyone found wrong answer let me know and please try to answer the questions which are not available.

Share your answers in comment section  and please share your valuable feedback too.

KYT

Some challenges in Artificial Intelligence are
a.    Cost
b.    Common Sense
c.    Technology
d.    All of the above


Mobile application can interact with GPS and Camera of the device
a.    True
b.    False


Prime difference between Private and Public Cloud is
a.    Deployment Location
b.    Hardware used
c.    All of the options
d.    Software used


When Tata Consultancy Service was established?
a.    1968
b.    1971
c.    1978
d.    1988


We will be fair , honest, transparent and ethical in our conduct, everything we do must stand the test of public scrutiny. The above quote applies to which of our five core values.
a.    Responsibility
b.    Pioneering
c.    Integrity
d.    Excellence



BizzSkill

Identify the correct statements
a.    Accepting help is the sign of weakness
b.    We can be little careless as we can apologize whenever we make a mistake. After all mistakes help us learn
c.    We need to accept help when needed. The key is to be assertive. Being honest about your weakness build trusts.
d.    Ask before help before something on your own. It will help you get a head start.



Paul is working with a client who is casual while communicating him through a chat application. The client send him memes and other forwards to build a better workplace relationship. Select the best option.
a.    Paul should take up this matter to HR.
b.    Since client is informal while communicating Paul can do the same.
c.    Paul can be task orient and polite. He can avoid responding by sharing memes and forwards through chat applications.
d.    Paul can tell the client that what is done so far is not right and that is not professional to do so.


What all details should be provided in the signature of an e-mail? Choose the best options.
a.    Name & role
b.    Phone & e-mail
c.    Personal address
d.    Organization Website

•    a, b & d
•    a, b & c
•    b, c & d
•    a, b, c, d


What is true about agile principles?
a.    Leadership over management
b.    Management over leadership
c.    Adaptive over perspective
d.    Perspective over adaptive
e.    Customer collaboration over contract negotiation
f.    Contract negotiation over customer collaboration

•    a, d, f
•    b, c, e
•    a, c, e
•    b, d, f


Being objective in your writing is the ability to
1.    Present accurate facts and figures
2.    Present fact and not personal views
3.    Present stereotypical information

•   1, 3
•    2, 3
•    1, 2
•    1, 2, 3



Design

After creating a Knowledge Article (KA)
a.    Ensure you have used standard template
b.    Ensure exception are clearly visible
c.    All the options
d.    Check and re-certify the KA at regular interval


Which of the following sorting algorithms in typical implementation gives best performance when applied on an array which is sorted or almost sorted(maximum one or two elements are misplaced).

a.    Quick Sort
b.    Merge Sort
c.    Bubble Sort
d.    Insertion Sort


Duplication of the code is the root cause of most of the maintenance problem
a.    True
b.    False


We use dynamic programing approach when
a.    The solution has optimal substructure
b.    The given problem can be reduced into 3-SAT problem
c.    We need an optimal solution
d.    Its faster than greedy


What is the sequence of the transition management phase
a.    None of the option
b.    Secondary Support to Primary Support to KT
c.    Primary Support to Secondary Support to KT
d.    KT to Secondary Support to Primary Support


UNIX

What will be output when following set of command are executed?
echo ‘Myfile’> file.txt
chmod 644 file.txt
echo ‘New’> file.txt
cat file.txt


a.    Myfile
       New
b.    Myfile
c.    Read Permission denied error
d.    New


Consider the following content of the file cities.txt
Lucknow
Guwahati
Noida
Thiruvananthapuram
What will be the output of the following command
Wc -L  < cities.txt

a.    16
b.    Syntax Error
c.    7
d.    4


Identify the shell script that will print number from 25 to 0 in reverse order with an interval of 5.
a.    #!/bin/bash
for i in  {25..0..5}
do
    echo $i
done

b.    “#!/bin/bash
for i in  {0..25..5}
do
    echo $i
done”

c.    #!/bin/bash
for i in  {25..0}
do
    echo $i
done

d.    #!/bin/bash
for i in  {25..0..5}
do
    echo i
done


A shell script that executed as below
sh display Text.sh file.txt
The purpose of the script is to print 5 lines starting from line number 5 to line number 10
Identify the command used in script to display the Text.sh
a.    head -n “$1””$3” | tail -n “$2”
b.    head -n “$2””$1” | tail -n “$3”
c.    tail -n “$1””$3” | head -n “$2”
d.    head -n “$1””$3” | tail -n “$3”


Find out the line number(s) with error in the following shell script
Line 1  : x = 10
Line 2 : if [$x -gt 2]
Line 3 : then
Line 4 :         echo  x
Line 5 : fi

a.    Line2
b.    Line 4
c.    Line 5
d.    Line 3
e.    Line 1


What is the difference between $* and $#?





Sql

Which clause should we apply a condition on group result
a.    Group by
b.    Where
c.    Having
d.    Restrict


Which of the following are implicit cursor attributes?
a.    %FOUND
b.    %ISOPEN
c.    %ROWCOUNT
d.    %NOTFOUND


How to delete stored procedure?
a.    DROP procedure_name
b.    DROP PROCEDURE procedure_name
c.    DELETE procedure_name
d.    REMOVE procedure_name


Syntax For WHILE loop in PL/SQL



UI

 What will be  output of the following code
<html>
<body>
<H2 title=”Information”> Knowledge is Power </H2>
</body>
</html>



Which browser in not supported for
Tag
a.    Safari
b.    Google Chrome
c.    Internet Explorer
d.    None of the above


What will be  output of the following code
<html>
<body>
<H2 > Tree  </H2>
<p id=”tree”> </p>
<script>
var x =”Tree are the most significant part of earth’s environment”
Document.getElementbyId(“tree”)innerHTML =x
</script>
</body>
</html>


What would be output for the JavaScript Date.


 What will be  output of the following code
<html>
<body>
<title=>  Welcome to Digital World  </title>
<body>
<p> This is a <br> session on Augmented Reality </p>
</body>
</html>




Which tag is used if we want to highlight part of a text
a.    <strong>
b.    <highlight>
c.    <nav>
d.    <mark>






Comments

  1. Please provide the answer of 5th question sir.

    ReplyDelete
    Replies
    1. Sure, I am trying to get every answer. I am also requesting if you know the answers please post it into comment section.

      Delete
  2. Please provide the answers of KYT 5th question, BIZSKILL 2nd and 4th question, and UNIX, UI and all others all question, there is no underline.

    ReplyDelete
    Replies
    1. Sure, I am trying to get every answer. I am also requesting if you know the answers please post it into comment section.

      Delete
  3. We will be fair , honest, transparent and ethical in our conduct, everything we do must stand the test of public scrutiny. The above quote applies to which of our five core values.
    a. Responsibility
    b. Pioneering
    c. *Integrity* (ans)
    d. Excellence

    ReplyDelete

Post a Comment