Common Jobs

Common Jobs Logo

Wipro Assessment

1 / 78

Which is not the prime number?.

2 / 78

bells commence tolling together and toll at intervals of 3, 6, 9, 12, 15
and 18 seconds respectively. In 60 minutes, how many times do they
toll together ?

3 / 78

What decimal of 10 hours is a minute?

4 / 78

HCF of two numbers is 11 and their LCM is 385. If the numbers do
not differ by more than 50, what is the sum of the two numbers

5 / 78

What will be the output of the following Java program?
1. class leftshift_operator
2. {
3. public static void main(String args[])
4. {
5. byte x = 64;
6. int i;
7. byte y;
8. i = x << 2;
9. y = (byte) (x << 2);
10. System.out.print(i + " " + y);
11. }
12. }

6 / 78

‘A’ can do a work in 10 days and ‘B’ in 15 days. If they work on it
together for 3 days, then the work that is left is :

7 / 78

Find wrong number in series: 12, 25, 49, 99, 187, 395, 789

8 / 78

Which of the below is not a Java Profiler?

9 / 78

Which is the correct basic syntax of the Control directive?

10 / 78

Which one of the following is not an access modifier?

11 / 78

Find wrong number in series: 23, 29, 31, 33, 41, 43, 47

12 / 78

What is the return type of IsPostBack property?

13 / 78

What is the numerical range of a char data type in Java?

14 / 78

What is the correct syntax to create ASP.NET Calendar control?

15 / 78

Statements:
I – Some C are T
II – Some T are R
III – All R is M

Conclusions:
I. Some M are T
II. Some C are M
Choose the correct option given below:

16 / 78

Which of the following is a superclass of every class in Java?

17 / 78

What is the extension of compiled java classes?

18 / 78

The ____ class is used to summarize the error messages from all
validators on a Web page in a single location.

19 / 78

What will be the output of the following Java code?
1. class String_demo
2. {
3. public static void main(String args[])
4. {
5. char chars[] = {'a', 'b', 'c'};
6. String s = new String(chars);
7. System.out.println(s);
8. }

9. }

20 / 78

The CSS stands for ____.

21 / 78

Which is the correct basic syntax of Application directive?

22 / 78

Which development model(s) is/are supported by ASP.Net?

23 / 78

Which of the following method is used to register client script using
code dynamically?

24 / 78

Two cars with speed of 15 kmph and 30 kmph respectively are 100
km apart and face each other. The distance between them 5 minutes
before crossing is

25 / 78

Select a word from the given options that fit the blank most
appropriately.
Statement: Drugs and Alcohol ____ together to ____ the risk of cancer
in both men and women.

26 / 78

What will be the output of the following Java code?
1. class output
2. {
3. public static void main(String args[])
4. {
5. String c = "Hello i love java";
6. boolean var;
7. var = c.startsWith("hello");
8. System.out.println(var);
9. }
10. }

27 / 78

18)Statements:
I – Some C are T
II – Some T are R
III – All R is M
Conclusions:
I. Some M are T
II. Some C are M
Choose the correct option given below:

28 / 78

Statements:
I – All mangoes are bananas.
II – Some bananas are a globe.
III – All globe are square.
Conclusions:
I. Some mangoes are square.
II. No mango is square.
Choose the correct option given below:

29 / 78

2 pipes A and B can fill a tank in 20 minutes and 30 minutes
respectively. Both pipes are opened. The tank will be filled in just 15
minutes, if the B is turned off after:

30 / 78

What will be the output of the following Java program?
1. class variable_scope
2. {
3. public static void main(String args[])
4. {
5. int x;
6. x = 5;
7. {
8. int y = 6;
9. System.out.print(x + " " + y);
10. }
11. System.out.println(x + " " + y);
12. }
13. }

31 / 78

Re-arrange the parts of the sentence so as to make a meaningful
sentence.
A) The prime minister
B) with the guards
C) along
D) has arrived

32 / 78

What day is 14th of a month?
Statement I – 3rd Saturday of the month is seventeenth
Statement II – 2nd last day of the month is Tuesday

33 / 78

Which of the following statement is correct about FileUpload control in
ASP.NET?

34 / 78

What namespace is used for ASP.NET Web Form by default?

35 / 78

What will be the output of the following Java program?
1. class Output
2. {
3. public static void main(String args[])
4. {
5. int arr[] = {1, 2, 3, 4, 5};
6. for ( int i = 0; i < arr.length - 2; ++i)
7. System.out.println(arr[i] + " ");
8. }
9. }

36 / 78

What will be the output of the following Java program?

1. class Output
2. {
3. public static void main(String args[])
4. {
5. double x = 2.0;
6. double y = 3.0;
7. double z = Math.pow( x, y );
8. System.out.print(z);
9. }
10. }

37 / 78

Select the correct ANTONYM for:
Arise

38 / 78

A name adopted by an author in his writings

39 / 78

ASP.NET is a ____.

40 / 78

In his first public speech, the newly elected defence minister said
that leaks in defence matters could potentially ____ military operations.

41 / 78

A boatman takes 3 hours 45 minutes to travel 15 km downstream
and takes 2 hours 30 minutes to travel 5 km upstream of a river. What is
the speed of the stream of the river in km/h?

42 / 78

What is not the use of “this” keyword in Java?

43 / 78

Find the greatest number that will divide 355, 54 and 103 so as to leave the same remainder in each case

44 / 78

What will be the next number? 3, 5, 7, 11, 13, 17…….

45 / 78

Two numbers are in the ratio of 2:9. If their H. C. F. is 19, numbers
are:

46 / 78

What is the correct syntax to create ASP.NET CheckBox control?

47 / 78

Which of the following method is used to save the selected file using
FIleUpload control?

48 / 78

Find wrong number in series: 4, 5, 7, 12, 19, 35

49 / 78

Which of the following property is used to set the font for ASP.NET
CheckBox control?

50 / 78

Which of the following is not an ASP.NET component?

51 / 78

synonms of Study of birds

52 / 78

What is the full form ASP?

53 / 78

Which is the correct syntax to add an event handler in ASP.Net?

54 / 78

The average of 10 numbers is 0. Of them, how many can be smaller
than zero, at most?

55 / 78

Three pipes A, B and C are connected to a tank. Working alone,
they require 10 hours, 20 hours and 30 hours respectively. After some
time, A is closed and after another 2 hours, B is also closed. C works
for another 14 hours so that the tank gets filled completely. Find the
time (in hours) after which pipe A was closed.

56 / 78

. Which of these keywords is used to define interfaces in Java?

57 / 78

What is the correct syntax to create ASP.NET FileUpload control?

58 / 78

If the average of four consecutive odd numbers is 12, find the
smallest of these numbers?

59 / 78

Statements:
I – Some S are L
II – Some C are P
III – All P is R
Conclusions:
I. Some P are L
II. Some C are R
Choose the correct option given below:

60 / 78

Which of the following is true about servlets?

61 / 78

Select the correct SYNONYM for:
Almost

62 / 78

If the average of four consecutive odd numbers is 12, find the
smallest of these numbers?

63 / 78

9848 x 125 = ?

64 / 78

Which of these statements is incorrect about Thread?

65 / 78

A pump can fill a tank with water in 1 hour. Because of a leak, it took
1.5 hours to fill the tank. The leak can drain all the water of the tank in:

66 / 78

What is the difference between session object and application object in
ASP.Net?

67 / 78

What is Truncation in Java?

68 / 78

A person employed a group of 20 men for a construction job. These
20 men working 8 hours a day can complete the job in 28 days. The
work started on time but after 18 days, it was observed that two-thirds
of the work was still pending. To avoid penalty and complete the work
on time, the employer had to employ more men and also increase the
working hours to 9 hours a day. Find the additional number of men
employed if the efficiency of all men is the same.

69 / 78

Which of these keywords are used for the block to be examined for exceptions?

70 / 78

Which of the following is not an OOPS concept in Java?

71 / 78

What will be the output of the following Java code?
1. class box
2. {
3. int width;
4. int height;
5. int length;
6. }
7. class main
8. {
9. public static void main(String args[])
10. {
11. box obj = new box();
12. obj.width = 10;
13. obj.height = 2;

14. obj.length = 10;
15. int y = obj.width * obj.height * obj.length;
16. System.out.print(y);
17. }
18. }

72 / 78

Find wrong number in series:
2, 3, 6, 0, 8, -3, 14, -6

73 / 78

If Geeta can give a start of 100 m of distance or 20 s of time to her
friend Meena in a race of 1000 meters. How much time Geeta will take
to cover the 1000 meters?

74 / 78

Two outlet pipes A and B are connected to a full tank. Pipe A alone
can empty the tank in 10 minutes and pipe B alone can empty the tank
in 30 minutes. If both are opened together, how much time will it take to
empty the tank completely?

75 / 78

Which of the following programming language can be used with
ASP.NET?

76 / 78

Select the correct SYNONYM for:
Together

77 / 78

3)The smallest 5 digit number exactly divisible by 11 is:

78 / 78

In an IPL match, the current run rate of CSK is 4.5 in 6 overs. What
should be the required run rate of CSK inorder to achieve the target of
153 against KKR?

Your score is

The average score is 32%

0%