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 Technical Support Engineer Interview Questions and Answers

Updated 15 Nov 2024

Blue Yonder Technical Support Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About mulesoft processes and api design in mulesoft
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-

I was interviewed 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

asked in Salesforce
Q1. Admin Questions :- What is Relationships what are types of relati ... read more
asked in Zoho
Q2. Send an email to customer apologising the mistake made by the rep ... read more
asked in Salesforce
Q3. How you will get contact of account with name starting with abc.
Q4. What are the steps which you will follow if a customer calls and ... read more
Q5. How to release previous IP which assign to your device?

Interview questions from similar companies

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Experience: First section had questions on object oriented programming concepts and some basic questions related to c++
In the second section tables were given and we were asked to write the queries for the given questions.
Duration: 1 hour
Total Questions: 20

College Name: IIITDM Jabalpur
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Coupa and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

15 MCQs of two different sessions. They also has session isolated timings.

Round 2 - Coding Test 

3 Coding questions of easy and medium level.

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Aptitude+3 easy to medium level coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Linked List & DSA questions on strings
Round 3 - Technical 

(1 Question)

  • Q1. Resume + DSA questions
Round 4 - Technical 

(1 Question)

  • Q1. Non technical+ System design basics + DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare system design basics
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
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 - Technical 

(1 Question)

  • Q1. Core java, WMS knowledge if any.

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java is more than enough. WMS knowledge is a plus.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 5 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 

(1 Question)

  • Q1. About OOPS concept, basic SQL questions, core Java questions
Round 3 - Technical 

(1 Question)

  • Q1. Core Java questions, simple coding questions, SQL questions.
Round 4 - Behavioral 

(3 Questions)

  • Q1. Asked about the work I did in previous company, what are my strengths?, Discussed regarding current job roles and responsibilities Puzzle questions
  • Q2. How to pour exact half water from one container to other without knowing the measurements?
  • Ans. 

    Use the tilt method to pour exact half water from one container to other without measurements.

    • Fill both containers with water

    • Tilt one container slowly until water reaches the halfway mark

    • Stop pouring when the water level reaches halfway in the other container

  • Answered by AI
  • Q3. A dog fell into 30 feet well, trying to climb up to the ground. It will climb 3 feets a day, but in night it will drop 2 feets, So how many days do dog required to reach ground?
  • Ans. 

    The dog will take 28 days to reach the ground.

    • The dog climbs 1 foot (3 feet climb - 2 feet drop) each day.

    • It needs to climb 30 feet to reach the ground.

    • So, it will take 30 days to climb 30 feet, but it will already be on the ground on the 28th day.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Discussed about why I am leaving the previous company, About salary, Date of joining.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews will be easy, they just check whether we know about concept, whether we try to solve problems...

I applied via LinkedIn and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple java, Jsf technology, Nothing much

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Join in PSO.if you want a better work life balance.
Contribute & help others!
anonymous
You can choose to be anonymous

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder Technical Support Engineer interview?
Blue Yonder interview process usually has 1 rounds. The most common rounds in the Blue Yonder interview process are One-on-one Round and Technical.
How to prepare for Blue Yonder Technical Support 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 GCP, MongoDB, NoSQL, Open Source and Performance Testing.
What are the top questions asked in Blue Yonder Technical Support Engineer interview?

Some of the top questions asked at the Blue Yonder Technical Support Engineer interview -

  1. explains Joins in ...read more
  2. write a For l...read more
  3. About mulesoft processes and api design in mules...read more

Recently Viewed

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Daimler Truck

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

ElectrifAi

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

ElectrifAi

No Interviews

INTERVIEWS

ElectrifAi

No Interviews

INTERVIEWS

Blue Yonder

No Interviews

INTERVIEWS

Think Gas Ludhiana

No Interviews

INTERVIEWS

ElectrifAi

No Interviews

Tell us how to improve this page.

Blue Yonder Technical Support Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join Blue Yonder Innovative supply chain solutions.
Blue Yonder Technical Support Engineer Salary
based on 42 salaries
₹2.3 L/yr - ₹9 L/yr
11% more than the average Technical Support Engineer Salary in India
View more details

Blue Yonder Technical Support Engineer Reviews and Ratings

based on 7 reviews

4.8/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

4.5

Salary

4.6

Job security

4.6

Company culture

4.2

Promotions

4.6

Work satisfaction

Explore 7 Reviews and Ratings
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