wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Full Stack Proficiency Quiz

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

What command initializes a Git repository?

a)

git init

b)

git create

c)

git new

d)

git start

2.

What command is used to check the status of a repository?

a)

git verify

b)

git log

c)

git check

d)

git status

3.

Which command adds all files to the staging area in Git?

a)

git push

b)

git commit

c)

git add

d)

git clone

4.

What does git clone do?

a)

Copies a repository from GitHub

b)

Renames a repository

c)

Deletes a repository

d)

Creates a new repository

5.

Which command switches between branches?

a)

Neither a nor b

b)

Both a and b

c)

git switch

d)

git checkout

6.

Which command is used to commit changes in Git?

a)

git merge

b)

git push

c)

git branch

d)

git commit -m 'message'

7.

What does git push do?

a)

Merges branches

b)

Deletes a branch

c)

Uploads changes to a remote repository

d)

Pulls changes from a remote repository

8.

What does git pull do?

a)

Clones a repository

b)

Deletes a repository

c)

Pushes local commits to GitHub

d)

Downloads and merges changes from a remote repository

9.

What is a merge conflict in Git?

a)

When two branches have conflicting changes

b)

When pushing changes to GitHub

c)

When a commit fails

d)

When Git crashes

10.

How do you resolve a merge conflict?

a)

Restart Git

b)

Use git reset --hard

c)

Manually edit the conflicting files and commit the changes

d)

Delete the repository

11.

What is a DAX function in Power BI?

a)

A visualization tool

b)

A data transformation function

c)

A cloud storage service

d)

A command-line tool

12.

What does 'Power Query' help with in Power BI?

a)

Data modeling

b)

User authentication

c)

Data cleaning and transformation

d)

Report designing

13.

Which of the following is a NoSQL database?

a)

PostgreSQL

b)

MySQL

c)

Oracle

d)

MongoDB

14.

Which command creates a new branch in Git?

a)

git create-branch

b)

git switch-branch

c)

git branch

d)

git new-branch

15.

Which function is used in MySQL to find the maximum value?

a)

AVG()

b)

Maximum()

c)

MAX()

d)

Min()

16.

Which SQL statement deletes all rows from a table?

a)

DELETE

b)

DROP

c)

CLEAR

d)

TRUNCATE

17.

Which data visualization tool is primarily used in Qlik Sense?

a)

All of the above

b)

Charts

c)

Tables

d)

Dashboards

18.

Which of the following is a cloud-based version control system?

a)

MangoDB

b)

GitHub

c)

MySQL

d)

Power BI

19.

Which command shows the commit history in Git?

a)

git history

b)

git status

c)

git log

d)

git commits

20.

What does the term ‘ETL’ stand for in data processing?

a)

Encode, Translate, Load

b)

Extract, Transform, Load

c)

Edit, Transfer, Load

d)

Evaluate, Transfer, List

21.

Which database language is used to query and manipulate databases?

a)

C++

b)

Java

c)

Python

d)

SQL

22.

What is the primary use of MySQL?

a)

Web designing

b)

Machine learning

c)

Database management

d)

Image editing

23.

Which Git command is used to discard changes in a file?

a)

git discard

b)

git revert

c)

git checkout --

d)

git reset

24.

In Power BI, what is the purpose of the Relationship view?

a)

To write SQL queries

b)

To manage user authentication

c)

To visualize table relationships

d)

To edit data

25.

Which of the following is a benefit of using Git?

a)

Collaboration

b)

Version control

c)

Code backup

d)

All of the above