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 Softwaretest Engineer Interview Questions and Answers

Updated 10 Aug 2024

Coforge Softwaretest Engineer Interview Experiences

2 interviews found

Softwaretest Engineer Interview Questions & Answers

user image harshit saxena

posted on 10 Aug 2024

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

(1 Question)

  • Q1. Coding anagram string array
  • Ans. 

    Coding anagram string array

    • Create a function that takes in an array of strings

    • For each string, sort the characters alphabetically to find anagrams

    • Group anagrams together and return them in a new array

  • Answered by AI

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Sep 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 - Technical 

(2 Questions)

  • Q1. What is Operating System, How does it work?
  • Ans. 

    An operating system is a software that manages computer hardware and software resources and provides common services for computer programs.

    • An OS controls the allocation of resources like memory, CPU time, and disk space.

    • It provides a user interface to interact with the computer.

    • Examples of OS are Windows, macOS, Linux, Android, iOS.

    • The OS kernel is the core component of an OS that manages hardware resources.

    • The OS also...

  • Answered by AI
  • Q2. What is programming language? what is oops?
  • Ans. 

    Programming language is a set of instructions used to create software. OOPs is a programming paradigm based on objects.

    • Programming language is used to write code that a computer can understand and execute.

    • OOPs is a programming paradigm that focuses on objects and their interactions.

    • OOPs concepts include encapsulation, inheritance, and polymorphism.

    • Examples of programming languages include Java, Python, and C++.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Describe yourself in brief?
  • Q2. Why we hire you ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the skills, Be confident. Learn about basic knowledge.

Skills evaluated in this interview

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Softwaretest Engineer Jobs at Coforge

View all

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Which browser support in selenium IDE
  • Ans. 

    Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.

    • Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer

    • Browser support may vary depending on the version of Selenium IDE being used

    • Additional browser support can be added through plugins or extensions

  • Answered by AI
  • Q2. Firefox browser support in selenium IDE
  • Ans. 

    Selenium IDE supports Firefox browser.

    • Selenium IDE is a Firefox plugin

    • It can record and playback tests in Firefox

    • It supports Firefox versions up to 55

    • For newer versions, use Selenium WebDriver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is most pretective and security provide our company

Skills evaluated in this interview

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

General questions in quanz, logical

Round 2 - Technical 

(1 Question)

  • Q1. Ask about oops and dsa
Round 3 - HR 

(1 Question)

  • Q1. Questions from projects
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. 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.

    • Software testing involves executing software applications or systems to identify defects and ensure they meet the specified requirements.

    • It is done to ensure that the software is reliable, efficient, and meets the user's needs.

    • Testing can be done manually or using automated tools...

  • Answered by AI
  • Q3. How you test in detail
  • Ans. 

    I follow a structured approach to testing, including planning, designing test cases, executing them, and reporting defects.

    • I start by analyzing requirements and identifying test scenarios

    • I design test cases and prioritize them based on risk and impact

    • I execute test cases and report defects using a bug tracking tool

    • I perform regression testing to ensure fixes do not introduce new issues

    • I use automation tools to increase...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your expected salary and also share your expertise
  • Q2. What you like about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident in what you do

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. No interview questions yet
  • Q2. No Interview Questions yet to answer
  • Q3. Not Applicable to discussed it
Round 2 - Technical 

(1 Question)

  • Q1. No questions yet to answer

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy MCQ Questions just prepare basics of CS

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPS concept in detail
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS stands for Object-Oriented Programming System

    • It focuses on creating objects that interact with each other to solve a problem

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: Bundling data and methods that operate on the data int...

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they are in.

    • They can be used to initialize object properties.

    • Constructors do not have a return type.

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q3. When we use final keyword
  • Ans. 

    The final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.

    • Used to declare constants - value cannot be changed

    • Prevents method overriding in subclasses

    • Prevents class inheritance - class cannot be extended

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. About myself, my hobbies, fav game

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti and coding was asked in this round and it was like other companies only.

Round 2 - Technical 

(1 Question)

  • Q1. OOPs, some logic questions, access modifiers, etc. and resume based.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well with oops.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Shine and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Moderate asked basic apptitude mcq negtive marking is nill esay to moderate questions and also subject core question asked

Round 2 - Coding Test 

Moderate coding questions asked ,2 coding questions

Round 3 - HR 

(1 Question)

  • Q1. Hr round is final round .which will be easy

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was online Aptitude Questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Dsa questions be prepared
Round 3 - HR 

(1 Question)

  • Q1. Dsa question were asked

Coforge Interview FAQs

How many rounds are there in Coforge Softwaretest Engineer interview?
Coforge interview process usually has 2 rounds. The most common rounds in the Coforge interview process are Technical, Resume Shortlist and HR.
How to prepare for Coforge Softwaretest Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Coforge. The most common topics and skills that interviewers at Coforge expect are API Testing, Front End, Manual Testing, Microsoft Power BI and Mobile Testing.
What are the top questions asked in Coforge Softwaretest Engineer interview?

Some of the top questions asked at the Coforge Softwaretest Engineer interview -

  1. What is Operating System, How does it wo...read more
  2. What is programming language? what is oo...read more
  3. coding anagram string ar...read more

Tell us how to improve this page.

Coforge Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Coforge Softwaretest Engineer Salary
based on 287 salaries
₹2.5 L/yr - ₹10 L/yr
11% less than the average Softwaretest Engineer Salary in India
View more details

Coforge Softwaretest Engineer Reviews and Ratings

based on 24 reviews

3.2/5

Rating in categories

3.1

Skill development

2.9

Work-life balance

2.6

Salary

3.2

Job security

3.3

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer in Testing

Bangalore / Bengaluru

1-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
4.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Infosys

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