Upload Button Icon Add office photos
Engaged Employer

i

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

Bravura Solutions Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 212 Reviews

Filter interviews by

Bravura Solutions Interview Questions, Process, and Tips

Updated 25 Oct 2024

Top Bravura Solutions Interview Questions and Answers

Bravura Solutions Interview Experiences

Popular Designations

15 interviews found

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

(2 Questions)

  • Q1. Is java 100% Object Oriented
  • Ans. 

    No, Java is not 100% Object Oriented due to the presence of primitive data types.

    • Java has primitive data types like int, float, and boolean which are not objects.

    • Static methods and variables do not require an instance of a class, breaking the pure object-oriented paradigm.

    • Java also supports procedural programming features like control structures and arrays.

  • Answered by AI
  • Q2. No Java is not 100 % Object Oriented, its datatypes are not objects
  • Ans. 

    Java is not 100% Object Oriented because its primitive data types are not objects.

    • Java has primitive data types like int, double, boolean which are not objects and do not inherit from a common class.

    • However, Java provides wrapper classes like Integer, Double, Boolean to treat primitives as objects.

    • Java also supports features like inheritance, encapsulation, and polymorphism which are key aspects of Object Oriented Prog

  • Answered by AI

Skills evaluated in this interview

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project based, oops concepts, average dsa questions,

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

3 sections
Quant
Verbal
Tachnical

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview questions from core java and sql queries
Round 3 - Technical 

(1 Question)

  • Q1. Singly,doubly link list Joins type and project
  • Ans. 

    The question is not clear and seems to be unrelated to the job role of Graduate Engineer Trainee.

    • The question seems to be a mix of different topics and lacks clarity.

    • Singly and doubly linked lists are data structures used in computer science.

    • Joins are used in database management systems to combine data from multiple tables.

    • Project could refer to a software development project or a construction project.

    • It is unclear how...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Simple backgroud question. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Just get core java and mysql and get good clearity on project

Skills evaluated in this interview

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Developer Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Core java basics questions
  • Q2. Sql simple question and simple java coding question

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Bravura Solutions interview questions for popular designations

 Java Developer

 (2)

 Accounts Officer

 (1)

 Analyst

 (1)

 Associate Software Engineer

 (1)

 Client Service Trainee

 (1)

 Developer

 (1)

 Graduate Engineer Trainee (Get)

 (1)

 Graduate Trainee

 (1)

I applied via Referral and was interviewed in Sep 2022. There were 3 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 - Aptitude Test 

Basics questions of logical reasoning , english , mathematics etc

Round 3 - Technical 

(3 Questions)

  • Q1. How to check current version of java coding question reverse a string project explaniation that you mention in your resume. interfaces?
  • Q2. Encapsulation vs abstraction
  • Ans. 

    Encapsulation is hiding implementation details while abstraction is hiding unnecessary details.

    • Encapsulation is achieved through access modifiers like private, protected, and public.

    • Abstraction is achieved through abstract classes and interfaces.

    • Encapsulation protects the data from external interference while abstraction focuses on the essential features.

    • Example of encapsulation: hiding the implementation details of a ...

  • Answered by AI
  • Q3. Jvm vs jre vs jdk
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. JRE is a runtime environment that includes JVM and libraries. JDK is a development kit that includes JRE and tools for developing Java applications.

    • JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.

    • JRE stands for Java Runtime Environment and includes JVM and libraries required to run Java applications.

    • JDK stands for Java Development ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - basics question from oops , java , data structure will be asked.

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 3 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 - Aptitude Test 

All Questions are asked like data Structure, graph, aptitude, coding questions, English grammar etc.

Round 3 - Coding Test 

Coding questions aked to me
1- try catch block
2- Create Custom Exception.
3- String Reverse coding
4- Sum of digits, through user input.
5- What is Exception?
6- Difference Between Arraylist and vector?
7- Difference Between Arraylist and Linked list?
8- Last year Project explain in proper form?
9- What is Collection and all of questions put up on collection?
10- SQL queries?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Java, SQL , Collection, Exception,program and Last year Project.

Java Support Engineer Interview Questions asked at other Companies

Q1. how will you fetch a value from the application.proprties file in spring boot
View answer (2)

Jobs at Bravura Solutions

View all

People Solutions Administrator Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

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

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. Queries related to Workday Core HCM
  • Q2. Integrations understanding & EIBs Proficiency
  • Q3. Talent & Employee Performance related queries.
  • Q4. Business Process Understanding, Advance Reporting
  • Q5. Organization Management
  • Q6. Security Configuration Understanding
  • Q7. Compensation & Advance Compensation
  • Q8. Calculated Fields
Round 2 - HR 

(2 Questions)

  • Q1. Profile Discussion
  • Q2. Comp Discussion
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

The questions very good and easy

Round 3 - Technical 

(2 Questions)

  • Q1. Asked various questions related to programming languages
  • Q2. Asked questions about myself

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hesitate go with full confidence. Also the interview process was very smooth
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to change?
  • Q2. What is your current CTC?
Round 2 - Technical 

(4 Questions)

  • Q1. Journal entries
  • Q2. Ask all the common TDS Sections
  • Q3. Ask GST entries
  • Q4. Bank reconciliation

Accounts Officer Interview Questions asked at other Companies

Q1. How can you handle entire accounts section give me some examples?
View answer (9)

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About manaul testing
Round 2 - Technical 

(1 Question)

  • Q1. General question about work experience
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and job role discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your last role related questions

Senior Test Analyst Interview Questions asked at other Companies

Q1. What is Test Prioritization and How we apply to our Test Case?
View answer (1)

Bravura Solutions Interview FAQs

How many rounds are there in Bravura Solutions interview?
Bravura Solutions interview process usually has 2-3 rounds. The most common rounds in the Bravura Solutions interview process are Technical, HR and Resume Shortlist.
How to prepare for Bravura Solutions 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 Bravura Solutions. The most common topics and skills that interviewers at Bravura Solutions expect are SQL, Data Analysis, Excel, AWS and Budgeting.
What are the top questions asked in Bravura Solutions interview?

Some of the top questions asked at the Bravura Solutions interview -

  1. No Java is not 100 % Object Oriented, its datatypes are not obje...read more
  2. Singly,doubly link list Joins type and proj...read more
  3. Is java 100% Object Orien...read more

Tell us how to improve this page.

Bravura Solutions Interview Process

based on 11 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
FIS Interview Questions
3.9
 • 476 Interviews
Fiserv Interview Questions
3.2
 • 167 Interviews
SS&C TECHNOLOGIES Interview Questions
3.4
 • 161 Interviews
Mobileum Interview Questions
3.3
 • 36 Interviews
View all

Bravura Solutions Reviews and Ratings

based on 212 reviews

3.9/5

Rating in categories

3.2

Skill development

4.2

Work-life balance

3.7

Salary

3.6

Job security

3.9

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 212 Reviews and Ratings
Senior VDI Engineer

Gurgaon / Gurugram

7-12 Yrs

Not Disclosed

Team Lead-VDI

Gurgaon / Gurugram

8-12 Yrs

Not Disclosed

Desktop Engineer/VDI Engineer

Gurgaon / Gurugram

1-3 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
82 salaries
unlock blur

₹8.5 L/yr - ₹18 L/yr

Senior Test Analyst
79 salaries
unlock blur

₹8 L/yr - ₹18.5 L/yr

Test Analyst
67 salaries
unlock blur

₹5.5 L/yr - ₹11.5 L/yr

Software Engineer
41 salaries
unlock blur

₹5.4 L/yr - ₹14 L/yr

Developer
35 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Explore more salaries
Compare Bravura Solutions with

FIS

3.9
Compare

SS&C TECHNOLOGIES

3.4
Compare

Broadridge Financial Solutions

3.9
Compare

Fiserv

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