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 Selenium Automation Tester Interview Questions and Answers

Updated 28 Sep 2022

GSPANN Technologies Selenium Automation Tester Interview Experiences

1 interview found

Round 1 - Aptitude Test 

Basic java sql question ask in that round

Round 2 - Technical 

(3 Questions)

  • Q1. Java string array mutable or not
  • Q2. How to extend thread class in java
  • Ans. 

    To extend Thread class in Java, we need to create a new class and inherit it from the Thread class.

    • Create a new class and inherit it from the Thread class

    • Override the run() method to define the task that the thread will perform

    • Instantiate the new class and call the start() method to start the thread

  • Answered by AI
  • Q3. Garbage collection of jav
  • Ans. 

    Garbage collection in Java is an automatic process of freeing up memory occupied by objects that are no longer in use.

    • Garbage collection is performed by JVM

    • It frees up memory by removing objects that are no longer in use

    • It helps prevent memory leaks and improves performance

    • Java provides different types of garbage collectors such as Serial, Parallel, CMS, and G1

    • Developers can also manually request garbage collection usi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - crack basic programmes. string array palindrome factorial reversal number

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Coding Questions Reverse string
  • Q2. Webtables, dropdown,iframes, IWebdriver
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some basic testing questions

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium waits, java oops , priority vs severity
  • Q2. Write a selenium code by using assertions
Round 3 - Technical 

(2 Questions)

  • Q1. Write selenium code and execute on screen
  • Q2. Write an sql query and get the desired output on screen
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Notice period related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was first technical round Asked about Functional, Non Functional testing, Integration, Regression, Smoke, Retesting, Performance, load, stress testing.
  • Q2. Then he comes to selenium the question was how to navigate to other window in browser. Lastly asked me python program to print the number is prime or not.
Round 2 - Coding Test 

It haven't done. Tomorrow is my coding round. Hope it will go well

Round 3 - Technical 

(1 Question)

  • Q1. Not done yet. Will be conduct after the coding round.

Interview Preparation Tips

Topics to prepare for Altimetrik QA Engineer interview:
  • Automation Testing
  • Python
Interview preparation tips for other job seekers - Must needed skills here is to self learner and initiator. They will send if you can do the work. Show that you can and you are a learner.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Ai interview questions on basic automation
Round 2 - Technical 

(2 Questions)

  • Q1. JavaScript, jQuery, css related questions
  • Q2. Api testing questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql exam - MCQ & write a query

Round 2 - Technical 

(1 Question)

  • Q1. SDLC, STLC & Bug life cycle Where we apply OOPs concept in automation where we apply collection in automation Explain framework
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is root cause analysis
  • Ans. 

    Root cause analysis is a systematic process used to identify the underlying cause of a problem or issue.

    • Identify the problem or issue

    • Gather data and evidence related to the problem

    • Analyze the data to determine the root cause

    • Develop solutions to address the root cause

    • Implement and monitor the effectiveness of the solutions

  • Answered by AI
  • Q2. What is scrum agile
  • Ans. 

    Scrum Agile is a framework for managing and completing complex projects in an iterative and incremental manner.

    • Scrum is based on the principles of transparency, inspection, and adaptation.

    • It involves breaking down the project into smaller tasks called user stories.

    • Teams work in short iterations called sprints, usually 2-4 weeks long.

    • Daily stand-up meetings are held to discuss progress and any obstacles.

    • Scrum roles incl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic testing methodology

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Api testig questions
  • Q2. Rest assured api testig questions

QA Engineer Interview Questions & Answers

TEKsystems user image Geethasrinivas Vanam

posted on 6 Dec 2024

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

(2 Questions)

  • Q1. Approach towards automation
  • Ans. 

    My approach towards automation in quality assurance involves identifying repetitive tasks, selecting appropriate tools, creating robust test scripts, and continuously monitoring and updating automated tests.

    • Identify repetitive manual test cases that can be automated to save time and effort

    • Select appropriate automation tools based on project requirements and team expertise (e.g. Selenium, Appium, JUnit)

    • Create robust and...

  • Answered by AI
  • Q2. Team building skills

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain Appium capabilities
  • Ans. 

    Appium is an open-source tool for automating mobile, web, and hybrid applications on iOS and Android platforms.

    • Supports testing of native, hybrid, and mobile web apps

    • Works on iOS and Android platforms

    • Uses WebDriver protocol to interact with apps

    • Supports multiple programming languages like Java, Python, etc.

    • Can run tests on simulators, emulators, and real devices

  • Answered by AI
  • Q2. Parallel testing in appium
  • Ans. 

    Parallel testing in Appium allows running multiple test cases simultaneously on different devices or emulators to save time.

    • Parallel testing in Appium can be achieved using test frameworks like TestNG or JUnit.

    • It helps in reducing the overall test execution time by running tests in parallel on multiple devices.

    • Parallel testing requires setting up a grid configuration to manage multiple devices or emulators.

    • Appium serve...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to leave

Skills evaluated in this interview

GSPANN Technologies Interview FAQs

How many rounds are there in GSPANN Technologies Selenium Automation Tester interview?
GSPANN Technologies interview process usually has 3 rounds. The most common rounds in the GSPANN Technologies interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in GSPANN Technologies Selenium Automation Tester interview?

Some of the top questions asked at the GSPANN Technologies Selenium Automation Tester interview -

  1. how to extend thread class in j...read more
  2. garbage collection of ...read more
  3. java string array mutable or ...read more

Tell us how to improve this page.

Fast track your campus placements

View all
Senior Software Engineer
456 salaries
unlock blur

₹7.5 L/yr - ₹27 L/yr

Technical Lead
375 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

Software Engineer
299 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Technical Lead
138 salaries
unlock blur

₹11.5 L/yr - ₹32.8 L/yr

Associate Software Engineer
102 salaries
unlock blur

₹2 L/yr - ₹8.6 L/yr

Explore more salaries
Compare GSPANN Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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