ML/AI internship Intermediate assessment

ML/AI internship Intermediate assessment

Professional Development

30 Qs

quiz-placeholder

Similar activities

Хакатон 3 курс (9-12)

Хакатон 3 курс (9-12)

Professional Development

25 Qs

JAVA DATOTEKE 2 KOL

JAVA DATOTEKE 2 KOL

Professional Development

25 Qs

Python Lists and Dictionaries

Python Lists and Dictionaries

Professional Development

25 Qs

Errors

Errors

University - Professional Development

34 Qs

Ice Breaker

Ice Breaker

University - Professional Development

25 Qs

ITS 101 14 Review

ITS 101 14 Review

10th Grade - Professional Development

25 Qs

crm

crm

Professional Development

25 Qs

Quiz Test 02

Quiz Test 02

Professional Development

26 Qs

ML/AI internship Intermediate assessment

ML/AI internship Intermediate assessment

Assessment

Quiz

Computers

Professional Development

Practice Problem

Hard

Created by

John Padamadan

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

From the given choices point out the wrong statement.

Series is 1D labeled homogeneously-typed array

DataFrame is general 2D labeled, size-mutable tabular structure with potentially heterogeneously-typed columns

None of the mentioned

Panel is generally 2D labeled, also size-mutable array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we install numpy in the system ?

install numpy

pip install python numpy

pip install numpy python

pip install numpy

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to find the last element of list in Python? Assume `bikes` is the name of list.

bikes[0]

bikes[:-1]

bikes[lpos]

bikes[-1]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Operators with the same precedence are evaluated in which manner?

None of the mentioned

Right to Left

Can’t say

Left to Right

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the reserved keyword in Python

else

import

raise

All the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose listExample is [3, 4, 5, 20, 5, 25, 1, 3]. What is list1 after listExample.pop(1)?

[3, 4, 5, 20, 5, 25, 1, 3]

[1, 3, 3, 4, 5, 5, 20, 25]

[1, 3, 4, 5, 20, 5, 25]

[3, 5, 20, 5, 25, 1, 3]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose listExample is [‘h’,’e’,’l’,’l’,’o’].What is len(listExample)?

error

4

1

5

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?