Upload Button Icon Add office photos

Filter interviews by

Peaksense Technologies Mainframe Developer Interview Questions and Answers

Updated 18 Dec 2022

Peaksense Technologies Mainframe Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tech questions related to database and JCl
  • Q2. Mostly scenario based
Round 3 - HR 

(2 Questions)

  • Q1. Discussion about location
  • Q2. Package discussion other benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with basics ,tools , previous projects , challenges faced during the employment

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Fair and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff between static and dynamic call
  • Ans. 

    Static call is resolved at compile time, while dynamic call is resolved at runtime.

    • Static call is determined at compile time based on the code structure.

    • Dynamic call is determined at runtime based on the actual object being referenced.

    • Static call is faster as it does not require runtime resolution.

    • Dynamic call allows for flexibility and polymorphism in programming.

    • Example: In Java, static method calls are resolved at c...

  • Answered by AI
  • Q2. Diff between index and subscript
  • Ans. 

    Index is the position of an element in an array, while subscript is the value used to access that element.

    • Index starts from 0 in most programming languages.

    • Subscript is the value enclosed in square brackets used to access an element in an array.

    • Example: In array arr = [10, 20, 30], arr[1] has index 1 and subscript value 20.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Location discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of utilities in mainframe
  • Ans. 

    Mainframe utilities are software programs used for various tasks like data management, job scheduling, and system maintenance.

    • IEFBR14 - used for creating empty datasets

    • IEBCOPY - used for copying datasets

    • IEBGENER - used for generating datasets

    • IDCAMS - used for defining and managing VSAM datasets

    • DFSORT - used for sorting and merging datasets

  • Answered by AI
  • Q2. Differentiate between Comp vs Comp3
  • Ans. 

    Comp is a binary data type with fixed length, while Comp3 is a packed decimal data type with variable length.

    • Comp is binary and fixed length, while Comp3 is packed decimal and variable length

    • Comp stores data in binary format, while Comp3 stores data in packed decimal format

    • Comp uses 4 bytes for each field, while Comp3 uses variable length depending on the precision required

    • Example: Comp field with value 1234 will be st...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Mainframe Developers.

    • Consider my years of experience in Mainframe development

    • Research the average salary for Mainframe Developers in the current market

    • Factor in the location and size of the company

  • Answered by AI
  • Q2. What you want to leave your current organisation
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a more challenging role that allows me to further develop my skills

    • Interested in exploring new technologies and methodologies

    • Seeking a more supportive and collaborative work environment

    • Want to take on more responsibility and leadership opportunities

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Static call details,string handle
  • Q2. COBOL db2 bind deatail , null indicates
Round 2 - One-on-one 

(2 Questions)

  • Q1. Complex situations in project
  • Ans. 

    Handling complex situations in projects requires problem-solving skills, communication, and collaboration.

    • Identify the root cause of the complexity

    • Break down the problem into smaller tasks

    • Collaborate with team members to brainstorm solutions

    • Communicate effectively with stakeholders to manage expectations

    • Prioritize tasks based on urgency and impact

  • Answered by AI
  • Q2. How many people u lead

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. All topics covered including sort
  • Q2. Db2 queries like select insert, DML,DDL
  • Q3. Cobol inspect statement, Cursors, Dynamic and Static calls
Round 2 - Technical 

(1 Question)

  • Q1. SQL queries , Table declarations, DML,DDL statements
Round 3 - HR 

(1 Question)

  • Q1. About yourself, package discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Precompilation process
  • Q2. How do you do Load and Unload Process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Jobs / jcls/proc
  • Q2. Jobs/jcls/proc/cobol/db2/cics/mainframe technical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Asked about my current project and asked to explain the Cobol program written for that 2. Difference between Call by reference and Call by Content 3. Difference between Primary Key, Unique key and forei...
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is join key
  • Ans. 

    Join key is a field used to match records from two different data sets in a database or data processing system.

    • Join key is used in JOIN operations to combine data from multiple tables based on a common field.

    • It is typically used in SQL queries to specify the columns that should be used to match records between tables.

    • For example, in a customer and order database, the customer ID could be the join key to link customer i

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What's the use of repro
  • Ans. 

    REPRO is a utility program used in mainframe systems to copy or replicate datasets.

    • Used to copy datasets from one location to another

    • Can be used to replicate datasets for backup purposes

    • Helps in transferring datasets between different systems or environments

  • Answered by AI

Peaksense Technologies Interview FAQs

How many rounds are there in Peaksense Technologies Mainframe Developer interview?
Peaksense Technologies interview process usually has 3 rounds. The most common rounds in the Peaksense Technologies interview process are HR, Resume Shortlist and Technical.
What are the top questions asked in Peaksense Technologies Mainframe Developer interview?

Some of the top questions asked at the Peaksense Technologies Mainframe Developer interview -

  1. Tech questions related to database and ...read more
  2. Package discussion other benef...read more
  3. Mostly scenario ba...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Peaksense Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
62 salaries
unlock blur

₹4 L/yr - ₹9.1 L/yr

Data Engineer
34 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Mulesoft Developer
20 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Software Developer
16 salaries
unlock blur

₹4.1 L/yr - ₹8.5 L/yr

Devops Engineer
12 salaries
unlock blur

₹4.8 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Peaksense Technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.7
Compare

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
Did you find this page helpful?
Yes No
write
Share an Interview