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 Java Developer Interview Questions and Answers

Updated 13 Oct 2022

Bravura Solutions Java Developer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core JAVA questions, OOPS basics, Collections, JAVA 8, DBMS/SQL fundamentals and queries, Exception Handling.

Interview Preparation Tips

Interview preparation tips for other job seekers - Get the basics clear of the following topics.
Core Java questions, OOPS basics, Collections, JAVA 8, DBMS/Sql fundamentals and queries, Exception Handling.

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious Subsequence Problem Statement Determine the lo ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Design patterns, Collections
  • Q2. Spring Boot, Annotations, controller class, hibernate
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Experience in past proyects
  • Ans. 

    I have worked on various projects ranging from web development to mobile app development, gaining experience in different technologies and frameworks.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the travel sector

    • Collaborated with a team to implement a machine learning algorithm for data analysis in a research project

  • Answered by AI
  • Q2. Experience leading a group of develeopers
  • Ans. 

    Led a team of developers on a project to develop a new software application.

    • Managed a team of 5 developers to ensure project deadlines were met

    • Assigned tasks to team members based on their strengths and expertise

    • Held regular team meetings to discuss progress and address any issues

    • Provided guidance and support to team members when needed

    • Collaborated with other departments to gather requirements and feedback

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. It was more like a talk about your experience
  • Q2. Code test to create a small search enginee
  • Ans. 

    Code test to create a small search engine

    • Create a function that takes a search query and an array of strings as input

    • Iterate through the array of strings to find matches with the search query

    • Return an array of strings that contain the search query

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Fibonacci, swap without 3rd var
  • Q2. Non repetitive char in string
  • Ans. 

    Find the first non-repetitive character in a string.

    • Iterate through the string and count the occurrences of each character.

    • Return the first character with a count of 1.

  • Answered by AI
Round 2 - Case Study 

Scenario based questions

Skills evaluated in this interview

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

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Medium level leetcode question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Incorporated authentication and authorization features for secure access

  • Answered by AI
  • Q2. Explain functionalities in detail
  • Ans. 

    Functionalities in software development refer to the specific tasks or actions that a software program can perform.

    • Functionalities are the specific features or capabilities of a software program.

    • They define what the software can do and how it can be used.

    • Examples of functionalities include user authentication, data encryption, and file management.

    • Functionalities can be implemented through code modules or libraries.

    • Test...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Given one at home assignment to create a lwc component

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to have different pricing based on regions
  • Ans. 

    Different pricing based on regions can be achieved by using price rules and custom fields in Salesforce.

    • Create custom fields to store region information for each account or opportunity

    • Use price rules to set different prices based on the region

    • Utilize workflow rules or process builder to automate the pricing based on region

    • Consider using custom metadata types for easier maintenance and scalability

  • Answered by AI
  • Q2. Parent to child relation in lwc
  • Ans. 

    Parent to child relation in LWC refers to the relationship between a parent component and its child components in Lightning Web Components.

    • Use @api decorator in child component to expose properties to parent component

    • Use @track decorator in parent component to track changes in child components

    • Communicate between parent and child components using events or properties

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare real time scenarios

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Hackertank Test containing dsa question

Round 2 - HR 

(2 Questions)

  • Q1. Define success for you
  • Ans. 

    Success for me is achieving personal and professional goals while maintaining a healthy work-life balance.

    • Achieving personal goals such as learning new technologies or completing a project

    • Receiving positive feedback from colleagues or clients

    • Maintaining a healthy work-life balance by setting boundaries and taking time for self-care

    • Feeling fulfilled and satisfied with my work

  • Answered by AI
  • Q2. Why changing your job
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Looking for a new challenge to expand my skills and knowledge

    • Interested in exploring different technologies and industries

    • Seeking better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI

I applied via Referral and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. I was asked about pascals triangle and basic questions from oops, dbms, SQL, networking and other topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise DSA and study all theory subjects.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2022.

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 

(1 Question)

  • Q1. Linked list (detect loop, reverse, delte a node) tree (height, DFS) graph theory concept C++ basic questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Total 3 round of Technical interviews.

Interview Preparation Tips

Interview preparation tips for other job seekers - C++ basics, Algo and Data structure and some basic concept of graph theory.

Bravura Solutions Interview FAQs

How many rounds are there in Bravura Solutions Java Developer interview?
Bravura Solutions interview process usually has 3 rounds. The most common rounds in the Bravura Solutions interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Bravura Solutions Java Developer 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, Java, Hibernate, Spring and Core Java.
What are the top questions asked in Bravura Solutions Java Developer interview?

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

  1. jvm vs jre vs ...read more
  2. encapsulation vs abstract...read more
  3. how to check current version of java coding question reverse a string project e...read more

Tell us how to improve this page.

Bravura Solutions Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Java Developer Interview Questions from Similar Companies

View all
Bravura Solutions Java Developer Salary
based on 21 salaries
₹4.5 L/yr - ₹13.5 L/yr
51% more than the average Java Developer Salary in India
View more details

Bravura Solutions Java Developer Reviews and Ratings

based on 9 reviews

3.6/5

Rating in categories

2.8

Skill development

3.9

Work-life balance

3.2

Salary

3.3

Job security

3.8

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 9 Reviews and Ratings
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