Text Field search using advanced search in JIRA

5 years ago

Text Field search can be done using the quick search, basic search, and advanced search. Search Filters assist the team…

Stakeholder Engagement & Management in Agile

5 years ago

Stakeholder Engagement and Stakeholder Management are arguably the most important ingredients for successful project delivery. Stakeholders of a project are…

Scrum vs Kanban – Agile Methodologies

5 years ago

Scrum Vs Kanban is about two different frameworks for implementing agile development. Kanban methodologies are continuous and more fluid, whereas…

JIRA Scrum Board – Create & Customize

5 years ago

JIRA Scrum Board is a tool to help teams to achieve their goals and deliver the product in the scheduled/committed…

WSJF – Weighted Shortest Job First Prioritization Technique

5 years ago

WSJF is a Prioritization method that helps calculate and understand what is the level of the financial impact of not…

CHANGE Input Data using SORT Lookup

5 years ago

CHANGE in OUTREC statement can be used to look up and change the content in the file while sorting. Build…

XML statement generation using SORT

5 years ago

We will generate XML statement from input records having fixed positions using SORT. We will use REMOVECC, HEADER1, BUILD, JFY,…

SAVE discarded records using SORT

5 years ago

Record Selection for Output File can be done using STARTREC, ENDREC, INCLUDE/OMIT, SAVE Parameters. Use SAVE to include records for…

Instagram Content: How to Create a Robust Plan for Your Brand

5 years ago

Instagram is a powerful marketing tool for businesses of all sizes. But simply setting up an account and posting at…

Business Analyst Interview Questions and Answers

5 years ago

Business Analyst helps businesses in improving processes, products, services and software through data analysis, research and then making recommendations about the…

Agile Estimation Techniques

5 years ago

Agile Estimation is the process of finding an approximation level of effort, which is a value that is usable for…

JOINKEYS File Match and Comparison

5 years ago

The JOINKEYS File Match utility help in comparing two files. JOINKEYS File Match operation is controlled by JOINKEYS, JOIN, and…

PSD Practice Assessment Random Mode Questions

5 years ago

Welcome to the PSD Practice Assessment Random Mode. This is Part III of 680 Questions - 1 set of 80…

PSD Practice Assessment Real Mode Questions

5 years ago

Welcome to the PSD Practice Assessment Real Mode. This is Part II of 680 Questions - 4 sets of 80…

EPIC JQL to find included Issues and Subtasks

5 years ago

EPIC JQL (Jira Query Language) lets you formulate search queries that exactly match your Jira configuration. Many JQL can show…

OUTFIL control statement in SORT JCL

5 years ago

The OUTFIL control statement describes the output file(s) and the processing to be done on the output records. OUTFIL processing…

Conditional Expressions use in COBOL

5 years ago

Conditional expressions identify conditions that are tested to enable the object program to select between alternate paths of control depending…

EVALUATE statement in COBOL Programs

5 years ago

EVALUATE statement is used for conditional processing which helps in eliminating a series of nested IF statements to test several…

Cloud Misconfiguration: What it is & How to Avoid It

5 years ago

Cloud security threats, especially those resulting from cloud misconfigurations, are on the rise even as cloud adoption increases. If an…

DB2 EXPLAIN: Access Path for Query Optimization

5 years ago

You can use the DB2 EXPLAIN statement to determine the access paths for the SELECT parts of your statements. DB2…

Sprint ID for an Active or Closed Sprint

5 years ago

JIRA doesn't have a direct "Sprint ID" field exposed in JQL (JIRA Query Language). In JIRA, the Sprint ID serves…

MERGE control statement use in SORT

5 years ago

The MERGE control statement must be used when a merge operation is to be performed; this statement describes the control…

INREC control statement use in SORT

5 years ago

The INREC control statements allow users to reformat an input record before processing. The user can  Define the parts of…

Find Duration – Add – Subtract – MOD Duration using COBOL

5 years ago

The FIND DURATION function is used to calculate duration between: Two dates A date and a timestamp Two times A…

File Handling Verbs in COBOL Programs

5 years ago

The collection of records belonging to the same entity is known as File. These records are stored permanently. File handling helps to organize…