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 Senior Test Analyst Interview Questions and Answers

Updated 30 Sep 2024

Coforge Senior Test Analyst Interview Experiences

3 interviews found

Senior Test Analyst Interview Questions & Answers

user image Pritesh Gunjan

posted on 6 Dec 2022

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

I applied via Naukri.com and was interviewed in Nov 2022. There were 4 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 - Assignment 

Coding and theory question was there specially from collection framework.

Round 3 - Technical 

(1 Question)

  • Q1. What is method over loading? What is method over riding ? What is explicit wait ? What is implicit wait ?
  • Ans. 

    Method overloading is creating multiple methods with the same name but different parameters. Method overriding is creating a new implementation of an existing method in a subclass.

    • Method overloading is used to provide different ways to call the same method with different parameters.

    • Method overriding is used to provide a new implementation of an existing method in a subclass.

    • Explicit wait is a type of wait in Selenium W...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Explain the String Builder and String Buffer. Reverse a string without string builder and string buffer.
  • Ans. 

    Explanation of String Builder and String Buffer and how to reverse a string without them.

    • String Builder and String Buffer are classes in Java used for manipulating strings efficiently.

    • String Builder is not thread-safe while String Buffer is thread-safe.

    • To reverse a string without String Builder or String Buffer, we can use a loop to iterate through the string and append each character to a new string in reverse order.

    • E...

  • Answered by AI
  • Q2. Write BDD cucumber code to login an application.
  • Ans. 

    BDD cucumber code for login to an application

    • Create a feature file with scenario outline for login

    • Write step definitions for each step in the scenario outline

    • Use page object model to interact with login page elements

    • Use Given-When-Then format for each step

    • Example: Given user is on login page, When user enters valid credentials, Then user should be logged in

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coforge Senior Test Analyst interview:
  • Collection framework
  • String
Interview preparation tips for other job seekers - Prepare well for all basic coding questions from beginning to end including collection framework.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Other company offer questions
  • Q2. Other company offer
Round 2 - Technical 

(2 Questions)

  • Q1. Questions are easy but they are more interested in your other company offer
  • Q2. All questions solved but atill interested in other offer

Senior Test Analyst Interview Questions Asked at Other Companies

asked in NTT Data
Q1. What is Test Prioritization and How we apply to our Test Case?
asked in Coforge
Q2. What is method over loading? What is method over riding ? What is ... read more
asked in Coforge
Q3. Explain the String Builder and String Buffer. Reverse a string wi ... read more
Q4. What is STLC? What are the SdLc model followed in previous projec ... read more
asked in eClerx
Q5. If 7 monkeys eat 7 bananas in 7 minutes, how many minutes will it ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Wealth Management

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is OOps cconcept
  • Ans. 

    OOps concept is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOps stands for Object-Oriented Programming

    • It focuses on creating objects that interact with each other to perform tasks

    • Encapsulation, inheritance, and polymorphism are the key features of OOps

    • Examples of OOps languages include Java, C++, and Python

  • Answered by AI
  • Q2. BDD framework.....................
Round 3 - HR 

(2 Questions)

  • Q1. Agile methodology........................
  • Q2. Are you team player?
  • Ans. 

    Yes, I am a team player.

    • I believe in collaboration and working towards a common goal.

    • I actively participate in team discussions and contribute my ideas.

    • I am willing to help and support my team members whenever needed.

    • I prioritize effective communication and ensure everyone is on the same page.

    • I am open to feedback and constructive criticism from my team.

    • I have successfully worked in cross-functional teams in my previou

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident, keep learning new tools,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. Related to Software Testing
Round 3 - Technical 

(1 Question)

  • Q1. Related to Software Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company to Grow Up with, good work culture and good befifits
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 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 - Aptitude Test 

English, math, logical, singing dancing no coding no technical

Round 3 - One-on-one 

(2 Questions)

  • Q1. If 7 monkeys eat 7 bananas in 7 minutes, how many minutes will it take for one monkey to eat one banana?
  • Q2. How soon can you join the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Oiling and buttering will get the job done. Please make sure you lob em up.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. What is a constructor and it's purpose?
  • Ans. 

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

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state or perform any necessary setup

    • Constructors can have parameters to customize the initialization process

    • Example: public class Car { public Car(String color) { this.color = color; } }

  • Answered by AI
  • Q2. Can you override a Static Method?
  • Ans. 

    Yes, a static method can be overridden in Java using the concept of method hiding.

    • In Java, static methods cannot be overridden in the traditional sense like instance methods.

    • When a subclass defines a static method with the same signature as a static method in the superclass, it is called method hiding.

    • Method hiding does not follow polymorphism and is resolved at compile time based on the reference type.

    • Example: class...

  • Answered by AI
  • Q3. Can you create a Static local variable inside a Static method
  • Ans. 

    Yes, a static local variable can be created inside a static method.

    • Yes, a static local variable can be declared inside a static method in programming languages like C++.

    • Static local variables retain their values between function calls.

    • Example: static void myStaticMethod() { static int count = 0; count++; }

  • Answered by AI
  • Q4. What is the memory allocation for a String?
  • Ans. 

    String memory allocation is dynamic and depends on the length of the string.

    • String memory allocation is dynamic and can change based on the length of the string.

    • In Java, a String object is stored in the heap memory.

    • Each character in a String typically takes up 2 bytes of memory.

    • String objects in Java are immutable, meaning once a String object is created, it cannot be changed.

  • Answered by AI
  • Q5. Can you create a Static method inside an Abstract class or Interface?
  • Ans. 

    Yes, you can create a static method inside an abstract class or interface.

    • Static methods can be defined in interfaces since Java 8.

    • Static methods in interfaces are used for providing utility methods that are not tied to any specific instance of the interface.

    • Static methods in abstract classes can be used for common functionality that does not require an instance of the class.

  • Answered by AI
  • Q6. What is the Parent class of Java?
  • Ans. 

    The parent class of Java is the Object class.

    • All classes in Java are directly or indirectly derived from the Object class.

    • The Object class is the root class in Java's class hierarchy.

    • It provides methods that are common to all objects in Java, such as toString(), equals(), and hashCode().

  • Answered by AI
  • Q7. What is Window Handles in Selenium?
  • Ans. 

    Window Handles in Selenium are unique identifiers used to handle multiple browser windows in a Selenium test script.

    • Window Handles are unique alphanumeric strings assigned to each browser window opened by Selenium.

    • They are used to switch between different browser windows during a test script execution.

    • Window Handles can be obtained using getWindowHandles() method in Selenium.

    • Example: Set handles = driver.getWindowHandl

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mphasis Automation Test Engineer interview:
  • Selenium
  • Java
  • OOPS
  • Manual Testing
Interview preparation tips for other job seekers - Nowadays, the interviewers expect the same Java language of a Developer as a Tester. But, how will that be possible? If a Tester has the same knowledge as a Developer, then why would he/she become a Tester instead of a Developer? Please open up your thoughts to the Interviewer, so that they can think before confusing with the deep logical knowledge.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Appium architecture
  • Q2. Java oops concepts n where did u apply that in automation framework
  • Ans. 

    Java OOPs concepts are used in automation framework design for better code organization and reusability.

    • Encapsulation: Used to hide the internal implementation details of classes and provide access through methods.

    • Inheritance: Allows for code reuse by creating parent-child relationships between classes.

    • Polymorphism: Enables methods to behave differently based on the object they are called on.

    • Abstraction: Helps in defin...

  • Answered by AI
  • Q3. How to handle otp
  • Ans. 

    OTP can be handled by generating, sending, and verifying it in automated tests.

    • Generate OTP using a random number generator

    • Send OTP to the user via email, SMS, or any other communication channel

    • Verify OTP entered by the user against the generated OTP

  • Answered by AI
  • Q4. How start appium in automation
  • Ans. 

    To start Appium in automation, you need to install Appium server, set up desired capabilities, and run the server.

    • Install Appium server using npm install -g appium

    • Set up desired capabilities in your test script

    • Start the Appium server using the command appium

  • Answered by AI
  • Q5. What are the types of mobile apps
  • Ans. 

    Types of mobile apps include native apps, web apps, and hybrid apps.

    • Native apps are developed for specific platforms like iOS or Android

    • Web apps are accessed through a web browser and do not need to be downloaded from an app store

    • Hybrid apps combine elements of both native and web apps

    • Examples include Instagram (native), Twitter (web), and Uber (hybrid)

  • Answered by AI
  • Q6. Program to remove duplicate letters in a string
  • Ans. 

    Program to remove duplicate letters in a string

    • Iterate through the string and keep track of seen characters in a set

    • Append characters to a new string only if they are not already in the set

    • Return the new string without duplicate letters

  • Answered by AI
  • Q7. How to perform swipe action in mobile devices
  • Ans. 

    Swipe action in mobile devices can be performed using swipe() method in Appium or TouchAction class in Selenium.

    • Use swipe() method in Appium to perform swipe action in mobile devices

    • Alternatively, use TouchAction class in Selenium for swipe action

    • Specify the start and end coordinates for the swipe action

    • Adjust the duration and speed of the swipe as needed

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic selenium and Basic Java
Round 2 - Technical 

(1 Question)

  • Q1. Java Program - Reverse a string Selenium - stale element
  • Ans. 

    Reverse a string using Java program and handle stale element in Selenium

    • Create a Java program to reverse a string using StringBuilder or char array

    • In Selenium, handle stale element exception by refreshing the element or using WebDriverWait

    • Example: Java program - input: 'hello', output: 'olleh'; Selenium - handle stale element by refreshing the element before interacting with it

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Automation Test Engineers.

    • I have researched the average salary range for Automation Test Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise in automation testing.

    • I am open to negotiation based on the overall compensation package offered.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. ETL tetsing methods, schema, SCD types, string function, some query based on scenario
  • Q2. L2 round - rank, dense rank, rownumber, types of fact, dimensions, duplicate query

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions was easy, need to have knowledge of concepts and hands of experience on sql queries

Coforge Interview FAQs

How many rounds are there in Coforge Senior Test Analyst interview?
Coforge interview process usually has 2-3 rounds. The most common rounds in the Coforge interview process are Technical, Resume Shortlist and Assignment.
How to prepare for Coforge Senior Test Analyst 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 Selenium, Automation Testing, Agile, Automation and JIRA.
What are the top questions asked in Coforge Senior Test Analyst interview?

Some of the top questions asked at the Coforge Senior Test Analyst interview -

  1. What is method over loading? What is method over riding ? What is explicit wait...read more
  2. Explain the String Builder and String Buffer. Reverse a string without string b...read more
  3. Write BDD cucumber code to login an applicati...read more

Tell us how to improve this page.

Coforge Senior Test Analyst Salary
based on 64 salaries
₹6.5 L/yr - ₹26.4 L/yr
40% more than the average Senior Test Analyst Salary in India
View more details

Coforge Senior Test Analyst Reviews and Ratings

based on 4 reviews

3.5/5

Rating in categories

3.4

Skill development

3.2

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 4 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