Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CitiusTech Team. If you also belong to the team, you can get access from here

CitiusTech Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 1.6k Reviews

Filter interviews by

CitiusTech Qa Testing Manager Interview Questions, Process, and Tips

Updated 2 Feb 2025

CitiusTech Qa Testing Manager Interview Experiences

1 interview found

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

I was interviewed before Feb 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the basic concepts of software testing?
  • Q2. What are the different types of regression testing?
  • Q3. What is the defect life cycle?
  • Q4. What test scenarios would you create based on the given situation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and understand the fundamentals.

Interview questions from similar companies

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

(1 Question)

  • Q1. Automation Questions
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Hacker rank test given

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java interview ques

Interview Preparation Tips

Interview preparation tips for other job seekers - Not bad
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Testing concepts ? Lifecycle ? Automation ? QA Process ? Metrics ? Delivery ? Test management ? Defect life cycle ? Agile process ? RTM? Waterfall model
  • Q2. Testing life cycle Test management

Interview Preparation Tips

Interview preparation tips for other job seekers - Best practices, experience , execution , technical scenarios

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Program to find repeating characters in a string
  • Ans. 

    The program finds repeating characters in a given string.

    • Iterate through each character in the string

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeating character

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Program to find whether a number is prime or not
  • Ans. 

    Program to check if a number is prime or not

    • A prime number is only divisible by 1 and itself

    • Loop through numbers from 2 to n-1 and check if n is divisible by any of them

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Explain Automation framework that u suggest to automate amazon application
  • Ans. 

    I suggest using a hybrid automation framework for testing Amazon application.

    • Use Selenium WebDriver for web automation

    • Use Appium for mobile automation

    • Use TestNG for test management and reporting

    • Use Page Object Model for better code maintenance

    • Use data-driven approach for test data management

    • Use Jenkins for continuous integration and deployment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do your job, do worry about rejections. Not all company thinks in same manner.

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 May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Write unit tests on problem statement

Round 3 - Technical 

(5 Questions)

  • Q1. Questions based on OOPS concept
  • Q2. Write test cases on Lift
  • Ans. 

    Test cases for Lift

    • Test the functionality of the lift buttons

    • Test the lift's response time

    • Test the lift's emergency stop button

    • Test the lift's capacity limit

    • Test the lift's door opening and closing mechanism

  • Answered by AI
  • Q3. Brief about current automation project
  • Ans. 

    The current automation project is focused on testing a web application for an e-commerce platform.

    • The project involves automating the testing of various functionalities of the web application such as user registration, product search, add to cart, and checkout process.

    • We are using Selenium WebDriver with Java as the programming language for automation.

    • The project also includes creating and maintaining test scripts, exe...

  • Answered by AI
  • Q4. Annotations used in TestNG
  • Ans. 

    Annotations in TestNG are used to provide additional information about the test methods and classes.

    • Annotations are used to define the behavior of the test methods and classes

    • TestNG provides several built-in annotations such as @Test, @BeforeSuite, @AfterSuite, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations can also be used to group tests, set priority, enable/disable tests, ...

  • Answered by AI
  • Q5. Selenium qustions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in Java programming and testing concepts

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is in Testing Life Cycle and Bug Life Cycle?
  • Ans. 

    Testing Life Cycle includes planning, designing, executing and reporting. Bug Life Cycle includes reporting, assigning, fixing and verifying.

    • Testing Life Cycle involves planning, designing, executing and reporting of tests.

    • Bug Life Cycle involves reporting, assigning, fixing and verifying bugs.

    • Testing Life Cycle starts with requirement analysis and ends with test closure.

    • Bug Life Cycle starts with bug reporting and end...

  • Answered by AI
  • Q2. What is the difference between severity and priority of a bug?
  • Ans. 

    Severity is the impact of a bug on the system while priority is the urgency of fixing it.

    • Severity is the measure of how much a bug affects the system's functionality or performance.

    • Priority is the measure of how urgently a bug needs to be fixed.

    • A high severity bug may not have a high priority if it does not affect critical functionality.

    • A low severity bug may have a high priority if it affects critical functionality.

    • Bo...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are challenges that you faced during Testing phase?
  • Ans. 

    Challenges faced during testing phase

    • Lack of clear requirements

    • Limited access to test environment

    • Time constraints

    • Difficulty in reproducing bugs

    • Integration issues with third-party systems

    • Lack of proper documentation

    • Testing on multiple platforms and devices

    • Dealing with unexpected errors

  • Answered by AI
  • Q2. What are your biggest achievements and contributions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell your answers confidently and keeping it brief unless asked for explanation

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java and String related question ie. Test!@#is#$%sample remove symbols
  • Q2. Xpath , cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't apply for altimetrik , Its a waste of time .
In starting they are ready to pay x amount , later on in final round they reduced the amount.
Such a unprofessional behavior, didn't expect from such IT company .

I applied via Naukri.com and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. All the questions were about Guidewire functionalities.
  • Q2. Challenges faced in previous projects and different transactions in guidewire policy centre.
  • Ans. 

    Challenges faced in previous projects and different transactions in Guidewire Policy Centre.

    • Integration issues with third-party systems

    • Data migration challenges

    • Complex business rules and workflows

    • Performance issues with large data sets

    • Testing multiple policy transactions

    • Handling exceptions and errors

    • Customization challenges

    • Version control and deployment issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This position was about Guidewire testing. So, if the position is regarding Guidewire. Learn all about different transactions.

CitiusTech Interview FAQs

How many rounds are there in CitiusTech Qa Testing Manager interview?
CitiusTech interview process usually has 1 rounds. The most common rounds in the CitiusTech interview process are Technical.
What are the top questions asked in CitiusTech Qa Testing Manager interview?

Some of the top questions asked at the CitiusTech Qa Testing Manager interview -

  1. What test scenarios would you create based on the given situati...read more
  2. What are the different types of regression testi...read more
  3. What are the basic concepts of software testi...read more

Tell us how to improve this page.

CitiusTech Qa Testing Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 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
 • 800 Interviews
View all
Senior Software Engineer
2.6k salaries
unlock blur

₹5.8 L/yr - ₹20 L/yr

Technical Lead
2.1k salaries
unlock blur

₹7.4 L/yr - ₹27.5 L/yr

Software Engineer
1.2k salaries
unlock blur

₹3.3 L/yr - ₹11.2 L/yr

Technical Lead 1
373 salaries
unlock blur

₹7 L/yr - ₹25.4 L/yr

Technical Lead 2
299 salaries
unlock blur

₹7.8 L/yr - ₹28 L/yr

Explore more salaries
Compare CitiusTech with

Accenture

3.8
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Wipro

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