Easy Tutorial
For Competitive Exams

Placement Papers Amdocs

42437.Look at this series: 5.2, 4.8, 4.4, 4,… What number should come next?
3
3.3
3.5
3.6
42438.The SQL WHERE clause:
limits the column data that are returned.
limits the row data are returned.
Both A and B are correct.
Neither A nor B are correct.
42439.Which of the following is not the member of class?
Static function
Friend function
Const function
Virtual function
42440.The character of a nation is the result of its…
gross ignorance
cultural heritage
socio-political conditions
mentality
42441.vIn order to check if the pattern matches, the statement is
text==pattern
text.equals(pattern)
text.test(pattern)
pattern.test(text)
42442.Which command is used to display the top of the file?
cat
head
more
grep
42443.You have 10 users plugged into a hub running 10Mbps half-duplex. There is a server connected to the switch running 10Mbps half-duplex as well. How much bandwidth does each host have to the server?
100 kbps
1 Mbps
2 Mbps
10 Mbps
42444.Which of the following describe router functions?
Packet switching
Packet filtering
Internetwork communication
Path selection
42445.What will happen if a class is not having any name?
It cannot have a destructor.
It cannot have a constructor.
It is not allowed.
Both A and B.
42446.The SQL keyword BETWEEN is used:
for ranges.
to limit the columns displayed.
as a wildcard.
None of the above is correct.
42447.Which of the following is true regarding VTP?
All switches are VTP servers by default.
All switches are VTP transparent by default.
VTP is on by default with a domain name of Cisco on all Cisco switches.
All switches are VTP clients by default.
42448.What will be the result when non greedy repetition is used on the pattern /a+?b/ ?
Matches the letter b preceded by the fewest number of a’s possible
Matches the letter b preceded by any number of a
Matches letter a preceded by letter b, in the stack order
None of the mentioned
42449.According to the author his countrymen should.
read the story of other nations
not react to other actions
have a better understanding of other nations
have vital contacts with other nations
42450.Erin is twelve years old. For three years, she has been asking her parents for a dog. Her parents have told her that they believe a dog would not be happy in an apartment, but they have given her permission to have a bird. Erin has not yet decided what kind of bird she would like to have.
Erin’s parents like birds better than they like dogs.
Erin does not like birds.
Erin and her parents live in an apartment.
Erin and her parents would like to move.
42451.Which of the following can be overloaded?
Object
Functions
Operators
Both B and C
42452.What is the most essential purpose of parantheses in regular expressions ?
Define pattern matching techniques
Define subpatterns within the complete pattern
Define portion of strings in the regular expression
All of the mentioned
42453.Which of the following statement is correct?
The default value for an argument cannot be function call.
C++ allows the redefinition of a default parameter.
Both A and B.
C++ does not allow the redefinition of a default parameter.
42454.Which command is used to terminate a process?
shutdown
haltsys
cancel
kill
42455.In a network with dozens of switches, how many root bridges would you have?
1
2
5
12
42456.SQL is:
a programming language.
an operating system.
a data sublanguage.
a DBMS.
Share with Friends