Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare
3.9

based on 515 Reviews

Filter interviews by

Blue Yonder Technical Consultant Interview Questions and Answers

Updated 6 Jul 2024

Blue Yonder Technical Consultant Interview Experiences

1 interview found

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

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Explain about the last issue you have worked on?
  • Q2. Be honest on this question for tue success

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were on SAP and Salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the Job description well and the questions will be based on the skills mentioned.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the first 50 prime numbers
  • Ans. 

    Generate the first 50 prime numbers

    • Start with the first prime number, 2

    • Use a loop to check for prime numbers by dividing each number by all numbers less than it

    • Keep track of the prime numbers found until you have 50

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions were mostly around system design, you will be given a case like a stock system and specific use case is asked to design end to end from UI to backend.
  • Q2. Some of the system debugging/performance improvement questions are asked from both UI and backend.

Interview Preparation Tips

Topics to prepare for Amadeus Technical Lead interview:
  • System Design
  • Performance Testing
  • Performance improvement
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Grammar error, image guidelines

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself?
  • Ans. 

    Experienced technical writer with a background in software development and a passion for creating clear and concise documentation.

    • Over 5 years of experience in technical writing

    • Proficient in creating user guides, API documentation, and release notes

    • Strong background in software development, allowing for a deep understanding of technical concepts

    • Skilled in translating complex technical information into easy-to-understan...

  • Answered by AI
  • Q2. What technology you have worked on?
  • Ans. 

    I have worked on a variety of technologies including XML, HTML, CSS, JavaScript, and API documentation.

    • XML

    • HTML

    • CSS

    • JavaScript

    • API documentation

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

(1 Question)

  • Q1. With Manager, same questions
Round 4 - HR 

(1 Question)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated technical writer with 5 years of experience in creating user-friendly documentation for complex software products.

    • Experienced in writing user manuals, online help guides, and release notes

    • Proficient in using tools like MadCap Flare and Adobe FrameMaker

    • Strong attention to detail and ability to simplify technical jargon for non-technical users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Even if you get through, they lay people off within 6 months, till 6 months lot of work and asking you to prove yourself in every task, even after doing good work and working on holiday and weekend, you see the door
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 2 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. C coding - volatile,
  • Q2. Telematic architecture
  • Q3. To run application on bare board
  • Ans. 

    To run an application on a bare board, you need to install the necessary software and configure the hardware.

    • Install an operating system on the bare board

    • Compile and load the application code onto the board

    • Configure any necessary drivers or libraries

    • Ensure the board has sufficient resources (memory, storage, etc.) for the application

    • Test and debug the application on the bare board

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic of Oops and Garbage collection
Round 3 - Technical 

(1 Question)

  • Q1. Code Review in c# and also with some network regarding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager and technical team asking not related questions of development.
One of the worst interview ever given.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement minstack
  • Q2. How load balancers work
  • Ans. 

    Load balancers distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Load balancers monitor the health of servers and distribute traffic based on predefined algorithms.

    • They can be hardware-based or software-based.

    • Common algorithms used by load balancers include round-robin, least connections, and IP hash.

    • Load balancers can improve reliability and scalability of a website ...

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

(2 Questions)

  • Q1. 2 sum problem to implement in O(n)
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap.

    • Check if the current element exists in the hashmap, if yes, return the indices of the current element and the stored difference.

    • Time complexity of O(n) can be achieved by using a hashmap to store elements and their indices.

  • Answered by AI
  • Q2. About the projects i have done

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Couple questions in SQL?
Round 3 - One-on-one 

(1 Question)

  • Q1. General questions in managerial round?

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder Technical Consultant interview?
Blue Yonder interview process usually has 2 rounds. The most common rounds in the Blue Yonder interview process are Technical and Behavioral.
How to prepare for Blue Yonder Technical Consultant 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, Consulting, Unix, PLSQL and SQL.
What are the top questions asked in Blue Yonder Technical Consultant interview?

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

  1. How to go along with employees having diffrence of opin...read more
  2. Basics of oops concepts,testing concepts,...read more

Tell us how to improve this page.

Blue Yonder Technical Consultant Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Blue Yonder Technical Consultant Salary
based on 264 salaries
₹4.5 L/yr - ₹18.9 L/yr
6% less than the average Technical Consultant Salary in India
View more details

Blue Yonder Technical Consultant Reviews and Ratings

based on 25 reviews

4.1/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.3

Salary

4.4

Job security

4.1

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 25 Reviews and Ratings
Sr. Technical Consultant - Cloud

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
369 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Technical Consultant
264 salaries
unlock blur

₹4.5 L/yr - ₹18.9 L/yr

Software Engineer
233 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Technical Consultant
194 salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Senior Business Consultant
174 salaries
unlock blur

₹11 L/yr - ₹36.3 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