Upload Button Icon Add office photos

Filter interviews by

QBurst Technologies Automation and Manual Tester Interview Questions, Process, and Tips

Updated 11 Dec 2022

QBurst Technologies Automation and Manual Tester Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Nov 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 tips
Round 2 - Technical 

(19 Questions)

  • Q1. Different variables in postman tool?
  • Ans. 

    Postman tool has various variables like environment, global, collection, local, etc.

    • Environment variables: Used to store values that can be used across requests in a specific environment

    • Global variables: Used to store values that can be used across requests in all environments

    • Collection variables: Used to store values that can be used across requests in a specific collection

    • Local variables: Used to store values that ca...

  • Answered by AI
  • Q2. Status codes and their meaning ?
  • Ans. 

    Status codes are numerical codes that indicate the status of a HTTP request/response.

    • Status codes are grouped into 5 categories: informational, success, redirection, client error, and server error.

    • Informational codes (1xx) indicate that the request was received and understood.

    • Success codes (2xx) indicate that the request was successfully received, understood, and accepted.

    • Redirection codes (3xx) indicate that further a...

  • Answered by AI
  • Q3. Abstract class vs Interface
  • Ans. 

    Abstract class is a class that cannot be instantiated while Interface is a contract that a class can implement.

    • Abstract class can have both abstract and non-abstract methods while Interface can only have abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have constructors while Interface cannot.

    • Abstract class can have instance variables while Inter...

  • Answered by AI
  • Q4. What is network latency testing?
  • Ans. 

    Network latency testing is the process of measuring the delay in data transmission over a network.

    • It involves sending data packets from one point to another and measuring the time taken for the response to be received.

    • Latency can be affected by factors such as network congestion, distance, and hardware limitations.

    • Tools such as ping and traceroute can be used to perform network latency testing.

    • The results of network la...

  • Answered by AI
  • Q5. What is performance testing ? Do you know Jmeter ?
  • Ans. 

    Performance testing is the process of evaluating the speed, responsiveness, stability, and scalability of a software application.

    • It involves simulating real-world scenarios to measure the application's performance under different loads.

    • JMeter is a popular open-source tool used for performance testing.

    • It can be used to test web applications, APIs, and databases.

    • JMeter allows testers to create and execute test plans, gen...

  • Answered by AI
  • Q6. How you perform mobile testing ?
  • Ans. 

    Mobile testing is performed by creating test cases, selecting devices, and using automation tools.

    • Create test cases based on requirements and user scenarios

    • Select devices based on market share and user demographics

    • Use automation tools like Appium or Selenium for functional and regression testing

    • Perform manual testing for usability, accessibility, and compatibility

    • Test for network connectivity, battery usage, and perfor...

  • Answered by AI
  • Q7. What is UAT testing and how you do this ?
  • Ans. 

    UAT testing is User Acceptance Testing, where end-users test the software to ensure it meets their requirements.

    • UAT testing is the final phase of testing before the software is released to the end-users.

    • It is performed by end-users or a representative group of end-users.

    • The goal of UAT testing is to ensure that the software meets the business requirements and is fit for purpose.

    • UAT testing can be performed manually or ...

  • Answered by AI
  • Q8. Drop vs Delete vs Truncate
  • Ans. 

    Difference between Drop, Delete and Truncate commands in SQL

    • DROP command deletes the entire table along with its structure

    • DELETE command deletes specific rows from the table

    • TRUNCATE command deletes all the rows from the table but keeps the structure intact

    • DROP and TRUNCATE cannot be rolled back, but DELETE can be rolled back

  • Answered by AI
  • Q9. Asked one SQL complex query
  • Q10. How you test mobile application ?
  • Ans. 

    I test mobile applications by performing functional, usability, performance, and security testing.

    • I start by identifying the requirements and creating test cases.

    • I perform functional testing to ensure the app meets the requirements.

    • I test the usability of the app by checking the user interface and user experience.

    • I perform performance testing to check the app's speed, stability, and scalability.

    • I test the security of t...

  • Answered by AI
  • Q11. What is xpath can you find webelement by using it ?
  • Ans. 

    XPath is a language used to locate elements in an XML document. Yes, we can find web elements using XPath.

    • XPath is used to navigate through elements and attributes in an XML document

    • It can also be used to locate elements in HTML documents

    • XPath expressions can be used with Selenium WebDriver to locate web elements

    • Example: driver.findElement(By.xpath("//input[@id='username']"));

  • Answered by AI
  • Q12. How you perform cross browser testing in your company ?
  • Ans. 

    We use a combination of manual and automated testing to perform cross browser testing.

    • We identify the most commonly used browsers by our users and test on those first.

    • We use automated testing tools like Selenium to test on multiple browsers simultaneously.

    • We also perform manual testing on each browser to ensure compatibility.

    • We document any issues found and prioritize them based on severity.

    • We regularly update our test...

  • Answered by AI
  • Q13. Which defect tracking tools you used? Tell me different parameters of defect reporting?
  • Ans. 

    I have used JIRA and Bugzilla for defect tracking. Parameters include severity, priority, steps to reproduce, and expected vs actual results.

    • Defect tracking tools used: JIRA and Bugzilla

    • Parameters of defect reporting: severity, priority, steps to reproduce, expected vs actual results

    • Severity: impact of the defect on the system

    • Priority: importance of fixing the defect

    • Steps to reproduce: detailed instructions on how to r...

  • Answered by AI
  • Q14. What is Upgradation testing ?
  • Ans. 

    Upgradation testing is the process of testing an upgraded version of software or hardware to ensure its compatibility and functionality.

    • It involves testing the upgraded version of software or hardware

    • The purpose is to ensure compatibility and functionality

    • It includes testing for data migration, backward compatibility, and performance

    • Examples include upgrading an operating system, upgrading a database management system,

  • Answered by AI
  • Q15. Challanges you faced during testing and how you overcome it ?
  • Ans. 

    As a tester, I faced challenges in identifying and reproducing defects. I overcame it by improving my communication and collaboration skills with the development team.

    • Identifying and reproducing defects was a challenge

    • Improved communication and collaboration with the development team

    • Used tools like JIRA and Trello to track defects and progress

    • Developed a better understanding of the product and its features

    • Created detai...

  • Answered by AI
  • Q16. What is your current sprint duration ?
  • Ans. 

    Our current sprint duration is 2 weeks.

    • Our team follows the Agile methodology and we have adopted a 2-week sprint cycle.

    • We have found that this duration allows us to deliver high-quality software within a reasonable timeframe.

    • During each sprint, we focus on completing a set of user stories and addressing any bugs or issues that arise.

    • At the end of each sprint, we conduct a retrospective to identify areas for improvemen

  • Answered by AI
  • Q17. Who priorities sprint itams in your company?
  • Ans. 

    The product owner and the development team collectively prioritize sprint items in our company.

    • The product owner is responsible for understanding the business requirements and customer needs.

    • The development team provides input on the technical feasibility and effort required for each item.

    • Collaborative discussions and negotiations take place to determine the priority of sprint items.

    • Factors like customer value, busines...

  • Answered by AI
  • Q18. How you perform API testing in your company?
  • Ans. 

    API testing is performed using a combination of manual and automated testing techniques.

    • We use tools like Postman and SoapUI for API testing

    • We create test cases based on API documentation and requirements

    • We test for functionality, performance, security, and error handling

    • We use mock servers to simulate API responses

    • We perform both positive and negative testing

    • We use automation scripts to perform regression testing

    • We co...

  • Answered by AI
  • Q19. Scenario based question

Interview Preparation Tips

Topics to prepare for QBurst Technologies Automation and Manual Tester interview:
  • Manual Testing
  • Selenium
  • API Testing
  • SQL
  • Core Java
  • Non functional testing
Interview preparation tips for other job seekers - That was very good interview experience with Qburst Technology. Interviewer was very polite and supportive.

Advice is your concepts should be clear and you should be confidant on your answers while in interview.

Key point : your attitude matters alot.😊

Best luck for the interview 👍

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude question based on indiabix website

Round 2 - Technical 

(3 Questions)

  • Q1. MCQ type questions about manual testing and automation
  • Q2. About manual testing topics
  • Q3. About automation testing topics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. HTTP error code : 203 ?
  • Ans. 

    HTTP error code 203 indicates that the server successfully processed the request, but is returning information that may be from another source.

    • HTTP 203 is a non-standard error code that is not defined in the HTTP/1.1 standard.

    • It is typically used to indicate that the server successfully processed the request, but is returning information from a different source.

    • This status code is not commonly used and may not be suppo

  • Answered by AI
  • Q2. Arraylist vs linklist
  • Ans. 

    ArrayList is a resizable array implementation, LinkedList is a doubly linked list implementation.

    • ArrayList is faster for accessing elements by index, LinkedList is faster for adding/removing elements in the middle.

    • ArrayList uses less memory as it only stores elements, LinkedList uses more memory as it stores elements and pointers.

    • ArrayList is better for random access, LinkedList is better for sequential access.

    • Example:...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Manual testing,SQL,linux

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn manual testing,SQL,linux,jira,agile methodologies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. 1.whàt is regular expression
  • Ans. 

    Regular expression is a sequence of characters that define a search pattern.

    • Used for pattern matching and text processing

    • Can be used in programming languages, text editors, and command-line interpreters

    • Examples: /hello/ matches 'hello' in a string, /[0-9]+/ matches one or more digits

  • Answered by AI
  • Q2. 2.difference between findelement and findelements
  • Ans. 

    findelement returns the first matching element while findelements returns a list of all matching elements.

    • findelement is used to find the first matching element on a web page

    • findelements is used to find all matching elements on a web page

    • findelement throws NoSuchElementException if no matching element is found

    • findelements returns an empty list if no matching element is found

  • Answered by AI
  • Q3. 3.what are issues faced and how to solve.
  • Ans. 

    Issues faced in software testing and their solutions

    • Issues with test environment setup - ensure proper configuration and compatibility

    • Issues with test data - ensure relevant and accurate data is used

    • Issues with test case design - ensure comprehensive and effective test cases

    • Issues with communication - ensure clear communication with team members and stakeholders

    • Issues with automation - ensure proper selection and imple...

  • Answered by AI
  • Q4. 4. What are the samplers you have used
  • Ans. 

    I have used various samplers including JMeter, LoadRunner, and Gatling.

    • JMeter for load testing web applications

    • LoadRunner for performance testing client-server applications

    • Gatling for stress testing REST APIs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for the interview with scripting knowledge

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Java coding, selenium, framework, testNG

Interview Preparation Tips

Interview preparation tips for other job seekers - I rejected the offer based on the behaviour of HR during salary discussion, they wanted to take advantage of COVID-19 situation in terms of salary .

QBurst Technologies Interview FAQs

How many rounds are there in QBurst Technologies Automation and Manual Tester interview?
QBurst Technologies interview process usually has 2 rounds. The most common rounds in the QBurst Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in QBurst Technologies Automation and Manual Tester interview?

Some of the top questions asked at the QBurst Technologies Automation and Manual Tester interview -

  1. What is xpath can you find webelement by using i...read more
  2. Challanges you faced during testing and how you overcome i...read more
  3. Which defect tracking tools you used? Tell me different parameters of defect re...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
Globant Interview Questions
3.8
 • 169 Interviews
View all

Fast track your campus placements

View all
Senior Software Engineer
240 salaries
unlock blur

₹5.1 L/yr - ₹15.1 L/yr

Senior Engineer
223 salaries
unlock blur

₹6.1 L/yr - ₹15.6 L/yr

Lead Engineer
189 salaries
unlock blur

₹7.2 L/yr - ₹24 L/yr

Software Engineer
157 salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Senior QA Engineer
73 salaries
unlock blur

₹5.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare QBurst Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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