Technical Assesment

Technical Assesment

Professional Development

25 Qs

quiz-placeholder

Similar activities

Códigos IATA Sudamérica

Códigos IATA Sudamérica

Professional Development

30 Qs

SRE Part 06

SRE Part 06

Professional Development

30 Qs

HACKATHON HUSTLE(ROUND 2)

HACKATHON HUSTLE(ROUND 2)

Professional Development

20 Qs

SRE Part03

SRE Part03

Professional Development

30 Qs

Basic 2 Python

Basic 2 Python

12th Grade - Professional Development

20 Qs

Bridge Course - Screening Test

Bridge Course - Screening Test

10th Grade - Professional Development

30 Qs

HACKATHON HUSTLE(ROUND 1)

HACKATHON HUSTLE(ROUND 1)

Professional Development

20 Qs

Basic Scripting

Basic Scripting

Professional Development

20 Qs

Technical Assesment

Technical Assesment

Assessment

Quiz

Professional Development

Professional Development

Hard

Created by

Echo Admin

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a function in Python?

def

function

define

func

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of type([]) in Python?

list

[]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a valid Python data type?

tuple

dict

array

set

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 3 * 'ab'?

'ab3'

'ababab'

'ab ab ab'

['ab', 'ab', 'ab']

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you handle exceptions in Python?

try/except

do/catch

try/catch

try/handle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to create a generator in Python?

return

yield

gen

await

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the with statement in Python?

Create loops

Create context managers

Import modules

Create functions

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?