Mainframe Testing Engineer
Mainframe Testing Engineer Interview Questions and Answers
Q1. SQL quarry for 2nd max salary
Use SQL query with ORDER BY and LIMIT to find the 2nd highest salary in a table.
Use ORDER BY clause to sort the salaries in descending order
Use LIMIT 1,1 to get the second highest salary
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1
Q2. Explain various job abends
Job abends are abnormal ends to a job or program due to errors or exceptions.
Job abends can occur due to syntax errors in JCL or COBOL programs.
Data errors or invalid input can also cause job abends.
Resource constraints like lack of memory or disk space can lead to job abends.
Unexpected system failures or interruptions can result in job abends.
Examples include S0C7 (Data exception), S0C4 (Protection exception), and S522 (Insufficient space).
Mainframe Testing Engineer Jobs
Interview Questions of Similar Designations
Calculate your in-hand salary
Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Reviews
Interviews
Salaries
Users/Month