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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top Blue Yonder Senior Software Engineer Interview Questions and Answers

  • Q1. Which list you will prefer using if you want to create an application that needs constant modification, ArrayList or LinkedList
  • Q2. explain internal working of HashMap, what is abstract class
  • Q3. Program to find the largest and smallest integer in a program
View all 7 questions

Blue Yonder Senior Software Engineer Interview Experiences

6 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain even loop
  • Q2. Explain how redux works
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java Basics like jdk, jre, core java questions
  • Q2. Merge sort

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Program to find the largest and smallest integer in a program
  • Ans. 

    Program to find the largest and smallest integer in a program

    • Iterate through the array of integers to find the largest and smallest values

    • Initialize variables to store the largest and smallest values, update them as needed

    • Handle edge cases like empty array or array with only one element

    • Return the largest and smallest values found

  • Answered by AI
  • Q2. Explain internal working of HashMap, what is abstract class
  • Ans. 

    HashMap is a data structure that stores key-value pairs using hashing. An abstract class is a class that cannot be instantiated.

    • HashMap uses hashing to store key-value pairs for efficient retrieval.

    • Abstract classes cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Which list you will prefer using if you want to create an application that needs constant modification, ArrayList or LinkedList
  • Ans. 

    LinkedList is preferred for constant modification due to faster insertion and deletion times.

    • LinkedList is preferred for constant modification because it has faster insertion and deletion times compared to ArrayList.

    • LinkedList allows for easy insertion and deletion of elements without the need to shift other elements, making it more efficient for constant modifications.

    • ArrayList is better for random access and iteratin...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about distributed system design
  • Ans. 

    Distributed system design involves breaking down a system into smaller components that communicate and coordinate with each other over a network.

    • Decompose the system into smaller services that can run independently

    • Use messaging protocols like MQTT or AMQP for communication

    • Implement fault tolerance and scalability measures

    • Consider data consistency and synchronization across nodes

    • Examples: microservices architecture, Apa

  • Answered by AI
  • Q2. Make an class with other objects as immutable
  • Ans. 

    Create a class with other objects as immutable

    • Use final keyword to make class immutable

    • Make all fields private and final

    • Do not provide setter methods, only getter methods

    • If class contains mutable objects, make sure to return a copy of them in getter methods

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focused on System design, asa

Skills evaluated in this interview

Blue Yonder interview questions for designations

 Software Engineer

 (3)

 Senior Software Developer

 (2)

 Associate Software Engineer

 (3)

 Lead Software Engineer

 (3)

 Software Engineer II

 (1)

 Software Developer

 (1)

 Test Engineer

 (1)

 Product Engineer

 (1)

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

(4 Questions)

  • Q1. Asked About Xamarin Binding
  • Q2. Layout optimisation in Xamarin forms
  • Ans. 

    Layout optimisation in Xamarin forms involves improving performance and user experience by efficiently arranging UI elements.

    • Use ListView instead of StackLayout for long lists to improve performance.

    • Avoid nesting multiple layouts within each other to reduce complexity.

    • Utilize Grid layout for more complex UI designs.

    • Use RelativeLayout for positioning elements relative to each other.

    • Implement caching mechanisms for frequ

  • Answered by AI
  • Q3. Unit tesing Difference between Test and TestCase attribute
  • Ans. 

    Test attribute is used to define a test method, while TestCase attribute is used to define a test case class.

    • Test attribute is used to mark a method as a test method in a test class.

    • TestCase attribute is used to mark a class as a test case class containing multiple test methods.

    • Test attribute is used in frameworks like NUnit, JUnit, etc.

    • TestCase attribute is used in frameworks like NUnit, JUnit, etc.

  • Answered by AI
  • Q4. About Polymorphism

Skills evaluated in this interview

Get interview-ready with Top Blue Yonder Interview Questions

I was interviewed before Dec 2020.

Interview Questionnaire 

1 Question

  • Q1. Java core related collections, First round would be array based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - get good knowledge on core java and collections

Senior Software Engineer 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
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 7 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 

Had a aptitude + coding on round 1.

Round 3 - Technical 

(1 Question)

  • Q1. Had a coding + Techincal interview ok Java springboot
Round 4 - Technical 

(1 Question)

  • Q1. There was coding question puzzle and technical discussion
Round 5 - Technical 

(1 Question)

  • Q1. Ot was techno managineial round. Java concepts and puzzles and managerial questions were asked
Round 6 - Technical 

(1 Question)

  • Q1. This was director round.It was short for 20mnts. A design question and few managerial questions were asked
Round 7 - One-on-one 

(1 Question)

  • Q1. It was an hR discussion where salary and benefits were discussed
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Java basic, Framework questions
  • Q2. Springboot related
  • Q3. Core java all concepts
Round 2 - Technical 

(2 Questions)

  • Q1. Managerial round
  • Q2. Tech and Management Question
Round 3 - HR 

(1 Question)

  • Q1. Salaey discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cognos related questions
  • Q2. Cloud related questions

I applied via Referral and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Coding Questions of javascript could be easily found on googling
  • Q2. Angular Questions based on component nesting , debugging , angular project configurations, pipes , directives etc
  • Q3. Basic Javascript Questions like currying , prototype, what was the project you were working etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during the interview , the team interviewing will try to make you comfortable as well, practice your coding skill, prepare questions like "tell me about yourself","where do you see yourself in 10 years" etc
Contribute & help others!
anonymous
You can choose to be anonymous

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder Senior Software Engineer interview?
Blue Yonder interview process usually has 1-2 rounds. The most common rounds in the Blue Yonder interview process are Technical and One-on-one Round.
How to prepare for Blue Yonder Senior Software Engineer 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 RDBMS, Coding, Hibernate, Automation and Information Security.
What are the top questions asked in Blue Yonder Senior Software Engineer interview?

Some of the top questions asked at the Blue Yonder Senior Software Engineer interview -

  1. Which list you will prefer using if you want to create an application that need...read more
  2. explain internal working of HashMap, what is abstract cl...read more
  3. Program to find the largest and smallest integer in a prog...read more

Recently Viewed

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

Qualcomm

No Interviews

INTERVIEWS

Qualcomm

20 top interview questions

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

Tell us how to improve this page.

Blue Yonder Senior Software Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • One-on-one Round
View more
Join Blue Yonder Innovative supply chain solutions.
Blue Yonder Senior Software Engineer Salary
based on 364 salaries
₹10.8 L/yr - ₹36 L/yr
63% more than the average Senior Software Engineer Salary in India
View more details

Blue Yonder Senior Software Engineer Reviews and Ratings

based on 35 reviews

3.6/5

Rating in categories

3.4

Skill development

3.8

Work-life balance

3.6

Salary

3.6

Job security

3.6

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 35 Reviews and Ratings
Sr Software Engineer - Seq

Bangalore / Bengaluru

3-10 Yrs

₹ 18-32.7 LPA

IN-Sr Software Engineer - PD

Hyderabad / Secunderabad

3-10 Yrs

Not Disclosed

Sr Software Engineer

Hyderabad / Secunderabad

5-7 Yrs

₹ 18.25-30.15 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