Upload Button Icon Add office photos
Engaged Employer

i

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

Bounteous x Accolite Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bounteous x Accolite Senior Test Engineer Interview Questions and Answers

Updated 24 Apr 2024

Bounteous x Accolite Senior Test Engineer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java and Selenium Concepts
Round 2 - Technical 

(1 Question)

  • Q1. Testng, Cucumber, Agile and other testing techniques
Round 3 - HR 

(1 Question)

  • Q1. Dicussion on salary package

Senior Test Engineer Interview Questions & Answers

user image nikita mandgaonkar

posted on 7 Jun 2022

I was interviewed in Dec 2021.

Round 1 - Technical 

(1 Question)

  • Q1. Some Basics of your skill.
Round 2 - Technical 

(1 Question)

  • Q1. Technical question related your skill.
Round 3 - Technical 

(1 Question)

  • Q1. Senior Manager level round and in this they are asking your previous projects and some related your upgrade skill plan.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and interview Experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - In Accolite Digital I have cleared 4 Rounds and it will schedule very fast like within week so for immediate joiners it is very good opportunity to work with Accolite.

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
asked in LTIMindtree
Q3. How do you performed incrimental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in CGI Group
Q5. What is the difference between CHAR and VARCHAR2 data types in SQ ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 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 - Assignment 

Code for java selenium SQL and oops

Round 3 - Coding Test 

All possible questions from Java selenium

Interview Questionnaire 

4 Questions

  • Q1. Related to Selenium automation inbuild functions with architecture.
  • Q2. Maven setup
  • Q3. Jenkins setup
  • Q4. Git commands

Bounteous x Accolite interview questions for designations

 Test Engineer

 (4)

 Senior Automation Test Engineer

 (1)

 Automation Test Engineer

 (1)

 Senior Software Engineer

 (28)

 Senior QA Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Senior Engineer

 (1)

 Senior Developer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java Oops Concepts, Stack Queue
  • Q2. Selenium, Frameworks, Waits, Action classes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Selenium scenarios to select value from dropdown under nested div tag

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Haker rank test basic testing stuff and also basic test methodology, test principals etc

Round 2 - Technical 

(1 Question)

  • Q1. Good experience interviewer was experienced and considerate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Locator Techniques
  • Ans. 

    Locator techniques are used in software testing to identify and interact with elements on a web page.

    • Locator techniques include ID, class name, tag name, name, link text, partial link text, xpath, and css selector.

    • ID is the most efficient locator as it is unique to each element.

    • Xpath is powerful but can be slow and brittle.

    • CSS selector is fast and reliable for locating elements based on their attributes.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Program on String.
  • Ans. 

    Program to manipulate strings in an array.

    • Use loops to iterate through the array of strings.

    • Implement different string manipulation functions like concatenation, substring, etc.

    • Handle edge cases like empty strings or null values.

    • Example: ['hello', 'world'] -> 'helloworld'

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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 - Technical 

(4 Questions)

  • Q1. 1. Work Experience 2. Previous project details and challenges 3. A few of the Java selenium basic questions 4. About the E-commerce domain
  • Q2. Previous project details and challenges
  • Q3. A few of the java and Selenium questions
  • Q4. About e-commerce domain and magenton
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Tell me about yourself 2. Previous E-commerce domain knowledge 3. About Magento( Catalog rules, cart price rules, Type of products, Catalog, CMS etc) 4. Jira, Scrum and Kanban 5. API related questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 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. SQL, API, UNIX, Payments SEPA SWIFT
  • Q2. What are the api error codes?
  • Ans. 

    API error codes are codes that indicate the type of error that occurred during an API request.

    • API error codes are typically returned in the response body of an API request.

    • They provide information about the specific error that occurred, helping developers troubleshoot and fix issues.

    • Common API error codes include 400 Bad Request, 401 Unauthorized, 404 Not Found, and 500 Internal Server Error.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare karo sab topics?

Bounteous x Accolite Interview FAQs

How many rounds are there in Bounteous x Accolite Senior Test Engineer interview?
Bounteous x Accolite interview process usually has 3-4 rounds. The most common rounds in the Bounteous x Accolite interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Bounteous x Accolite Senior Test Engineer interview?

Some of the top questions asked at the Bounteous x Accolite Senior Test Engineer interview -

  1. Related to Selenium automation inbuild functions with architectur...read more
  2. Testng, Cucumber, Agile and other testing techniq...read more
  3. Technical question related your ski...read more

Tell us how to improve this page.

Bounteous x Accolite Senior Test Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Bounteous x Accolite Senior Test Engineer Salary
based on 212 salaries
₹5 L/yr - ₹19.1 L/yr
13% more than the average Senior Test Engineer Salary in India
View more details

Bounteous x Accolite Senior Test Engineer Reviews and Ratings

based on 29 reviews

4.0/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.6

Salary

3.5

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 29 Reviews and Ratings
Senior Software Engineer
1.5k salaries
unlock blur

₹6.3 L/yr - ₹27 L/yr

Software Engineer
565 salaries
unlock blur

₹4.6 L/yr - ₹15 L/yr

Associate Technical Delivery Manager
419 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Senior Test Engineer
212 salaries
unlock blur

₹5 L/yr - ₹19.1 L/yr

Technical Delivery Manager
153 salaries
unlock blur

₹19.7 L/yr - ₹60.4 L/yr

Explore more salaries
Compare Bounteous x Accolite with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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