Upload Button Icon Add office photos
Engaged Employer

i

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

Doyensys Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 13 Reviews

Filter interviews by

Doyensys Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Automation Pega Developer Interview Questions & Answers

Billennium user image Anonymous

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Referral

Round 1 - HR 

(3 Questions)

  • Q1. Overall & Relevant experience in Pega
  • Ans. 

    I have 5 years of experience working with Pega, including designing and implementing automation solutions.

    • Designed and implemented automation solutions using Pega platform

    • Worked with various Pega tools and technologies

    • 5 years of experience in Pega development

  • Answered by AI
  • Q2. Current & expected salary
  • Ans. 

    I am currently earning $80,000 and expecting a salary of $90,000.

    • Current salary: $80,000

    • Expected salary: $90,000

  • Answered by AI
  • Q3. Basic questions about Pega
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, basic discussion about projects, Roles & responsibilities
  • Q2. Case Management, Reporting, Integrations, Security, Deployments, UI with COSMOS
Round 3 - Technical 

(2 Questions)

  • Q1. Introduction & basic discussion about previous projects & experiences
  • Q2. In depth questions about advanced PEGA topics related to Case Management, Reporting, Integrations, Security, UI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Assignment 

Given an input dataset, develop an ETL pipeline and create a view to extract information from it.

Round 2 - Technical 

(1 Question)

  • Q1. Fully based on the submitted assignment and my past experiences in data engineering.
Round 3 - One-on-one 

(1 Question)

  • Q1. Talk about a time you worked in a dysfunctional team
  • Ans. 

    I worked in a dysfunctional team during a project where communication breakdowns and conflicting priorities led to missed deadlines and tension among team members.

    • Lack of clear communication and direction from team leaders

    • Different team members working on conflicting priorities

    • Missed deadlines and tension among team members

    • Lack of accountability and responsibility among team members

  • Answered by AI
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 3 interview rounds.

Round 1 - Coding Test 

1 hr coding with 2 basic questions.

Round 2 - Technical 

(1 Question)

  • Q1. .Net and angular basic questions, such as oops concepts, dependency Injection etc..
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions about current project such as agile, git, team work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL basic window function
  • Q2. Python pandas question easy
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Core java , spring interview questions
  • Q2. Spring, basic logical interview questions
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly behaviour questions and check the communication skills
  • Q2. Basic questions likes collections and project etc.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company

Round 1 - Technical 

(6 Questions)

  • Q1. HVAC Chiller plant porjta engineering. Plant. Trip. Issue resolved. Troubleshooting. Electric. And. Running. System.
  • Q2. All problems. Resolved.
  • Q3. Electric. Control panel trppingissue.resovled.
  • Q4. Chillar plant.Not working. Cooling.Issue. Check resolve
  • Q5. Chiller. Plant. Gas. Lake issue. Not working.
  • Q6.  Water cooled chiller plant 500 TR running. Time. Big noise issue. All Chiller plant. Big rolling work. Bering. Replacement work. .
Round 2 - Aptitude Test 

Good. Technical job. Problem. Resolved.

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

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the Previous project from the resume
  • Ans. 

    Developed a real-time data processing system for analyzing customer behavior on an e-commerce platform.

    • Designed and implemented data pipelines using Apache Kafka for streaming data ingestion.

    • Utilized Apache Spark for data processing and analysis to generate insights for business decisions.

    • Implemented machine learning models for customer segmentation and personalized recommendations.

    • Collaborated with cross-functional te...

  • Answered by AI
  • Q2. SQL window function
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is difference between springboot and spring
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool that simplifies the setup and configuration of Spring applications.

    • Spring is a comprehensive framework that provides support for various functionalities like dependency injection, aspect-oriented programming, and more.

    • Spring Boot is an opinionated tool that simplifies the setup and configuration of Spring applications by providing default...

  • Answered by AI
  • Q2. Explaing springboot annotation
  • Ans. 

    Spring Boot annotations are used to simplify the development process by providing shortcuts for common configurations and functionalities.

    • Annotations like @SpringBootApplication, @RestController, @Autowired, @ComponentScan are commonly used in Spring Boot applications.

    • Annotations help in reducing boilerplate code and configuring various aspects of the application.

    • For example, @SpringBootApplication is used to mark the ...

  • Answered by AI
  • Q3. How do you use JPA in your project write it
  • Ans. 

    I use JPA in my project by defining entity classes, annotating them with JPA annotations, creating repositories, and using JPQL queries.

    • Define entity classes with @Entity annotation

    • Annotate fields with @Column, @Id, @GeneratedValue, etc.

    • Create repositories by extending JpaRepository interface

    • Use JPQL queries for custom database operations

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How microservices communicate in your project
  • Ans. 

    Microservices communicate through REST APIs and messaging queues in our project.

    • Microservices communicate with each other using REST APIs for synchronous communication.

    • Messaging queues like Kafka or RabbitMQ are used for asynchronous communication between microservices.

    • Service discovery tools like Eureka or Consul are used to locate and communicate with other microservices.

    • Microservices may also use gRPC for communicat

  • Answered by AI
  • Q2. Which design pattern used in your last project
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked about all projects
  • Q2. Team size and agile methodology
Round 4 - HR 

(2 Questions)

  • Q1. Why are you leaving current organization
  • Q2. What do you know about Emtec
  • Ans. 

    Emtec is a global IT consultancy that provides technology solutions and services to help organizations drive digital transformation.

    • Provides IT consultancy services

    • Specializes in technology solutions

    • Helps organizations with digital transformation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waist time , just take interviews and won't release offer after clearing all round and HR discussion. Just HR discussed salary and tried to negotiate even though I was ready for attend the hybrid mode and negotiated salary and all things ,still offer not released and didn't hear back from HR

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding commercial vehicle systems and operations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was an easy round

Round 2 - Group Discussion 

It was an easy round

Round 3 - Technical 

(2 Questions)

  • Q1. Easy array questions
  • Q2. Maximum subarray sum

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare calmly

Doyensys Interview FAQs

How to prepare for Doyensys 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 Doyensys. The most common topics and skills that interviewers at Doyensys expect are Oracle Database, Database Administration, Oracle E - business Suite, Oracle Fusion and Ap.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k 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
 • 784 Interviews
View all

Doyensys Reviews and Ratings

based on 13 reviews

4.3/5

Rating in categories

4.0

Skill development

4.3

Work-Life balance

3.8

Salary & Benefits

3.3

Job Security

4.1

Company culture

3.1

Promotions/Appraisal

4.1

Work Satisfaction

Explore 13 Reviews and Ratings
Senior Consultant
17 salaries
unlock blur

₹11 L/yr - ₹19 L/yr

Consultant
8 salaries
unlock blur

₹4.5 L/yr - ₹7.2 L/yr

Test Engineer
5 salaries
unlock blur

₹8 L/yr - ₹8 L/yr

Oracle Database Administrator
5 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Associate Consultant
4 salaries
unlock blur

₹2.9 L/yr - ₹4 L/yr

Explore more salaries
Compare Doyensys 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