Upload Button Icon Add office photos
Engaged Employer

i

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

Coforge Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 4.5k Reviews

Filter interviews by

Coforge Software Tester Interview Questions, Process, and Tips

Updated 19 Apr 2024

Coforge Software Tester Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain your framework Brief yourself Opps concepts in your framework
  • Ans. 

    My framework is a data-driven framework that uses Selenium for automation testing.

    • Data-driven framework using Selenium

    • Modular approach for easy maintenance

    • Integration with CI/CD tools like Jenkins

    • Supports parallel execution for faster testing

    • Object-oriented programming for reusability

  • Answered by AI
  • Q2. Oops concepts in your framework where is it used
  • Ans. 

    Oops concepts are used in the framework for better code organization, reusability, and maintainability.

    • Encapsulation: Used to hide the internal state of objects and restrict access to it.

    • Inheritance: Helps in code reusability by allowing a class to inherit properties and methods from another class.

    • Polymorphism: Enables objects to be treated as instances of their parent class, allowing for flexibility in method implemen...

  • Answered by AI
  • Q3. Smoke testing and sanity testing explain
  • Ans. 

    Smoke testing and sanity testing are types of software testing used to quickly assess the stability of a build.

    • Smoke testing is a preliminary test to check if the critical functionalities of the software work without any major issues.

    • Sanity testing is a subset of regression testing and focuses on testing specific areas of the software after changes have been made.

    • Smoke testing is usually performed before more in-depth ...

  • Answered by AI
  • Q4. Explain defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking tool with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers fix the reported defects based on the information provided.

    • Defect retesting: Tes...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Gave me user story and asked me to write test cases

Software Tester Interview Questions & Answers

UST user image Johnson K Jose

posted on 5 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding automotive technology
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Its about 120 minutes along with coding mcqs

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about your self ?
  • Q2. What language you prefer ?
  • Q3. Basic Programs in similar programming language?
Round 4 - HR 

(4 Questions)

  • Q1. Tell me about your self?
  • Q2. Are you Willing to relocate ?
  • Q3. Where do you see yourself after 5 years ?
  • Q4. What is your biggest strength?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and go in a flow don't think about interview...be confident
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Walk-in

Round 1 - Technical 

(1 Question)

  • Q1. Agile,Bug life cycle, Work experience.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core java regular interview questions Diff bet final,finally,finilize, oops concept, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - it is a good company

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

Interview Questionnaire 

2 Questions

  • Q1. What software testing
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets the specified requirements and functions correctly.

    • Software testing is essential for identifying defects and ensuring the quality of the software.

    • It involves designing test cases, executing them, and comparing the actual results with expected results.

    • Different types of testing include functional testing, performance testing, securit...

  • Answered by AI
  • Q2. Software test main purpose
  • Ans. 

    The main purpose of software testing is to identify defects and ensure that the software meets the requirements and is of high quality.

    • Identify defects and errors in the software

    • Ensure that the software meets the specified requirements

    • Ensure that the software is of high quality and performs as expected

    • Improve the overall user experience

    • Reduce the risk of software failure and downtime

    • Increase customer satisfaction and t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - pls advice

Skills evaluated in this interview

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

Interview Questionnaire 

5 Questions

  • Q1. Types of testing?
  • Ans. 

    Types of testing include functional, performance, security, usability, and regression testing.

    • Functional testing ensures that the software meets the specified requirements.

    • Performance testing checks the system's response time and scalability.

    • Security testing identifies vulnerabilities and ensures data protection.

    • Usability testing evaluates the user-friendliness of the software.

    • Regression testing verifies that changes o

  • Answered by AI
  • Q2. Explain the Smoke testing,Sanity testing with an examples?
  • Ans. 

    Smoke testing and Sanity testing are two types of software testing used to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs have been fixed or not after a new build is released.

    • Smoke testing is done to ensure that the application ...

  • Answered by AI
  • Q3. What is Retesting?
  • Ans. 

    Retesting is the process of testing a previously failed test case after the defects have been fixed.

    • Retesting is done to ensure that the defects have been fixed and the software is working as expected.

    • It is usually done after regression testing.

    • Retesting can be done manually or through automation.

    • Examples of scenarios that require retesting include fixing a bug, adding new functionality, or changing the environment.

    • Ret...

  • Answered by AI
  • Q4. What is software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Testing is done to identify defects and ensure the software meets the requirements

    • It involves executing test cases and comparing actual results with expected results

    • Types of testing include functional, performance, security, and usability testing

    • Testing can be done manually or us...

  • Answered by AI
  • Q5. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after changes are made to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects that may have been introduced by the changes

    • It can be automated to save time and effort

    • Examples include retesting after bug fixes, test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the industry and company.
Clarify your "selling points" and the reasons you want the job.
Prepare for common interview questions.
Line up your questions for the interviewer.
Practice, practice, practice.

Skills evaluated in this interview

Software Tester Interview Questions & Answers

LTIMindtree user image Tunna Dashrath Dora

posted on 22 Dec 2022

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

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

(4 Questions)

  • Q1. Java Oops concepts, implementation in Framework
  • Q2. Testing Framework explanation
  • Ans. 

    A testing framework is a set of guidelines, coding standards, and tools used for creating and executing test cases.

    • It provides a structured approach to testing

    • It helps in reducing the time and effort required for testing

    • It allows for easy maintenance and scalability of test cases

    • Examples include Selenium, JUnit, TestNG, and Cucumber

  • Answered by AI
  • Q3. Selenium basic questions ( window handling, select, locator ..etc )
  • Q4. Cucumber framework, dry-run, test-runner
Round 3 - Coding Test 

String Programmes.
1) Count duplicate character
2) reverse word without changing position
3) String methods
4) HashMap

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Tester interview:
  • Core Java
  • Selenium
  • Cucumber
  • JIRA
  • Agile Methodology
Interview preparation tips for other job seekers - Core java Basics and Implementation in Framework.
Oops, concept.
String programs.
Find a location on Flipkart.
Selenium Basics.
Read Ecell code.

Skills evaluated in this interview

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

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

(2 Questions)

  • Q1. Bug and defect difference
  • Ans. 

    A bug is a general term for any flaw or error in a software application, while a defect is a specific instance of a bug found during testing.

    • Bug is a broader term, while defect is a specific instance of a bug

    • Defect is identified during testing, while bug can be identified at any stage of development

    • Bug can refer to any issue, while defect specifically refers to issues that cause deviation from expected behavior

    • Example:...

  • Answered by AI
  • Q2. Difference between bug and defect
  • Ans. 

    A bug is a general term for any unexpected behavior in software, while a defect is a specific issue that causes the software to not meet requirements.

    • Bug is a broader term that encompasses defects

    • Defect is a specific issue that deviates from requirements

    • Bugs can be minor issues, while defects are more serious

    • Example: Bug - software crashes randomly. Defect - login button does not work as intended

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

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Coforge Interview FAQs

How many rounds are there in Coforge Software Tester interview?
Coforge interview process usually has 1 rounds. The most common rounds in the Coforge interview process are Technical.
What are the top questions asked in Coforge Software Tester interview?

Some of the top questions asked at the Coforge Software Tester interview -

  1. Oops concepts in your framework where is it u...read more
  2. Explain your framework Brief yourself Opps concepts in your framew...read more
  3. Smoke testing and sanity testing expl...read more

Tell us how to improve this page.

Coforge Software Tester Salary
based on 30 salaries
₹2.2 L/yr - ₹9 L/yr
9% less than the average Software Tester Salary in India
View more details

Coforge Software Tester Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

4.6

Salary

4.6

Job security

4.6

Company culture

4.5

Promotions

4.6

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
4.8k salaries
unlock blur

₹6.4 L/yr - ₹25.2 L/yr

Technical Analyst
2.5k salaries
unlock blur

₹9.5 L/yr - ₹38.4 L/yr

Software Engineer
2k salaries
unlock blur

₹2.2 L/yr - ₹9.5 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹4.7 L/yr - ₹19.3 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹11.8 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.8
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Infosys

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