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 Softwaretest Engineer Interview Questions and Answers for Freshers

Updated 12 Dec 2024

Bounteous x Accolite Softwaretest Engineer Interview Experiences for Freshers

2 interviews found

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

I applied via Job Fair and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About the design pattern
  • Q2. Coding questions in stream api

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected for round 2
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jun 2023.

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 

Manual testing MCQs questions

Round 3 - Technical 

(1 Question)

  • Q1. Related to coding problems and experience with automation testing and manual and frameworks
Round 4 - Technical 

(1 Question)

  • Q1. Coding and automation related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - My first and last advice please don't apply for any jobs here, they just waste ur 1 month of time and finally tells you like we don't offer u this position.
I have completed my assignment round and 2 technical rounds also. They said like im selected for 2 rounds, here recruiter name is URVI gupta no proper update after Completing the round they never give u update ur interview, v used to call them ask for update. After 2 rounds I called her continuously then she forwarded my info to hr Nishkarsh, then he called me and asked about availability of interview tomorrow at 12.30 i said yes, later he dropped a mail to submit documents. I finished all those and on my final round he didn't send me interview invitation and now he is not responding to my calls and SMS and mails. Now I received mail like we are not offering you this position.
Such a worst company i ever came.
Please don't waste someone times.we into NP it means this time is very important for us financially and professionally.

Softwaretest Engineer Interview Questions Asked at Other Companies for undefined

Q1. - Print the frequency of each alphabet for the given string. - Sw ... read more
Q2. 1.Why do we need software testing? 2. What is regression testing? ... read more
Q3. Can we use only one method for all operations in API?
Q4. explain critical section and solution to critical section
Q5. Write a code to print palindrome number from 1 to 100

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Which browser support in selenium IDE
  • Ans. 

    Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.

    • Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer

    • Browser support may vary depending on the version of Selenium IDE being used

    • Additional browser support can be added through plugins or extensions

  • Answered by AI
  • Q2. Firefox browser support in selenium IDE
  • Ans. 

    Selenium IDE supports Firefox browser.

    • Selenium IDE is a Firefox plugin

    • It can record and playback tests in Firefox

    • It supports Firefox versions up to 55

    • For newer versions, use Selenium WebDriver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is most pretective and security provide our company

Skills evaluated in this interview

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 - Aptitude Test 

Little tough for beginners to get through the interview

Round 3 - Technical 

(1 Question)

  • Q1. Cannot add because they have asked many
Round 4 - One-on-one 

(1 Question)

  • Q1. Basically asked about my background and myself

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips just be what you are and go ahead with your goals
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Coding Test 

Python code for array

Round 2 - Aptitude Test 

Computerized test based on simpel math questions

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Not great they have tied up with hacker rank and multiple times same set of questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic questions easy rounds they make and no use

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont apply to this company they send fake invite and will conduct hacker rank interview and later they keep rescheduling interviews for 3 weeks and later say internal candiate hired..first of all you wont find there office in bangalore..fake HR fake company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Java code , oops, sql , spring bbot

Round 2 - Technical 

(2 Questions)

  • Q1. Maximum area of Stack
  • Ans. 

    The maximum area of a stack is determined by the size of the stack and the items it can hold.

    • The maximum area of a stack is calculated by multiplying the height of the stack by the width of the stack.

    • For example, if a stack has a height of 10 units and a width of 5 units, the maximum area would be 50 square units.

  • Answered by AI
  • Q2. Length of longest substring
  • Ans. 

    Find the length of the longest substring without repeating characters.

    • Iterate through the string and keep track of the characters seen so far in a set.

    • Use two pointers to mark the start and end of the current substring.

    • Update the maximum length of the substring as you iterate through the string.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

There was aptitude round

Interview Preparation Tips

Interview preparation tips for other job seekers - Then technical round ,they asked questions on core java ,sql
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 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. What are the locators in selenium, Write xpath for given element Diff between find element and findelements What is smoke sanity and regression testing Black box and white box testing difference Defect li...
  • Ans. 

    Answers to common interview questions for Software Test Engineer position

    • Locators in Selenium are used to locate elements on a web page, such as ID, name, class name, tag name, link text, and XPath

    • Example of XPath for an element: //input[@id='username']

    • findElement() is used to find a single element on a web page, while findElements() is used to find multiple elements

    • Smoke testing is a preliminary testing to check if th...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java and selenium

Bounteous x Accolite Interview FAQs

How many rounds are there in Bounteous x Accolite Softwaretest Engineer interview for freshers?
Bounteous x Accolite interview process for freshers usually has 2-3 rounds. The most common rounds in the Bounteous x Accolite interview process for freshers are Technical, Resume Shortlist and Assignment.
What are the top questions asked in Bounteous x Accolite Softwaretest Engineer interview for freshers?

Some of the top questions asked at the Bounteous x Accolite Softwaretest Engineer interview for freshers -

  1. Related to coding problems and experience with automation testing and manual an...read more
  2. In this two coding question was given to solve in 60 minut...read more
  3. one coding question of graph and question on DBMS were asked. SQL and os questi...read more

Tell us how to improve this page.

Bounteous x Accolite Softwaretest Engineer Interview Process for Freshers

based on 2 interviews

Interview experience

3
  
Average
View more
Bounteous x Accolite Softwaretest Engineer Salary
based on 77 salaries
₹3.2 L/yr - ₹9 L/yr
At par with the average Softwaretest Engineer Salary in India
View more details

Bounteous x Accolite Softwaretest Engineer Reviews and Ratings

based on 9 reviews

2.9/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.7

Salary

2.4

Job security

2.7

Company culture

2.6

Promotions

2.6

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
553 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Delivery Manager
426 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
209 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Delivery Manager
153 salaries
unlock blur

₹0 L/yr - ₹0 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