Premium Employer

i

This company page is being actively managed by Xoriant Team. If you also belong to the team, you can get access from here

Xoriant Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Xoriant Automation Test Engineer Interview Questions, Process, and Tips

Updated 16 Apr 2023

Top Xoriant Automation Test Engineer Interview Questions and Answers

  • Q1. If priority of test is -1, 0, 1. which executes first.
  • Q2. How to take multiple values from dropdown , write the code
  • Q3. Why I am getting elementNotPresent exception even element present on Page. Please explain
View all 12 questions

Xoriant Automation Test Engineer Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium questions -xpath finding, how to handle drop-down, multiple windows handling Java -oops questions, inheritance, polymorphism And many more.
Round 2 - Technical 

(1 Question)

  • Q1. Same like round1, TestNG questions priority, grouping,dataprovider, SQL joins correlated queries,maven
Round 3 - HR 

(1 Question)

  • Q1. Hr discussion -1stly he agreed with expected CTC later on after sending all doc's thy sent offer with x-2

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well Java oops concepts, inheritance , selenium basics ,sql
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Apr 2022. 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 Resume tips
Round 2 - Technical 

(13 Questions)

  • Q1. Explain Automation Framework in your project
  • Ans. 

    Our automation framework is built using Selenium WebDriver and TestNG.

    • We use Page Object Model design pattern for better maintainability.

    • We have created custom libraries for common functions like login, logout, etc.

    • We use Jenkins for continuous integration and execution of automated tests.

    • We have implemented data-driven testing using Excel sheets.

    • We use Git for version control and collaboration among team members.

  • Answered by AI
  • Q2. Sequence of Execution of TestNG Annotation
  • Ans. 

    TestNG annotations are executed in a specific sequence during test execution.

    • BeforeSuite

    • BeforeTest

    • BeforeClass

    • BeforeMethod

    • Test

    • AfterMethod

    • AfterClass

    • AfterTest

    • AfterSuite

  • Answered by AI
  • Q3. How to take failed test screenshots
  • Ans. 

    Failed test screenshots can be taken using automation tools and saved in a designated folder.

    • Use automation tools like Selenium or Appium to capture screenshots on test failure

    • Save the screenshots in a designated folder for easy access and reference

    • Include the screenshot file name in the test report for better traceability

  • Answered by AI
  • Q4. Explain GetOption() method
  • Ans. 

    GetOption() method is used to retrieve the value of a selected option in a dropdown list.

    • GetOption() method is commonly used in automated testing to verify if the correct option is selected in a dropdown list.

    • The method returns the value of the selected option as a string.

    • If no option is selected, the method returns null or an empty string.

  • Answered by AI
  • Q5. Exception Hierachy InJAVA
  • Q6. Different types of Exception
  • Ans. 

    Different types of exceptions include checked, unchecked, runtime, and error.

    • Checked exceptions are checked at compile time and must be handled or declared.

    • Unchecked exceptions are not checked at compile time and do not need to be handled or declared.

    • Runtime exceptions are unchecked exceptions that occur during runtime.

    • Errors are serious problems that cannot be handled by the program, such as OutOfMemoryError.

  • Answered by AI
  • Q7. How to Handle Alerts in Selenium
  • Ans. 

    Alerts can be handled using Alert interface in Selenium

    • Use driver.switchTo().alert() method to switch to alert

    • Use getText() method to get the text of the alert

    • Use accept() method to click on OK button of the alert

    • Use dismiss() method to click on Cancel button of the alert

  • Answered by AI
  • Q8. Types of Asserts
  • Ans. 

    Asserts are used to verify expected results in automated tests. There are various types of asserts.

    • Assert.AreEqual - compares two values for equality

    • Assert.IsTrue/False - checks if a condition is true/false

    • Assert.IsNull/NotNull - checks if a value is null/not null

    • Assert.ThrowsException - checks if an exception is thrown

    • Assert.AreSame - checks if two objects refer to the same instance

    • Assert.AreNotSame - checks if two ob

  • Answered by AI
  • Q9. How to handle Iframe
  • Ans. 

    To handle Iframe, switch to the frame using driver.switchTo().frame() method.

    • Identify the Iframe using its ID, name, or index

    • Switch to the Iframe using driver.switchTo().frame() method

    • Perform the required actions inside the Iframe

    • Switch back to the default content using driver.switchTo().defaultContent() method

  • Answered by AI
  • Q10. How to switch default frame
  • Ans. 

    To switch default frame in automation testing, use switchTo() method of WebDriver class.

    • Use driver.switchTo().frame() method to switch to a specific frame by index, name, or WebElement.

    • Use driver.switchTo().defaultContent() method to switch back to the default content.

    • Example: driver.switchTo().frame(0); //switch to first frame

    • Example: driver.switchTo().frame("frameName"); //switch to frame with name "frameName"

  • Answered by AI
  • Q11. If priority of test is -1, 0, 1. which executes first.
  • Ans. 

    Test with priority 1 executes first, followed by 0 and then -1.

    • Tests with higher priority are executed first

    • Priority can be used to determine the order of execution

    • Priority can be set in test management tools like JIRA or TestRail

  • Answered by AI
  • Q12. How to take multiple values from dropdown , write the code
  • Ans. 

    To take multiple values from dropdown, use a loop to iterate through each option and select them.

    • Identify the dropdown element using its locator

    • Use the Select class to create an object for the dropdown

    • Use the getOptions() method to get all the options in the dropdown

    • Iterate through the options using a loop and select each option using the selectByVisibleText() or selectByValue() method

  • Answered by AI
  • Q13. Why I am getting elementNotPresent exception even element present on Page. Please explain
  • Ans. 

    ElementNotPresent exception occurs even if element is present on page. Why?

    • The element may not be loaded yet, so wait for it to load before checking

    • The element may be hidden or not visible on the page

    • The element may have a different name or ID than expected

    • The element may be in an iframe or shadow DOM

    • The element may have been removed or deleted from the page

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Xoriant Automation Test Engineer interview:
  • Selenium
  • Java
  • Framework

Skills evaluated in this interview

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I was interviewed in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about Your project
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented features like task assignment, progress tracking, and team collaboration

    • Integrated with third-party tools like GitHub and Slack

    • Designed a user-friendly interface with responsive design

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Tell me about your CV!
  • Ans. 

    My CV showcases my experience in software development, including projects in Java, Python, and web development.

    • Experience in Java, Python, and web development

    • Worked on projects involving database management systems

    • Familiar with Agile development practices

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Tough! But manuplative ,yes manuplative ,I feel that your test scores are manuplated by the company! You score full marks in the test , but you are mechanical engineer you might not qualify for the next round! I say this as per ny experience . POINTER ,BRANCH and then score in this test describe the overall perfomance!
Tips: The company is totally for IT engineers if you are from other branch fonnot hope much, have a backup.
Duration: 1 hour 20 minutes
Total Questions: 80

Round: Technical + HR Interview
Experience: They Play with your minds,yes they do! Believe me donot show tough expressions!
Tips: Stay Calm ,they are not to scare you!

Skills: Technical, knowledge, gritt, Behavioural Skills
College Name: Atharva College Of Engineering

I was interviewed in May 2017.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your Project done in 4th year Btech
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines.

    • Used HTML, CSS, JavaScript for front-end development

    • Implemented backend using Node.js and MongoDB for database management

    • Incorporated user authentication and authorization features

    • Utilized Agile methodology for project management

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 3 hours

Round: Technical + HR Interview
Experience: They asked several questions regarding all the bio data and some computer questions and some hr level questions

Round: Resume Shortlist
Experience: Resume got shortlisted and I got the Job that time I even can't believe that

College Name: ITER BHUBANESWSR

I was interviewed before Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1. How to start an induction motor?
  • Ans. 

    An induction motor can be started by providing a rotating magnetic field.

    • Use a three-phase power supply to create a rotating magnetic field

    • The magnetic field induces a current in the rotor, causing it to rotate

    • The motor may require a starting capacitor or a starting winding to provide the initial torque

    • Once the motor reaches its rated speed, the starting mechanism can be switched off

  • Answered by AI
  • Q2. Tell me something about yourself?
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • Experienced in full stack web development

    • Proficient in languages like JavaScript, Python, and Java

    • Familiar with frameworks like React, Node.js, and Spring Boot

    • Strong problem-solving and analytical skills

    • Excellent team player with good communication skills

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was a wonderful experience overall. Giving an online test with my batch mates was amazing. I did the test very well and with ease.
Tips: Just enter the exam hall with confidence...
Duration: 1 hour 30 minutes
Total Questions: 90

Round: Technical + HR Interview
Experience: As I was strong in basics so I was able to answer this quest. He asked few related questions and I was able to give right answers.
Tips: Be strong in core subject basics and forget the rest of the subjects completely. They just want to see how much faithful you are with whatever you do. Moreover, just tell your name, state of birth, schooling, hobbies, etc(with free mind). They are just recruiters and not butchers, so stay calm as much as you can.

College Name: Maharaja Agrasen Institute Of Technology, Delhi

I was interviewed in Mar 2017.

Interview Preparation Tips

Skills: Interpersonal Communication, Tech Question

I was interviewed in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. About yourself and technical questions

Interview Preparation Tips

Round: Test
Experience: We had an aptitude test with puzzles and verbal
Tips: Concentrate on aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical + HR Interview
Experience: Formal question are asked and mostly communication is important

College Name: Sri Krishna College Of Engineering And Technology

I was interviewed before May 2016.

Interview Questionnaire 

3 Questions

  • Q1. Why do u want to enter software industry??
  • Ans. 

    Passion for problem-solving and creating innovative solutions drives my interest in software industry.

    • Passion for problem-solving and creating innovative solutions

    • Interest in technology and its impact on society

    • Opportunity for continuous learning and growth

    • Desire to work on cutting-edge projects and contribute to advancements in the field

  • Answered by AI
  • Q2. Why infosys??
  • Ans. 

    Infosys is a global leader in technology services and consulting, known for its innovative solutions and strong company culture.

    • Infosys has a strong reputation for delivering high-quality technology solutions to clients worldwide.

    • The company offers a wide range of opportunities for career growth and development.

    • Infosys has a collaborative and inclusive work culture that values diversity and innovation.

  • Answered by AI
  • Q3. Tell something about ur final year project
  • Ans. 

    Developed a web-based project management system for tracking tasks and deadlines

    • Used HTML, CSS, JavaScript for front-end development

    • Implemented backend using Node.js and MongoDB for database management

    • Incorporated user authentication and authorization features

    • Tested the system for performance and security vulnerabilities

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: In this round company chooses the resume of candidates they believe are suitable for the job

Round: Test
Experience: This round basically tests your logical reasoning skills and your mathematical ability
Duration: 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: Being a metallurgical engineer and trying to enter in a software industry I was mostly asked as to why I want to enter into this sector and other hr questions. To some extent I was drilled on my final year project in engineering

College Name: NIT Raipur
Contribute & help others!
anonymous
You can choose to be anonymous

Xoriant Interview FAQs

How many rounds are there in Xoriant Automation Test Engineer interview?
Xoriant interview process usually has 2-3 rounds. The most common rounds in the Xoriant interview process are Technical, HR and Resume Shortlist.
How to prepare for Xoriant Automation Test 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 Xoriant. The most common topics and skills that interviewers at Xoriant expect are Automation Testing, Java, Selenium, Test Engineering and API Testing.
What are the top questions asked in Xoriant Automation Test Engineer interview?

Some of the top questions asked at the Xoriant Automation Test Engineer interview -

  1. If priority of test is -1, 0, 1. which executes fir...read more
  2. How to take multiple values from dropdown , write the c...read more
  3. Why I am getting elementNotPresent exception even element present on Page. Plea...read more

Recently Viewed

PHOTOS

Medanta the Medicity

4 office photos

JOBS

Triumph Sustainability

No Jobs

INTERVIEWS

Adani Wilmar

No Interviews

JOBS

Options Executive Search

No Jobs

JOBS

Design Qandy Festival

No Jobs

INTERVIEWS

Adani Wilmar

No Interviews

INTERVIEWS

Adani Wilmar

50 top interview questions

JOBS

Hindustan Unilever

No Jobs

JOBS

Basofa Consulting

No Jobs

DESIGNATION

Tell us how to improve this page.

Xoriant Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join Xoriant Imagination Realized
Xoriant Automation Test Engineer Salary
based on 86 salaries
₹3 L/yr - ₹12.6 L/yr
At par with the average Automation Test Engineer Salary in India
View more details

Xoriant Automation Test Engineer Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.4

Salary

3.4

Job security

3.6

Company culture

4.1

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
599 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
574 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
447 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Xoriant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview