Premium Employer

i

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

Blue Yonder Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Blue Yonder Java Developer Interview Questions and Answers

Updated 25 Feb 2025

Blue Yonder Java Developer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on Core Java + Java 8 features + Threads + Exceptions + Spring Boots Questions
  • Q2. Coding question like combining list of (x,y) coordinate if they overlap
Round 2 - Technical 

(2 Questions)

  • Q1. Same like previous Round 1 where questions were on Core Java + Java 8 features + Spring boot
  • Q2. Coding questions: 1) To implement HashMap 2) find duplicate count 3) from the list of integers find pairs whos sum matches the target. expecting an optimized solution
  • Ans. 

    Implement HashMap, find duplicate count, and find pairs with sum matching target in an optimized way.

    • Implement HashMap using arrays and linked lists for collision resolution.

    • Use a HashMap to store element counts and find duplicates efficiently.

    • Use a two-pointer approach to find pairs with sum matching the target in O(n) time complexity.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate Knowledge of DSA if the role requires it.

Good knowledge of concepts for the respective Role you are applying.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

Thirty minutes to answer thirty questions ranging from easy to moderate difficulty.

Round 2 - Coding Test 

Two questions in 60 minutes, moderate to difficult.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Elaborate on experience
  • Ans. 

    I have 5 years of experience in Java development, working on various projects and technologies.

    • Developed web applications using Java, Spring, and Hibernate

    • Worked on RESTful APIs and microservices architecture

    • Experience with database design and optimization, including MySQL and MongoDB

    • Implemented security features like authentication and authorization

    • Collaborated with cross-functional teams to deliver high-quality softw

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly and perform with confidence.

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 Infosys
Q3. Which should be preferred between String and StringBuffer when th ... 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

Java Developer Jobs at Blue Yonder

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Apr 2023. There were 4 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Just go through basic core java questions, spring boot questions.
  • Q2. 1. Oops concept, Exception Handling, Singleton class
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Find number of times a string occurs in second string. Practice more on string coding interview questions. 2. Sql:find employee who has second highest salary.
  • Ans. 

    Count occurrences of a string in another string and find second highest salary in SQL.

    • Use a loop to iterate through the second string and check for occurrences of the first string.

    • Use a counter variable to keep track of the number of occurrences found.

    • In SQL, use a subquery to find the employee with the second highest salary by ordering the salaries in descending order and selecting the second row.

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Discussed about roles and responsibilities. Greatest challenge that has faced in job role. Puzzle:u have 3l 5l container,how do u measure 4l using only two given containers

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Asked about introduction and then few coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Given a code, what will be the output of this?
  • Ans. 

    The output of the code will be the sum of the elements in the given array.

    • The code likely involves iterating through the array and adding up the elements.

    • Make sure to handle edge cases like empty arrays or arrays with negative numbers.

    • Example: If the array is [1, 2, 3], the output will be 6.

  • Answered by AI
  • Q2. What is a hashMap and difference between HashMap and concurrentHashMap
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs. ConcurrentHashMap is a thread-safe version of HashMap.

    • HashMap is not thread-safe, while ConcurrentHashMap is thread-safe.

    • ConcurrentHashMap allows concurrent read and write operations without the need for external synchronization.

    • HashMap allows null keys and values, while ConcurrentHashMap does not allow null keys or values.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

BST formation code in java

Round 2 - One-on-one 

(2 Questions)

  • Q1. Multi Threading consumer producer
  • Q2. User Defined Exceptions
Round 3 - HR 

(2 Questions)

  • Q1. Scenario based question
  • Q2. Work Life Balance

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Min stack write code with full operation
  • Ans. 

    A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it ...

  • Answered by AI
  • Q2. Graph and sql ,concept problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort based tricky ques
  • Q2. Island problem leetcode

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Round 1 was of aptitude test with two sections overall it was easy but very less time.

Round 2 - One-on-one 

(1 Question)

  • Q1. Core java and advance java , project what u have done and puzzles

Interview Preparation Tips

Topics to prepare for Dassault Systemes Java Developer interview:
  • Java
Interview preparation tips for other job seekers - for interview round prepare puzzles very well.

I applied via Approached by company and was interviewed in Dec 2021. 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 Resume tips
Round 2 - Coding Test 

Interview Preparation Tips

Topics to prepare for Dassault Systemes Java Developer interview:
  • C, c++,Java coding knowledge
Interview preparation tips for other job seekers - Employee, devolper ,tester ,coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Java Coding Questions based on ArrayList, HashMap, etc.

Round 2 - Coding Test 

Count distinct elements in given String.

Round 3 - Behavioral 

(2 Questions)

  • Q1. Current Project architecture.
  • Ans. 

    Our current project architecture follows a microservices design pattern with separate services for different functionalities.

    • Microservices architecture with separate services for different functionalities

    • Use of RESTful APIs for communication between services

    • Containerization using Docker for easy deployment and scalability

    • Implementation of service discovery and load balancing with tools like Kubernetes

    • Use of message bro

  • Answered by AI
  • Q2. My role in project
  • Ans. 

    My role in the project was to develop and maintain Java applications to meet the project requirements.

    • Developing Java applications based on project requirements

    • Maintaining and updating existing Java code

    • Collaborating with team members to ensure project success

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

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on my resume. what is join? What is out of memory error? Can it be resolved after getting it? One programming question in java? Then some followup questions based on above?
Contribute & help others!
anonymous
You can choose to be anonymous

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder Java Developer interview?
Blue Yonder interview process usually has 2-3 rounds. The most common rounds in the Blue Yonder interview process are Technical, Aptitude Test and Coding Test.
How to prepare for Blue Yonder 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 Blue Yonder. The most common topics and skills that interviewers at Blue Yonder expect are Java, Spring Boot, Aop, Automation Testing and Cloud.
What are the top questions asked in Blue Yonder Java Developer interview?

Some of the top questions asked at the Blue Yonder Java Developer interview -

  1. Coding questions: 1) To implement HashMap 2) find duplicate count 3) from the...read more
  2. Same like previous Round 1 where questions were on Core Java + Java 8 features ...read more
  3. Coding question like combining list of (x,y) coordinate if they over...read more

Recently Viewed

INTERVIEWS

Qualcomm

No Interviews

DESIGNATION

SALARIES

Blue Yonder

INTERVIEWS

Qualcomm

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Blue Yonder

40 top interview questions

SALARIES

Brillio

INTERVIEWS

TechnipFMC

No Interviews

INTERVIEWS

ElectrifAi

No Interviews

INTERVIEWS

Qualcomm

No Interviews

Tell us how to improve this page.

Blue Yonder Java Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join Blue Yonder Innovative supply chain solutions.
Blue Yonder Java Developer Salary
based on 5 salaries
₹15.2 L/yr - ₹20 L/yr
194% more than the average Java Developer Salary in India
View more details

Blue Yonder Java Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Java Developer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

5-8 Yrs

₹ 16.55-20 LPA

Explore more jobs
Senior Software Engineer
364 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
261 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
232 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Consultant
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Consultant
178 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Blue Yonder with

SAP

4.2
Compare

Manhattan Associates

3.7
Compare

Oracle

3.7
Compare

Infor Global Solution

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