Upload Button Icon Add office photos
Engaged Employer

i

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

Catalyst Robotics And Automation Verified Tick

Compare button icon Compare button icon Compare
2.9

based on 18 Reviews

Filter interviews by

Catalyst Robotics And Automation Manual Test Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. STLC and bug life cycle
  • Q2. Basic sql queries and automation skills
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between Sit and Uat
  • Ans. 

    SIT and UAT are two different types of testing in software development.

    • SIT stands for System Integration Testing and focuses on testing the integration of different components or systems.

    • UAT stands for User Acceptance Testing and involves testing the software from the end user's perspective.

    • SIT is performed by the development team, while UAT is typically performed by the end users or client.

    • SIT ensures that the individ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me About yourself
  • Ans. HI I am Gopinaath,I Have Completed BTech Computer science Engineering sastra University 2011 year Passing out ,Total 10Years Experience in Manual Testing &My Annual
  • Answered by Gopinaath Vijayaraghavan

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2022. 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 - Aptitude Test 

Vasanth Test was quite taught and you need to remember many things in your mind before giving verbally answers.

Round 3 - Technical 

(1 Question)

  • Q1. 1. About your project and roles in your current company. 2. What is Accessibility test 3. What is STLC and the process of STLC

Interview Preparation Tips

Interview preparation tips for other job seekers - About your role in current project and the roles you are playing. Have google knowledge in STLC and accessibility test.
Round 1 - Technical 

(3 Questions)

  • Q1. Why is software testing required
  • Ans. 

    Software testing is required to ensure that the software meets the requirements and functions as expected.

    • To identify defects and errors in the software

    • To ensure that the software meets the specified requirements

    • To improve the quality of the software

    • To increase customer satisfaction

    • To reduce the risk of software failure

    • To save time and money in the long run

  • Answered by AI
  • Q2. What is quality control
  • Ans. 

    Quality control is the process of ensuring that a product or service meets the desired level of quality.

    • It involves setting standards and procedures for quality assurance

    • It includes monitoring and inspecting products or services to ensure they meet the standards

    • It also involves identifying and correcting any defects or issues that arise

    • Examples include checking the accuracy of data entry, testing software for bugs, and

  • Answered by AI
  • Q3. What different type of manual testing are there
  • Ans. 

    Manual testing includes functional, non-functional, exploratory, regression, usability, and acceptance testing.

    • Functional testing: testing the functionality of the software

    • Non-functional testing: testing the performance, security, and other non-functional aspects of the software

    • Exploratory testing: testing without a predefined test plan

    • Regression testing: testing to ensure that changes to the software have not introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive
Use informational interviews to network

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain sdlc and regression testing
  • Ans. 

    SDLC is a process followed for software development. Regression testing is a type of testing done to ensure that changes made to the software do not affect the existing functionality.

    • SDLC stands for Software Development Life Cycle

    • It consists of phases like planning, analysis, design, implementation, testing, and maintenance

    • Regression testing is done to ensure that changes made to the software do not affect the existing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn throughly to prepare interviews

Skills evaluated in this interview

I was interviewed in Mar 2022.

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 - Aptitude Test 
Round 3 - Aptitude Test 
Round 4 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for GlobalLogic Manual Test Engineer interview:
  • SDLC
  • Types of testing
  • Regression Testing
  • Levels of testing
  • Exetra
Interview preparation tips for other job seekers - I will share try my level best

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Agile testing,
  • Q2. Cycle in software testing
  • Ans. 

    Cycle in software testing refers to the process of repeating testing activities in a systematic manner.

    • The cycle includes planning, designing, executing, and reporting.

    • It helps to identify defects early and ensure the quality of the software.

    • Common cycles include the Waterfall model, Agile model, and V-model.

    • Each cycle may have different phases and activities depending on the methodology used.

    • The cycle may also involve...

  • Answered by AI
  • Q3. STLC, SDLC,
  • Q4. Regression testing
  • Q5. Basic understanding of the engineering subject concepts,
  • Q6. DBMS, your proficiency in the programming language
  • Q7. Etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Tests your basic understanding of the subjects and programming languages,

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Project and techstack related dscussion and questions.
  • Q2. Remove duplicates and print the string using java. To be written on paper
  • Q3. Character count in string. To be written on paper
  • Ans. 

    Count the number of characters in a given string.

    • Iterate through each character in the string and increment a counter for each character.

    • Return the final count of characters in the string.

  • Answered by AI
  • Q4. General Selenium, TestNG, Cucumber BDD questions.
  • Q5. API Testing Questions like status codes, parameters we pass in postman.
  • Q6. Write Basic RestAssured code on paper.
  • Ans. 

    Basic RestAssured code for API testing

    • Import necessary RestAssured libraries

    • Set base URI for the API

    • Send a GET request to the API endpoint

    • Validate response status code and body

  • Answered by AI
  • Q7. Switch values in two variables without third variable.
  • Ans. 

    Use bitwise XOR operation to switch values in two variables without a third variable.

    • Use bitwise XOR operation to switch values in two variables without a third variable.

    • Example: a = 5, b = 7. After switching, a = 7, b = 5.

    • a = a XOR b

    • b = a XOR b

    • a = a XOR b

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared publicly.

    • Explain that the question is related to a confidential agreement that prohibits sharing certain information.

    • Mention the importance of respecting NDAs in professional settings.

    • Provide examples of how NDAs are commonly used in the industry.

    • Discuss the consequences of violating an NDA.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. NDA- can't be shared
  • Ans. 

    The candidate was asked a question related to NDA which cannot be shared.

    • Explain the importance of NDA in protecting confidential information

    • Discuss the consequences of violating an NDA

    • Provide examples of how you have handled sensitive information under NDA in previous roles

  • Answered by AI
  • Q2. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) which cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
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 Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions on Framework
  • Q2. Programs on Strings and Collections
  • Q3. Selenium scenario based programs on window handling

Tell us how to improve this page.

Project Engineer
16 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Design Engineer
8 salaries
unlock blur

₹2.6 L/yr - ₹5.2 L/yr

Senior Design Engineer
5 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

Manufacturing Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹3.4 L/yr

Mechanical Engg. Design
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Catalyst Robotics And Automation with

ABB

4.1
Compare

Bosch

4.2
Compare

FANUC

3.9
Compare

Siemens

4.1
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