Upload Button Icon Add office photos
Engaged Employer

i

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

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Pega Developer Interview Questions, Process, and Tips

Updated 2 Jul 2024

Top Capgemini Pega Developer Interview Questions and Answers

Capgemini Pega Developer Interview Experiences

2 interviews found

Pega Developer Interview Questions & Answers

user image Arthur Oliveira

posted on 15 Apr 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2023.

Round 1 - HR 

(1 Question)

  • Q1. Question to know the candidate and to explain the position
Round 2 - Technical 

(4 Questions)

  • Q1. Technician interview with Project Lead to talk about the experience and position on the project
  • Q2. What different bwtween type of class
  • Ans. 

    Different types of classes in Pega include abstract classes, concrete classes, and final classes.

    • Abstract classes cannot be instantiated and are used as base classes for other classes.

    • Concrete classes can be instantiated and used to create objects.

    • Final classes cannot be extended or subclassed.

  • Answered by AI
  • Q3. How can I check the Pega performance
  • Ans. 

    Pega performance can be checked using tools like PAL, SMA, and DB Trace.

    • Use Performance Analyzer (PAL) to monitor system performance metrics

    • Utilize System Management Application (SMA) for monitoring and troubleshooting

    • Analyze database performance using DB Trace tool

  • Answered by AI
  • Q4. How can we see Local variable in Pea
  • Ans. 

    Local variables in Pega can be viewed in the Clipboard tool.

    • Local variables can be viewed in the Clipboard tool by navigating to the 'Local' tab.

    • You can also use the 'Tracer' tool to view the values of local variables during runtime.

    • Local variables are specific to a single rule execution and are not shared across different rules.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is pega explain tha integration concept difference between soap and rest.
  • Ans. 

    Pega is a BPM software that helps in building and managing applications. SOAP and REST are two different integration concepts.

    • SOAP (Simple Object Access Protocol) is a protocol for exchanging structured information in web services, while REST (Representational State Transfer) is an architectural style for designing networked applications.

    • SOAP uses XML for message format and HTTP or SMTP for message transmission, while ...

  • Answered by AI
  • Q2. What are the difference between job scheduler and queue processor.
  • Ans. 

    Job scheduler is used to schedule and run jobs at specific times, while queue processor processes items in a queue asynchronously.

    • Job scheduler is used to schedule and run jobs at specific times based on a defined schedule.

    • Queue processor processes items in a queue asynchronously, typically in a first-in-first-out manner.

    • Job scheduler is more suitable for tasks that need to be executed at specific times, while queue pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for anything

Skills evaluated in this interview

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?

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

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 30 Sep 2022

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Good problemtic Skills and knowledge check and sharpness

Round 2 - Coding Test 

C Language use for programs and Oracle and Java in learning process

Round 3 - HR 

(3 Questions)

  • Q1. Any coding Question and stay for job purpose
  • Q2. Any operators working or any logical program tell
  • Ans. 

    Yes, there are many operators and logical programs used in various fields.

    • Operators like +, -, *, / are used in mathematical calculations.

    • Logical programs like if-else, switch-case are used in programming.

    • Operators like AND, OR, NOT are used in boolean logic.

    • Operators like >, <, == are used in comparisons.

    • Examples of logical programs include sorting algorithms, search algorithms, etc.

  • Answered by AI
  • Q3. Check my comutication with others

Interview Preparation Tips

Topics to prepare for TCS Analyst interview:
  • c and
Interview preparation tips for other job seekers - good guide for my job purpose so best choose to our qualification

Interview Questionnaire 

1 Question

  • Q1. Related to my subject

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

Interview Questionnaire 

1 Question

  • Q1. Some basic programming and technical questions of python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well ! :) All the best

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 Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How to check Java version?
  • Ans. 

    To check Java version, use command prompt/terminal and type 'java -version'.

    • Open command prompt/terminal

    • Type 'java -version'

    • Press enter

    • The installed Java version will be displayed

  • Answered by AI
  • Q2. What is the syntax of the main method?
  • Ans. 

    The main method syntax is a standard entry point for Java programs.

    • The main method must be declared as public, static, and void.

    • The method name must be 'main'.

    • The method must accept an array of strings as an argument.

    • The method must be defined within a class.

    • Example: public static void main(String[] args) { }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go by yourself.
Look professional. Dress in a manner appropriate to the job.
Bring your sense of humor and smile🙂.
Maintain eye contact.
Display confidence during the interview .

Skills evaluated in this interview

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.

Capgemini Interview FAQs

How many rounds are there in Capgemini Pega Developer interview?
Capgemini interview process usually has 1-2 rounds. The most common rounds in the Capgemini interview process are Technical and HR.
How to prepare for Capgemini 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 Capgemini. The most common topics and skills that interviewers at Capgemini expect are Pega, JMS, Application Development, Web Services and SQL Database.
What are the top questions asked in Capgemini Pega Developer interview?

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

  1. What is pega explain tha integration concept difference between soap and re...read more
  2. What are the difference between job scheduler and queue process...read more
  3. What different bwtween type of cl...read more

Tell us how to improve this page.

Capgemini Pega Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Pega Developer Interview Questions from Similar Companies

View all
Capgemini Pega Developer Salary
based on 224 salaries
₹3.5 L/yr - ₹11 L/yr
9% less than the average Pega Developer Salary in India
View more details

Capgemini Pega Developer Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

4.5

Skill development

4.0

Work-life balance

4.0

Salary

4.4

Job security

4.5

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 9 Reviews and Ratings
Consultant
55.4k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.6k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
21k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Senior Software Engineer
20.4k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

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