Which of the following built-in functions in Python can be used to check the data type of a variable var?
Anonymous Quiz
20%
check_type(var)
14%
get type(var)
46%
type(var)
19%
datatype(var)
🥰3🤔1
Which attribute is no longer supported in HTML5 ?
Anonymous Quiz
20%
class
12%
id
18%
style
51%
align on the <div> tag
👍1
🤯3
What is the primary purpose of the (git stash) command? (Asked in: Google & Amazon)
Anonymous Quiz
23%
To permanently delete uncommitted changes.
65%
To save uncommitted changes temporarily and revert the working directory to the last commit.
8%
To merge changes from a remote repository.
4%
To create a new branch.
What does HTTP status code 404 indicate? (Asked in: Most web development interviews)
Anonymous Quiz
11%
The server successfully processed the request.
63%
The requested resource was not found.
21%
The server encountered an internal error.
5%
The client made a bad request.
👍1