Upload Button Icon Add office photos

Filter interviews by

Virtusa Consulting Services Senior Pega Developer Interview Questions and Answers

Updated 6 Jun 2023

Virtusa Consulting Services Senior Pega Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in May 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. How to handle exceptions in connect REST
  • Ans. 

    Exceptions in connect REST can be handled using error handling mechanisms like try-catch blocks and error codes.

    • Use try-catch blocks to catch exceptions and handle them appropriately

    • Utilize error codes to identify the type of exception and take necessary actions

    • Implement error handling logic in the response mapping to handle errors from the REST service

  • Answered by AI
  • Q2. Scopes of data page
  • Ans. 

    Data pages in Pega used to store and manage data for reuse across applications.

    • Data pages can be sourced from various sources like database tables, reports, or clipboard.

    • They can be used to store data temporarily or permanently.

    • Data pages can be shared across multiple rules and applications for consistency.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services Senior Pega Developer interview:
  • Integration
  • Case management

Interview questions from similar companies

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. I am fine or not
  • Q2. I want this job
  • Q3. I want information for selected in job and interview
  • Q4. And I want the company your details and related studies details
  • Q5. And it will be a good job for me so please select in this company for my family situation
Round 2 - Group Discussion 

Group discussion related in company

Interview Preparation Tips

Interview preparation tips for other job seekers - Mmm
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q2. How to handle exception in java
  • Ans. 

    In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.

    • Use try-catch blocks to catch exceptions and handle them gracefully

    • Use multiple catch blocks to handle different types of exceptions

    • Use finally block to execute code regardless of whether an exception is thrown or not

    • Throw custom exceptions using throw keyword

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. In Java8, different between flatmap and map
  • Ans. 

    map transforms each element in a stream, while flatMap transforms each element into multiple elements

    • map applies a function to each element in a stream and returns a new stream of the results

    • flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream

    • Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(

  • Answered by AI
  • Q2. How to handle the ConcureentModificationException
  • Ans. 

    ConcurrentModificationException occurs when a collection is modified while iterating over it.

    • Use Iterator to iterate over the collection instead of foreach loop.

    • If modification is necessary, use Iterator's remove() method instead of collection's remove() method.

    • Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Core Java Questions
  • Q2. Spring Boot Questions
Round 2 - Technical 

(2 Questions)

  • Q1. HighLevelDesign Questions
  • Q2. Basic Docker questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions held online with their portal

Round 2 - Coding Test 

Broad coding and basic oops

Round 3 - HR 

(1 Question)

  • Q1. About hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Preview about basics and brush up
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via eLitmus and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical thinking was important for preparation

Round 2 - Technical 

(2 Questions)

  • Q1. About the field u chose provide with examples
  • Q2. Explain about sql
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and retrieve data from databases

    • SQL is a declarative language, meaning you specify what you want to achieve rather than how to achieve it

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in various database management systems like MySQL, Orac

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. The second round was also on techincal and the deep dicussion on field u chose
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Covered on all aspects and personality

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Define SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable code.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Classes should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correct...

  • Answered by AI
  • Q2. How is data binding achieved in WPF. Show with an example
  • Ans. 

    Data binding in WPF allows synchronization of data between UI elements and data sources

    • Data binding in WPF can be achieved using the Binding markup extension

    • Properties of UI elements can be bound to properties of data objects

    • Example: binds the Text property of TextBlock to the Name property of data object

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do a lot of practice coding questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Coimbatore Institute of Technology, Coimbatore and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was Aptitude, Technical and Coding. Coding there were 4 sections for 4 languages (C, C++, java, Python) We had to do atleast 2. Technical MCQs were based on OS, CN, DSA, C, C++, Python (Numpy, Panda) and Java

Round 2 - Technical 

(1 Question)

  • Q1. Mainly asked OS, and since I'm from EEE dept, i wasnt well versed in CN, so no CN questions were asked to me. My primary coding language was Python, so some questions regarding the python was asked. I was ...

Interview Preparation Tips

Topics to prepare for Hewlett Packard Enterprise Software Developer interview:
  • Operating Systems
  • Computer Networking
  • Python
  • Object Oriented Programming
  • SQL
  • DSA
Interview preparation tips for other job seekers - Prepare OS, CN and basic interview question in your primary coding language. When preparing OS, try and implement that in code as and when you study.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Cloud computing related questions
  • Q2. Network topology
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Spirnnboot question

Virtusa Consulting Services Interview FAQs

How many rounds are there in Virtusa Consulting Services Senior Pega Developer interview?
Virtusa Consulting Services interview process usually has 2 rounds. The most common rounds in the Virtusa Consulting Services interview process are Resume Shortlist and Technical.
What are the top questions asked in Virtusa Consulting Services Senior Pega Developer interview?

Some of the top questions asked at the Virtusa Consulting Services Senior Pega Developer interview -

  1. How to handle exceptions in connect R...read more
  2. Scopes of data p...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Virtusa Consulting Services interview
Job Portal
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.2k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Virtusa Consulting Services Senior Pega Developer Salary
based on 7 salaries
₹13 L/yr - ₹30 L/yr
31% more than the average Senior Pega Developer Salary in India
View more details
Senior Consultant
4.1k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Consultant
3.4k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Lead Consultant
3.3k salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

Software Engineer
3.2k salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Associate Consultant
2.9k salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Virtusa Consulting Services with

Cognizant

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
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