Upload Button Icon Add office photos
Engaged Employer

i

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

Coforge Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 4.5k Reviews

Filter interviews by

Coforge Senior Technical Architect Interview Questions and Answers

Updated 3 Aug 2024

Coforge Senior Technical Architect Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Where Observer pattern used in SpringBoot?
  • Ans. 

    The Observer pattern is used in SpringBoot for implementing event handling and notification mechanisms.

    • The Observer pattern is commonly used in SpringBoot for implementing event listeners and publishers.

    • It allows objects to subscribe to and receive notifications about changes or events in other objects.

    • Spring's ApplicationEvent and ApplicationListener interfaces are examples of the Observer pattern in action.

    • Listeners ...

  • Answered by AI
  • Q2. Explain L and D in SOLID with examples?
  • Ans. 

    Liskov Substitution Principle (L) and Dependency Inversion Principle (D) in SOLID

    • Liskov Substitution Principle (L) states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Dependency Inversion Principle (D) states that high-level modules should not depend on low-level modules. Both should depend on abstractions.

    • Example for Liskov Substitution P...

  • Answered by AI
  • Q3. How ErrorHandling is done in your project?
  • Ans. 

    Error handling in our project is implemented using try-catch blocks and custom exception classes.

    • We use try-catch blocks to catch exceptions and handle them appropriately.

    • We have custom exception classes for specific types of errors to provide more detailed information.

    • We log errors to a centralized logging system for monitoring and troubleshooting.

    • We have defined error codes and messages for easier identification and

  • Answered by AI
  • Q4. What is message retention period in Kafka in your project?
  • Ans. 

    Message retention period in Kafka is 7 days.

    • Message retention period is set to 7 days in our project configuration.

    • This means that messages in Kafka topics will be retained for 7 days before being deleted.

    • This retention period can be adjusted based on the specific requirements of the project.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(3 Questions)

  • Q1. Solution architecture questions, patterns, explain solution architecture of one of the previous projects
  • Q2. Details of solution architecture
  • Ans. 

    Solution architecture involves designing and describing the structure, behavior, and views of a system.

    • Identifying key components and their interactions

    • Defining data flow and communication protocols

    • Ensuring scalability, performance, and security

    • Creating detailed diagrams and documentation

    • Collaborating with stakeholders to align with business goals

  • Answered by AI
  • Q3. Technical architecture
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What solution can be offer ?
  • Q2. Long answer in terms of offering created by me
Round 2 - HR 

(3 Questions)

  • Q1. What is aspiration
  • Q2. Salary expectation and looking for job. Why leaving ?
  • Q3. What are strength
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. About my Skills
  • Q2. Why would you join Virtusa?
Round 2 - Technical 

(4 Questions)

  • Q1. Current Project related questions
  • Q2. Scenario based questions
  • Q3. Approach for a project from scratch
  • Q4. Insurance/Banking related questions
Round 3 - Technical 

(4 Questions)

  • Q1. Architectural related questions
  • Q2. Technology related questions
  • Q3. Differences between current and previous technologies
  • Ans. 

    Current technologies are more advanced, efficient, and user-friendly compared to previous technologies.

    • Current technologies have faster processing speeds and higher storage capacities.

    • Previous technologies often required manual input and were less intuitive for users.

    • Current technologies offer more connectivity options and seamless integration with other devices.

    • Examples: Smartphones vs. flip phones, cloud computing vs

  • Answered by AI
  • Q4. What's the future of current skill you are holding
Round 4 - Technical 

(2 Questions)

  • Q1. Functional related questions
  • Q2. Managerial questions
Round 5 - Technical 

(4 Questions)

  • Q1. Client round, current project
  • Q2. Current project scenario, what's your approach
  • Q3. How would you handle this scenario
  • Q4. Insurance related questions
Round 6 - Technical 

(4 Questions)

  • Q1. Client round, discuss multiple scenarios
  • Q2. Insurance domain related questions
  • Q3. Security related questions
  • Q4. Authentication related questions
Round 7 - One-on-one 

(3 Questions)

  • Q1. Salary discussion
  • Q2. Expected Joining date
  • Q3. What's the Notice period
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Describe 5 non functional requirements
  • Ans. 

    Non functional requirements are criteria that specify how a system should behave, rather than what it should do.

    • Performance - system should respond within 2 seconds for all user interactions

    • Scalability - system should be able to handle 1000 concurrent users

    • Reliability - system should have a 99.99% uptime

    • Security - system should encrypt all sensitive data

    • Usability - system should have a user-friendly interface

  • Answered by AI
  • Q2. How will you improve performance of legacy app which has to work with your latest microservice.
  • Ans. 

    Improve legacy app performance by optimizing code, implementing caching, and scaling resources.

    • Optimize code by identifying and removing bottlenecks

    • Implement caching to reduce database calls and improve response time

    • Scale resources by using containers or serverless architecture

    • Use asynchronous processing for long-running tasks

    • Upgrade hardware or infrastructure if necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain security in microservices
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring to protect data and services.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices and external clients.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Consider using API gateways for central...

  • Answered by AI
  • Q2. Describe microservices architecture for a wealth management app
  • Ans. 

    Microservices architecture for a wealth management app involves breaking down the application into smaller, independent services.

    • Each microservice focuses on a specific business function, such as client onboarding, portfolio management, or reporting.

    • Services communicate through APIs, allowing for flexibility and scalability.

    • Each microservice can be developed, deployed, and scaled independently, leading to faster develo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Technical Architect interview:
  • Java
  • Microservices

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Azure solution design case studies
  • Q2. Current project walkthrough
  • Q3. PySpark coding questions
  • Q4. DataModelling question

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have thorough understanding about atleast one of your project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Define a micro service architecture.
  • Ans. 

    Microservice architecture is an architectural style that structures an application as a collection of loosely coupled services.

    • Each service is self-contained and can be independently deployed, scaled, and maintained.

    • Services communicate with each other over lightweight protocols like HTTP or messaging queues.

    • Each service is responsible for a specific business function and can be developed using different technologies.

    • M...

  • Answered by AI
  • Q2. How to address data inconsistency in micro service architecture?
  • Ans. 

    Data inconsistency in micro service architecture can be addressed by implementing event-driven architecture, using distributed transactions, and ensuring eventual consistency.

    • Implement event-driven architecture to propagate changes across services in a consistent manner

    • Use distributed transactions to ensure atomicity and consistency across multiple services

    • Ensure eventual consistency by designing services to handle eve...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Singleton Pattern with coding example class

Round 2 - Technical 

(2 Questions)

  • Q1. Service lifetime
  • Q2. Shared or static class

Interview Preparation Tips

Interview preparation tips for other job seekers - what is singleton
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Have you designed architecture solution for large proposals? If so give insights on that.
  • Ans. 

    Yes, I have designed architecture solutions for large proposals.

    • I have experience designing architecture solutions for large-scale projects that require high availability, scalability, and security.

    • I have worked on proposals for enterprise clients where the architecture needed to support thousands of users and handle large amounts of data.

    • I have expertise in designing cloud-based solutions using AWS, Azure, or Google C...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be two more rounds for senior roles
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Current Project architecture 2. How do you design micro services to scalable 3. How do you ensure ci/cd working as expected 4. What is oauth 5. Which Authorization servers you worked
  • Ans. 

    Answering questions related to current project architecture, designing scalable micro services, ensuring CI/CD, OAuth, and authorization servers.

    • Current project architecture involves a detailed analysis of the existing system, identifying key components, and designing a scalable solution.

    • Designing micro services to be scalable requires breaking down the application into smaller, independent services that can be easily ...

  • Answered by AI

Skills evaluated in this interview

Coforge Interview FAQs

How many rounds are there in Coforge Senior Technical Architect interview?
Coforge interview process usually has 1 rounds. The most common rounds in the Coforge interview process are Technical.
How to prepare for Coforge Senior Technical Architect 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 Coforge. The most common topics and skills that interviewers at Coforge expect are Pega, Agile Methodology, Information Security, SOAP and AWS.
What are the top questions asked in Coforge Senior Technical Architect interview?

Some of the top questions asked at the Coforge Senior Technical Architect interview -

  1. Where Observer pattern used in SpringBo...read more
  2. How ErrorHandling is done in your proje...read more
  3. Explain L and D in SOLID with exampl...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Coforge 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.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
DXC Technology Interview Questions
3.7
 • 795 Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Nagarro Interview Questions
4.0
 • 754 Interviews
View all
Coforge Senior Technical Architect Salary
based on 164 salaries
₹16.8 L/yr - ₹53 L/yr
13% more than the average Senior Technical Architect Salary in India
View more details

Coforge Senior Technical Architect Reviews and Ratings

based on 11 reviews

3.6/5

Rating in categories

3.6

Skill development

3.9

Work-Life balance

3.5

Salary & Benefits

3.3

Job Security

3.5

Company culture

3.1

Promotions/Appraisal

3.4

Work Satisfaction

Explore 11 Reviews and Ratings
Senior Software Engineer
4.8k salaries
unlock blur

₹6.2 L/yr - ₹25 L/yr

Technical Analyst
2.5k salaries
unlock blur

₹9.5 L/yr - ₹38.4 L/yr

Software Engineer
2k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹5 L/yr - ₹20.5 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹11.9 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.8
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Infosys

3.7
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