Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Jira Interview Questions and Answers – Part 1

What commandline tool you access in order to increase the memory for JIRA?

  • servicemem.exe
  • tomcat7w.exe (Ans)
  • jirasetup.exe
  • perfmon.exe

What does public mode mean in JIRA?

  • You can only run with a trial license
  • The server is placed on the internet.
  • Users can sign up them selfs. (Ans)
  • All information on the server is open for all users

What happens if you write a numberical value in quick search?

  • You can only use full keys in the quick search field
  • You get a syntax error message
  • If the numberical part of the issue key correspond to the input, the issue is displayed (Ans)
  • A create issue box is shown

Which is a not valid JQL?

  • text ~ “gps”
  • key=art-1 order by summary desc
  • order by summary
  • art-1=key (Ans)

Which is a valid way of making a field required?

  • By using a notification scheme
  • In the project setup menu, you click on the fields you want to set as required
  • By setting the required flag at the issue configuration
  • With a Field Configuration (Ans)

What does “transition” mean in JIRA?

  • Updating an issue
  • Closing an issue
  • Sending an issue to another system
  • Move from one status to another (Ans)

Which is not directly linked to a project?

  • Versions
  • Workflow scheme
  • Field Configuration Scheme
  • Screen (Ans)

What is true for a small JIRA installation?

  • Recent multicore server with 2 GB of RAM and a 7200 HD will do (Ans)
  • JIRA must have at least 4 GB of RAM allocated
  • You must have a minimum 8 core server with 16 GB of RAM and a SSD Raid setup
  • JIRA can only run on SATA hard-drives

How would you do a manual installation of Jira?

  • Use the archive-files and manually copy files (Ans)
  • You must use the installation wizard with -q parameters
  • Manual installations can only be done using the on-demand solution
  • You cannot do a manual installation of Jira

What is true about an issue?

  • All of the statements are correct (Ans)
  • An issue can be for example a bug, task or improvement
  • An issue must be belong to a project
  • An issue must have an unique key

Which is not a built-in event for triggering a webhook?

  • Issue Deleted
  • Issue Created
  • Worklog Updated
  • Worklog deleted (Ans)

What is the best way to migrate from Bugzilla?

  • You cannot migrate from Bugzilla
  • Use the built-in importer (Ans)
  • Use the CSV-importer
  • Import the values directly into the JIRA-database

How would you share a query with another JIRA user?

  • Send the JIRA query in as text in an email
  • Create a dashboard with the query and share the dashboard
  • Share the query by clicking the “share query” button in the search pane.
  • Create a filter and share the filter (Ans)

What does it mean that the workflow scheme is active?

  • It is in use and you have limited posibilites for change (Ans)
  • The workflow scheme is used by more than one project
  • The workflow scheme is obsolete
  • It is in use but you can still make any change

What is not true about transitions?

  • Transitions cannot be bi-directional (Ans)
  • You can trigger webhooks with transitions
  • A transition is needed in order to change status
  • You can only several transitions pr step

Which is a valid JQL?

  • order by summary, project=ART
  • project=ART and or project=MISC
  • select * from project=ART
  • project=ART order by summary desc (Ans)

You should avoid using

  • Work board
  • Classic boards (Ans)
  • Report board
  • Plan board

Start by creating the following type of tickets in Jira to create your backlog (Hint: INVEST)

  • Epic
  • Task
  • Bug
  • Story (Ans)

Use this report to determine bottlenecks

  • Epic report
  • Cumulative flow diagram (Ans)
  • Burndown chart
  • Sprint report

The start-stop-continue approach is used during?

  • Sprint Review
  • Sprint Retrospective (Ans)
  • Daily Scrum
  • Requirement planning

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

Top Jira interview questions and answers

What is the full form of Jira? JIRA is a tool developed by Australian Company Atlassian. … The JIRA’s full form is actually inherited from the Japanese word…

Read More

Jira Interview Questions and Answers – Part 4

Who is considered the father of Kanban in software? Xavier Morera David J. Anderson (Ans) Taichi Ohno Michael Vizdos Regarding new items to be worked on immediately,…

Read More

Jira Interview Questions and Answers – Part 3

How would you share a query with another JIRA user? Send the JIRA query in as text in an email Create a dashboard with the query and…

Read More

Jira Interview Questions and Answers – Part 2

What type of project should we create in Jira for the purpose of this training? Agile Scrum (Ans) Kanban Jira classic Gantt-chart project The following is only…

Read More

Enforce the JIRA issue id in a GIT commit message

Enforce the JIRA issue id in a GIT commit message This can be done by using git hooks file location at .git/hooks/commit-msg. Following are the 2 way…

Read More

Jira Installation Issues and troubleshooting

rajeshkumar created the topic: Jira Installation Issues and troubleshooting Error creating project, 401This resource requires WebSudo. Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn Rajesh Kumar I’m a…

Read More