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
4.0

based on 492 Reviews

Filter interviews by

Blue Yonder Associate Software Engineer Interview Questions and Answers for Freshers

Updated 7 Oct 2024

Blue Yonder Associate Software Engineer Interview Experiences for Freshers

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. Polymorphism, encapsulation
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 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 - Coding Test 

They given 2 codes to solve in different programming language

Round 3 - Technical 

(2 Questions)

  • Q1. They asked mostly based on resume 1. write a program from your choice ? 2.Aptitude questions 3.strength and weekness? 4.hobbies?
  • Q2. Where do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview and all the best for good future interms of good wealth.
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 - Coding Test 

Two coding ques. you have to solve in one hour.

Round 3 - Technical 

(2 Questions)

  • Q1. Hashmap & hashtable , oops concept , ques. from my academic project, questions from SQL
  • Q2. Difference in set and list , explain collections hierarchy , vector and array list
  • Ans. 

    Set and list are both collection types in Java. Vector and ArrayList are two implementations of List interface.

    • Set is an unordered collection of unique elements while List is an ordered collection of elements.

    • Collections hierarchy in Java includes Collection interface, List interface, Set interface, and Map interface.

    • Vector is a synchronized implementation of List interface while ArrayList is not synchronized.

    • Arrays ar...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About yourself , family background , your strength and weakness , why xoriant

Interview Preparation Tips

Topics to prepare for Xoriant Associate Software Engineer interview:
  • Core Java
  • Java
  • SQL
  • OOPS
Interview preparation tips for other job seekers - Prepare Java, sql and your project well. communication skills also matter.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic Java Question
  • Q2. Spring Boot related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Design a rest API and code it.
  • Ans. 

    Design and code a REST API for a software developer interview.

    • Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)

    • Implement authentication and authorization mechanisms (e.g. JWT tokens)

    • Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)

    • Include error handling and validation for input data

    • Document the API using tools like Swagger or OpenAPI

  • Answered by AI
  • Q2. Questions related to JPA HIBERNATE SQL
Round 3 - One-on-one 

(2 Questions)

  • Q1. Discussion related to Last company Project and architecture level questions
  • Q2. Write code to calculate frequency of a word using Stream API and lambda expressions
  • Ans. 

    Calculate word frequency using Stream API and lambda expressions

    • Use Stream API to convert array of strings to stream

    • Use Collectors.groupingBy to group words by their frequency

    • Use Collectors.counting to count the occurrences of each word

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website

Round 1 - Technical 

(1 Question)

  • Q1. OOP, SQL, Collection, algorithms, threads
Interview experience
3
Average
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 tips
Round 2 - Aptitude Test 

First round was MCQ test there was 30th question on SQL, OOPS,DATABASE AND HLTM, CSS ans some sort of logical question

Round 3 - Group Discussion 

Second round was GD our topic is life without technology
and for other groups web development, life before covid and after covid.

Round 4 - Technical 

(1 Question)

  • Q1. This was technical round mosty questions from oops , html css and sql
Round 5 - HR 

(1 Question)

  • Q1. Normal question about 5 year goal why i shoud hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and ready your resume then prepare for interview

I applied via campus placement at Walchand College of Engineering, Sangli and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Coding Test 

OOP mcq, 3 coding questions on array and string (easy and medium level),pseudo code etc

Round 2 - Code pairing round 

(1 Question)

  • Q1. They give one real time situation and you have to code it using oops concepts
Round 3 - Technical 

(1 Question)

  • Q1. Questions on OOPS, PROJECTS, DATABASES , OS , AND DBMS
Round 4 - HR 

(1 Question)

  • Q1. BASIC HR QUESTIONS LIKE WHY DO U WANT TO JOIN THOUGHTWORKS, DO YOU HAVE ANY FUTURE STUDY GOAL ETC

Interview Preparation Tips

Interview preparation tips for other job seekers - DO OOPS
BE HONEST
ANY HOW IMPRESS INTERVIEWER IN CODE PAIRING ROUND

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. First, they ask me to introduce myself.
  • Q2. Project Related Question
  • Q3. As I am CR so they also asked about my Experience and which difficulties faced in College as a CR.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and speak without afraid...
Interviewer sees your confidence and thinking technique whatever you think about when any problem asked by Interviewer just start speaking about your approach instead of just think in mind and then say answer....

I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of java, stream api's, spring boot questions , questions on angular pipes,find anagram string based simple coding question
Round 2 - Behavioral 

(1 Question)

  • Q1. How would you scale up your application ?,if it fails on one instances how would you know where did it fail, explain has a relationship with real world example and write a code in java representative of th...
  • Ans. 

    To scale up application, use load balancers and monitor logs to identify failures.

    • Use load balancers to distribute traffic across multiple instances

    • Monitor logs to identify where the failure occurred

    • Implement fault tolerance and redundancy to prevent future failures

    • Use auto-scaling to automatically add or remove instances based on traffic

    • Real-world example: Amazon Web Services (AWS) uses load balancers and auto-scaling...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Relax, do your preparation and have confidence.
These interviews are not that difficult.
Keep your basics clear.
Tip : prepare how to calculate salary of emp be it first last or nth ?

Skills evaluated in this interview

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder Associate Software Engineer interview for freshers?
Blue Yonder interview process for freshers usually has 1 rounds. The most common rounds in the Blue Yonder interview process for freshers are Coding Test.
How to prepare for Blue Yonder Associate Software Engineer interview for freshers?
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 Automation, Python, Coding, RDBMS and Agile.
What are the top questions asked in Blue Yonder Associate Software Engineer interview for freshers?

Some of the top questions asked at the Blue Yonder Associate Software Engineer interview for freshers -

  1. I was asked to solve problems from linkedlist and trees. Then he asked about co...read more
  2. As I had used reactjs, nodejs and MongoDB in my project, interviewer asked FAQs...read more

Tell us how to improve this page.

Join Blue Yonder Innovative supply chain solutions.
Blue Yonder Associate Software Engineer Salary
based on 31 salaries
₹6.1 L/yr - ₹16 L/yr
112% more than the average Associate Software Engineer Salary in India
View more details

Blue Yonder Associate Software Engineer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

3.4

Skill development

4.0

Work-Life balance

3.5

Salary & Benefits

4.0

Job Security

4.0

Company culture

3.5

Promotions/Appraisal

4.0

Work Satisfaction

Explore 4 Reviews and Ratings
IN-Associate Software Engineer

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
362 salaries
unlock blur

₹10.8 L/yr - ₹36 L/yr

Technical Consultant
257 salaries
unlock blur

₹4.2 L/yr - ₹18 L/yr

Software Engineer
240 salaries
unlock blur

₹5.1 L/yr - ₹19.8 L/yr

Senior Technical Consultant
191 salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Senior Business Consultant
180 salaries
unlock blur

₹12 L/yr - ₹35 L/yr

Explore more salaries
Compare Blue Yonder with

SAP

4.2
Compare

Manhattan Associates

3.9
Compare

Oracle

3.7
Compare

Infor Global Solution

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview