1.  4

2.  0

3.  An exception is thrown

4.  7

4
Correct Answer :

7


Explanation :
No Explanation available for this question

1.  {‘2’:2, ‘0’:0, ‘1’:1}

2.  OrderedDict([(‘0’, 0), (‘1’, 1), (‘2’, 2)])

3.  An exception is thrown

4.  ‘ ‘

4
Correct Answer :

OrderedDict([(‘0’, 0), (‘1’, 1), (‘2’, 2)])


Explanation :
No Explanation available for this question

1.  seed()

2.  sqrt()

3.  factorial()

4.  print()

4
Correct Answer :

print()


Explanation :
No Explanation available for this question

1.  4.5

2.  5

3.  4

4.  4.6

4
Correct Answer :

5


Explanation :
No Explanation available for this question

1.  (x**y)**z

2.  (x**y) / z

3.  (x**y) % z

4.  (x**y)*z

4
Correct Answer :

(x**y) \% z


Explanation :
No Explanation available for this question

1.  Error

2.  True

3.  False

4.  0

4
Correct Answer :

False


Explanation :
No Explanation available for this question

1.  4.5

2.  4.6

3.  4.57

4.  4.56

4
Correct Answer :

4.57


Explanation :
No Explanation available for this question

1.  Error

2.  True

3.  False

4.  4>2

4
Correct Answer :

True


Explanation :
No Explanation available for this question

1.  Error

2.  -5

3.  5

4.  5.0

4
Correct Answer :

5.0


Explanation :
No Explanation available for this question

1.  Error, 6

2.  12, Error

3.  12, 6

4.  Error, Error

4
Correct Answer :

Error, 6


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python