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 Lead Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 7 Apr 2023

Top Blue Yonder Lead Software Engineer Interview Questions and Answers for Experienced

View all 6 questions

Blue Yonder Lead Software Engineer Interview Experiences for Experienced

3 interviews found

I applied via Company Website and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. System Design, Trees
Round 2 - Technical 

(1 Question)

  • Q1. Coding, java, work experiences
Round 3 - Technical 

(1 Question)

  • Q1. Work Experience, Agile, Scrum
Round 4 - HR 

(1 Question)

  • Q1. 2 rounds of Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will depend on the team for which you apply

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Make a Java class immutable
  • Ans. 

    To make a Java class immutable, use final keyword and initialize all fields in constructor.

    • Use final keyword for class and all fields

    • Initialize all fields in constructor

    • Do not provide setter methods

    • Make sure to return a new instance in any method that modifies the state

  • Answered by AI
  • Q2. Check whether two strings are anagrams of each other
  • Ans. 

    Check if two strings are anagrams of each other

    • Create a character count array for both strings

    • Compare the character count arrays

    • If they are equal, the strings are anagrams

  • Answered by AI
  • Q3. List some REST endpoints for a ticket booking system
  • Ans. 

    REST endpoints for a ticket booking system

    • GET /events - get list of available events

    • GET /events/{id} - get details of a specific event

    • POST /events/{id}/tickets - book tickets for an event

    • GET /bookings - get list of all bookings

    • GET /bookings/{id} - get details of a specific booking

    • PUT /bookings/{id} - update a booking

    • DELETE /bookings/{id} - cancel a booking

  • Answered by AI
  • Q4. List top employees by salary from each department(basic Group By query)
  • Q5. What is pessimistic locking and optimistic locking?
  • Ans. 

    Pessimistic locking is when a resource is locked for a long time, while optimistic locking is when a resource is locked only when it is being modified.

    • Pessimistic locking involves locking a resource for a long time to prevent other users from accessing it.

    • Optimistic locking involves locking a resource only when it is being modified, allowing other users to access it in the meantime.

    • Pessimistic locking is useful when co...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty basic and easy questions. Easy/ Medium Leetcode problems would suffice.

Skills evaluated in this interview

Lead Software Engineer Interview Questions Asked at Other Companies for undefined

asked in Freshworks
Q1. Square Root with Decimal Precision Problem Statement You are prov ... read more
asked in Freshworks
Q2. Vertical Order Traversal Problem Statement You are given a binary ... read more
asked in Epsilon
Q3. If we have 2 tables with the same schema, one table has indexes a ... read more
asked in Freshworks
Q4. Power Calculation Problem Statement Given a number x and an expon ... read more
asked in Freshworks
Q5. Longest Unique Substring Problem Statement Given a string input o ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 4 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 

(2 Questions)

  • Q1. Specific to your Programming language. data structures
  • Q2. Design for shorten url
  • Ans. 

    Shorten URL design involves generating a unique short code for a long URL to save space and improve usability.

    • Use a hashing algorithm to generate a unique short code for each URL

    • Store the mapping between short code and long URL in a database

    • Redirect users to the long URL when they access the short URL

    • Consider adding expiration time for short URLs to prevent abuse

    • Provide analytics to track usage of short URLs

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. More on design patterns
  • Q2. Java performance and query optimization in oracle
  • Ans. 

    Java performance and query optimization in Oracle

    • Use prepared statements to avoid SQL injection and improve performance

    • Use indexes to speed up query execution

    • Avoid using SELECT * and only select necessary columns

    • Use connection pooling to reuse database connections

    • Use caching to reduce database round trips

    • Tune database parameters like buffer cache and shared pool size

    • Use profiling tools to identify performance bottlenec

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Negotiations and offer discussions ,policies

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are based on skillset and resume.
Prepare Data structures and algorithms ,design patterns

Skills evaluated in this interview

Lead Software Engineer 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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Indeed and was interviewed in May 2023. 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 - Technical 

(1 Question)

  • Q1. Basic oops and DSA
Round 3 - Technical 

(1 Question)

  • Q1. Oops, java advanced

Interview Preparation Tips

Topics to prepare for e2open Senior Software Engineer interview:
  • Java
  • Advanced Java
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
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Oct 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 

(2 Questions)

  • Q1. Core java ,sql ,some string based pogram
  • Q2. Allow only alphabates
  • Ans. 

    The question is asking to allow only alphabets in the input.

    • Use regular expressions to check if the input contains only alphabets.

    • You can use functions like isalpha() in programming languages like Python to validate the input.

    • Handle edge cases like spaces, special characters, and numbers in the input.

  • Answered by AI
Round 3 - Coding Test 

Coding test & string pograming

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself and details of project?
  • Ans. 

    I am a software engineer with experience in developing web applications using Java and Spring framework.

    • Worked on a project to develop a web application for a retail company to manage their inventory and sales.

    • Used Java and Spring framework to build the backend logic and RESTful APIs.

    • Implemented front-end using HTML, CSS, and JavaScript with AngularJS framework.

    • Collaborated with a team of developers and testers to deli

  • Answered by AI
  • Q2. Sql questions,joins,unique?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell answers as per their requirements when they asked for java tell answers in java.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude,MCQ,DSA,os,coding

Round 2 - Technical 

(1 Question)

  • Q1. Java ,DSA,oops,SQL, project
Round 3 - Technical 

(1 Question)

  • Q1. Java, DSA oops SQL project
Round 4 - HR 

(1 Question)

  • Q1. Discussion on company, relocation, salary

Interview Preparation Tips

Topics to prepare for e2open Associate Software Engineer interview:
  • Java
  • SQL
  • OOPS
Interview preparation tips for other job seekers - All the best

Blue Yonder Interview FAQs

How many rounds are there in Blue Yonder Lead Software Engineer interview for experienced candidates?
Blue Yonder interview process for experienced candidates usually has 4 rounds. The most common rounds in the Blue Yonder interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Blue Yonder Lead Software Engineer interview for experienced candidates?
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 RDBMS, Hibernate, Automation, Coding and GIT.
What are the top questions asked in Blue Yonder Lead Software Engineer interview for experienced candidates?

Some of the top questions asked at the Blue Yonder Lead Software Engineer interview for experienced candidates -

  1. What is pessimistic locking and optimistic locki...read more
  2. Check whether two strings are anagrams of each ot...read more
  3. List some REST endpoints for a ticket booking sys...read more

Tell us how to improve this page.

Blue Yonder Lead Software Engineer Interview Process for Experienced

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
 • 905 Interviews
SAP Interview Questions
4.2
 • 309 Interviews
Adobe Interview Questions
3.9
 • 252 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 173 Interviews
Dassault Systemes Interview Questions
4.0
 • 160 Interviews
VMware Software Interview Questions
4.4
 • 158 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
NCR Voyix Interview Questions
3.9
 • 124 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all
Blue Yonder Lead Software Engineer Salary
based on 144 salaries
₹16.3 L/yr - ₹46 L/yr
33% more than the average Lead Software Engineer Salary in India
View more details

Blue Yonder Lead Software Engineer Reviews and Ratings

based on 8 reviews

3.9/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

3.1

Salary

3.9

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 8 Reviews and Ratings
Lead Software Engineer

Bangalore / Bengaluru

8-13 Yrs

₹ 18-27.8 LPA

Lead Software Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Lead Software Engineer -

Bangalore / Bengaluru

5-9 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