Upload Button Icon Add office photos

Filter interviews by

Slk Software Services Automation Test Engineer Interview Questions and Answers

Updated 9 Jan 2025

Slk Software Services Automation Test Engineer Interview Experiences

2 interviews found

Automation Test Engineer Interview Questions & Answers

user image sreenadh Yarraiahgari

posted on 9 Jan 2025

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

(1 Question)

  • Q1. How to connect Db with in frame work
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction with roles and responsibility, framework
  • Q2. Java, Selenium, Testng, Maven, jenkins, restassured
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction, Framework, Project
  • Q2. Java programs, TestNg, Maven, agile
Round 3 - Technical 

(1 Question)

  • Q1. Framework and Project

Interview Preparation Tips

Topics to prepare for Slk Software Services Automation Test Engineer interview:
  • Nothing don't appear in intervie
Interview preparation tips for other job seekers - The process took more than 2 weeks. I was informed by HR that you are selected over call, but A week later with update received. I called HR, she informed me that someone else has joined. Furthermore, I will not recommend anyone to appear for interviews. Worst experience ever.

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

Interview questions from similar companies

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(8 Questions)

  • Q1. Difference between regression and retest
  • Ans. 

    Regression testing is testing the entire application after changes, while retesting is testing specific areas affected by changes.

    • Regression testing involves testing the entire application to ensure that new changes have not affected existing functionality

    • Retesting focuses on testing specific areas that were affected by recent changes to ensure they are working as expected

    • Regression testing is usually automated to save...

  • Answered by AI
  • Q2. Define hooks in cucumber
  • Ans. 

    Hooks in Cucumber are blocks of code that run before or after each scenario in a feature file.

    • Hooks are used to set up preconditions and clean up after tests

    • They can be used to initialize test data, open/close browser, log in/out, etc.

    • Hooks can be defined at the global level or at the scenario level

  • Answered by AI
  • Q3. Where you used oops concepts in your projects
  • Ans. 

    I have used OOPs concepts in my projects to create reusable code, improve code organization, and enhance code readability.

    • Used inheritance to create a base class with common functionalities and derived classes with specific functionalities

    • Implemented encapsulation to hide internal details of a class and expose only necessary information through methods

    • Utilized polymorphism to allow objects of different classes to be tr...

  • Answered by AI
  • Q4. How can you avoid merge conflicts in git
  • Ans. 

    To avoid merge conflicts in git, use branches effectively, communicate with team members, and regularly pull changes from the remote repository.

    • Create feature branches for each new feature or bug fix

    • Regularly pull changes from the remote repository to stay up to date with the latest changes

    • Communicate with team members about the files you are working on to avoid conflicting changes

    • Use tools like git rebase to integrate...

  • Answered by AI
  • Q5. What are the exceptions you faced in your projects
  • Q6. How can we access web table
  • Ans. 

    Web tables can be accessed using various methods like XPath, CSS selectors, and Selenium WebDriver commands.

    • Use XPath to locate the table element on the web page

    • Identify rows and columns within the table using XPath or CSS selectors

    • Use Selenium WebDriver commands to interact with the table data, such as getting text from cells or clicking on links within the table

  • Answered by AI
  • Q7. What is stale element exception
  • Ans. 

    Stale Element Exception occurs when an element is no longer attached to the DOM.

    • Occurs when an element is located in the DOM, but it has been removed or modified

    • Commonly encountered in automated testing when trying to interact with elements that have changed

    • Can be resolved by re-locating the element or refreshing the page

  • Answered by AI
  • Q8. How can we convert array to arraylist
  • Ans. 

    Use Arrays.asList() method to convert array to ArrayList.

    • Use Arrays.asList() method to convert array to ArrayList.

    • Example: String[] array = {"apple", "banana", "orange"}; ArrayList list = new ArrayList<>(Arrays.asList(array));

Answered by AI

Interview Preparation Tips

Topics to prepare for Qualitest Automation Test Engineer interview:
  • Java
  • Cucumber
  • Selenium
  • rest assuresd

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is API testing
  • Ans. 

    API testing is testing the functionality, reliability, performance, and security of APIs.

    • API testing involves testing the communication between different software systems using APIs.

    • It focuses on verifying the functionality, performance, reliability, and security of APIs.

    • API testing can be done at different levels such as unit testing, integration testing, and end-to-end testing.

    • Tools like Postman, SoapUI, and JMeter a...

  • Answered by AI
  • Q2. What is BDD framework
  • Ans. 

    BDD framework stands for Behavior Driven Development framework, which focuses on the behavior of the system from the end user's perspective.

    • BDD framework uses natural language to describe the behavior of the system

    • It helps in collaboration between developers, testers, and business stakeholders

    • Popular BDD frameworks include Cucumber, SpecFlow, and JBehave

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Xpath n css selector
  • Q2. WAP to print alternate chars
  • Ans. 

    Print alternate characters from a given string

    • Iterate through the characters of the string

    • Print characters at even indices

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Assignment 

Was all good with online test

Round 2 - Technical 

(1 Question)

  • Q1. Write a java program to reverse a staring basic questions on OPPS, Selenium and TestNG

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was quit smooth
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions of moderate difficulty.

Round 2 - Coding Test 

Moderate level of questions

Round 3 - Technical 

(2 Questions)

  • Q1. String programs.... Reverse program
  • Q2. SQL query
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, relocation

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium questions -xpath finding, how to handle drop-down, multiple windows handling Java -oops questions, inheritance, polymorphism And many more.
Round 2 - Technical 

(1 Question)

  • Q1. Same like round1, TestNG questions priority, grouping,dataprovider, SQL joins correlated queries,maven
Round 3 - HR 

(1 Question)

  • Q1. Hr discussion -1stly he agreed with expected CTC later on after sending all doc's thy sent offer with x-2

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well Java oops concepts, inheritance , selenium basics ,sql
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Manual testing concepts
Round 2 - Technical 

(1 Question)

  • Q1. Java abd and selenium questions
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations and location

Slk Software Services Interview FAQs

How many rounds are there in Slk Software Services Automation Test Engineer interview?
Slk Software Services interview process usually has 2 rounds. The most common rounds in the Slk Software Services interview process are Technical.
How to prepare for Slk Software Services Automation Test 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 Slk Software Services. The most common topics and skills that interviewers at Slk Software Services expect are Javascript, Automation, Automation Framework, Cucumber and Github.
What are the top questions asked in Slk Software Services Automation Test Engineer interview?

Some of the top questions asked at the Slk Software Services Automation Test Engineer interview -

  1. Java, Selenium, Testng, Maven, jenkins, restassu...read more
  2. How to connect Db with in frame w...read more
  3. Introduction, Framework, Proj...read more

Tell us how to improve this page.

Slk Software Services Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

1.5
  
Bad
View more
Slk Software Services Automation Test Engineer Salary
based on 45 salaries
₹3 L/yr - ₹9.5 L/yr
19% less than the average Automation Test Engineer Salary in India
View more details

Slk Software Services Automation Test Engineer Reviews and Ratings

based on 3 reviews

2.9/5

Rating in categories

3.3

Skill development

1.8

Work-life balance

2.1

Salary

3.7

Job security

2.5

Company culture

1.8

Promotions

2.5

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
1k salaries
unlock blur

₹2.8 L/yr - ₹10.1 L/yr

Senior Software Engineer
722 salaries
unlock blur

₹5.7 L/yr - ₹21 L/yr

Test Engineer
360 salaries
unlock blur

₹2 L/yr - ₹9.7 L/yr

Softwaretest Engineer
306 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Team Lead
269 salaries
unlock blur

₹8.3 L/yr - ₹31 L/yr

Explore more salaries
Compare Slk Software Services with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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