1.  re.create(str)

2.  re.regex(str)

3.  re.compile(str)

4.  re.assemble(str)

4
Correct Answer :

re.compile(str)


Explanation :
No Explanation available for this question

1.  matches a pattern at the start of the string

2.  matches a pattern at any position in the string

3.  such a function does not exist

4.  none of the mentioned

4
Correct Answer :

matches a pattern at the start of the string


Explanation :
No Explanation available for this question

1.  matches a pattern at the start of the string

2.  matches a pattern at any position in the string

3.  such a function does not exist

4.  none of the mentioned

4
Correct Answer :

matches a pattern at any position in the string


Explanation :
No Explanation available for this question

1.  (‘we’, ‘are’, ‘humans’)

2.  (we, are, humans)

3.  (‘we’, ‘humans’)

4.  ‘we are humans’

4
Correct Answer :

(‘we’, ‘are’, ‘humans’)


Explanation :
No Explanation available for this question

1.  (‘we’, ‘are’, ‘humans’)

2.  (we, are, humans)

3.  (‘we’, ‘humans’)

4.  ‘we are humans’

4
Correct Answer :

‘we are humans’


Explanation :
No Explanation available for this question

1.  ‘are’

2.  ‘we’

3.  ‘humans’

4.  ‘we are humans’

4
Correct Answer :

‘humans’


Explanation :
No Explanation available for this question

1.  {‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}

2.  (‘horses’, ‘are’, ‘fast’)

3.  ‘horses are fast’

4.  ‘are’

4
Correct Answer :

{‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}


Explanation :
No Explanation available for this question

1.  {‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}

2.  (‘horses’, ‘are’, ‘fast’)

3.  ‘horses are fast’

4.  ‘are’

4
Correct Answer :

(‘horses’, ‘are’, ‘fast’)


Explanation :
No Explanation available for this question

1.  {‘animal’: ‘horses’, ‘verb’: ‘are’, ‘adjective’: ‘fast’}

2.  (‘horses’, ‘are’, ‘fast’)

3.  ‘horses are fast’

4.  ‘are’

4
Correct Answer :

‘are’


Explanation :
No Explanation available for this question

1.  caret

2.  ampersand

3.  percentage symbol

4.  newline

4
Correct Answer :

newline


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python