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

Blue Yonder Interview Questions, Process, and Tips for Experienced

Updated 29 Mar 2025

Top Blue Yonder Interview Questions and Answers for Experienced

View all 28 questions

Blue Yonder Interview Experiences for Experienced

Popular Designations

26 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Majorly on your project, functionality, WMS questions
  • Q2. Around wms, different cases worked on, different scenarios based question
Round 2 - Behavioral 

(2 Questions)

  • Q1. My work, my projects , work i have done so far.
  • Q2. Why i wanted to switch, why to join this company
  • Ans. 

    I wanted to switch for new challenges and growth opportunities. I am interested in joining this company because of its innovative projects and strong team culture.

    • Seeking new challenges and growth opportunities

    • Interested in the company's innovative projects

    • Attracted to the strong team culture

    • Excited about the potential to learn and develop skills

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion,

Interview Preparation Tips

Topics to prepare for Blue Yonder Support Engineer interview:
  • Inventory management,
  • Inbound Logistics
Interview preparation tips for other job seekers - Prepare your project well, your work you have done , be confident, and learn the basics

Support Engineer Interview Questions asked at other Companies

Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1.What is Bull Whip Effect ?
  • Ans. 

    The Bull Whip Effect refers to the phenomenon of demand variability amplifying as it moves up the supply chain.

    • It is a supply chain management concept.

    • Demand fluctuations at the end of the supply chain are magnified as they move upstream.

    • Causes include lack of communication, forecasting errors, and order batching.

    • Results in inventory inefficiencies, excess costs, and poor customer service.

    • Example: A retailer experience...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Supply Chain Management
2. MRP
3.Inventory Management
4. Planning
5.Material Management

Solution Architect Interview Questions asked at other Companies

Q1. Difference Between classic folder and Modern folder?
View answer (10)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I appeared for an interview before Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a For loop
  • Ans. 

    A For loop is used to iterate over a collection of items and perform a set of actions for each item.

    • Initialize a counter variable before the loop

    • Set the condition for the loop to continue based on the counter variable and the length of the array

    • Increment the counter variable after each iteration

    • Access each element in the array using the counter variable

  • Answered by AI
  • Q2. Explains Joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Write 2nd largest and 2nd smallest number in an array without using sort Questions on Performance testing
  • Q2. Remove duplicate elements in an array Project related questions

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)

Blue Yonder interview questions for popular designations

 Senior Software Engineer

 (7)

 Software Engineer

 (3)

 Lead Software Engineer

 (3)

 Support Engineer

 (3)

 Associate Software Engineer

 (3)

 Support Engineer 1

 (2)

 Technical Support Engineer

 (2)

 Business Consultant

 (2)

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

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain about Microservices Architecture
  • Ans. 

    Microservices architecture is an architectural style that structures an application as a collection of loosely coupled services.

    • Each service is self-contained and can be developed, deployed, and scaled independently.

    • Services communicate with each other over lightweight protocols like HTTP or messaging queues.

    • Microservices allow for flexibility, scalability, and resilience in large and complex applications.

    • Examples of c...

  • Answered by AI
  • Q2. What is the difference between NoSQL and SQL Database?
  • Ans. 

    NoSQL databases are non-relational databases that do not require a fixed schema, while SQL databases are relational databases that use structured query language.

    • NoSQL databases are schema-less, allowing for flexible data models.

    • SQL databases use a fixed schema with tables and rows.

    • NoSQL databases are horizontally scalable, making them suitable for big data applications.

    • SQL databases are vertically scalable, meaning the...

  • Answered by AI
  • Q3. What are the closures in Javascript?
  • Ans. 

    Closures in JavaScript are functions that have access to their own scope, as well as the scope in which they were defined.

    • Closures allow functions to access variables from an outer function even after the outer function has finished executing.

    • They are created whenever a function is defined within another function.

    • Closures are commonly used to create private variables and functions in JavaScript.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data structures, System design and Node.js well.

Skills evaluated in this interview

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

Get interview-ready with Top Blue Yonder Interview Questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2023

Interview experience
3
Average
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 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 - Technical 

(3 Questions)

  • Q1. Oops concepts is mandatory
  • Q2. Print only duplicate values from a String Without using for loop, use do-while
  • Ans. 

    Print duplicate values from a String using do-while loop

    • Create a HashSet to store unique values

    • Use a do-while loop to iterate through the String

    • Check if the HashSet already contains the current character, if yes, print it as a duplicate

  • Answered by AI
  • Q3. Core Java oops concepts
Round 3 - Technical 

(3 Questions)

  • Q1. Reverse a string= "Ecommerce"
  • Ans. 

    To reverse a string 'Ecommerce', you can iterate through the characters in the string and build a new string in reverse order.

    • Iterate through the characters of the string from end to start

    • Append each character to a new string to build the reversed string

    • Return the reversed string as the result

  • Answered by AI
  • Q2. Print only duplicate values from a string
  • Ans. 

    Print duplicate values from a string as an array of strings

    • Iterate through each character in the string

    • Use a hashmap to store the frequency of each character

    • Print characters with frequency greater than 1 as duplicates

  • Answered by AI
  • Q3. Selenium web driver related, Open amazon or Facebook website, u need to find the xpath for dates or dropdowns, and using contains

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Jobs at Blue Yonder

View all

I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. System Design, Trees
Round 2 - Technical 

(1 Question)

  • Q1. Coding, java, work experiences
Round 3 - Technical 

(1 Question)

  • Q1. Work Experience, Agile, Scrum
Round 4 - HR 

(1 Question)

  • Q1. 2 rounds of Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will depend on the team for which you apply

Top Blue Yonder Lead Software Engineer Interview Questions and Answers

Q1. What is pessimistic locking and optimistic locking?
View answer (1)

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Make a Java class immutable
  • Ans. 

    To make a Java class immutable, use final keyword and initialize all fields in constructor.

    • Use final keyword for class and all fields

    • Initialize all fields in constructor

    • Do not provide setter methods

    • Make sure to return a new instance in any method that modifies the state

  • Answered by AI
  • Q2. Check whether two strings are anagrams of each other
  • Ans. 

    Check if two strings are anagrams of each other

    • Create a character count array for both strings

    • Compare the character count arrays

    • If they are equal, the strings are anagrams

  • Answered by AI
  • Q3. List some REST endpoints for a ticket booking system
  • Ans. 

    REST endpoints for a ticket booking system

    • GET /events - get list of available events

    • GET /events/{id} - get details of a specific event

    • POST /events/{id}/tickets - book tickets for an event

    • GET /bookings - get list of all bookings

    • GET /bookings/{id} - get details of a specific booking

    • PUT /bookings/{id} - update a booking

    • DELETE /bookings/{id} - cancel a booking

  • Answered by AI
  • Q4. List top employees by salary from each department(basic Group By query)
  • Q5. What is pessimistic locking and optimistic locking?
  • Ans. 

    Pessimistic locking is when a resource is locked for a long time, while optimistic locking is when a resource is locked only when it is being modified.

    • Pessimistic locking involves locking a resource for a long time to prevent other users from accessing it.

    • Optimistic locking involves locking a resource only when it is being modified, allowing other users to access it in the meantime.

    • Pessimistic locking is useful when co...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty basic and easy questions. Easy/ Medium Leetcode problems would suffice.

Skills evaluated in this interview

Top Blue Yonder Lead Software Engineer Interview Questions and Answers

Q1. What is pessimistic locking and optimistic locking?
View answer (1)

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)

Sr.QA Interview Questions & Answers

user image Anonymous

posted on 3 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview before Feb 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Print tables from 1 to 20 in one sequential order
  • Ans. 

    Print tables from 1 to 20 in one sequential order.

    • Use a loop to iterate from 1 to 20

    • Inside the loop, multiply the current number with each number from 1 to 10

    • Print the result in a formatted table

  • Answered by AI
  • Q2. How find a element when its in Frame using selenium
  • Ans. 

    To find an element within a frame using Selenium, switch to the frame and then locate the element using appropriate locators.

    • Use the 'switchTo().frame()' method to switch to the desired frame

    • Locate the element within the frame using locators like ID, class name, XPath, etc.

    • Perform actions on the element as required

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leann Java

Skills evaluated in this interview

Sr.QA Interview Questions asked at other Companies

Q1. How find a element when its in Frame using selenium
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. They will go through your resume thoroughly. They wanted to know about your job role and project in your company. Their main focus is to know about your role and what kind of work you have done related to ...
Round 3 - Behavioral 

(2 Questions)

  • Q1. Technical questions What roles you have work
  • Q2. This round was quite typical then the previous one. They also ask you some technical questions but their main focus is to check your personality, capabilities and abilities. They wanted to know about your ...
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussions Why you wanted to join
  • Q2. This round was simple they ask basic questions like why you want to join and why we should hire you and salary discussions.

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder interview for experienced candidates?
Blue Yonder interview process for experienced candidates usually has 2 rounds. The most common rounds in the Blue Yonder interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Blue Yonder interview for experienced candidates?
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 Python, RDBMS, Supply Chain, Automation and SQL.
What are the top questions asked in Blue Yonder interview for experienced candidates?

Some of the top questions asked at the Blue Yonder interview for experienced candidates -

  1. 1. What is the difference between Absolute & Relative Xpaths? ...read more
  2. What is pessimistic locking and optimistic locki...read more
  3. 3.What is POM in Automation Framewo...read more
How long is the Blue Yonder interview process?

The duration of Blue Yonder interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Blue Yonder Interview Process for Experienced

based on 20 interviews

Interview experience

4
  
Good
View more
Join Blue Yonder Innovative supply chain solutions.

Interview Questions from Similar Companies

Adobe Interview Questions
3.9
 • 235 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Dassault Systemes Interview Questions
4.0
 • 164 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
Atlassian Interview Questions
3.5
 • 89 Interviews
View all

Blue Yonder Reviews and Ratings

based on 549 reviews

3.9/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.5

Salary

3.9

Job security

3.8

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 549 Reviews and Ratings
Staff Software Engineer I - Java8, Microservices

Bangalore / Bengaluru

3-13 Yrs

Not Disclosed

Solution Architect ( BY SCPO/ Blue Yonder ESP)

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Sr Software Engineer(Java, Microservices,Spring)

Hyderabad / Secunderabad

4-7 Yrs

₹ 17.25-32.5 LPA

Explore more jobs
Senior Software Engineer
351 salaries
unlock blur

₹10.8 L/yr - ₹36 L/yr

Software Engineer
257 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Technical Consultant
257 salaries
unlock blur

₹4.8 L/yr - ₹18.4 L/yr

Senior Technical Consultant
191 salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Senior Business Consultant
185 salaries
unlock blur

₹11 L/yr - ₹35 L/yr

Explore more salaries
Compare Blue Yonder with

SAP

4.2
Compare

24/7 Customer

3.5
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

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