Upload Button Icon Add office photos

Filter interviews by

Aaseya IT Services Pega Developer Interview Questions and Answers

Updated 21 Mar 2023

Aaseya IT Services Pega Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
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. Wrost company after clearing all rounds they didn't lift your calls wrost company l
  • Q2. Wrost company after clearing all round hr didn't lift your calls

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste company wrost company don't attend interviews after clearing all round they didn't lift your calls. Wrost company ever and ever

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the code for implementing middleware in .NET?
  • Ans. 

    Middleware in .NET can be implemented using the 'UseMiddleware' method in the Startup class.

    • Use the 'UseMiddleware' method in the Configure method of the Startup class to add middleware in the request pipeline.

    • Create a custom middleware class that implements the 'IMiddleware' interface.

    • Register the custom middleware class in the ConfigureServices method of the Startup class.

  • Answered by AI
  • Q2. What are the common exceptions encountered in middleware?
  • Ans. 

    Common exceptions encountered in middleware include timeout errors, connection errors, and invalid input errors.

    • Timeout errors occur when a request takes too long to process.

    • Connection errors happen when there is a problem connecting to a database or external service.

    • Invalid input errors occur when the data provided does not meet the expected format or criteria.

  • Answered by AI
  • Q3. What is change detection in Angular?
  • Ans. 

    Change detection in Angular is the process of detecting changes in the application state and updating the view accordingly.

    • Angular uses change detection to keep the UI in sync with the application state.

    • It compares the current state of the application with the previous state to determine what has changed.

    • If a change is detected, Angular updates the view to reflect the new state.

    • Change detection can be triggered by user...

  • Answered by AI
  • Q4. What is the use of the Subject in Angular?
  • Ans. 

    Subject in Angular is used for multicasting observables to multiple subscribers.

    • Subject is a type of Observable that allows values to be multicasted to multiple Observers.

    • It acts as both an Observable and an Observer.

    • Subjects are hot Observables, meaning they start emitting values immediately upon creation.

    • Example: const subject = new Subject(); subject.next(1); subject.subscribe(value => console.log(value)); // Out

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on the fundamental principles of .NET and Angular.

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Acl related questions

Round 2 - HR 

(1 Question)

  • Q1. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to give ur best on explaining using real time scenarios.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain React life cycle
  • Ans. 

    React life cycle refers to the series of methods that are invoked in the process of creating, updating, and destroying components.

    • Mounting phase: constructor, render, componentDidMount

    • Updating phase: render, componentDidUpdate

    • Unmounting phase: componentWillUnmount

  • Answered by AI
  • Q2. Design a online calculator app
  • Ans. 

    An online calculator app that allows users to perform basic arithmetic operations.

    • Include buttons for numbers 0-9 and operators like +, -, *, /

    • Implement functionality for clearing input, calculating result, and displaying history

    • Consider adding advanced features like memory functions or scientific calculator mode

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stock to programming basic. React and web development basic. HTML , CSS

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2022. 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 - One-on-one 

(2 Questions)

  • Q1. All the basics of oops and web development in both java and dot net.
  • Q2. Database questionsnrelated to index and join queries

Interview Preparation Tips

Interview preparation tips for other job seekers - just revise all the basics from the technology which you are applying for. it is mostly depending upon interviewer's call actually.

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts of Java
  • Ans. 

    OOPS concepts of Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods within a class

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent multiple classes

    • Abstraction: hiding implementation details and showing only necessary information

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations , why you are switching

Interview Preparation Tips

Interview preparation tips for other job seekers - To be honest, Never Join any project offered by Collabera. If Collabera is hiring for there company then it's fine. As I was on Collabera payroll and working for Infosys. The scam here which they do is that they won't tell you anything clearly. Basically if you are working on any project then only you will be paid. After join Collabera, they provided some training and offered a project after 2 months and I was not paid for that 2 months. I would say I was lucky enough to be alloted to a project but many of my colleague from Collabera were not allocated even after 6 months and no money were given. Please don't go for CTC whichever is offered by Collabera. I didn't knew about them earlier but after facing it myself I can surely tell you that you can ask as many CTC you want they will pay you that. But it's career destroyer

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

JUST BASIC APPTITUDE , IF YOU ARE GOOD WITH BASICS THEN ITS GOOD

Round 3 - Coding Test 

YOU SHJOULD KNOW INTERMEDIATE CODING

Round 4 - One-on-one 

(2 Questions)

  • Q1. JUST BE CONFIDENT AT THAT TIME
  • Q2. DIDNT REEBER RIGHT NOW

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF . BE REAL . IT IS ENOUGH

Interview Questionnaire 

10 Questions

  • Q1. What is dispose and finalize?
  • Ans. 

    Dispose and finalize are methods used for releasing resources in .NET.

    • Dispose is used to release unmanaged resources immediately.

    • Finalize is used to release managed resources when the garbage collector runs.

    • Dispose can be called manually or through the using statement.

    • Finalize is called automatically by the garbage collector.

    • Dispose is implemented by IDisposable interface.

    • Finalize is implemented by Object class.

  • Answered by AI
  • Q2. Explain oops concepts?
  • Ans. 

    OOPs concepts are the principles of Object-Oriented Programming that help in designing and implementing software solutions.

    • Encapsulation - binding data and functions together

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on multiple forms

    • Abstraction - hiding implementation details

    • Objects - instances of classes that encapsulate data and behavior

  • Answered by AI
  • Q3. What is inheritance and disadavantages of it?
  • Ans. 

    Inheritance is a mechanism in OOP where a new class is derived from an existing class.

    • It allows for code reusability and promotes a hierarchical structure.

    • It can lead to tight coupling and make the code harder to maintain.

    • It can also result in the creation of unnecessary classes and increase complexity.

    • Example: A Car class can inherit properties and methods from a Vehicle class.

    • Example: A Square class can inherit prope

  • Answered by AI
  • Q4. Explicite interface?
  • Ans. 

    Explicit interface is a way to implement multiple interfaces with same method names.

    • Explicit interface is used to avoid naming conflicts when implementing multiple interfaces.

    • It is implemented by prefixing the interface name to the method name.

    • It is useful when implementing COM interfaces in .NET.

    • Example: void IInterface1.Method() and void IInterface2.Method()

  • Answered by AI
  • Q5. Interface vs abstract classes
  • Ans. 

    Interface defines only method signatures while abstract class can have method implementations.

    • Interfaces can be implemented by multiple classes while abstract classes can only be extended by one class.

    • Interfaces are used for achieving multiple inheritance in Java while abstract classes are used for single inheritance.

    • Interfaces cannot have constructors while abstract classes can have constructors.

    • An example of an inter...

  • Answered by AI
  • Q6. Startup method in .net core?
  • Ans. 

    Startup method in .NET Core is used to configure the application's services and middleware.

    • Startup method is defined in Startup.cs file.

    • It includes ConfigureServices and Configure methods.

    • ConfigureServices is used to add services to the dependency injection container.

    • Configure is used to configure the HTTP request pipeline.

    • Example: public void ConfigureServices(IServiceCollection services) { services.AddMvc(); }

    • Example...

  • Answered by AI
  • Q7. What are Http verbs?
  • Ans. 

    HTTP verbs are used to indicate the type of action being performed on a resource.

    • HTTP verbs include GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS

    • GET is used to retrieve data from a server

    • POST is used to submit data to a server

    • PUT is used to update an existing resource on a server

    • DELETE is used to delete a resource from a server

    • PATCH is used to partially update a resource on a server

    • HEAD is used to retrieve only the head...

  • Answered by AI
  • Q8. Questions related to logging in webapi?
  • Q9. Sql profiler?
  • Q10. Explain project architecture?
  • Ans. 

    Project architecture refers to the overall design and structure of a software project.

    • It includes the organization of components and modules

    • Defines the relationships between them

    • Specifies the technologies and tools used

    • Determines the overall performance and scalability

    • Examples include MVC, microservices, and client-server architecture

  • Answered by AI

Skills evaluated in this interview

Aaseya IT Services Interview FAQs

How many rounds are there in Aaseya IT Services Pega Developer interview?
Aaseya IT Services interview process usually has 2 rounds. The most common rounds in the Aaseya IT Services interview process are Technical and Resume Shortlist.
How to prepare for Aaseya IT Services 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 Aaseya IT Services. The most common topics and skills that interviewers at Aaseya IT Services expect are Pega, Pega PRPC, Pega Rules Process Commander, csa and Integration.
What are the top questions asked in Aaseya IT Services Pega Developer interview?

Some of the top questions asked at the Aaseya IT Services Pega Developer interview -

  1. Wrost company after clearing all round hr didn't lift your ca...read more
  2. Wrost company after clearing all rounds they didn't lift your calls wrost compa...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all
Aaseya IT Services Pega Developer Salary
based on 14 salaries
₹5.5 L/yr - ₹19.2 L/yr
54% more than the average Pega Developer Salary in India
View more details

Aaseya IT Services Pega Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Consultant
122 salaries
unlock blur

₹7 L/yr - ₹21.5 L/yr

Consultant
88 salaries
unlock blur

₹4.4 L/yr - ₹12.3 L/yr

Associate Consultant
64 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Principal Consultant
53 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Architect
15 salaries
unlock blur

₹25 L/yr - ₹50 L/yr

Explore more salaries
Compare Aaseya IT Services with

Infosys

3.7
Compare

TCS

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