1.  [2, 33, 222, 14]

2.  Error

3.  25

4.  [25, 14, 222, 33, 2]

4
Correct Answer :

[2, 33, 222, 14]


Explanation :
No Explanation available for this question

1.  A

2.  Daman

3.  Error

4.  n

4
Correct Answer :

n


Explanation :
No Explanation available for this question

1.  [2, 6, 4]

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

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

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

4
Correct Answer :

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


Explanation :
No Explanation available for this question

1.  [0, 1, 2, 3]

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

3.  [0.0, 0.5, 1.0, 1.5]

4.  [0.0, 0.5, 1.0, 1.5, 2.0]

4
Correct Answer :

[0.0, 0.5, 1.0, 1.5]


Explanation :
No Explanation available for this question

1.  True

2.  False

3.  Error

4.  None

4
Correct Answer :

False


Explanation :
No Explanation available for this question

1.  list1.add(5)

2.  list1.append(5)

3.  list1.addLast(5)

4.  list1.addEnd(5)

4
Correct Answer :

list1.append(5)


Explanation :
No Explanation available for this question

1.  list1.insert(3, 5)

2.  list1.insert(2, 5)

3.  list1.add(3, 5)

4.  list1.append(3, 5)

4
Correct Answer :

list1.insert(2, 5)


Explanation :
No Explanation available for this question

1.  list1.remove(“hello”)

2.  list1.remove(hello)

3.  list1.removeAll(“hello”)

4.  list1.removeOne(“hello”)

4
Correct Answer :

list1.remove(“hello”)


Explanation :
No Explanation available for this question

1.  0

2.  1

3.  4

4.  2

4
Correct Answer :

2


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python