Upload Button Icon Add office photos

Filter interviews by

Revature Pega Developer Interview Questions, Process, and Tips

Updated 6 Sep 2024

Revature Pega Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Diff between flow and flow action
  • Ans. 

    Flow is a sequence of steps in a process, while flow action is a specific action within a flow.

    • Flow is a series of connected steps that define a process in Pega.

    • Flow action is a specific action within a flow, such as creating a case or updating data.

    • Flows can contain multiple flow actions, each representing a specific task or decision point.

    • Flow actions can be configured to perform different actions based on conditions

  • Answered by AI
  • Q2. Diff between JS and QP
  • Ans. 

    JS stands for JavaScript, a programming language used for web development. QP stands for Query Parser, a tool used for parsing and analyzing queries.

    • JS is a programming language used for web development.

    • QP is a tool used for parsing and analyzing queries.

    • JS is used for client-side scripting, while QP is used for query parsing and analysis.

    • Examples: JavaScript is used to create interactive web pages, while Query Parser ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain Remote tracer
  • Ans. 

    Remote tracer is a tool used in Pega to remotely debug and trace the execution of rules and activities in a system.

    • Remote tracer allows developers to monitor and analyze the flow of rules and activities in real-time.

    • It helps in identifying performance bottlenecks, debugging issues, and optimizing rule execution.

    • Developers can set breakpoints, watch variables, and step through the execution flow remotely.

    • Remote tracer c...

  • Answered by AI
  • Q2. Explain integrations in pega
  • Ans. 

    Integrations in Pega refer to connecting Pega applications with external systems to exchange data and functionality.

    • Integrations can be achieved using connectors, services, and APIs.

    • Pega provides out-of-the-box connectors for popular systems like Salesforce, SAP, and Microsoft.

    • Integration can also be done through REST and SOAP services.

    • Data mapping and transformation are important aspects of integrations in Pega.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

They asked some general Quantitative and logical questions and code snippets.

Round 2 - Technical 

(2 Questions)

  • Q1. String Reverse and Two Sum
  • Q2. Related to my projects and Tech Stacks
Round 3 - Technical 

(2 Questions)

  • Q1. This is the Second technical round. The interviewer asked about everything from my project.
  • Q2. Asked some sql queries like joins and set operation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Understand the business idea of your Project and Tech Stacks
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

We can easily pass the test cases

Round 2 - One-on-one 

(5 Questions)

  • Q1. OOPS, Exception Handling, Collections, Arrays, Strings
  • Q2. What is Interface
  • Ans. 

    Interface in Java is a reference type, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types.

    • Interfaces are used to define a contract for classes that implement them.

    • Classes can implement multiple interfaces in Java.

    • Interfaces cannot have instance fields, constructors, or non-static methods.

    • Example: interface Shape { void draw(); }

    • Example: class Circle...

  • Answered by AI
  • Q3. What is Abstractin
  • Ans. 

    Abstraction is a concept in object-oriented programming where only relevant data is shown to the user while hiding unnecessary details.

    • Abstraction helps in simplifying complex systems by only showing essential features.

    • It allows for creating abstract classes and interfaces in Java.

    • Example: In a car, the driver only needs to know how to drive it without understanding the internal workings of the engine.

  • Answered by AI
  • Q4. Explain about Exception and Exception handling
  • Ans. 

    Exceptions are unexpected events that disrupt the normal flow of a program. Exception handling is the process of dealing with these events.

    • Exceptions are objects that represent an abnormal condition or error in a program.

    • Exception handling allows developers to gracefully handle errors and prevent the program from crashing.

    • Java provides try-catch blocks for handling exceptions. The try block contains the code that may t...

  • Answered by AI
  • Q5. Explain Arrays and Strinds
  • Ans. 

    Arrays are a collection of elements of the same data type, while Strings are a sequence of characters.

    • Arrays can store multiple values of the same data type, accessed by index.

    • Strings are immutable sequences of characters, can be manipulated using various methods.

    • Example: int[] numbers = {1, 2, 3}; String name = "John";

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. SDLC process and how it is implemented in project
  • Q2. About projects, it's Objective, the role I have worked, output
  • Q3. Data structure, DBMS concepts
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

It was easy, the topic is upi

Round 2 - Aptitude Test 

Aptitude + coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. It's about my projects
  • Q2. And few Javascript questions
Round 4 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell me about
  • Q2. Your self they are asking
  • Q3. What is your weakness
  • Q4. Any questions ask for me
  • Q5. All the best future
Round 2 - Coding Test 

Coding for international

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Java based , collection framework related

Interview Preparation Tips

Interview preparation tips for other job seekers - They didn't not even revert saying if were are selected or not
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and map
  • Ans. 

    List is an ordered collection of elements, while map is a collection of key-value pairs.

    • List maintains the order of elements, while map does not guarantee any specific order.

    • List allows duplicate elements, while map does not allow duplicate keys.

    • In a list, elements are accessed by their index, while in a map, elements are accessed by their keys.

  • Answered by AI

Skills evaluated in this interview

Revature Interview FAQs

How many rounds are there in Revature Pega Developer interview?
Revature interview process usually has 2 rounds. The most common rounds in the Revature interview process are One-on-one Round.
What are the top questions asked in Revature Pega Developer interview?

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

  1. Diff between flow and flow act...read more
  2. Diff between JS and...read more
  3. Explain Remote tra...read more

Tell us how to improve this page.

Revature Pega Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Pega Developer Interview Questions from Similar Companies

View all
Software Engineer
16 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Sourcing Specialist
16 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Test Engineer
13 salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Software Developer
12 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Senior Sourcing Specialist
10 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Explore more salaries
Compare Revature with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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