Backend Assignment

Backend Assignment

20 Qs

quiz-placeholder

Similar activities

Features of Memory

Features of Memory

12th Grade

17 Qs

Chemical service

Chemical service

11th Grade

20 Qs

NDT -QUIZ- 4

NDT -QUIZ- 4

University

20 Qs

Psychology - Research Methods

Psychology - Research Methods

12th Grade

15 Qs

STAAR Security/Procedures Training

STAAR Security/Procedures Training

1st - 5th Grade

15 Qs

carpentry

carpentry

7th - 8th Grade

15 Qs

DNA Fingerprinting

DNA Fingerprinting

9th - 10th Grade

25 Qs

Machine Learning Pipeline and Models Quiz

Machine Learning Pipeline and Models Quiz

University

20 Qs

Backend Assignment

Backend Assignment

Assessment

Quiz

Other

Hard

Created by

Husna Shaik

Used 53+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python supports the creation of anonymous functions at runtime, using a construct called __________

Pi

anonymous

Lambda

None of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is serialization and deserialization?

A. Serialization - Converting the Python object to json.

Deserialization - Converting json object to Python data 

B. Serialization - Converting the Json object to Python.

Deserialization - Converting Python object to Json data 

C. Both A and B

D. None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is polymorphism?

A.Function/ Identifier having same name different purpose

B.Function/ Identifier having Different name different purpose

C.Function/ Identifier having Same name Same purpose

D.None

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Git Is a Code Repository Management tool

True

False

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are data types in Python ?

Integer

float

String

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Reverse a list L in 1 line without using function

L[:-1]

L[::-1]

L{:-1}

L(::-1)

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How to insert key val pair in dictonary

A. D = {}

D[‘key’] = ‘value’

B. D = ()

D('Key') = ‘value’

C. D = []

D{'Key'} =‘value’

D. None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?