Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Solartis Technology Services QA Engineer Interview Questions and Answers

Updated 17 Sep 2022

Solartis Technology Services QA Engineer Interview Experiences

1 interview found

I applied via Walk-in and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

They asked me about SQL, C ,C ++ ,JAVA

Round 2 - Aptitude Test 

General aptitude was given but it made me ro examine my knowledge and analytical skills

Round 3 - Group Discussion 

Genral topics like What is SQL and What is the main role of QA , Automation testing are the topics we had to discuss

Round 4 - HR 

(3 Questions)

  • Q1. Self introduction, Techincal questions like What is the role of QA in their organisation, what is function of QA Automation testing , What are the Softwares used , What nis the future scope of automation t...
  • Q2. What about Selenium IDE Difference between Manual and Automation
  • Ans. 

    Selenium IDE is a record and playback tool for automating web applications. Manual testing is done by humans, while automation is done by machines.

    • Selenium IDE is a browser extension that records user actions and generates automated test scripts.

    • Manual testing involves human testers executing test cases and verifying results.

    • Automation testing involves using tools to execute test cases and compare actual results with e...

  • Answered by AI
  • Q3. Elaborate the Benefits of automation testing
  • Ans. 

    Automation testing offers faster feedback, increased test coverage, and improved accuracy.

    • Faster feedback on code changes

    • Increased test coverage with the ability to run more tests in less time

    • Improved accuracy and consistency of test results

    • Reduced testing costs and time

    • Ability to test in different environments and configurations

    • Identification of defects earlier in the development cycle

    • Improved team productivity and co...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Solartis Technology Services QA Engineer interview:
  • Java
  • Python
  • Selenium IDE
  • Automation Testing
  • Core Java
Interview preparation tips for other job seekers - Strong self introduction with bold and good communication skills, Good analytical skills with immense level of reasoning ability and good knowledge in program basic codings of python Java SQL , candidates are mostly perfered

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jun 2021. 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 Resume tips
Round 2 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions were regarding my engineering subjects
  • Q2.  Interviewer asked me a simple but complex programming question to solve
  • Q3. He asked me about my strength , other curriculum activities I participated in

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be calm and stick to question ,don't try to drag interviewer to any other topic
Try to be honest with interviewer

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Real time test cases
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is rest assured
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs.

    • Rest Assured is an open-source Java library that provides a domain-specific language for writing powerful, maintainable tests for RESTful APIs.

    • It simplifies the process of sending HTTP requests and validating responses.

    • Rest Assured can be integrated with popular testing frameworks like JUnit and TestNG.

    • It supports various authentication methods, request and r...

  • Answered by AI
  • Q2. What is json file
  • Ans. 

    JSON file is a lightweight data interchange format used to store and transmit data in a structured way.

    • JSON stands for JavaScript Object Notation.

    • It is easy for humans to read and write, and easy for machines to parse and generate.

    • JSON is language-independent and is commonly used in web development for APIs.

    • Example: {"name": "John Doe", "age": 30, "city": "New York"}

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Your Introduction
  • Q2. Technical and Project related questions
  • Q3. Your Framework related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in string
  • Ans. 

    Remove duplicates in a string array

    • Iterate through the array and use a Set to store unique strings

    • Convert the Set back to an array to get the final result

  • Answered by AI
  • Q2. Remove spaces in string
  • Ans. 

    Remove spaces in a string

    • Use string.replace() method with regex to replace spaces with empty string

    • Alternatively, loop through each character in the string and build a new string without spaces

    • Consider trimming the string first to remove leading and trailing spaces

  • Answered by AI
  • Q3. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing software to find bugs or issues.

    • It ensures that the software meets the specified requirements.

    • Types of testing include functional, performance, security, and regression testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Strings remove duplicate and count
  • Ans. 

    Remove duplicate strings in an array and count occurrences of each string.

    • Iterate through the array and use a Set to remove duplicates.

    • Use a HashMap to count occurrences of each string.

    • Return the unique strings and their counts.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussed about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

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

They told to write java program in string and collections

Round 2 - One-on-one 

(2 Questions)

  • Q1. Different between test cases and test scenario
  • Ans. 

    Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.

    • Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.

    • Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...

  • Answered by AI
  • Q2. Write a program to read from excel
  • Ans. 

    A program to read data from an Excel file using a programming language.

    • Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.

    • Open the Excel file and select the specific sheet or range of cells to read data from.

    • Iterate through the rows and columns to extract the data and store it in an array of strings.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to switch company
  • Ans. 

    Seeking new challenges and growth opportunities in a more innovative environment.

    • Desire for new challenges and learning opportunities

    • Seeking a more innovative work environment

    • Looking for career growth and advancement

    • Interested in working with new technologies or methodologies

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Solartis Technology Services Interview FAQs

How many rounds are there in Solartis Technology Services QA Engineer interview?
Solartis Technology Services interview process usually has 4 rounds. The most common rounds in the Solartis Technology Services interview process are Coding Test, Aptitude Test and Group Discussion.
What are the top questions asked in Solartis Technology Services QA Engineer interview?

Some of the top questions asked at the Solartis Technology Services QA Engineer interview -

  1. What about Selenium IDE Difference between Manual and Automat...read more
  2. Elaborate the Benefits of automation test...read more
  3. Self introduction, Techincal questions like What is the role of QA in their org...read more

Recently Viewed

INTERVIEWS

Haldia Petrochemicals

No Interviews

INTERVIEWS

Solartis Technology Services

No Interviews

INTERVIEWS

Haldia Petrochemicals

No Interviews

INTERVIEWS

Haldia Petrochemicals

No Interviews

INTERVIEWS

Athenahealth Technology

No Interviews

INTERVIEWS

Himadri Speciality Chemical

No Interviews

INTERVIEWS

Solartis Technology Services

No Interviews

INTERVIEWS

Athenahealth Technology

60 top interview questions

INTERVIEWS

Chennai Petroleum Corporation

No Interviews

INTERVIEWS

Haldia Petrochemicals

No Interviews

Tell us how to improve this page.

Solartis Technology Services QA Engineer Salary
based on 12 salaries
₹3.8 L/yr - ₹9.1 L/yr
At par with the average QA Engineer Salary in India
View more details
Operations Associate
275 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
181 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Operations
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Solartis Technology Services with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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