Upload Button Icon Add office photos

Filter interviews by

Wintech Technical Architect Interview Questions and Answers

Updated 9 Jul 2021

Wintech Technical Architect Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 100% technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and have clear clarity on Microservice Architecture patterns

Interview questions from similar companies

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design a system for ticket booking platform
  • Ans. 

    Design a system for ticket booking platform

    • Utilize a database to store information about events, venues, and available tickets

    • Implement a user-friendly interface for customers to search, select, and purchase tickets

    • Incorporate payment gateway for secure transactions

    • Include features like seat selection, ticket printing, and email confirmation

    • Develop an admin panel for managing events, venues, and ticket inventory

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain 3 layer api arch. Mule
  • Ans. 

    The 3-layer API architecture in Mule is a design pattern that separates the presentation, business logic, and data access layers.

    • Presentation Layer: Handles the user interface and interaction with the API

    • Business Logic Layer: Implements the core functionality and processes the requests

    • Data Access Layer: Manages the interaction with the underlying data sources

    • Example: In Mule, the presentation layer can be implemented u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good tech evaluation
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 4 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 - Coding Test 

To crack Hexaware interview you need to have good technical knowledge and code writing ability is must.

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding test and there was senario based questions , design pattern and architectural questions are also there.
Round 4 - HR 

(1 Question)

  • Q1. Normal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial approval, that's it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. Interview was with the Sr. Manager. Questions were mostly basic of Azure. There main focus was on Cosmos Db. They want to start a new project on Cosmos so were looking for that knowledge.
  • Q2. What role and responsibilities you hadlre. Have you worked on Microservices?

Interview Preparation Tips

Interview preparation tips for other job seekers - Cosmos db is necessity now a days as most of the companies are lookgin for it.

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DevOps, CI/CD, Cloud, Security on very specific points in your day-to-day activities

Interview Preparation Tips

Interview preparation tips for other job seekers - The requirements are generic around all technologies both in and out of JD. At higher levels as well they have an logical reasoning, aptitude test, which is tough to comprehend.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Theoretical questions on dot net and database
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design an elaborate user access control system, with granular control from pages, controls, data, and response masking.
  • Ans. 

    Design a user access control system with granular control for pages, controls, data, and response masking.

    • Implement role-based access control (RBAC) to assign permissions to users based on their roles.

    • Utilize attribute-based access control (ABAC) for more fine-grained control over access to specific pages, controls, and data.

    • Implement data masking techniques to ensure sensitive information is not exposed in responses.

    • U...

  • Answered by AI
  • Q2. How would you optimize the sparse array access.
  • Ans. 

    Optimizing sparse array access involves using data structures like hash maps or trees to efficiently store and retrieve values.

    • Use a hash map to store only non-null values and their corresponding indices.

    • Implement a tree-based data structure like a binary search tree or a trie for faster access to sparse array elements.

    • Consider using a compressed sparse row (CSR) format for large sparse arrays to reduce memory usage an

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Expectations and offer

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic question related to outsystems from their JD, basic question in round1
  • Q2. Basic question from the jd, preprare each keyword from jd

Interview Preparation Tips

Interview preparation tips for other job seekers - refer the jd and prepare for all keyword in it, basic question in round 1

Interview Questionnaire 

1 Question

  • Q1. Factory pattern

Tell us how to improve this page.

Software Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Maintenance Engineer
4 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Sales & Service Engineer
4 salaries
unlock blur

₹1.4 L/yr - ₹2.2 L/yr

Information Technology Recruiter
4 salaries
unlock blur

₹1.8 L/yr - ₹2 L/yr

Design Engineer
3 salaries
unlock blur

₹2.6 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Wintech with

Tech Mahindra

3.5
Compare

HCLTech

3.5
Compare

TCS

3.7
Compare

Infosys

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