Upload Button Icon Add office photos

Filter interviews by

Xactly Corp Senior QA Engineer Interview Questions and Answers

Updated 28 May 2022

Xactly Corp Senior QA Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

Aptitude will be more of picture puzzle questions

Round 2 - Technical 

(1 Question)

  • Q1. Java collections - Hashmap, set related programs, Programs on strings, selenium framework related, rest assured basics, manual testing basics
Round 3 - Technical 

(1 Question)

  • Q1. Current roles and responsibilities, frame work related, java programs related to Strings and a selenium program
Round 4 - Technical 

(1 Question)

  • Q1. Technical + Manager round
Round 5 - HR 

(1 Question)

  • Q1. General hr related like why your looking for job change, expected ctc, what is ur expected work culture etc.,

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more java programs and selenium basics. They will ask you to write code in all the 3 technical rounds

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Given a String contains only 0s, 1s and 2s, count the number of sub strings that have equal number of 0s, 1s, and 2s. Input : str = "0102010" output : 2. Very Hard question is being asked in interview for...
  • Ans. 

    Count the number of substrings with equal number of 0s, 1s, and 2s in a given string.

    • Iterate through the string and maintain counts of 0s, 1s, and 2s encountered so far.

    • Keep track of the counts in a hashmap and increment the count of substrings whenever counts of 0s, 1s, and 2s are equal.

    • Return the total count of substrings at the end.

  • Answered by AI
  • Q2. Group of anagrams together. input : ["eat", "tea", "tan", "ate", "nat", "bat"] output : [["eat" ,"tea", "ate"],["tan", "nat"],["bat"]] This is another hard level question is asked in interview for the QA p...
  • Ans. 

    Group anagrams together in an array of strings.

    • Create a hashmap to store sorted strings as keys and corresponding anagrams as values.

    • Iterate through the input array, sort each string, and add it to the hashmap.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. String manipulation questions without using default methods like string buffer
  • Q2. Selenium programs and Xpaths for dynamic tables
  • Ans. 

    Selenium can be used to automate testing of dynamic tables by using Xpaths to locate elements.

    • Identify unique attributes of table elements to create stable Xpaths

    • Use functions like contains(), starts-with(), or ends-with() in Xpaths for dynamic content

    • Consider using parent-child relationships in Xpaths for nested tables

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Simple Java questions on string and arrays

Round 2 - Coding Test 

Framework level knowledge is checked

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Topics to prepare for Oracle Senior QA Engineer interview:
  • Java
  • Javascript
  • Testng
  • Cucumber
Interview preparation tips for other job seekers - Good company to work with
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Project , daily routines , SQL, unix
  • Q2. On core java programs on arrays, strings etc
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 Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Handle objects in webtable
  • Ans. 

    To handle objects in a webtable, you can use methods like findElement, getText, getAttribute, etc.

    • Use findElement method to locate the object in the webtable

    • Use getText method to retrieve the text of the object

    • Use getAttribute method to get specific attribute value of the object

    • Iterate through rows and columns to handle multiple objects in the webtable

  • Answered by AI
  • Q2. Multiple window handles
  • Ans. 

    Multiple window handles allow a QA engineer to interact with multiple browser windows during testing.

    • Window handles are unique identifiers assigned to each browser window opened by the application.

    • QA engineers can switch between window handles to perform actions on different windows.

    • Example: driver.getWindowHandles() in Selenium returns a set of window handles.

    • Example: driver.switchTo().window(handle) is used to switch

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

I was interviewed before Jan 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Technical interview round that lasted for around 60 minutes. The interviewer asked me programming questions, puzzles, Java basics and some output based questions.

  • Q1. 

    Maximum Non-Adjacent Subsequence Sum

    Given an array of integers, determine the maximum sum of a subsequence without choosing adjacent elements in the original array.

    Input:

    The first line consists of an...
  • Ans. 

    Find the maximum sum of a subsequence without choosing adjacent elements in an array.

    • Use dynamic programming to keep track of the maximum sum at each index, considering whether to include the current element or not.

    • At each index, the maximum sum can be either the sum of the current element and the element two positions back, or the maximum sum at the previous index.

    • Iterate through the array and update the maximum sum a...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAIntuit interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structure related questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Java related interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Data structure and Java code properly

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were mainly on the Data Structure and System Design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pleade be ready to face multiple rounds, as the company can take a new round after telling you that you are selected by saying that it is just an interaction, but it will be a complete technical interview.

Xactly Corp Interview FAQs

How many rounds are there in Xactly Corp Senior QA Engineer interview?
Xactly Corp interview process usually has 5 rounds. The most common rounds in the Xactly Corp interview process are Technical, Aptitude Test and HR.
How to prepare for Xactly Corp Senior QA 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 Xactly Corp. The most common topics and skills that interviewers at Xactly Corp expect are Selenium, Automation, Maven, SAN and SQL.
What are the top questions asked in Xactly Corp Senior QA Engineer interview?

Some of the top questions asked at the Xactly Corp Senior QA Engineer interview -

  1. Current roles and responsibilities, frame work related, java programs related t...read more
  2. Java collections - Hashmap, set related programs, Programs on strings, selenium...read more
  3. Technical + Manager ro...read more

Tell us how to improve this page.

Xactly Corp Senior QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 846 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 233 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Intuit Interview Questions
3.5
 • 77 Interviews
Monotype Interview Questions
3.8
 • 23 Interviews
View all
Xactly Corp Senior QA Engineer Salary
based on 24 salaries
₹8.5 L/yr - ₹25 L/yr
40% more than the average Senior QA Engineer Salary in India
View more details

Xactly Corp Senior QA Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

5.0

Salary

2.0

Job security

3.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Consultant
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Xactly Corp with

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.0
Compare

Adobe

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