Upload Button Icon Add office photos
Engaged Employer

i

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

Bajaj Finserv Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Bajaj Finserv Solution Architect Interview Questions and Answers

Updated 20 Nov 2024

8 Interview questions

A Solution Architect was asked 7mo ago
Q. What AWS services have you used?
Ans. 

I have used a variety of AWS services including EC2, S3, RDS, Lambda, and CloudFormation.

  • EC2 - Elastic Compute Cloud for scalable virtual servers

  • S3 - Simple Storage Service for object storage

  • RDS - Relational Database Service for managed databases

  • Lambda - Serverless computing service for running code without provisioning servers

  • CloudFormation - Infrastructure as Code service for automating resource provisioning

A Solution Architect was asked 7mo ago
Q. Where have you used AWS Lambda?
Ans. 

I have used AWS Lambda for building serverless applications and automating tasks.

  • Developed a serverless image processing application using AWS Lambda, S3, and API Gateway

  • Implemented a cron job using AWS Lambda to automatically backup DynamoDB tables

  • Integrated AWS Lambda with Amazon SNS to send notifications based on certain events

Solution Architect Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What is the difference between a classic folder and a modern fold ... read more
Q2. Why does Pega suggest not having a framework layer while designin ... read more
asked in Ericsson
Q3. What is Kubernets? what is difference between pod and VM what are ... read more
asked in TCS
Q4. How do you deal with Not participating business, not motivated st ... read more
asked in IBM
Q5. What were the challenges faced while do application migration on ... read more
A Solution Architect was asked 7mo ago
Q. Write a Java program to invoke an AWS Lambda function.
Ans. 

To invoke an AWS Lambda function using Java program.

  • Create an AWS Lambda client using AWS SDK for Java

  • Invoke the Lambda function using invoke method

  • Handle the response from the Lambda function

A Solution Architect was asked 7mo ago
Q. How is security maintained in Microservices?
Ans. 

Security in Microservices is maintained through authentication, authorization, encryption, and monitoring.

  • Implementing authentication mechanisms like OAuth, JWT, or API keys to verify the identity of clients accessing the microservices.

  • Utilizing authorization techniques such as role-based access control (RBAC) or attribute-based access control (ABAC) to control what actions users can perform.

  • Encrypting data in tra...

What people are saying about Bajaj Finserv

View All
healthynitesh
Verified Icon
2w
works at
RBL FinServe
Bajaj Finserv insights: Spill the beans!
Calling all Bajaj Finserv employees! Share your honest experiences about the office culture, work timings, and work-life balance. What's it really like to work there?
Got a question about Bajaj Finserv?
Ask anonymously on communities.
A Solution Architect was asked 7mo ago
Q. Write a Java program to implement the Singleton pattern.
Ans. 

Singleton pattern ensures a class has only one instance and provides a global point of access to it.

  • Create a private static instance of the class

  • Provide a public static method to access the instance

  • Ensure the constructor is private to prevent instantiation

A Solution Architect was asked 7mo ago
Q. What design patterns have you worked with?
Ans. 

I have worked with design patterns such as Singleton, Factory, Observer, and Strategy.

  • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

  • Factory pattern creates objects without specifying the exact class of object that will be created.

  • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notif...

A Solution Architect was asked 7mo ago
Q. How much time do you need to prepare a demo after receiving the RFP?
Ans. 

The time taken to show the demo after receiving the RFP varies based on project complexity and client requirements.

  • The time frame for demo preparation can range from a few days to a few weeks, depending on the scope of the project.

  • It is important to thoroughly understand the RFP requirements before scheduling the demo to ensure all key points are addressed.

  • Collaboration with the sales team and other stakeholders i...

Are these interview questions helpful?
A Solution Architect was asked 7mo ago
Q. What is difference between Association, Association, Aggregation ?
Ans. 

Association represents a relationship between two classes, Aggregation is a type of association with a whole-part relationship.

  • Association represents a relationship between two classes without implying any ownership.

  • Aggregation is a type of association where one class is a part of another class.

  • Composition is a stronger form of aggregation where the part cannot exist without the whole.

  • In UML, association is repres...

Bajaj Finserv Solution Architect Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
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 - Technical 

(5 Questions)

  • Q1. What is difference between Association, Association, Aggregation ?
  • Ans. 

    Association represents a relationship between two classes, Aggregation is a type of association with a whole-part relationship.

    • Association represents a relationship between two classes without implying any ownership.

    • Aggregation is a type of association where one class is a part of another class.

    • Composition is a stronger form of aggregation where the part cannot exist without the whole.

    • In UML, association is represented...

  • Answered by AI
  • Q2. Write Java program to invoke a AWS lambda function ?
  • Ans. 

    To invoke an AWS Lambda function using Java program.

    • Create an AWS Lambda client using AWS SDK for Java

    • Invoke the Lambda function using invoke method

    • Handle the response from the Lambda function

  • Answered by AI
  • Q3. Write Java program for Singleton pattern ?
  • Ans. 

    Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Create a private static instance of the class

    • Provide a public static method to access the instance

    • Ensure the constructor is private to prevent instantiation

  • Answered by AI
  • Q4. How Security is maintained in Microservices ?
  • Ans. 

    Security in Microservices is maintained through authentication, authorization, encryption, and monitoring.

    • Implementing authentication mechanisms like OAuth, JWT, or API keys to verify the identity of clients accessing the microservices.

    • Utilizing authorization techniques such as role-based access control (RBAC) or attribute-based access control (ABAC) to control what actions users can perform.

    • Encrypting data in transit ...

  • Answered by AI
  • Q5. What design patterns you have worked ?
  • Ans. 

    I have worked with design patterns such as Singleton, Factory, Observer, and Strategy.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified a...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. How much time you take to show the demo after getting the RFP ?
  • Ans. 

    The time taken to show the demo after receiving the RFP varies based on project complexity and client requirements.

    • The time frame for demo preparation can range from a few days to a few weeks, depending on the scope of the project.

    • It is important to thoroughly understand the RFP requirements before scheduling the demo to ensure all key points are addressed.

    • Collaboration with the sales team and other stakeholders is cru...

  • Answered by AI
  • Q2. What AWS services you have used ?
  • Ans. 

    I have used a variety of AWS services including EC2, S3, RDS, Lambda, and CloudFormation.

    • EC2 - Elastic Compute Cloud for scalable virtual servers

    • S3 - Simple Storage Service for object storage

    • RDS - Relational Database Service for managed databases

    • Lambda - Serverless computing service for running code without provisioning servers

    • CloudFormation - Infrastructure as Code service for automating resource provisioning

  • Answered by AI
  • Q3. Where AWS lambda you have used ?
  • Ans. 

    I have used AWS Lambda for building serverless applications and automating tasks.

    • Developed a serverless image processing application using AWS Lambda, S3, and API Gateway

    • Implemented a cron job using AWS Lambda to automatically backup DynamoDB tables

    • Integrated AWS Lambda with Amazon SNS to send notifications based on certain events

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Bajaj Finserv Solution Architect interview:
  • Core Java
  • AWS
  • Spring
Interview preparation tips for other job seekers - Mostly they conduct 2 technical rounds. 1st round is conducted by third party called flocareer and 2nd round by Bajaj Leadership team. It seems they are conducting false interviews for TRP

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java and OOPS Associated Questions
  • Q2. Spring and Basic Programming Like Sort, Searching

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't bother to give interviews it's not a good place to work for.

Solution Architect Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What is the difference between a classic folder and a modern fold ... read more
Q2. Why does Pega suggest not having a framework layer while designin ... read more
asked in Ericsson
Q3. What is Kubernets? what is difference between pod and VM what are ... read more
asked in TCS
Q4. How do you deal with Not participating business, not motivated st ... read more
asked in IBM
Q5. What were the challenges faced while do application migration on ... read more

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be 100% technical in java here they will not be any support u need to dig deep lot of complex modules which we cannot understand in depth

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

Interview Questionnaire 

2 Questions

  • Q1.  programming coding,OOPS concepts,selenium webdriver architecture and selenium methods, Api collections,BDD approach and maven build life cycle,Jenkins job configuration
  • Q2. Difference between string builder and string buffer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep updating profile in naukri or other job portals ,keep preparing for interview questions for sdet role and qa automation profile,throughly know concepts on job description of companies

Skills evaluated in this interview

What people are saying about Bajaj Finserv

View All
healthynitesh
Verified Icon
2w
works at
RBL FinServe
Bajaj Finserv insights: Spill the beans!
Calling all Bajaj Finserv employees! Share your honest experiences about the office culture, work timings, and work-life balance. What's it really like to work there?
Got a question about Bajaj Finserv?
Ask anonymously on communities.

I applied via LinkedIn and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All microsoft technologies related

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Interview Questionnaire 

1 Question

  • Q1. 1)Questions were asked related to Oracle plsql langauge and 2) Performance tuning and about 3) my data science master program,and like 4)my most challenging task ever I faced in my carrier.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort array and questions on project
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic array and vectors DSA questions

Round 2 - Technical 

(3 Questions)

  • Q1. Asked me about my past project and my contribution in it
  • Q2. Linux commands and c++ language control
  • Q3. Asked me to write last function i wrote and explain what it does
  • Ans. 

    The last function I wrote calculates the factorial of a given number using recursion.

    • Uses a recursive approach to calculate factorial.

    • Base case: factorial(0) = 1.

    • Example: factorial(5) = 5 * factorial(4) = 120.

    • Handles positive integers only.

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked me about my past projects and my contribution
  • Q2. Checked my work ethics
Round 4 - HR 

(2 Questions)

  • Q1. Basic hr questions
  • Q2. Salary negotiation
Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected
  • Q1. Find first repeated character in a string using java streams
  • Q2. Make a java class and implement tree map using null key insertion objects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2023.

Round 1 - Technical 

(1 Question)

  • Q1. 1st round more over related to java, spring boot, MySQL and data structures
Round 2 - Technical 

(1 Question)

  • Q1. This round is also having the same as first but more deep
Round 3 - HR 

(1 Question)

  • Q1. Nothing much strength and weakness type questions

Bajaj Finserv Interview FAQs

How many rounds are there in Bajaj Finserv Solution Architect interview?
Bajaj Finserv interview process usually has 2 rounds. The most common rounds in the Bajaj Finserv interview process are Technical.
How to prepare for Bajaj Finserv Solution 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 Bajaj Finserv. The most common topics and skills that interviewers at Bajaj Finserv expect are Java, AWS, Kafka, Oracle Integration Cloud and Product Development.
What are the top questions asked in Bajaj Finserv Solution Architect interview?

Some of the top questions asked at the Bajaj Finserv Solution Architect interview -

  1. How much time you take to show the demo after getting the RF...read more
  2. What is difference between Association, Association, Aggregatio...read more
  3. How Security is maintained in Microservice...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 615 Interviews
ICICI Securities Interview Questions
3.9
 • 176 Interviews
Aavas Financiers Interview Questions
3.9
 • 100 Interviews
Sharekhan Interview Questions
3.8
 • 90 Interviews
Bajaj Capital Interview Questions
3.7
 • 90 Interviews
View all
Bajaj Finserv Solution Architect Salary
based on 7 salaries
₹28 L/yr - ₹49.3 L/yr
38% more than the average Solution Architect Salary in India
View more details

Bajaj Finserv Solution Architect Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

2.0

Salary

3.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Solution Architect

Pune

12-15 Yrs

Not Disclosed

Explore more jobs
Sales Officer
1.3k salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Assistant Manager
1.3k salaries
unlock blur

₹1.8 L/yr - ₹6.7 L/yr

Sales Executive
1.2k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Sales Manager
1.1k salaries
unlock blur

₹1.4 L/yr - ₹9.6 L/yr

Manager
936 salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Explore more salaries
Compare Bajaj Finserv with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare

Cholamandalam Investment & Finance

3.9
Compare
write
Share an Interview