1.  Every object in Python doesn’t have a unique id

2.  In Python Id function returns the identity of the object

3.  None of the mentioned

4.  All of the mentioned

4
Correct Answer :

In Python Id function returns the identity of the object


Explanation :
No Explanation available for this question

1.  01

2.  [0] [1]

3.  (’01’)

4.  (‘[0] [1]’,)

4
Correct Answer :

(‘[0] [1]’,)


Explanation :
No Explanation available for this question

1.  conversion of a Python object hierarchy into byte stream

2.  conversion of a datatable into a list

3.  conversion of a byte stream into Python object hierarchy

4.  conversion of a list into a datatable

4
Correct Answer :

conversion of a Python object hierarchy into byte stream


Explanation :
No Explanation available for this question

1.  error, there is more than one return statement in a single try-finally block

2.  3

3.  2

4.  1

4
Correct Answer :

2


Explanation :
No Explanation available for this question

1.  yes

2.  no

3.  machine dependent

4.  none of the mentioned

4
Correct Answer :

yes


Explanation :
No Explanation available for this question

1.  31 characters

2.  63 characters

3.  79 characters

4.  none of the mentioned

4
Correct Answer :

none of the mentioned


Explanation :
No Explanation available for this question

1.  _a = 1

2.  __a = 1

3.  __str__ = 1

4.  none of the mentioned

4
Correct Answer :

none of the mentioned


Explanation :
No Explanation available for this question

1.  my_string_1

2.  1st_string

3.  foo

4.  _

4
Correct Answer :

1st_string


Explanation :
No Explanation available for this question

1.  they are used to indicate a private variables of a class

2.  they confuse the interpreter

3.  they are used to indicate global variables

4.  they slow down execution

4
Correct Answer :

they are used to indicate a private variables of a class


Explanation :
No Explanation available for this question

1.  eval

2.  assert

3.  nonlocal

4.  pass

4
Correct Answer :

eval


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python