1.  [1, 44]

2.  [1, 2, 3, 44]

3.  [44, 2, 3]

4.  [1, 2, 3]

4
Correct Answer :

[44, 2, 3]


Explanation :
No Explanation available for this question

1.  [1] [2] [3]

2.  [1] [1, 2] [1, 2, 3]

3.  [1, 2, 3]

4.  1 2 3

4
Correct Answer :

[1, 2, 3]


Explanation :
No Explanation available for this question

1.  None

2.  1

3.  2

4.  Error

4
Correct Answer :

2


Explanation :
No Explanation available for this question

1.  None

2.  a

3.  b

4.  c

4
Correct Answer :

c


Explanation :
No Explanation available for this question

1.  4

2.  5

3.  8

4.  12

4
Correct Answer :

5


Explanation :
No Explanation available for this question

1.  Lists

2.  Dictionary

3.  Set

4.  All of the mentioned

4
Correct Answer :

All of the mentioned


Explanation :
No Explanation available for this question

1.  2

2.  4

3.  5

4.  8

4
Correct Answer :

8


Explanation :
No Explanation available for this question

1.  1

2.  4

3.  5

4.  8

4
Correct Answer :

5


Explanation :
No Explanation available for this question

1.  None[3, 4, 5]

2.  None[1, 2, 3]

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

4.  [3, 4, 5]None

4
Correct Answer :

None
[3, 4, 5]


Explanation :
No Explanation available for this question

1.  Return a list containing every third item from L starting at index 0

2.  Return an empty list

3.  Return a list containing every third index from L starting at index 0

4.  Return a list containing the items from L starting from index 0, omitting every third item

4
Correct Answer :

Return a list containing every third item from L starting at index 0


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python