1.  [3, 7, 8, 6, 1, 2]

2.  Syntax error

3.  [3,[7,8],6,1,2]

4.  [3,4,6,7,8]

4
Correct Answer :

[3, 7, 8, 6, 1, 2]


Explanation :
No Explanation available for this question

1.  [1, 2, 3]

2.  (1, 2, 3)

3.  {1, 2, 3}

4.  {}

4
Correct Answer :

(1, 2, 3)


Explanation :
No Explanation available for this question

1.  print(t[3])

2.  t[3] = 45

3.  print(max(t))

4.  print(len(t))

4
Correct Answer :

t[3] = 45


Explanation :
No Explanation available for this question

1.  (1, 2)

2.  (1, 2, 4)

3.  (2, 4)

4.  (2, 4, 3)

4
Correct Answer :

(2, 4)


Explanation :
No Explanation available for this question

1.  (1, 2)

2.  (1, 2, 4)

3.  (2, 4)

4.  (2, 4, 3)

4
Correct Answer :

(2, 4)


Explanation :
No Explanation available for this question

1.  [2, 3, 9]

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

3.  [1, 4, 8]

4.  (1, 4, 8)

4
Correct Answer :

[1, 4, 8]


Explanation :
No Explanation available for this question

1.  40

2.  45

3.  “john”

4.  “peter”

4
Correct Answer :

40


Explanation :
No Explanation available for this question

1.  (1, 2, 1, 2)

2.  [1, 2, 1, 2]

3.  (1, 1, 2, 2)

4.  [1, 1, 2, 2]

4
Correct Answer :

(1, 2, 1, 2)


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.  1

2.  2

3.  5

4.  Error

4
Correct Answer :

Error


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python