Upload Button Icon Add office photos

Filter interviews by

Azeus Convene Software Tester Interview Questions, Process, and Tips

Updated 2 May 2024

Top Azeus Convene Software Tester Interview Questions and Answers

Azeus Convene Software Tester Interview Experiences

5 interviews found

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

I applied via Indeed and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

1 hr basic maths and english

Round 2 - Technical 

(1 Question)

  • Q1. Write Test Cases
  • Ans. 

    Test cases should cover all possible scenarios to ensure software functionality.

    • Test case for positive scenario

    • Test case for negative scenario

    • Test case for boundary values

    • Test case for error handling

    • Test case for performance testing

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Some technical skills
Round 4 - 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
Selected Selected

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

Round 1 - Aptitude Test 

Was provided an application and asked to find out all possible funtional, non-functional, UI/UX issues

Round 2 - Technical 

(7 Questions)

  • Q1. Tell me about yourself
  • Q2. What is SDLC/STLC
  • Ans. 

    SDLC (Software Development Life Cycle) is the process of planning, creating, testing, and deploying software. STLC (Software Testing Life Cycle) is the process of testing software within the SDLC.

    • SDLC involves stages like planning, analysis, design, implementation, testing, and maintenance.

    • STLC involves stages like test planning, test design, test execution, and test closure.

    • SDLC focuses on the overall software develop...

  • Answered by AI
  • Q3. Different testing methedologies
  • Ans. 

    Different testing methodologies include Agile, Waterfall, V-Model, and DevOps.

    • Agile focuses on iterative development and continuous feedback.

    • Waterfall follows a linear sequential flow of phases.

    • V-Model emphasizes verification and validation at each stage.

    • DevOps integrates development and operations for faster delivery.

  • Answered by AI
  • Q4. What is tracing matrix
  • Ans. 

    A tracing matrix is a document that maps requirements to test cases to ensure all requirements are covered by testing.

    • Tracing matrix helps in ensuring test coverage for all requirements

    • It helps in tracking the progress of testing activities

    • It can be used to identify any gaps in test coverage

    • Example: Requirement 1 maps to Test Case A, Requirement 2 maps to Test Case B

  • Answered by AI
  • Q5. 2 case studies based on practical scenarios based on priority and criticality in issue logging
  • Q6. How to deal with team members in different circumstances
  • Q7. About my past experiences
Round 3 - HR 

(2 Questions)

  • Q1. Some managerial questions
  • Q2. Salary discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basis aptitude quiz

Round 2 - Assignment 

Self portal and App related basic test cases

Round 3 - HR 

(1 Question)

  • Q1. Just salery discuss if you clear both exams

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview on skype only
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Medium level including basic logical question.

Round 2 - Technical 

(1 Question)

  • Q1. You have given some test cases, you need to read and perform on web application given by interviewer. Total 30 question.
Round 3 - Technical 

(1 Question)

  • Q1. Manager Will ask question on Boundary value, Type of testing, bug report, regression test.. SDLC
Round 4 - Assignment 

Baisc round simple question like tell me about yourself.

Azeus Convene interview questions for designations

 Software Testing Engineer

 (1)

 Java Developer

 (1)

Software Tester Interview Questions & Answers

user image Lakshay duggal

posted on 2 May 2024

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

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Round was good not that tough
  • Q2. What are test cases
  • Ans. 

    Test cases are scenarios or conditions used to validate the functionality of software applications.

    • Test cases are designed to verify that the software meets the specified requirements.

    • They include inputs, actions, and expected outcomes for each scenario.

    • Examples of test cases include login with valid credentials, adding items to a shopping cart, and submitting a form with missing information.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Questions related to your experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to resume
Round 3 - HR 

(1 Question)

  • Q1. Past documents and forms for verification
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Performed at the beginning of testing phase

    • Focuses on basic functionality

    • Not detailed testing

    • Helps in identifying major issues early on

    • Usually automated for efficiency

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Aptitude Test 

Reasoning,numerical ,ratios

Round 2 - Coding Test 

Basic coding questions

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

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

Round 1 - Technical 

(8 Questions)

  • Q1. What exception have you faced and how to you handle exceptions
  • Q2. About robot class
  • Q3. Reverse a string/number of vowels in giver string
  • Ans. 

    Reverse a string and count the number of vowels in the given string.

    • Create a function that takes a string as input

    • Reverse the string using built-in functions or loops

    • Count the number of vowels in the string using a loop or regex

    • Return the reversed string and the count of vowels

  • Answered by AI
  • Q4. Print the repeating substring in given string
  • Ans. 

    Find and print the repeating substring in a given string.

    • Iterate through the string and check for repeating substrings

    • Use a hashmap to keep track of seen substrings

    • Return the repeating substrings as an array of strings

  • Answered by AI
  • Q5. Screen shot code
  • Q6. Types of waits in selenium
  • Ans. 

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

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q7. Explain runner file and code for report
  • Ans. 

    A runner file is used to execute test scripts and generate reports in software testing.

    • Runner file is a script that executes test cases written in a testing framework.

    • It can be used to run multiple test cases in a specific order.

    • The code for generating reports in a runner file typically includes functions to collect test results and format them into a readable report.

    • Example: In a Selenium test automation project, a ru...

  • Answered by AI
  • Q8. Interface in selenium
  • Ans. 

    Interface in Selenium is a way to define a set of methods that a class must implement.

    • Interface in Selenium is used to define a contract for classes that implement it.

    • It helps in achieving abstraction and modularity in test automation.

    • Example: WebDriver interface in Selenium is implemented by classes like ChromeDriver, FirefoxDriver, etc.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Automation related questions

Azeus Convene Interview FAQs

How many rounds are there in Azeus Convene Software Tester interview?
Azeus Convene interview process usually has 3-4 rounds. The most common rounds in the Azeus Convene interview process are Technical, Aptitude Test and HR.
What are the top questions asked in Azeus Convene Software Tester interview?

Some of the top questions asked at the Azeus Convene Software Tester interview -

  1. What is tracing mat...read more
  2. Different testing methedolog...read more
  3. What is SDLC/S...read more

Tell us how to improve this page.

Azeus Convene Software Tester Interview Process

based on 4 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more

People are getting interviews through

based on 4 Azeus Convene interviews
Job Portal
Referral
50%
25%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Azeus Convene Software Tester Salary
based on 18 salaries
₹2 L/yr - ₹5 L/yr
17% less than the average Software Tester Salary in India
View more details

Azeus Convene Software Tester Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

2.0

Skill development

5.0

Work-Life balance

2.0

Salary & Benefits

1.0

Job Security

3.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Software Tester
18 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

System Engineer
7 salaries
unlock blur

₹10 L/yr - ₹12.8 L/yr

Business Development Executive
5 salaries
unlock blur

₹4.2 L/yr - ₹5.5 L/yr

Softwaretest Engineer
5 salaries
unlock blur

₹3 L/yr - ₹3.7 L/yr

Software Developer
4 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Azeus Convene with

Zoho

4.3
Compare

Freshworks

3.5
Compare

LTIMindtree

3.9
Compare

Ramco Systems

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview