Upload Button Icon Add office photos

Filter interviews by

BNP Paribas India Solutions Technical Architect Interview Questions and Answers

Updated 25 Nov 2021

BNP Paribas India Solutions Technical Architect Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They covered the basics and ensured you have good foundation knowledge. The later rounds covered on approach to issues which they currently face.

Interview Preparation Tips

Interview preparation tips for other job seekers - They value loyalty and are looking for prospective long timers

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was technical questions in relevant area
  • Q2. The questions relevant to my skill set and experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. The questions relevant to my skills and experience
  • Q2. The questions relevant to job requirements
Round 3 - HR 

(2 Questions)

  • Q1. General discussion about the profession and career
  • Q2. Discussed job location and client
Round 4 - Behavioral 

(2 Questions)

  • Q1. Discussed about client and company
  • Q2. Orientation related things discussed.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is not Level-3 company. In reality, It is Level-1 Company
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
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Cloud computing
Round 2 - Technical 

(2 Questions)

  • Q1. Backup strategy
  • Q2. Storage architecture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain virtual dom in React.
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React, used for efficient updates.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is created in memory.

    • When changes are made to the virtual DOM, React compares it with the actual DOM to identify the minimal number of updates needed.

    • This process helps in optimizing performance by reducing the number of actual DOM manipulations.

    • Example: When a use...

  • Answered by AI
  • Q2. How do you implement passwordless system
  • Ans. 

    Implementing passwordless system involves using alternative authentication methods.

    • Use email or SMS verification codes

    • Implement biometric authentication

    • Utilize hardware security keys

    • Implement OAuth or OpenID Connect for single sign-on

    • Leverage FIDO2 standards for passwordless authentication

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What to do for a cookieless system
  • Ans. 

    To create a cookieless system, use alternative methods like local storage or URL parameters for tracking user data.

    • Use local storage to store user data on the client side

    • Utilize URL parameters to pass data between pages

    • Implement server-side session management for user authentication

    • Consider using JSON Web Tokens (JWT) for secure data transmission

  • Answered by AI
  • Q2. Explain in detail S.O.L.I.D principles
  • Ans. 

    S.O.L.I.D principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should b...

  • Answered by AI

Skills evaluated in this interview

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
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
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
Selected Selected

I applied via Company Website and was interviewed in Jul 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 

(4 Questions)

  • Q1. Well prepare for AD ,GPO and troubleshooting. Networking requirements for migration AD security concepts
  • Q2. DC locator and LDAP records
  • Q3. LDAP and DNS records
  • Q4. Kerberos knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepared AD architecture ,you will clear easily.
Do not negotiate salary

Tell us how to improve this page.

People are getting interviews through

based on 1 BNP Paribas India Solutions interview
Recruitment Consultant
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
BNP Paribas India Solutions Technical Architect Salary
based on 5 salaries
₹18 L/yr - ₹23.5 L/yr
28% less than the average Technical Architect Salary in India
View more details

BNP Paribas India Solutions Technical Architect Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.5

Skill development

4.8

Work-Life balance

4.8

Salary & Benefits

4.9

Job Security

4.7

Company culture

4.5

Promotions/Appraisal

4.8

Work Satisfaction

Explore 4 Reviews and Ratings
Senior Associate
773 salaries
unlock blur

₹4.5 L/yr - ₹16.2 L/yr

Assistant Manager
415 salaries
unlock blur

₹7.1 L/yr - ₹23.6 L/yr

Senior Software Engineer
359 salaries
unlock blur

₹7 L/yr - ₹21 L/yr

Associate 1
258 salaries
unlock blur

₹2.5 L/yr - ₹9.4 L/yr

Associate
256 salaries
unlock blur

₹1.9 L/yr - ₹9.5 L/yr

Explore more salaries
Compare BNP Paribas India Solutions with

HSBC Group

4.0
Compare

Citibank

3.9
Compare

JPMorgan Chase & Co.

4.1
Compare

Barclays Global Service Centre

4.0
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