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

Updated 5 Mar 2025

Top Blue Yonder Interview Questions and Answers

View all 46 questions

Blue Yonder Interview Experiences

Popular Designations

62 interviews found

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. What is the difference between Absolute & Relative Xpaths?
  • Ans. 

    Absolute Xpath is the complete path from the root element to the desired element, while Relative Xpath is the path based on the current element.

    • Absolute Xpath starts with a single slash (/) and is more specific but less flexible.

    • Relative Xpath starts with a double slash (//) and is more flexible but less specific.

    • Absolute Xpath is more prone to breaking if the structure of the page changes.

    • Relative Xpath is easier to m...

  • Answered by AI
  • Q2. 2. Mention the UNIX Command for Copying the File?
  • Ans. 

    The UNIX command for copying a file is 'cp'.

    • The 'cp' command is used to create a copy of a file or directory.

    • The basic syntax of the 'cp' command is 'cp source_file destination_file'.

    • If the destination file already exists, it will be overwritten unless the '-i' option is used.

    • To copy a directory and its contents, the '-r' or '-R' option is used.

    • Examples: 'cp file1.txt file2.txt' or 'cp -r directory1 directory2'

  • Answered by AI
  • Q3. 3.What is POM in Automation Framework?
  • Ans. 

    POM stands for Page Object Model. It is a design pattern used in automation testing to create a structured and maintainable framework.

    • POM separates the test scripts from the web elements, making the code more readable and reusable.

    • Each web page is represented as a separate class, containing its own web elements and methods.

    • POM improves test maintenance by reducing code duplication and enhancing code reusability.

    • It enha...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be Calm while answering the Questions asked by interviewer. Interviewer was cool & asked simple Questions.
- Be more elaborative, detail oriented to answer the tricky questions.
- Focus more on Test Process based interview Questions.
- Explain your previous Project work clearly that would add value to your Role.
- Be familiar with SQL Queries.
- Dig deeper your testing skills in the areas of Test Methodologies/ Estimation/ Tools you used in your Project.

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. 2 simple dsa questions and asked about javascript and react questions
Round 2 - Technical 

(1 Question)

  • Q1. Asked react advance concepts and one machiene coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - I thought it was a front end interview but after completing the 2nd round they told me they are looking for a candidate who having knowledge of back end as well

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Blue Yonder Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Time and work,speed , logical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. About projects done
  • Q2. Why are you choosing this company
Round 3 - Technical 

(2 Questions)

  • Q1. Basic C program
  • Q2. Diode working, DSA concept

Product Engineer Interview Questions asked at other Companies

Q1. Left View of a Binary Tree Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side. Input: The input consists of elements in ... read more
View answer (1)
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

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
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Blue Yonder interview questions for popular designations

 Senior Software Engineer

 (6)

 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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React native related questions
  • Q2. Experince in developing mobile apps
  • Ans. 

    I have 3 years of experience developing mobile apps for both iOS and Android platforms.

    • Developed mobile apps using Swift for iOS and Java/Kotlin for Android

    • Experience with mobile app design principles and user interface development

    • Worked on integrating APIs and third-party libraries for enhanced functionality

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Generic interview

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Get interview-ready with Top Blue Yonder Interview Questions

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

(1 Question)

  • Q1. Explain any one ML model to a non tech stakeholder?
  • Ans. 

    Random Forest is a machine learning model that uses multiple decision trees to make predictions.

    • Random Forest is an ensemble learning method that combines multiple decision trees to improve accuracy and reduce overfitting.

    • Each decision tree in the Random Forest is trained on a random subset of the data and features.

    • The final prediction is made by averaging the predictions of all the individual trees in the forest.

    • Rando...

  • Answered by AI

Data Science Consultant Interview Questions asked at other Companies

Q1. Why did you choose those specific technologies/algorithms?
View answer (1)

Jobs at Blue Yonder

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain back propagation?
  • Ans. 

    Back propagation is a technique used in neural networks to update the weights of the network by calculating the gradient of the loss function with respect to the weights.

    • Back propagation involves calculating the error at the output layer and then propagating it back through the network to update the weights using gradient descent.

    • It uses the chain rule of calculus to calculate the gradient of the loss function with res...

  • Answered by AI
  • Q2. Explain batch normalization?
  • Ans. 

    Batch normalization is a technique used in machine learning to improve the training of deep neural networks by normalizing the input of each layer.

    • Batch normalization normalizes the input of each layer by adjusting and scaling the activations.

    • It helps in reducing internal covariate shift, which leads to faster convergence during training.

    • Batch normalization also acts as a regularizer, reducing the need for other regula...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain transformer architechure?
  • Ans. 

    Transformer architecture is a type of deep learning model that uses self-attention mechanism to process sequential data.

    • Utilizes self-attention mechanism to weigh the importance of different input elements

    • Consists of encoder and decoder layers for processing input and generating output

    • Introduced in the paper 'Attention is All You Need' by Vaswani et al. in 2017

  • Answered by AI
  • Q2. How back propagation overtime works?
  • Ans. 

    Back propagation over time is a method used in recurrent neural networks to update weights by propagating errors backwards through time.

    • Back propagation through time (BPTT) is an extension of the backpropagation algorithm for recurrent neural networks.

    • It involves unfolding the network over time and calculating gradients for each time step.

    • The gradients are then used to update the weights of the network to minimize the ...

  • Answered by AI

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, streams,coding

Interview Preparation Tips

Interview preparation tips for other job seekers - poor standards of interview, initially asked couple byhearted interview questions,
and then came reverse a LinkedList question, so i took couple minutes and presented solution, initially he didn't say anything, and then he said my solution is wrong, so i went through the code and an example as well, still not able find the flaw, then he said conditions while loop is not right, again i thoroughly checked not able find error, i asked why it is wrong and tried explained my code as well, but he is not trying understand and conducting interview as if interrogation and not uttering a word as if he revealing something, in-between he is saying its simple question, and he is typing something, seeing and comparing, finally i said ok, i don't know and assume i am wrong lets move next question, as i am losing time, he did similar stuff following questions, later i checked in google and finally realized that he is checking geekforgeeks code and comparing my code, first of all a question can have multiple solutions and later run my code it works the same, but he comparing loop to loop and variable to variable, saying my code is wrong, i tried to explain he does not even understand how to reverse linked list and saying very easy question and treating like interrogation, so disappointed.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
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

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
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Explain 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 better scalability, flexibility, and resilience compared to monolithic architectures.

    • Exa...

  • Answered by AI

Skills evaluated in this interview

Senior Staff System Engineer Interview Questions asked at other Companies

Q1. Explain microservices architecture.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of oops concepts,testing concepts,SQL
  • Q2. Make your introduction strong
  • Ans. 

    I am a highly skilled Technical Consultant with a proven track record of successfully implementing complex solutions for clients.

    • Highlight key technical skills and experience

    • Mention specific projects or achievements

    • Emphasize problem-solving abilities and client satisfaction

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. Situation on how to manage a team crucial times
  • Q2. How to go along with employees having diffrence of opinion
  • Ans. 

    Listen to their perspectives, encourage open communication, find common ground, and work towards a compromise.

    • Encourage open communication to understand each employee's perspective

    • Listen actively and show empathy towards their opinions

    • Find common ground and areas of agreement to build upon

    • Work towards a compromise that addresses the concerns of all parties involved

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on the topics what ever you put in your resume .Boldly say the correct answer .if you don't know the answer you can say you don't know it at the moment but you can learn it quickly

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Blue Yonder Interview FAQs

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

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

  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.

Recently Viewed

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Toyo Engineering

No Interviews

INTERVIEWS

Apar Industries

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

ElectrifAi

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

Tell us how to improve this page.

Blue Yonder Interview Process

based on 61 interviews

Interview experience

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

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 846 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Dassault Systemes Interview Questions
4.0
 • 161 Interviews
e2open Interview Questions
3.5
 • 54 Interviews
Kinaxis Interview Questions
4.0
 • 6 Interviews
View all

Blue Yonder Reviews and Ratings

based on 533 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.1

Promotions

3.5

Work satisfaction

Explore 533 Reviews and Ratings
IN-Sr Data Science Consultant II

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Full Stack Developer (Java, React.js)

Hyderabad / Secunderabad

4-7 Yrs

Not Disclosed

Automation Devops Engineer

Bangalore / Bengaluru

4-7 Yrs

Not Disclosed

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