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

Filter interviews by

Coforge Software Test Specialist Interview Questions and Answers

Updated 11 Jan 2025

Coforge Software Test Specialist Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is a reverse string ? What are oops connect ?
  • Ans. 

    A reverse string is a string that has its characters in reverse order. OOPS stands for Object-Oriented Programming System.

    • Reverse string: 'hello' becomes 'olleh'

    • OOPS connect: Object-Oriented Programming System is a programming paradigm based on the concept of 'objects'

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java Oops conecpts
  • Q2. Selenium in depth
  • Ans. 

    Selenium is a popular open-source tool for automating web browsers.

    • Selenium is used for automating web application testing across different browsers and platforms.

    • It supports various programming languages like Java, C#, Python, etc.

    • Selenium WebDriver is the most commonly used component for writing test scripts.

    • Selenium Grid allows for parallel test execution on multiple machines.

    • Selenium IDE is a record and playback to

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Automation Framework
  • Q2. Java collections

Skills evaluated in this interview

Software Test Specialist Interview Questions Asked at Other Companies

asked in IBM
Q1. what is the Automation framework which tools you have used. Java ... read more
asked in Coforge
Q2. What is a reverse string ? What are oops connect ?
Q3. What are the test cases for a graph?
asked in Wipro
Q4. WAP to find duplicate character in given string
asked in Wipro
Q5. WAP to find greatest integer in array

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Question about digital testing, API testing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Query related to find records based on different types of join
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Senior Software Tester with 5+ years of experience in manual and automated testing.

    • 5+ years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

    • Experience with testing tools such as Selenium and Jira

    • Ability to work well in a team and communicate effectively

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Queries on pivot, rank, lag, lead
  • Q2. Project architecture explanation in detail
  • Ans. 

    Project architecture refers to the high-level structure of a software system, including components, relationships, and interactions.

    • Project architecture defines how different components of a software system are organized and interact with each other.

    • It includes the design decisions related to the system's structure, such as layers, modules, and communication protocols.

    • Common architectural patterns include MVC (Model-Vi...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn

Round 1 - One-on-one 

(4 Questions)

  • Q1. Opps concepts Abrction
  • Q2. Testng annotatations
  • Q3. Java code for reverse the string
  • Ans. 

    Java code to reverse a string using StringBuilder

    • Create a StringBuilder object with the input string

    • Use the reverse() method of StringBuilder to reverse the string

    • Convert the reversed StringBuilder object back to a string using toString()

  • Answered by AI
  • Q4. They have given link on that ask to find xpath

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Coding questions about c programming
  • Q2. Errors faced and resolution done
  • Ans. 

    I have faced errors related to compatibility issues with software versions, and resolved them by updating the software to the latest version.

    • Identified the specific software versions causing compatibility issues

    • Researched and found the latest version of the software

    • Updated the software to the latest version to resolve the compatibility issues

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary negotitation
  • Q2. Joining date preference
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci seriers
  • Q2. Oops concepts java
Round 2 - Technical 

(2 Questions)

  • Q1. Find min and max number in an array
  • Ans. 

    Find min and max number in an array of strings

    • Convert array elements to integers for comparison

    • Use built-in functions like Math.min() and Math.max()

    • Handle edge cases like empty array or non-numeric elements

  • Answered by AI
  • Q2. Test scenario for elevator
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Details about you and profile
Round 2 - Technical 

(3 Questions)

  • Q1. Quality testing related questions
  • Q2. Describe automation framework
  • Ans. 

    Automation framework is a set of guidelines, coding standards, concepts, processes, practices, tools, and utilities that help in developing and executing automated tests.

    • Provides structure and organization for automated testing

    • Defines rules and best practices for test automation

    • Includes libraries, utilities, and tools for test script development and execution

    • Supports integration with test management tools and CI/CD pip...

  • Answered by AI
  • Q3. Brief day to day activities
  • Ans. 

    Day to day activities include writing test cases, executing tests, analyzing results, reporting bugs, and collaborating with developers.

    • Write test cases based on requirements

    • Execute test cases manually or using automation tools

    • Analyze test results and report bugs

    • Collaborate with developers to resolve issues

  • Answered by AI

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 in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java basic codes eg: reverse the sentence of string, remove duplicate on string, descending order of array, second largest number of array,etc..

Round 2 - Technical 

(1 Question)

  • Q1. Project explanation, framework explanation, positive and negative test scenarios, GitHub,Jenkins,rest assured.
Round 3 - HR 

(1 Question)

  • Q1. Asking about previous organisation and current organisation. Pay scale discussion.

Interview Preparation Tips

Topics to prepare for Cyient Test Engineer interview:
  • Java
  • Selenium
  • Rest assured
  • Github
  • Jenkins
  • JIRA
  • OOPS
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Coforge Interview FAQs

How many rounds are there in Coforge Software Test Specialist interview?
Coforge interview process usually has 1-2 rounds. The most common rounds in the Coforge interview process are Technical and One-on-one Round.
What are the top questions asked in Coforge Software Test Specialist interview?

Some of the top questions asked at the Coforge Software Test Specialist interview -

  1. What is a reverse string ? What are oops connec...read more
  2. Selenium in de...read more
  3. Java Oops conec...read more

Tell us how to improve this page.

Coforge Software Test Specialist Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 813 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
View all
Coforge Software Test Specialist Salary
based on 23 salaries
₹7.8 L/yr - ₹32 L/yr
41% more than the average Software Test Specialist Salary in India
View more details

Coforge Software Test Specialist Reviews and Ratings

based on 5 reviews

3.1/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.3

Salary

3.3

Job security

3.0

Company culture

3.4

Promotions

2.5

Work satisfaction

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

₹6.2 L/yr - ₹26 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹10.6 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.5 L/yr

Technology Specialist
1.1k salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare

Infosys

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