Upload Button Icon Add office photos

Filter interviews by

BlueOptima Java Developer Interview Questions and Answers

Updated 12 Sep 2020

BlueOptima Java Developer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. Round-1 :2 coding questions( 1. pure number 2. Map Concept)
  • Q2. Round 2: Technical Round: DBMS query, What is inheritance, OOPs concepts, static vs non-static keywords
  • Q3. Round3: The shortlisted students were divided into group of 3 and a project was assigned that had to be completed in a week.
  • Q4. Round 4: Final presentation of the project and related questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice but the result seemed ambiguous after the project presentation because selection of only one person per group made even though you have made equal contribution in the work. But the learning experience of the project period is great.

Interview questions from similar companies

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

Sort string in java a with java 8 feati

Round 2 - Technical 

(2 Questions)

  • Q1. Opps basic questions for java
  • Q2. Collection basics question for java
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pen paper test in the college

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Java Developer with a passion for creating efficient and scalable applications.

    • Over 5 years of experience in Java development

    • Strong knowledge of object-oriented programming principles

    • Proficient in Spring framework and Hibernate

    • Experience with RESTful web services and microservices architecture

    • Familiar with Agile methodologies and version control systems like Git

  • Answered by AI
  • Q2. About Project and puzzle questions from geeks for geeks
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. 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 - HR 

(2 Questions)

  • Q1. Introduction about your self
  • Q2. About your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Narmal communication skills
Basic about your knowledge

Interview Questionnaire 

2 Questions

  • Q1. Core java,spring,hibernate,JPA,sql
  • Q2. How can we build app and hows it structure according to you
  • Ans. 

    To build a Java app, follow a structured approach by defining requirements, designing architecture, implementing code, and testing.

    • Define clear requirements and gather necessary resources

    • Design the app's architecture, including modules, components, and data flow

    • Implement the code using Java programming language and relevant frameworks

    • Perform thorough testing to ensure functionality, performance, and security

    • Follow codi...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Core java,angular,db,javascript

Skills evaluated in this interview

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

Nuts and bolts game, to output date in a certain format, one SQL query

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks and Queues
  • Q2. Linked lists, arrays, and many more basic fundamental Dsa questions.
Round 3 - Technical 

(2 Questions)

  • Q1. More about your resume projects.
  • Q2. Puzzles and reasoning is asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Try Puzzles on gfg, knows your projects that you have mentioned in your cv or resume, basic dsa is mostly asked with a focus on dbms.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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 Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions

BlueOptima Interview FAQs

How to prepare for BlueOptima 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 BlueOptima. The most common topics and skills that interviewers at BlueOptima expect are Agile, Application Support, Automation, Computer science and Core Java.
What are the top questions asked in BlueOptima Java Developer interview?

Some of the top questions asked at the BlueOptima Java Developer interview -

  1. Round 2: Technical Round: DBMS query, What is inheritance, OOPs concepts, stati...read more
  2. Round3: The shortlisted students were divided into group of 3 and a project was...read more
  3. Round-1 :2 coding questions( 1. pure number 2. Map Conce...read more

Tell us how to improve this page.

Software Engineer
27 salaries
unlock blur

₹9.8 L/yr - ₹29.3 L/yr

Associate Software Engineer
12 salaries
unlock blur

₹13 L/yr - ₹20 L/yr

Graduate Software Engineer
12 salaries
unlock blur

₹11 L/yr - ₹13.2 L/yr

Machine Learning Engineer
9 salaries
unlock blur

₹11 L/yr - ₹27.4 L/yr

Software Developer
8 salaries
unlock blur

₹11 L/yr - ₹13 L/yr

Explore more salaries
Compare BlueOptima with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

Tredence

3.6
Compare

LatentView Analytics

3.7
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