BSA JQL Masters

BSA JQL Masters

Professional Development

10 Qs

quiz-placeholder

Similar activities

Employee Life Cycle

Employee Life Cycle

Professional Development

10 Qs

Teamwork and CollaborationFostering Engagement for Results 3

Teamwork and Collaboration Fostering Engagement for Results 3

Professional Development

10 Qs

Documentation : Formatting Messages in Third-Person POV

Documentation : Formatting Messages in Third-Person POV

Professional Development

6 Qs

SFRP December Knowledge check

SFRP December Knowledge check

Professional Development

10 Qs

Fun Scrum

Fun Scrum

Professional Development

8 Qs

Importing and Exporting - M6:Trade Documents and Transportation 

Importing and Exporting - M6:Trade Documents and Transportation 

Professional Development

10 Qs

PERSONAL BRANDING

PERSONAL BRANDING

Professional Development

6 Qs

Innovation

Innovation

University - Professional Development

7 Qs

BSA JQL Masters

BSA JQL Masters

Assessment

Quiz

Business

Professional Development

Hard

Created by

Priyank Patel

Used 5+ times

FREE Resource

AI

Enhance your content

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does assignee = currentUser() do?

Assigns an issue to the current user

Searches for issues assigned to current user.

Finds issues created by current user.

Filter issues updated by the current user.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. How do you retrieve tasks in progress?

  1. status = "To Do"

status = "In Progress"

status = "Done"

  1. status != "Blocked"

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. What operator is used to find issues containing a keyword in their description?

!~

~

IN

!=

4.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

  1. Which query finds high-priority bugs updated in the last week?

  1. issuetype = Bug AND priority = High AND updated >= -7d

issuetype = Bug AND priority IN High AND updated >= -7d

  1. priority = High AND type = Bug AND updated = -7d

issuetype = Bug AND priority = High AND updated <= -7d

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

  1. What does sprint IN openSprints() do?

Closes all open sprints.

Finds all completed sprints.

Filters issues in the current sprint.

Lists all open sprints without issues.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. Which query retrieves all issues labeled "urgent"?

labels = urgent

labels ~ urgent

label = "urgent"

label IN ("urgent")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. How do you search for issues created this month?

created >= startOfMonth()

created <= startOfMonth()

created IN startOfMonth()

created = startOfMonth()

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?