Upload Button Icon Add office photos

Filter interviews by

Coforge DPA Pega Developer Interview Questions and Answers

Updated 23 Aug 2023

Coforge DPA Pega Developer Interview Experiences

1 interview found

Pega Developer Interview Questions & Answers

user image Archana MR

posted on 23 Aug 2023

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

I applied via campus placement at Sri Sairam College of Engineering, Bangalore and was interviewed in Feb 2023. 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 

Numerical reasoning ,verbal reasoning, logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Basic knowledge on CSA
  • Q2. All the basic concepts need to know very well

Interview questions from similar companies

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was an amazing interview.

Round 2 - Assignment 

S abJDQdlqd qk; qdkq;q bdkq;d

Round 3 - One-on-one 

(5 Questions)

  • Q1. Dbjas xjhqvUGQJQ mnq
  • Q2. Add qbnjq j qj slx qx
  • Q3. DaD JDQ d KNX ax sqkd
  • Q4. Bj q dsa k xkqs xkna ;x
  • Q5. DJ m qd s Jhdvaljcbaf
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain architecture of your project
  • Q2. Some questions on Java, Spring Boot and sql
Round 2 - Technical 

(2 Questions)

  • Q1. Project flow and some behavioural questions
  • Q2. Project contribution of yours
  • Ans. 

    Developed a web application for tracking employee attendance and performance

    • Implemented user authentication and authorization using Spring Security

    • Utilized Hibernate for database interaction and data persistence

    • Designed and developed RESTful APIs for frontend integration

    • Used AngularJS for frontend development to create interactive user interfaces

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic formalities before offer release

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your project properly and have your basic of programming very clear
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(6 Questions)

  • Q1. How can we return multiple data with different data types from a function in .c#
  • Ans. 

    To return multiple data with different data types from a function in .c#, use Tuple or create a custom class with properties for each data type.

    • Use Tuple to return multiple data with different data types. For example: Tuple

    • Create a custom class with properties for each data type and return an instance of that class. For example: public class CustomData { public int Number { get; set; } public string

  • Answered by AI
  • Q2. How to Optimize Stored Procedure
  • Ans. 

    Optimizing stored procedures involves reducing execution time and resource usage.

    • Use proper indexing on tables involved in the stored procedure

    • Avoid using SELECT * and only fetch necessary columns

    • Minimize the use of temporary tables and cursors

    • Avoid using scalar functions in WHERE clauses

    • Consider using table-valued functions instead of scalar functions

  • Answered by AI
  • Q3. How do you run Azure Functions Locally
  • Ans. 

    Azure Functions can be run locally using Azure Functions Core Tools

    • Install Azure Functions Core Tools using npm

    • Create a new Azure Functions project using func init command

    • Run the Azure Functions project locally using func start command

  • Answered by AI
  • Q4. API Rate Limiting
  • Q5. API Return Types
  • Q6. What is a Partial Class
  • Ans. 

    Partial class is a class that allows splitting the definition of a class into multiple files.

    • Partial classes are used to divide a large class into smaller, more manageable parts.

    • Each part of a partial class must use the 'partial' keyword.

    • All parts of a partial class must be in the same namespace and assembly.

    • Partial classes are commonly used in code generation scenarios.

    • Example: public partial class MyClass { }

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website

Round 1 - Coding Test 

2 DSA medium questions was asked.

Round 2 - Coding Test 

2 DSA coding questions and CS fundamentals

Round 3 - Technical 

(1 Question)

  • Q1. System design questions in a projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the fundamentals & go through must do easy and medium questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. MC question on desing pattern
  • Q2. Graph question, tree and hash
  • Q3. Design Book my show
Round 2 - Coding Test 

Dp question of jump game

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is Salesforce service cloud
  • Ans. 

    Salesforce Service Cloud is a customer service platform that helps businesses manage and improve customer interactions.

    • It allows businesses to provide personalized customer support through various channels such as phone, email, chat, and social media.

    • Service Cloud includes features like case management, knowledge base, and omni-channel routing to streamline customer service processes.

    • It integrates with other Salesforce...

  • Answered by AI
  • Q2. How do you rate your self in coding
  • Q3. Salesforce Security model question
  • Q4. Have you worked on flows
  • Ans. 

    Yes, I have worked on flows in Salesforce.

    • I have experience creating flows to automate business processes in Salesforce.

    • I have used flows to streamline data entry and update records efficiently.

    • I have integrated flows with other Salesforce features like Process Builder and Apex triggers.

  • Answered by AI
  • Q5. Mostly asked what you mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Write trigger on parent child scenario
  • Ans. 

    Writing trigger on parent child scenario in Salesforce

    • Create trigger on parent object

    • Use trigger context variables to access child records

    • Perform necessary operations on child records based on parent record changes

  • Answered by AI
  • Q2. Wha are important feature of service cloud, LWC decorators, events in lwc, asynchronous apex , batch class, flows and its type , experience cloud basics .
  • Ans. 

    Service Cloud features, LWC decorators, events, asynchronous apex, batch class, flows, and experience cloud basics.

    • Service Cloud features include case management, knowledge base, omni-channel routing, and service console.

    • LWC decorators are used to add metadata to Lightning web components, such as @api, @track, and @wire.

    • Events in LWC are used for communication between components, such as standard events like onchange a...

  • Answered by AI
  • Q3. Expectations was user should know each and every topic of Salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was very good answered every single question asked by panel . After first round
HR says feedback is good, you got selected no need of next round , Asked what is final expected salary and notice period , for which i already shared before screening process .

Then after couple of days HR calls back and said Panel no sure about you wants to check another round of interview. Even my second round was good answer almost all questions. Not got any feedback from HR despite of couple of follow up .

People who want to apply make sure that you share your expectations with HR clearly .

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ask questions related to CSS, Javascript, React, Node and Cloud stuff
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

Round 2 - Technical 

(2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question

Coforge DPA Interview FAQs

How many rounds are there in Coforge DPA Pega Developer interview?
Coforge DPA interview process usually has 3 rounds. The most common rounds in the Coforge DPA interview process are Aptitude Test, Technical and Resume Shortlist.
What are the top questions asked in Coforge DPA Pega Developer interview?

Some of the top questions asked at the Coforge DPA Pega Developer interview -

  1. All the basic concepts need to know very w...read more
  2. Basic knowledge on ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Coforge DPA interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Tata Motors Interview Questions
4.2
 • 973 Interviews
WNS Interview Questions
3.4
 • 950 Interviews
Infosys BPM Interview Questions
3.7
 • 914 Interviews
View all
Coforge DPA Pega Developer Salary
based on 5 salaries
₹4.1 L/yr - ₹7.2 L/yr
24% less than the average Pega Developer Salary in India
View more details

Coforge DPA Pega Developer Reviews and Ratings

based on 2 reviews

4.3/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

4.0

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
49 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Software Engineer
36 salaries
unlock blur

₹4 L/yr - ₹8.4 L/yr

Technology Specialist
19 salaries
unlock blur

₹8.6 L/yr - ₹30 L/yr

Software Developer
12 salaries
unlock blur

₹5.2 L/yr - ₹15 L/yr

Senior Technology Specialist
10 salaries
unlock blur

₹23 L/yr - ₹30 L/yr

Explore more salaries
Compare Coforge DPA with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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