Upload Button Icon Add office photos

Filter interviews by

Arcserve QA Engineer Interview Questions and Answers

Updated 29 Sep 2024

Arcserve QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me Testing techniques
  • Ans. 

    Testing techniques are methods used to identify defects in software applications.

    • Black Box Testing: Testing the functionality of an application without knowing its internal code.

    • White Box Testing: Testing the internal code and structure of an application.

    • Regression Testing: Testing to ensure that new code changes do not adversely affect existing functionality.

    • Smoke Testing: Testing the basic functionality of an applica...

  • Answered by AI
  • Q2. Tell me about test planning
  • Ans. 

    Test planning involves creating a strategy to ensure thorough testing of software applications.

    • Identifying test objectives and scope

    • Creating test plans and schedules

    • Assigning resources and responsibilities

    • Defining test cases and scenarios

    • Estimating time and effort required

    • Prioritizing testing activities

    • Reviewing and updating test plans as needed

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions were regarding my engineering subjects
  • Q2.  Interviewer asked me a simple but complex programming question to solve
  • Q3. He asked me about my strength , other curriculum activities I participated in

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be calm and stick to question ,don't try to drag interviewer to any other topic
Try to be honest with interviewer

Interview Questionnaire 

2 Questions

  • Q1. Online test
  • Q2. Selenium questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between black box and white box testing
  • Ans. 

    Black box testing focuses on testing the functionality of a system without knowledge of its internal code, while white box testing involves testing the internal code structure.

    • Black box testing is based on external expectations and requirements

    • White box testing is based on internal code structure and logic

    • Black box testing is more focused on user perspective

    • White box testing is more focused on developer perspective

    • Exam...

  • Answered by AI
  • Q2. Test cases for pen
  • Ans. 

    Test cases for a pen to ensure functionality and quality.

    • Verify that the pen writes smoothly on different types of paper

    • Check if the pen's ink is waterproof and does not smudge

    • Test the durability of the pen by dropping it from a certain height

    • Ensure that the pen's cap can be securely attached and removed

    • Verify that the pen's clip is strong enough to hold the pen in place

    • Check if the pen's ink dries quickly to prevent s

  • Answered by AI
  • Q3. Explaine networking layer model
  • Ans. 

    Networking layer model is a conceptual framework that defines the different layers of communication in a network.

    • Networking layer model is typically represented by the OSI (Open Systems Interconnection) model or the TCP/IP model.

    • The OSI model consists of 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and protocols that enable communication bet...

  • Answered by AI
  • Q4. What do you know about AWS
  • Ans. 

    AWS (Amazon Web Services) is a cloud computing platform that offers a wide range of services for businesses and individuals.

    • AWS provides services such as computing power, storage, databases, machine learning, and more.

    • It offers scalability, flexibility, and cost-effectiveness for businesses of all sizes.

    • Popular AWS services include EC2 (Elastic Compute Cloud), S3 (Simple Storage Service), RDS (Relational Database Servi...

  • Answered by AI
  • Q5. Some linux commands

Interview Preparation Tips

Topics to prepare for Druva QA Engineer interview:
  • Agile Development
  • SDLC Life Cycle
Interview preparation tips for other job seekers - good knowledge of testing methods, agile methodologies, networking, cloud AWS

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 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 

(1 Question)

  • Q1. Write a program to count characters in a string
  • Ans. 

    A program to count characters in a string

    • Iterate through the string and count each character

    • Use a dictionary to store the count of each character

    • Handle edge cases such as empty string or null input

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - clear basics of java oops, selenium commands
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 1-Preapre java/python (whatever ur comfortable) interview questions-focus on OOPs concepts,this super keyword, thow throws
  • Q2. 2-basic java codes-reverse string, duplicate of string, occurance of charcter in string,palindrome
  • Q3. 3-Prepare for questions based on ur resume
Round 2 - HR 

(1 Question)

  • Q1. 1-Introduction, Why u want to join, strengths

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Need to focus on java sdlc life cycle
Round 2 - HR 

(1 Question)

  • Q1. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - All d best regards you need to focus on your domain and process knowledge

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. First of all Thank you very much to Naukri.com for giving me job offers... In Interview they asked question regarding Java, Manual Testing, Selenium and Database
  • Q2. Questions on OOP's concepts in Java
  • Q3. Questions on Selenium frameworks, selenium components, web driver, implicit wait, explicit wait, Action Class, etc.
  • Q4. Question on Database like difference between drop and delete table, difference between truncate and delete etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident while answering questions. Prepare Java nicely. For Selenium and Manual Testing common interview questions get asked most time.

Arcserve Interview FAQs

How many rounds are there in Arcserve QA Engineer interview?
Arcserve interview process usually has 1 rounds. The most common rounds in the Arcserve interview process are Technical.
What are the top questions asked in Arcserve QA Engineer interview?

Some of the top questions asked at the Arcserve QA Engineer interview -

  1. Tell me Testing techniq...read more
  2. Tell me about test plann...read more

Tell us how to improve this page.

Arcserve QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Arcserve QA Engineer Salary
based on 7 salaries
₹5 L/yr - ₹13 L/yr
38% more than the average QA Engineer Salary in India
View more details

Arcserve QA Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

1.0

Salary

2.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Support Engineer
36 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹9.8 L/yr - ₹35 L/yr

Software Engineer
29 salaries
unlock blur

₹5 L/yr - ₹13.4 L/yr

Technical Support Engineer
25 salaries
unlock blur

₹8.6 L/yr - ₹21 L/yr

Senior Support Engineer
17 salaries
unlock blur

₹8 L/yr - ₹19.8 L/yr

Explore more salaries
Compare Arcserve with

Veeam Software

4.0
Compare

CommVault

3.9
Compare

Druva

3.7
Compare

RUBRIK INDIA

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