Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Pega Developer Interview Questions, Process, and Tips

Updated 4 Jan 2025

Top Infosys Pega Developer Interview Questions and Answers

Infosys Pega Developer Interview Experiences

4 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the different types of harnesses?
  • Ans. 

    Different types of harnesses in Pega include main, screen, tab, and flow harnesses.

    • Main harness is the primary harness used for displaying the main content of a case.

    • Screen harness is used for displaying a single screen or form within a case.

    • Tab harness is used for displaying multiple screens or forms within a case in a tabbed format.

    • Flow harness is used for displaying screens or forms in a sequential flow within a cas

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Apr 2023. There were 2 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. Question related to previous work experience/task did on projects.
  • Q2. Agile methodology

Pega Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. What is difference between flow and flow action
asked in Accenture
Q2. Difference between decision tree and decision table
Q3. What is difference between Keyed Access and Parameterized Data Pa ... read more
asked in Accenture
Q4. How can you achieve Batch processing
Q5. What are different methods in REST?

I applied via Campus Placement and was interviewed before Oct 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 - Aptitude Test 

Very difficult apptitude questions on age and diatance train and all

Round 3 - Technical 

(4 Questions)

  • Q1. Completey depends on the projects mentioned in resume
  • Q2. What is rule resolution algorithm
  • Ans. 

    Rule resolution algorithm is a process used by Pega to determine which rule to execute when multiple rules with the same name exist.

    • Rule resolution algorithm considers the rule type, rule set, version, and availability when determining which rule to execute.

    • The algorithm follows a specific order of rule resolution, starting with the most specific rule and moving to more general rules.

    • If no rule is found, the system fal...

  • Answered by AI
  • Q3. What is situation layer cake
  • Ans. 

    Situation layer cake is a term used in software development to describe the different layers of a business process.

    • It refers to the layers of a business process, including the presentation layer, business logic layer, and data layer.

    • Each layer is responsible for a different aspect of the process, and they work together to achieve the desired outcome.

    • For example, in a banking application, the presentation layer would be...

  • Answered by AI
  • Q4. Difference between BPM and CRM
  • Ans. 

    BPM focuses on optimizing business processes while CRM focuses on managing customer interactions.

    • BPM involves analyzing and improving business processes to increase efficiency and productivity.

    • CRM involves managing customer interactions and relationships to improve customer satisfaction and loyalty.

    • BPM is more internally focused while CRM is more externally focused.

    • BPM may involve automation and streamlining of interna...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with pega basics and hands on also and on the situational questions

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Pega Case Management, Data types, Integrations worked on, Framework related questions if there's any experience..etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear on the basics, Understand and be in a position to explain each and every time that you have worked on.

Infosys interview questions for designations

 Developer

 (22)

 Software Developer

 (260)

 Java Developer

 (144)

 Salesforce Developer

 (35)

 Web Developer

 (22)

 Angular Developer

 (13)

 Plsql Developer

 (10)

 Application Developer

 (10)

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2021. There were 4 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 - Aptitude Test 

Logical Aptitude, Verbal, Numerical

Round 3 - Coding Test 

2 codes one small and easy , another big and medium difficultly

Round 4 - Behavioral 

(2 Questions)

  • Q1. Introduction , Academic Project,
  • Q2. Coding Questions, Company Related Questions

Interview Preparation Tips

Topics to prepare for TCS Software Developer interview:
  • Coding
Interview preparation tips for other job seekers - In aptitude focus on Logical and Verbal aptitude and work on projects and coding skills

I appeared for an interview before Jul 2021.

Round 1 - Aptitude Test 

This will be a general apptitude test where a questionnaire is consist of reasoning, English and Maths questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell us about yourself
  • Q2. What do you know about our company
  • Q3. Where do you see yourself in the next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself for general apptitude. And for interview one-on-one, Stay calm and focused. Just be yourself, know you gonna provide to the company

I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you willing to relocate?
  • Q2. Why should I hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - My technical and Hr interview done at same place. It lasted about 40minutes. The interviewer test both my technical knowledge and communication skills. I tell most of the answer. They check patience level.He stressed on my final year project . Asking about range and specification of compotents which I heve used in my project. Finally ask some HR questions.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

The test was started in the evening 4pm approx.
It was flexible due to Corona so we gave the test from our home only.
It had listening skill activity too according to which we were marked .
Interviewer was very supportive because of which it was easier for us to open up easily .

  • Q1. 

    Arithmetic Expression Evaluation Problem Statement

    You are provided with a string expression consisting of characters '+', '-', '*', '/', '(', ')' and digits '0' to '9', representing an arithmetic express...

  • Ans. 

    Evaluate arithmetic expressions in infix notation with given operators and precedence rules.

    • Parse the infix expression to postfix using a stack and then evaluate the postfix expression using another stack

    • Use a stack to keep track of operators and operands while parsing the expression

    • Handle operator precedence and associativity rules while converting to postfix and evaluating the expression

  • Answered by AI
  • Q2. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    The task is to determine if a given string of parentheses is balanced or not.

    • Iterate through the characters of the string and use a stack to keep track of opening parentheses.

    • When encountering an opening parenthesis, push it onto the stack. When encountering a closing parenthesis, check if it matches the top of the stack.

    • If the stack is empty at the end or there are unmatched parentheses, the string is not balanced.

    • Exa...

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Medium

Interview

  • Q1. 

    Reverse Number Problem Statement

    Ninja is exploring new challenges and desires to reverse a given number. Your task is to assist Ninja in reversing the number provided.

    Note:

    If a number has trailing ze...

  • Ans. 

    Implement a function to reverse a given number, omitting trailing zeros.

    • Create a function that takes an integer as input and reverses it while omitting trailing zeros

    • Use string manipulation to reverse the number and remove any trailing zeros

    • Handle test cases where the number has leading zeros as well

    • Ensure the reversed number is printed for each test case on a new line

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaCGPA above 6.5 and no active backlogsAccenture interview preparation:Topics to prepare for the interview - Oops, dmbs, rdbms, mysql, SDLC, projects, data structure and basic electronics.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : confidence is the key.
Tip 2 : focus on communication skills.
Tip 3 : be honest and well prepared about your projects and trainings .

Application resume tips for other job seekers

Tip 1 : it should be to the point.
Tip 2 : be honest. And one should know everything that is written down there.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java. Spring boot, micro service, hibernate
Round 2 - HR 

(1 Question)

  • Q1. Salary, technical, company details

Interview Preparation Tips

Topics to prepare for Accenture Software Developer interview:
  • Java
  • Spring Boot
  • Micro service
  • Hibernate
  • JSP
Interview preparation tips for other job seekers - Java, spring boot, micro service, hibernate

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All on php and java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for php for tcs some basis question also there

Infosys Interview FAQs

How many rounds are there in Infosys Pega Developer interview?
Infosys interview process usually has 2 rounds. The most common rounds in the Infosys interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Infosys Pega Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are Business Process Management, Pega, Java, Technology Solutions and Problem Solving.
What are the top questions asked in Infosys Pega Developer interview?

Some of the top questions asked at the Infosys Pega Developer interview -

  1. What is rule resolution algori...read more
  2. What are the different types of harness...read more
  3. What is situation layer c...read more

Tell us how to improve this page.

Infosys Pega Developer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Pega Developer Interview Questions from Similar Companies

View all
Infosys Pega Developer Salary
based on 204 salaries
₹2.8 L/yr - ₹10 L/yr
19% less than the average Pega Developer Salary in India
View more details

Infosys Pega Developer Reviews and Ratings

based on 9 reviews

3.6/5

Rating in categories

4.0

Skill development

3.5

Work-life balance

3.2

Salary

3.8

Job security

4.3

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 9 Reviews and Ratings
Technology Analyst
55.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
51k salaries
unlock blur

₹2.8 L/yr - ₹7.9 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.6 L/yr

Senior Associate Consultant
28.5k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview