Upload Button Icon Add office photos

Filter interviews by

Connectwise India Senior QA Engineer Interview Questions and Answers

Updated 11 Oct 2022

Connectwise India Senior QA Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed before Oct 2021. 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 

(2 Questions)

  • Q1. Basic java concepts and selenium.
  • Q2. Reverse string program.
  • Ans. 

    A program to reverse a given string.

    • Iterate through the string from end to start and append each character to a new string.

    • Use built-in functions like reverse() or StringBuilder.reverse() in Java.

    • Convert the string to an array, reverse the array, and then convert it back to a string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepare with basic java and selenium concepts.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Hacker rank test based on python and selenium along with a python programming question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain oops concept and where do you use it in your automation project
  • Ans. 

    OOPs concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Reusing code and creating a hierarchy of classes

    • Encapsulation: Hiding the internal implementation details of a class

    • Polymorphism: Ability to use a single interface for different data types or objects

    • Abstraction: Showing only necessary details and hiding unnecessary details

  • Answered by AI
  • Q2. What is synchronisation and how do we handle it
  • Ans. 

    Synchronization is the coordination of multiple processes to ensure they work together effectively.

    • Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.

    • We can handle synchronization using techniques like locks, semaphores, and monitors.

    • For example, in Java, we can use synchronized keyword or ReentrantLock class to achieve synchronization.

    • Another example is u...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Coding question find the frequency of characters
  • Ans. 

    Find the frequency of characters in an array of strings.

    • Iterate through each string in the array

    • For each character in the string, increment its count in a hashmap

    • Return the hashmap with character frequencies

  • Answered by AI
  • Q2. Robot framework and pytest differences
  • Ans. 

    Robot framework is keyword-driven, while pytest is a full-featured testing framework.

    • Robot framework is based on keywords and test cases are written in tabular format, while pytest is a full-featured testing framework with fixtures, asserts, and plugins.

    • Robot framework has built-in libraries for various tasks like file operations, database interactions, etc., while pytest relies on external libraries for such functiona...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to reverse even words in string?
  • Ans. 

    Program to reverse even words in a string

    • Split the string into words

    • Iterate through the words and reverse the even-indexed words

    • Join the words back into a string

  • Answered by AI
  • Q2. Find elements
  • Ans. 

    Finding elements in a web page using various locators

    • Use CSS selectors to locate elements by class, id, attribute, etc.

    • Use XPath to locate elements based on their path in the HTML structure

    • Use name, tag name, link text, partial link text locators as needed

  • Answered by AI
Round 2 - Coding Test 

Arraylist,maps,strings,oops concept

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

I applied via LinkedIn and was interviewed in Jun 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 - One-on-one 

(2 Questions)

  • Q1. Various questions on automation, api and selenium
  • Q2. Select statement , sorting an array , status codes
Round 3 - One-on-one 

(2 Questions)

  • Q1. With client where they asked about api and java questions
  • Q2. Status codes , rest and soap difference, scenerio based test cases
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your daily approach to testing?
  • Ans. 

    My daily approach to testing involves thorough planning, executing test cases, documenting results, and collaborating with team members.

    • I start by reviewing requirements and creating test cases

    • I execute test cases manually or using automation tools

    • I document test results and report any issues found

    • I collaborate with developers and other team members to ensure quality standards are met

  • Answered by AI
  • Q2. How do you develop a test strategy?
  • Ans. 

    Developing a test strategy involves defining objectives, identifying test types, prioritizing tests, and creating a plan.

    • Define objectives and goals of testing

    • Identify types of tests to be conducted (e.g. functional, performance, security)

    • Prioritize tests based on risk and criticality

    • Create a detailed test plan outlining resources, timelines, and responsibilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please share your examples of issues you have encountered during your testing experiences.
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 - Coding Test 

Average coding test

Round 3 - Technical 

(1 Question)

  • Q1. Managerial discussion with Tech. questions
Round 4 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for beginners to start with.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql exam - MCQ & write a query

Round 2 - Technical 

(1 Question)

  • Q1. SDLC, STLC & Bug life cycle Where we apply OOPs concept in automation where we apply collection in automation Explain framework
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sum of pairs in an array

Interview Preparation Tips

Interview preparation tips for other job seekers - First 2 technical rounds were great..3 rd round was taken by a qa lead who was least interested to take the interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

C programing java automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn everything that you are aware of
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. They will ask other questions other than what you have mention in you CV
  • Q2. They will ask other questions other that what you have mentioned in your CV
  • Q3. None................
  • Q4. None..................
  • Q5. None...................

Connectwise India Interview FAQs

How many rounds are there in Connectwise India Senior QA Engineer interview?
Connectwise India interview process usually has 2 rounds. The most common rounds in the Connectwise India interview process are Resume Shortlist and Technical.
What are the top questions asked in Connectwise India Senior QA Engineer interview?

Some of the top questions asked at the Connectwise India Senior QA Engineer interview -

  1. Reverse string progr...read more
  2. Basic java concepts and seleni...read more

Tell us how to improve this page.

Connectwise India Senior QA Engineer Salary
based on 5 salaries
₹13.5 L/yr - ₹19.5 L/yr
44% more than the average Senior QA Engineer Salary in India
View more details

Connectwise India Senior QA Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Technical Support Engineer
182 salaries
unlock blur

₹2.6 L/yr - ₹8.7 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹9 L/yr - ₹34 L/yr

Security Analyst
91 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Support Specialist
64 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Software Engineer
57 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Explore more salaries
Compare Connectwise India with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

HCLTech

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