Upload Button Icon Add office photos

Filter interviews by

XYZ Consulting Pega Developer Interview Questions and Answers

Updated 5 Dec 2024

XYZ Consulting Pega Developer Interview Experiences

1 interview found

Pega Developer Interview Questions & Answers

user image MADHURIMA KONAR

posted on 5 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Describe SLA with example
  • Ans. 

    SLA is a contract between a service provider and a customer that defines the level of service expected.

    • SLA specifies the agreed upon level of service, such as response time or resolution time.

    • It outlines the consequences if the agreed upon level of service is not met.

    • SLAs are common in IT services, customer support, and outsourcing agreements.

    • For example, an SLA for a software support service may guarantee a response t

  • Answered by AI
  • Q2. Describe your project
  • Ans. 

    I worked on a project to automate customer service processes using Pega platform.

    • Implemented chatbot functionality to handle customer inquiries

    • Integrated with backend systems to retrieve customer data

    • Designed and developed workflows for case management

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Project specific
  • Q2. Work in day to day life
Round 3 - HR 

(2 Questions)

  • Q1. Is there any gap
  • Q2. Location preference

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly Technical related to Python, OOPS, Multithreading, Django architecture etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answers should be to the point. Use a pen and paper in case interviewer is not getting your point.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was around 10am
It was quite a normal online examination kind of environment 
People from the company were there to invigilate 
All were quite nice and helpful in case the exam got stuck

  • Q1. 

    Ninja and Alien Language Order Problem

    An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...

  • Ans. 

    Determine the order of characters in an alien language based on a list of words.

    • Create a graph data structure to represent the relationships between characters in the words.

    • Perform a topological sort on the graph to find the order of characters.

    • Return the smallest lexicographical order of characters as the result.

  • Answered by AI
  • Q2. 

    Check Duplicate Within K Distance

    Given an array of integers arr of size N and an integer K, determine if there are any duplicate elements within a distance of K from each other in the array. Return "true...

  • Ans. 

    Check if there are any duplicate elements within a distance of K from each other in the array.

    • Iterate through the array and keep track of the indices of elements using a hashmap.

    • For each element, check if it already exists in the hashmap within distance K.

    • Return true if a duplicate is found within distance K, otherwise return false.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Timing was 2pm when it started
Interviewer was polite

  • Q1. 

    Kth Largest Element Problem Statement

    Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.

    Input:

    The first line contains an integer 'T...
  • Ans. 

    The task is to find the Kth largest element in a given list of numbers for each test case.

    • Read the number of test cases 'T'

    • For each test case, read the number of elements 'N' and the Kth largest number to find 'K'

    • Sort the array in descending order and output the Kth element

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Timing was 9 am onwards 
Interviewer was good enough

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in DelhiEligibility criteriaAbove 7 CGPA with no pending backlogsWipro Limited interview preparation:Topics to prepare for the interview - Java, C++, DBMS, Data Structures, Dot net, HTML, CSS, JSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on specialization of any one skill and keep a basic knowledge of all the skills you mention in your resume
Tip 2 : Gain confidence in presenting yourself by practicing well before
Tip 3 : Gain a basic knowledge of the company you go for selection

Application resume tips for other job seekers

Tip 1 : Resume should be simple and precise but pretty smart to cover your skills 
Tip 2 : Mention what you really know,no false things

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic question tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask the basic question related to stream

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DBMS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly

I applied via Campus Placement and was interviewed before Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is need for now a day software developer
  • Ans. 

    Software developers need to have strong technical skills, problem-solving abilities, and communication skills.

    • Strong technical skills in programming languages, databases, and software development tools

    • Problem-solving abilities to identify and solve complex software issues

    • Communication skills to work effectively with team members and clients

    • Adaptability to learn new technologies and keep up with industry trends

    • Creativit...

  • Answered by AI
  • Q2. Tell about your engineering experience
  • Q3. Tell about software technology
  • Ans. 

    Software technology refers to the tools, languages, frameworks, and methodologies used to develop software applications.

    • Software technology includes programming languages such as Java, Python, and C++

    • Frameworks like React, Angular, and Vue.js are used for building web applications

    • Methodologies like Agile and Waterfall are used for project management

    • Tools like Git, JIRA, and Jenkins are used for version control, issue t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont panic and be positive

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Multiple constructor we can defined in a single class
  • Ans. 

    Yes, multiple constructors can be defined in a single class.

    • Constructors are used to initialize objects of a class.

    • Multiple constructors can have different parameters.

    • Overloading is used to differentiate between constructors.

    • Example: public MyClass(int x) { } and public MyClass(int x, int y) { }

  • Answered by AI
  • Q2. What is the object in the python
  • Ans. 

    Object is a fundamental concept in Python, representing a data structure that has properties and methods.

    • Objects are instances of classes

    • Objects have attributes and methods

    • Objects can be created using constructors

    • Objects can be passed as arguments to functions

    • Objects can be used to implement object-oriented programming

    • Examples of objects include lists, dictionaries, and strings

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. What is firmware and where it is used?
  • Ans. 

    Firmware is a type of software that is embedded in hardware devices to control their functionality.

    • Firmware is a combination of hardware and software.

    • It is used to control the behavior of hardware devices.

    • Firmware is typically stored in non-volatile memory, such as ROM or flash memory.

    • Examples of devices that use firmware include routers, printers, and digital cameras.

  • Answered by AI
  • Q2. Tell me about yourself only.
  • Ans. 

    I am a passionate software developer with experience in building web applications and solving complex problems.

    • Experienced in programming languages such as Java, JavaScript, and Python

    • Familiar with front-end technologies like HTML, CSS, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Previous projects include developing a customer management system for a small business

  • Answered by AI

Interview Preparation Tips

Round: aptitude
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: Technical Interview
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: HR Interview
Experience: they tested my core knowledge and learning skill.
Tips: be strong in your basics.

Skills: Ability To Think Beyond Boundaries
College Name: mnm jec

Skills evaluated in this interview

I appeared for an interview before Aug 2016.

Interview Questionnaire 

3 Questions

  • Q1. Questions from the resume submitted
  • Q2. Write a java program to find the palindrome
  • Q3. HR questions were at the end

Interview Preparation Tips

Round: Test
Experience: Need to solve the general aptitude question, general verbal questions like paragraphs and sentence completion.
Duration: 3 hours
Total Questions: 80

Skills: Programming, Coming Up With Efficient Solutions, Manage A Difficult Situation

Skills evaluated in this interview

I appeared for an interview before Nov 2016.

Interview Questionnaire 

2 Questions

  • Q1. Project related questions and questions from your stream that you had in Btech.
  • Q2. Basic questions about yourself and your aspirations in life.

Interview Preparation Tips

Round: Test
Experience: English, Quant, Reasoning basic MCQ
Tips: English strong and time management
Duration: 1 hour
Total Questions: 100

Round: Technical Interview
Experience: I was from electronics and comm background so was asked about Signals Analog and Digital, Also was asked about my project that i did in my final year and some of the DBMS and C programming questions asked.
Tips: Must know basic about your own stream first of all , what ever you did in 4 years of your engineering must have a idea about it.

Round: HR Interview
Experience: Tell me something about yourself, where do you see yourself after 5 years,
Your likes dislikes .
Tips: Basically they what to check how confident are you in answering the questions and how frequently do you talk to strangers and how do you talk what is your attitude and behavior , so be the best that you can and be what you are.

XYZ Consulting Interview FAQs

How many rounds are there in XYZ Consulting Pega Developer interview?
XYZ Consulting interview process usually has 3 rounds. The most common rounds in the XYZ Consulting interview process are Technical and HR.
What are the top questions asked in XYZ Consulting Pega Developer interview?

Some of the top questions asked at the XYZ Consulting Pega Developer interview -

  1. Describe SLA with exam...read more
  2. Is there any ...read more
  3. Project speci...read more

Tell us how to improve this page.

XYZ Consulting Pega Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
WNS Interview Questions
3.4
 • 1k Interviews
IQVIA Interview Questions
3.9
 • 470 Interviews
Goldman Sachs Interview Questions
3.5
 • 377 Interviews
Atos Interview Questions
3.8
 • 375 Interviews
TCE Interview Questions
3.8
 • 249 Interviews
View all
Accounts Manager
8 salaries
unlock blur

₹26 L/yr - ₹28 L/yr

Senior Engineer
7 salaries
unlock blur

₹8 L/yr - ₹40.6 L/yr

Manager/Sr Manager - Facility Management
6 salaries
unlock blur

₹8.5 L/yr - ₹33 L/yr

Manager / Sr Manager - Administration
6 salaries
unlock blur

₹16 L/yr - ₹31 L/yr

Assistant Manager/Manager-(Nontechnical)
5 salaries
unlock blur

₹10 L/yr - ₹30.8 L/yr

Explore more salaries
Compare XYZ Consulting with

Cognizant

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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