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
4.0

based on 497 Reviews

Filter interviews by

Blue Yonder Automation Engineer Interview Questions and Answers for Experienced

Updated 6 Nov 2019

Blue Yonder Automation Engineer Interview Experiences for Experienced

1 interview found

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. What is the difference between Absolute & Relative Xpaths?
  • Ans. 

    Absolute Xpath is the complete path from the root element to the desired element, while Relative Xpath is the path based on the current element.

    • Absolute Xpath starts with a single slash (/) and is more specific but less flexible.

    • Relative Xpath starts with a double slash (//) and is more flexible but less specific.

    • Absolute Xpath is more prone to breaking if the structure of the page changes.

    • Relative Xpath is easier to m...

  • Answered by AI
  • Q2. 2. Mention the UNIX Command for Copying the File?
  • Ans. 

    The UNIX command for copying a file is 'cp'.

    • The 'cp' command is used to create a copy of a file or directory.

    • The basic syntax of the 'cp' command is 'cp source_file destination_file'.

    • If the destination file already exists, it will be overwritten unless the '-i' option is used.

    • To copy a directory and its contents, the '-r' or '-R' option is used.

    • Examples: 'cp file1.txt file2.txt' or 'cp -r directory1 directory2'

  • Answered by AI
  • Q3. 3.What is POM in Automation Framework?
  • Ans. 

    POM stands for Page Object Model. It is a design pattern used in automation testing to create a structured and maintainable framework.

    • POM separates the test scripts from the web elements, making the code more readable and reusable.

    • Each web page is represented as a separate class, containing its own web elements and methods.

    • POM improves test maintenance by reducing code duplication and enhancing code reusability.

    • It enha...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Be Calm while answering the Questions asked by interviewer. Interviewer was cool & asked simple Questions.
- Be more elaborative, detail oriented to answer the tricky questions.
- Focus more on Test Process based interview Questions.
- Explain your previous Project work clearly that would add value to your Role.
- Be familiar with SQL Queries.
- Dig deeper your testing skills in the areas of Test Methodologies/ Estimation/ Tools you used in your Project.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Automation framework related questions
  • Q2. Java coding on strings
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is API testing
  • Ans. 

    API testing is testing the functionality, reliability, performance, and security of APIs.

    • API testing involves testing the communication between different software systems using APIs.

    • It focuses on verifying the functionality, performance, reliability, and security of APIs.

    • API testing can be done at different levels such as unit testing, integration testing, and end-to-end testing.

    • Tools like Postman, SoapUI, and JMeter a...

  • Answered by AI
  • Q2. What is BDD framework
  • Ans. 

    BDD framework stands for Behavior Driven Development framework, which focuses on the behavior of the system from the end user's perspective.

    • BDD framework uses natural language to describe the behavior of the system

    • It helps in collaboration between developers, testers, and business stakeholders

    • Popular BDD frameworks include Cucumber, SpecFlow, and JBehave

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Xpath n css selector
  • Q2. WAP to print alternate chars
  • Ans. 

    Print alternate characters from a given string

    • Iterate through the characters of the string

    • Print characters at even indices

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Give Count of each character in String
  • Ans. 

    The task is to count the occurrences of each character in a given string.

    • Iterate through the string and use a HashMap to store the count of each character.

    • Convert the string to char array for easier manipulation.

    • Handle both uppercase and lowercase characters separately if needed.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Logical programming question
  • Q2. Write program based on different scenarios
  • Ans. 

    Write program based on different scenarios

    • Identify different scenarios that the program needs to handle

    • Write code to handle each scenario separately

    • Test the program with various inputs to ensure it works correctly

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com

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. It's all about core Java and finding xpath in web applications.
  • Q2. Coding test and xpath
Round 3 - Technical 

(1 Question)

  • Q1. It's more on coding test
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Sharing on my personal experience.... please do not attend interview in Accolite digital, they will waste your time for sure, After clearing two technical interview and even after discussing about the salary package they came back to me to attend another face to face round (coding round)

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Agile and agile scrum ceremony
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Agile Scrum is a framework for implementing Agile.

    • Agile focuses on delivering working software in short iterations

    • Agile values individuals and interactions over processes and tools

    • Agile encourages customer collaboration and responding to change

    • Agile Scrum includes ceremonies such as Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospec...

  • Answered by AI
  • Q2. Select an element from drop down
  • Ans. 

    To select an element from a drop down, locate the drop down element and use the select class in Selenium.

    • Locate the drop down element using findElement() method

    • Create an object of Select class using the drop down element

    • Use selectByVisibleText(), selectByValue() or selectByIndex() method to select the desired option

  • Answered by AI
  • Q3. How to check if for every steps we have steps written in step definition file
  • Ans. 

    To check if every step has a corresponding step definition, we can use a code coverage tool.

    • Use a code coverage tool to analyze the step definition file and identify any missing steps

    • Ensure that all steps in the feature file are covered by the step definition file

    • Regularly review and update the step definition file to ensure it stays up-to-date with the feature file

  • Answered by AI
  • Q4. Reverse an integer in java
  • Ans. 

    Reverse an integer in Java

    • Convert integer to string using Integer.toString()

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to integer using Integer.parseInt()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only four questions he asked.seems interviewer Pavan Kumar was busy somewhere else.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Very brief Interview for 20 min. UFT - Introduction, Automation Framework, 1 Code (VB Script)

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Brief Interview of 20 min (L1 ). Waiting for result

Blue Yonder Interview FAQs

How to prepare for Blue Yonder Automation 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 Automation, Cloud Computing, JSON, Linux and Networking.
What are the top questions asked in Blue Yonder Automation Engineer interview for experienced candidates?

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

  1. 1. What is the difference between Absolute & Relative Xpaths? ...read more
  2. 3.What is POM in Automation Framewo...read more
  3. 2. Mention the UNIX Command for Copying the Fi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 883 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
CitiusTech Interview Questions
3.4
 • 262 Interviews
Altimetrik Interview Questions
3.8
 • 209 Interviews
Xoriant Interview Questions
4.2
 • 174 Interviews
ThoughtWorks Interview Questions
3.9
 • 142 Interviews
Apexon Interview Questions
3.3
 • 132 Interviews
Luxoft Interview Questions
3.7
 • 117 Interviews
View all
Blue Yonder Automation Engineer Salary
based on 7 salaries
₹3.2 L/yr - ₹12 L/yr
6% more than the average Automation Engineer Salary in India
View more details

Blue Yonder Automation Engineer Reviews and Ratings

based on 2 reviews

4.9/5

Rating in categories

4.8

Skill development

4.9

Work-life balance

4.9

Salary

4.6

Job security

5.0

Company culture

4.9

Promotions

4.8

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
355 salaries
unlock blur

₹10.8 L/yr - ₹36 L/yr

Technical Consultant
262 salaries
unlock blur

₹4.5 L/yr - ₹18.3 L/yr

Software Engineer
230 salaries
unlock blur

₹5.5 L/yr - ₹19.2 L/yr

Senior Technical Consultant
191 salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Senior Business Consultant
178 salaries
unlock blur

₹11 L/yr - ₹35.4 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
Did you find this page helpful?
Yes No
write
Share an Interview