Admin

Agile Coach Interview Questions and Answers – II

Agile Coach is a catalyst, change agent and servant leader who help train corporate teams on the agile methodology and…

5 years ago

Kanban Board – Create & Customize for Kanban Team

Kanban board provides transparency of work, team capacity, increases efficiency, and helps to visualization of work. Kanban means is a…

5 years ago

JIRA Structure – Create & Manage Epics and Stories

JIRA Structure helps the team visualize, track and manage progress across JIRA projects. It lets you build hierarchical lists and…

5 years ago

COBOL MERGE statement with Examples

The COBOL MERGE statement combines two or more identically sequenced files on a set of specified keys.  As part of…

5 years ago

COBOL SORT statement with Examples

COBOL SORT files are common functionalities of COBOL applications. Sorting is required for sequential processing as the files need to…

5 years ago

VSAM EXPORT-IMPORT using IDCAMS with Examples

The VSAM EXPORT-IMPORT commands are usually used to take the backup and recovery. The EXPORT option is used to export…

5 years ago

VSAM DELETE using IDCAMS with Examples

VSAM cluster should be deleted using IDCAMS utility. VSAM DELETE command can be used to delete the VSAM or non-VSAM objects…

5 years ago

VSAM VERIFY EXAMINE using IDCAMS with Examples

The VSAM VERIFY command is used to verify, and if necessary, update, the end of file information in the VSAM…

5 years ago

VSAM PRINT using IDCAMS with Examples

VSAM PRINT command is used to print the contents of VSAM or non-VSAM datasets. Contents can be printed in various…

5 years ago

VSAM REPRO using IDCAMS with Examples

VSAM REPRO command is used to copy data from one file(Input file) to another file(Output file). Input & Output files…

5 years ago

VSAM Alternate Index using IDCAMS with Examples

VSAM Alternate index is the additional index that is created for KSDS/ESDS datasets (but not RRDS or extended ESDS) in…

5 years ago

VSAM DEFINE CLUSTER using IDCAMS with Examples

VSAM DEFINE CLUSTER is used to define attributes for the cluster as a whole or for the components like data…

5 years ago

SQL Subqueries with IN or NOT IN operator

SQL Subqueries with IN or NOT IN check is similar to the ANY and SOME checks. Use the IN clause for multiple-record,…

5 years ago

SQL subqueries with operations & examples

SQL Subqueries are also called inner queries or inner select or a nested queries. The statement containing the subquery is…

5 years ago

SQL Subqueries with ANY or ALL operator

Comparison operators (=, >, < , etc.) are used only on subqueries that return one row. SQL Subqueries with ANY and ALL operators, you can…

5 years ago

OUTER JOIN – step by step walkthrough with examples

The JOIN operation allows you to combine rows from two or more tables based on a related column. OUTER JOIN…

5 years ago

Power Interest Grid – Prioritize Stakeholders

A Power Interest Grid is a matrix used for categorizing or prioritizing stakeholders during a project to allow them to…

5 years ago

Ishikawa Diagram use in Root Cause Analysis

Ishikawa diagram is a graphic technique, that is used for displaying the characteristics of a given situation or problem. It…

5 years ago

INNER JOIN – step by step walkthrough with examples

There are four basic types of JOINS – Inner, Outer (left, right, full), Self and Cross join. An inner join…

5 years ago

ASM – Agile Scrum Master Certification – EXIN

ASM - Agile Scrum Master certification is offered by EXIN. It involves a combination of methodologies, Scrum practices, and practical…

5 years ago

Tuckman Ladder Model – Team Development

Tuckman Ladder Model is one of the models used to describe the process or different stages of team development. These four stages…

5 years ago

CAST expression to convert data type – SQL

CAST expression is used to convert one data type to another. It is similar to the various field-type functions (e.g.…

5 years ago

CSV – PIPE TO FIXED LENGTH FORMAT

Let's say your input file has data that is delimited by PIPE or COMMA e.g. you have uploaded a CSV…

5 years ago

Agile Maturity Index & Agile Maturity Level

Agile Maturity Index is a way to know what the degree of maturity of the team is measured by applying…

5 years ago

Planning Onion – Levels of Agile Planning

In Agile planning, there are many layers of planning involved, which gives the name “ Planning Onion ” to Agile…

5 years ago