Upload Button Icon Add office photos
Engaged Employer

i

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

GSPANN Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GSPANN Technologies Qa Automation Testing Engineer Interview Questions and Answers

Updated 30 Sep 2024

GSPANN Technologies Qa Automation Testing Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Input string str= " Name SIRNAME" EXPECTED OUTPUT "Name Sirname"
  • Ans. 

    The expected output is to capitalize the first letter of each word in the input string.

    • Split the input string by space to get individual words

    • Capitalize the first letter of each word

    • Join the words back together with a space in between

  • Answered by AI
  • Q2. Input str = "Name Sirname" Output "Sirname Name"
  • Ans. 

    Reverse the order of words in a given string.

    • Split the input string by space to get individual words

    • Reverse the array of words

    • Join the words back together with a space in between

  • Answered by AI

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Hacker rank test given

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

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java and String related question ie. Test!@#is#$%sample remove symbols
  • Q2. Xpath , cucumber framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't apply for altimetrik , Its a waste of time .
In starting they are ready to pay x amount , later on in final round they reduced the amount.
Such a unprofessional behavior, didn't expect from such IT company .

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Agile and agile scrum ceremony
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Agile Scrum is a framework for implementing Agile.

    • Agile focuses on delivering working software in short iterations

    • Agile values individuals and interactions over processes and tools

    • Agile encourages customer collaboration and responding to change

    • Agile Scrum includes ceremonies such as Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospec...

  • Answered by AI
  • Q2. Select an element from drop down
  • Ans. 

    To select an element from a drop down, locate the drop down element and use the select class in Selenium.

    • Locate the drop down element using findElement() method

    • Create an object of Select class using the drop down element

    • Use selectByVisibleText(), selectByValue() or selectByIndex() method to select the desired option

  • Answered by AI
  • Q3. How to check if for every steps we have steps written in step definition file
  • Ans. 

    To check if every step has a corresponding step definition, we can use a code coverage tool.

    • Use a code coverage tool to analyze the step definition file and identify any missing steps

    • Ensure that all steps in the feature file are covered by the step definition file

    • Regularly review and update the step definition file to ensure it stays up-to-date with the feature file

  • Answered by AI
  • Q4. Reverse an integer in java
  • Ans. 

    Reverse an integer in Java

    • Convert integer to string using Integer.toString()

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to integer using Integer.parseInt()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only four questions he asked.seems interviewer Pavan Kumar was busy somewhere else.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What type of waits we have?
  • Ans. 

    In automation testing, waits are crucial for synchronizing test execution with application behavior.

    • Implicit Wait: Sets a default wait time for the entire session. Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Explicit Wait: Waits for a specific condition to occur before proceeding. Example: WebDriverWait wait = new WebDriverWait(driver, 10); wait.until(ExpectedConditions.visibilityOf(element...

  • Answered by AI
  • Q2. WAP for character count

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't let unprofessional behavior affect your confidence.

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Collection framework related stuffs, the few things of Java8 like Lambda Expression, Stream API, Functional Programming. Basic annotations of Springboot, lifecycle of spring bean. Difference between ...

Interview Preparation Tips

Topics to prepare for Iris Software Associate Software Engineer interview:
  • Core Java
  • Springboot
  • Collections
  • Map
  • MySQL
Interview preparation tips for other job seekers - Be confident go through Java8 basic questions and SQL basic questions some annotations which are commonly used in Springboot be sure about that.
Collection basic questions.
Then in the manegerial round some of the question will be scenario based whatever you are saying think yourself as end customer and also as a manager and answer that.
Rest I wish all of you guys very very good luck for the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Reasoning general knowledge questions.

Round 3 - Coding Test 

Logical and tricky questions.

Round 4 - HR 

(3 Questions)

  • Q1. Introducing our self
  • Q2. Salary discussion
  • Q3. Nothing to much more

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. Polymorphism, encapsulation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General questions asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basic tech questions
  • Q2. Some codenasked
Round 3 - HR 

(1 Question)

  • Q1. General info asked

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Oncampus,4Rounds-APTI+Tech,PI,HR,MR,results declared within 2 weeks
  • Q2. Basic apti with two programs, questions realted to project

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic easy programs and apti ,HR and MR also asked tech question mostly on oops and dbms

GSPANN Technologies Interview FAQs

How many rounds are there in GSPANN Technologies Qa Automation Testing Engineer interview?
GSPANN Technologies interview process usually has 1 rounds. The most common rounds in the GSPANN Technologies interview process are Technical.
What are the top questions asked in GSPANN Technologies Qa Automation Testing Engineer interview?

Some of the top questions asked at the GSPANN Technologies Qa Automation Testing Engineer interview -

  1. Input string str= " Name SIRNAME" EXPECTED OUTPUT "Name Sirna...read more
  2. Input str = "Name Sirname" Output "Sirname Na...read more

Tell us how to improve this page.

GSPANN Technologies Qa Automation Testing Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 273 Interviews
Tiger Analytics Interview Questions
3.7
 • 226 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 147 Interviews
Iris Software Interview Questions
4.0
 • 146 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all

Fast track your campus placements

View all
Senior Software Engineer
452 salaries
unlock blur

₹7.5 L/yr - ₹27 L/yr

Technical Lead
376 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

Software Engineer
307 salaries
unlock blur

₹4 L/yr - ₹16.1 L/yr

Senior Technical Lead
137 salaries
unlock blur

₹13.6 L/yr - ₹32.8 L/yr

Associate Software Engineer
103 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Explore more salaries
Compare GSPANN Technologies with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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