
PA Previous Mcq's
​
(Note : if u find any mistake or if u remember any other questions except below ping me in below chat I will update it )
51.Drawbacks or disadvantages of Big Data
Following are the drawbacks or disadvantages of Big Data:
//i didn't remembered the options so prepare with below options
Ans:
➨Traditional storage can cost lot of money to store big data.
➨Lots of big data is unstructured.
➨Big data analysis violates principles of privacy.
➨It can be used for manipulation of customer records.
➨It may increase social stratification.
➨Big data analysis is not useful in short run. It needs to be analyzed for longer duration to leverage its benefits.
➨Big data analysis results are misleading sometimes.
➨Speedy updates in big data can mismatch real figures
​
52.In python section qn is
Print(‘TCS’+8)
Options
-
TCS 8
-
TCS8
-
None
-
Error
Ans : 4
​
53.When tcs was established ?
Ans : 1968
​
54. Object includes ?
​
Options
1. attributes
2.behaviour
3.both
4.None
Ans : 3
​
55.Agile principle
Options
-
Leadership over management
-
Management over management
-
Adaptive over prescriptive
-
Prescriptive over adoptive
-
Customer colloborative over contrort negotiation
-
Contrort negotiation over customer collaborative
Ans : 1,3,5
56.Caption tag is used with …
Options
-
Image
-
Table
-
Both
-
None
Ans : 3
57.Tcs values are
Ans: Integrity , Leading change , Respect for individual , Excellence , learning and sharing.
58.We will be fair ,honest, transparent and ethical in our conduct; everything we do must stand the test of public scrutiny ? this refers to which value ?
Ans: Integrity
59.To increase the size of a column in SQL.. ?
Ans : ALTER TABLE table_name MODIFY column_name datatype(new_size)
​
60.In unix section qn is
S=0 {s=s+$2}
Options
-
Avg of second column
-
Sum of second column
-
….
-
…
Ans : 2
​
61.Is caption rage used to give table a caption … ?
Options
-
True
-
False
Ans : True
​
62.Text-align:justify… ?
Options
-
Left
-
Right
-
Center
-
None of these or (crt answer [Stretches the lines so that each line has equal width])
Ans : 4
​
63.If a client become informal to you then what will you do… ?
//partially same meaning options , not exactly same
Options
-
you will tell your hr
-
will be informal with him
-
will him to be formal
-
you will ignore it and will not send any stickers
Ans : 3
64.One question from plsql was” the upward to lower flow in a loop is …. ?”
Options
-
inverse
-
reverse
-
bakward
-
none
Ans : 2
65.If you are in between you assessment and your manager told you to attend the call what you will do… ?
//partially same meaning options , not exactly same
Options
-
say him politely that you will attend the call after your assessment
-
you will ignore it
-
you will tell him that you are doing your assessment
-
will not attend the call
Ans : 1
66. a:link,a:visited {
background-color : red;
}
a:hover {
background-color : green
}
<a href = "abc.html">Click me </a>
Options
1.will create a button having background color red
2. will create a link having background color red and on moving the pointer background color will be green
3.will create a link having background color green
4. will create a button having background color red and on moving the moving the pointer color will change to green
Ans:2
67.SQL Query used to search details based on the 1st character in a column..?
Ans : Select * from table_name where name like ‘(char)%’;
68.Unix command to remove duplicates in line .. ?
Options
-
sort –u
-
sort unique
-
uniq
-
unique
Ans : 1
69.What is output of below commands.. ?
grep –o cat animal.txt
grep ‘cat’ animal.txt
Options
-
cat cat
-
Cat Cat
-
None cat
-
Idk
Ans : 1
70.Question from javascript section ,”var x=100+5**3 ? “
Options
-
125
-
225
-
NAN
Ans : 2
71.File and directory permission access will be done by which command … ?
Ans : chmod
72.What is purpose of type and rowtype ..?(from plsql section)
Ans: TYPE provides datatype of a variable and ROWTYPE provides record type that represents a entire row of a table or view or columns selected in the cursor
73.Which tag is used to emphasize the text.. ?
Options
-
<b>
-
<strong>
-
<emph> or <em>
-
..
Ans : 3
​
74.On update cascade ensures what .. ?
Options
-
Data integrity
-
Normalization
-
Materialized
-
All
Ans : 1
75.Flow of information in R10.. ?
Options
-
Primary -> Secondary -> KT
-
Secondary -> Primary -> KT
-
KT -> SECONDARY -> PRIMARY
-
….
Ans : 3
76.Mobile devices connect with GPS and camera of our phone… ?
Options
-
True
-
False
Ans : 1
​
77.Delete lines from ‘this’ file .. ?
Options
-
Sed/’this’/d file
-
Delete –f this file
-
Sed/this/file
-
Sed/this/d file
Ans : 1
78.String ‘llp’ file case insensitive.. ?
Options
-
Grep –i ‘llp’ file.txt
-
Grep –wi ‘llp’ file.txt
-
Grep –w ‘llp’ file.txt
Ans : 1
79.<p>top news </p>
<blockquote url: hindu news…. Com</blockquote>
Todays news block quote display or not ?
Options
-
True
-
False
Ans : True