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 Solution Architect Interview Questions and Answers

Updated 3 Feb 2024

Blue Yonder Solution Architect Interview Experiences

1 interview found

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 Jobs at Blue Yonder

View all

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Questions based on dp

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test of 85 min

Round 2 - Technical 

(2 Questions)

  • Q1. OOP concepts : - Inheritence , polymorphism
  • Q2. DSA :- arrays , strings basic leetcode questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good question asked
  • Q2. Fron java jsp and other
Round 2 - Technical 

(2 Questions)

  • Q1. Good question asked
  • Q2. Based on jsp and

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Background check
Round 2 - Technical 

(1 Question)

  • Q1. Deep SQL knowledge
Round 3 - HR 

(1 Question)

  • Q1. HR discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is hibernate
  • Ans. 

    Hibernate is an ORM tool for Java that simplifies database access by mapping Java classes to database tables.

    • Hibernate provides a framework for mapping object-oriented domain models to relational databases.

    • It supports various mapping strategies, including annotations and XML configuration files.

    • Hibernate also provides caching, transaction management, and query language support.

    • Example: Hibernate can be used to persist ...

  • Answered by AI
  • Q2. How to call server using servlet
  • Ans. 

    To call server using servlet, we need to create a URL connection and send HTTP request.

    • Create a URL object with the server URL

    • Open a connection to the server using the URL object

    • Set the request method (GET, POST, etc.) and any request headers

    • Get the output stream from the connection and write any request data

    • Read the response from the server using the input stream from the connection

    • Close the connection and process the

  • Answered by AI
  • Q3. Explain collection, basic coding questions
  • Q4. Explain ds algorithm for tree traversal
  • Ans. 

    DS algorithm for tree traversal is used to visit each node of a tree exactly once.

    • Depth First Search (DFS) - Preorder, Inorder, Postorder

    • Breadth First Search (BFS)

    • DFS is recursive while BFS uses a queue

    • Preorder - Root, Left, Right

    • Inorder - Left, Root, Right

    • Postorder - Left, Right, Root

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What you bring to the table
  • Ans. 

    I bring a strong technical background, problem-solving skills, and a passion for software development.

    • Strong technical background in software engineering

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Experience with software development methodologies like Agile

    • Excellent problem-solving and analytical skills

    • Ability to work well in a team and collaborate effectively

    • Passion for learning and stay...

  • Answered by AI
  • Q2. What are your salary expectation
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the market rate for software engineers.

    • Research the average salary range for software engineers in your location and industry.

    • Consider your years of experience, level of expertise, and any specialized skills you possess.

    • Factor in the company's size, reputation, and financial stability.

    • Be prepared to negotiate and discuss benefits and perks in addition to...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Python basics problem solving, pandas if required

Round 3 - Technical 

(1 Question)

  • Q1. Previous project experience Python data types, classes, functions problem solving
Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self, strength and weakness

I applied via Approached by Company and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Written round of 50 marks: Aptitude, Java,SQL & SVN

Round 2 - Technical 

(2 Questions)

  • Q1. QUESTIONS ON CORE JAVA AND SQL
  • Q2. OOPS, JOINS, Collection and basic coding abilities
Round 3 - Assignment 

This was a techno-managerial round which included few questions on the previous projects done, Interest in field and few behavioural questions

Round 4 - One-on-one 

(1 Question)

  • Q1. Negotiation of salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of Core Java, SQL and collection.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2022. There were 5 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 - Aptitude Test 

Aptitude test will cover most of the topics

Round 3 - Coding Test 

Be prepared to write a code, questions will be of easg

Round 4 - Technical 

(4 Questions)

  • Q1. Core nad advance java question
  • Q2. Sql based questions with ds and algo
  • Q3. Data structure and algo covers basic stuffs but might be deeper
  • Q4. Some behavioral questions might be asked and it will be easy
Round 5 - HR 

(1 Question)

  • Q1. Some basic questions ans salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and practiced, make sure to explain your previous projects very well with confidence.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two Java and xml coding qn

Round 2 - Technical 

(1 Question)

  • Q1. Qns from java and sql
Contribute & help others!
anonymous
You can choose to be anonymous

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder Solution Architect interview?
Blue Yonder interview process usually has 1 rounds. The most common rounds in the Blue Yonder interview process are One-on-one Round.
How to prepare for Blue Yonder Solution Architect 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 ERP, Supply Chain, Logistics, Business Analysis and Consulting.

Recently Viewed

JOBS

Bottomline

No Jobs

JOBS

Neev Group of Companies

No Jobs

SALARIES

Qualcomm

JOBS

ISS Corporate Solutions

No Jobs

INTERVIEWS

Apar Industries

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

SALARIES

Hewlett Packard Enterprise

INTERVIEWS

Blue Yonder

No Interviews

LIST OF COMPANIES

Apar Industries

Locations

INTERVIEWS

Blue Yonder

No Interviews

Tell us how to improve this page.

Blue Yonder Solution Architect Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Blue Yonder Innovative supply chain solutions.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 848 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Dassault Systemes Interview Questions
4.0
 • 161 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
NCR Voyix Interview Questions
3.8
 • 122 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
View all
Blue Yonder Solution Architect Salary
based on 135 salaries
₹16 L/yr - ₹38.4 L/yr
At par with the average Solution Architect Salary in India
View more details

Blue Yonder Solution Architect Reviews and Ratings

based on 6 reviews

3.1/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.2

Salary

3.4

Job security

3.1

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 6 Reviews and Ratings
Solution Architect

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Solution Architect - Demand Planning

Bangalore / Bengaluru

9-13 Yrs

₹ 17.1-31.5 LPA

Explore more jobs
Senior Software Engineer
366 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
262 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
238 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
180 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