Premium Employer

i

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

Perfios Software Solutions Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 145 Reviews

Filter interviews by

Perfios Software Solutions Sdet Automation Test Engineer Interview Questions and Answers

Updated 27 Sep 2023

Perfios Software Solutions Sdet Automation Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2023. 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 

(5 Questions)

  • Q1. Tell me about your self ?... what all subjects/ software you know?...
  • Q2. Tell about Manual Testing....and other remaining subjects .. give a live example..
  • Q3. In SQL they asked about joins..
  • Q4. In java they asked about methods overloading.
  • Q5. In java they asked about Opp's concepts
Round 3 - Case Study 

Take a web page and explain about how you do testing on it manually...

Interview Preparation Tips

Topics to prepare for Perfios Software Solutions Sdet Automation Test Engineer interview:
  • Manual Testing
  • Core Java
  • API
Interview preparation tips for other job seekers - Be confident and bold while speaking with interviewer..

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Work Experience?
  • Q2. Questions Regarding CV ?
  • Q3. Question on Xpath (Selenium)
  • Q4. Questions on Python basic coding
  • Q5. Questions on API Testing
Round 2 - Coding Test 

Q1) Write a functions to perform all CRUD in api.
Q2) Given two sorted list
ar1 =[1,2,3,4,7,7,12,18,19]
ar2 = [3, 4, 7, 7,14, 18, 19]

You can add and find largest sum but you can switch when ar1 and ar2 have same numbers.

Solution: you can base your solution on merge algo and recursively call your function to return largest sum possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - The first interviewer was very up high in the rank but was very bad at taking interviews.
He did said ask if you have anything to ask.
But when I started asking questions, he behaved very badly .
I do not remember his name. You should forget toxic people immediately.
It was shocking to me that he was Staff Engineer.

The second round of interview was the best experience I ever had.
I remember his name but for sake of confidconfidentiality, I will only tell his position. He was MTS 3.
The questions were very good and the interviewer was very soft spoken and knowledgeable.
He answered my questions and would love to see these people climb up the ladder rather than others.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Frequency array, java collection, missing number

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 6 interview rounds.

Round 1 - Aptitude Test 

General Aptitude test was conducted

Round 2 - Technical 

(1 Question)

  • Q1. String related problem and code the solution. Some Mongodb questions
Round 3 - Technical 

(1 Question)

  • Q1. OOPS concept, testing methods and other QA related questions
Round 4 - Technical 

(1 Question)

  • Q1. Test Scenarios discussion, Selenium basics and database problems
Round 5 - One-on-one 

(1 Question)

  • Q1. In depth technical discussion of current projects
Round 6 - HR 

(1 Question)

  • Q1. Cultural fitment round and basic personal questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Logic based questions

Round 3 - Coding Test 

Tough and easy at the same time

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode

Sde1 Interview Questions & Answers

UKG user image Anonymous

posted on 7 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Aptitude and coding round, one coding question and others are computer fundamentals

Round 2 - Technical 

(2 Questions)

  • Q1. Return true if Subarray is present whose sum is 0
  • Q2. Project, oops, dbms
Round 3 - Technical 

(2 Questions)

  • Q1. Subarray sun equal to k
  • Q2. Project, oops, dbms
Round 4 - HR 

(1 Question)

  • Q1. Did not got slected i answered all still
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude...selenium questions...java mcq questions...and a program to write

Round 2 - Technical 

(3 Questions)

  • Q1. Abstraction related questions
  • Q2. Interface, JIT, inheritance, java architecture
  • Q3. SQL questions...diff between char and varchar.....pk and fk....
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why should I hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Git workflow and xpath. Reverse a string

Sdet Interview Questions & Answers

Cvent user image Anonymous

posted on 10 May 2024

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

Basic Array Questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic Array Questions and SQL
Round 3 - HR 

(1 Question)

  • Q1. Basic Behavirival Quuestions

I applied via Referral and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(8 Questions)

  • Q1. Sort the list of a given array of strings
  • Ans. 

    Sort a given array of strings

    • Use built-in sorting functions in programming languages

    • Implement sorting algorithms like bubble sort, merge sort, etc.

    • Consider case sensitivity and special characters

  • Answered by AI
  • Q2. Maximum number of repeating characters in a string
  • Ans. 

    The maximum number of repeating characters in a string needs to be determined.

    • Iterate through each character in the string and keep track of the count of consecutive repeating characters.

    • Update the maximum count whenever a new maximum is found.

    • Return the maximum count at the end of the iteration.

  • Answered by AI
  • Q3. Type script and java script arrow function loops if else condition
  • Ans. 

    Explaining type script and java script arrow function loops with if else condition.

    • TypeScript and JavaScript both support arrow functions for concise syntax.

    • Arrow functions can be used in loops to simplify code.

    • If-else conditions can be used with arrow functions to add logic.

    • Example: const numbers = [1, 2, 3]; numbers.forEach(num => {if(num % 2 === 0) {console.log(num + ' is even');} else {console.log(num + ' is odd');

  • Answered by AI
  • Q4. Parallel browser testing, test ng, oops concept
  • Q5. Scaled agile framework related questions
  • Q6. Selenium and cypress difference ? How to choose best tool
  • Ans. 

    Selenium is widely used for web automation while Cypress is a newer tool with better performance and debugging capabilities.

    • Selenium supports multiple programming languages while Cypress only supports JavaScript.

    • Cypress has a built-in test runner and debugger while Selenium requires third-party tools.

    • Selenium is better for cross-browser testing while Cypress is better for end-to-end testing.

    • Choose Selenium for larger a...

  • Answered by AI
  • Q7. Comparator and comparable difference?
  • Ans. 

    Comparator and Comparable are interfaces used for sorting objects in Java.

    • Comparator interface is used to sort objects based on custom criteria.

    • Comparable interface is used to sort objects based on their natural order.

    • Comparator interface has two methods: compare() and equals().

    • Comparable interface has one method: compareTo().

  • Answered by AI
  • Q8. Fail-safe and fail-fast iterator?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well concept of automation,java script and oops

Skills evaluated in this interview

Perfios Software Solutions Interview FAQs

How many rounds are there in Perfios Software Solutions Sdet Automation Test Engineer interview?
Perfios Software Solutions interview process usually has 3 rounds. The most common rounds in the Perfios Software Solutions interview process are Case Study, Resume Shortlist and Technical.
What are the top questions asked in Perfios Software Solutions Sdet Automation Test Engineer interview?

Some of the top questions asked at the Perfios Software Solutions Sdet Automation Test Engineer interview -

  1. Tell about Manual Testing....and other remaining subjects .. give a live exampl...read more
  2. In java they asked about methods overloadi...read more
  3. In SQL they asked about join...read more

Tell us how to improve this page.

Join Perfios Software Solutions Lead with brilliance / Leap to outdo

Interview Questions from Similar Companies

Globant Interview Questions
3.9
 • 169 Interviews
Chetu Interview Questions
3.3
 • 165 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.0
 • 136 Interviews
ServiceNow Interview Questions
4.2
 • 118 Interviews
Thomson Reuters Interview Questions
4.1
 • 111 Interviews
Amadeus Interview Questions
4.0
 • 108 Interviews
SPRINKLR Interview Questions
3.1
 • 100 Interviews
UKG Interview Questions
3.1
 • 97 Interviews
View all

Fast track your campus placements

View all
Perfios Software Solutions Sdet Automation Test Engineer Salary
based on 11 salaries
₹4.3 L/yr - ₹10 L/yr
37% less than the average Sdet Automation Test Engineer Salary in India
View more details
Senior QA Engineer
59 salaries
unlock blur

₹8 L/yr - ₹14.6 L/yr

Software Development Engineer
55 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Senior Software Development Engineer
50 salaries
unlock blur

₹9.4 L/yr - ₹41.2 L/yr

Data Processing Associate
47 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

Credit Analyst
45 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Perfios Software Solutions with

FinBox

2.4
Compare

Yodlee

3.8
Compare

Money View

4.3
Compare

Signzy Technologies

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