Home Company Questions Hexaware Interview Questions Hexaware Interview Questions - 8

Login Form




Hexaware Interview Questions - 8 Print E-mail

1. 1,!,2,@,3,#,4,$,5, ___  what is next in the series

Answer  : %

 

2. Nibble is equal to ____

Answer : 4 bits

 

3. Find the value of (1.99)2

Answer : 3.9601   (dont calc - should be near to 4)

 

4. If 38473ABC is divisible by 75 what is ABC in the same order.

 

5. Wat is WAP?

Answer :  Wireless Application Protocol.

 

6. Which is the oldest computing device still in use

Answer :  Abacus

 

7. |X| + X = 0 wat is the value of X

a) 1         b) 0          c) 1,0          d) None of these

 

8. Where is SIM card found

Answer : mobile phone (by the way can you expand SIM)

 

9.  92.168.100.4 - means what

Answer : IP Address

 

10. Expand CORBA

Answer : Common Object Request Broker Architeture

 

11. What is the lock symbol appearing in bottom of the browser mean

Answer : connection secured (confusing another choice is Verisign secured - you will see tick mark when it is Verisign authorised)

 

12. 2^(2^n) = 256 find 2^(2n)

 

13. f(x) = x! g(x)=x^10 h(x)= 10^x for large values of x which is greater?

 

14. Input a,b
while(3a+2b<100)
{
s=s+a;
a=a+2;
b=b-1;
}

for given values of a,b find the output

 

15. x+(1/x) = 2.5 find x^2 + (1/x^2)