1.  [1, 4, 9, 16, 25 ]

2.  [2, 4, 8, 16, 32 ]

3.  [1, 0, 1, 0, 1]

4.  Error

4
Correct Answer :

[2, 4, 8, 16, 32 ]


Explanation :
No Explanation available for this question

1.  Error

2.  Address of m

3.  1

4.  5

4
Correct Answer :

5


Explanation :
No Explanation available for this question

1.  True True12Error

2.  False False12

3.  True False 12Error

4.  False True12

4
Correct Answer :


True True
1
2
Error


Explanation :
No Explanation available for this question

1.  [1, 2, 3, 4, 5, 6, 7]

2.  No output

3.  [1, 2, 3, 4, 5, 6]

4.  Error

4
Correct Answer :

No output


Explanation :
No Explanation available for this question

1.  filter(lambda x:x

2.  filter(lambda x, y: x

3.  filter(reduce x

4.  reduce(x: x

4
Correct Answer :

filter(lambda x:x<0, l)


Explanation :
No Explanation available for this question

1.  [0, 1, 4, 9, 16, 25, 36, 49, 64, 81]

2.  Error

3.  [2, 3, 0, 1, 6, 7, 4, 5, 10, 11]

4.  No output

4
Correct Answer :

[2, 3, 0, 1, 6, 7, 4, 5, 10, 11]


Explanation :
No Explanation available for this question

1.  [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

2.  [0, 4, 16, 36, 64]

3.  Error

4.  No output

4
Correct Answer :

[0, 4, 16, 36, 64]


Explanation :
No Explanation available for this question

1.  True

2.  False

2
Correct Answer :

True


Explanation :
No Explanation available for this question

1.  [1, 2, 3]

2.  [0, 1, 2]

3.  error

4.  none of the mentioned

4
Correct Answer :

error


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python