Python HR Interview

Python HR Interview

University

25 Qs

quiz-placeholder

Similar activities

Perangkat Keras ( Hardware )

Perangkat Keras ( Hardware )

4th Grade - University

20 Qs

ITE-1-Ch01_Quiz01

ITE-1-Ch01_Quiz01

University

22 Qs

2. Ayo Main Quiz Lagi

2. Ayo Main Quiz Lagi

University - Professional Development

20 Qs

Python 101

Python 101

University

20 Qs

Quiz robopro

Quiz robopro

University

21 Qs

Demo 2024

Demo 2024

University

23 Qs

Sains Data- Middle Test

Sains Data- Middle Test

University

25 Qs

Cell Energy Remediation

Cell Energy Remediation

9th Grade - University

20 Qs

Python HR Interview

Python HR Interview

Assessment

Quiz

Science

University

Medium

Created by

KARTHIK NAMA

Used 4+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(type([]))?

<class 'tuple'>

<class 'list'>

<class 'dict'>

<class 'set'>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is immutable in Python?

List

Set

Tuple

Dictionary

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of bool("") in Python?

True

False

None

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Braces {}

Indentation

Parentheses ()

Semicolon ;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default return type of input() function?

int

str

float

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used for function in Python?

fun

def

function

define

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(2 ** 3)?

6

8

9

Error

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?