Upload Button Icon Add office photos

Filter interviews by

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

Round 1 - Technical 

(1 Question)

  • Q1. String reverse programs, sanity vs smoke, bug life cycle
Round 2 - Technical 

(1 Question)

  • Q1. Array program of multiplication of number except index number
  • Ans. 

    Program to multiply all elements in an array except the element at the current index.

    • Iterate through the array and keep a running product of all elements before the current index

    • Iterate through the array again in reverse and multiply the running product with all elements after the current index

    • Store the result in a new array and return it

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview but prepare for programs.
basic about stlc, agile, regression and retesting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the modules worked on Facets?
  • Q2. What is Dental claim processing?
Round 2 - HR 

(2 Questions)

  • Q1. What is your work experience
  • Ans. 

    I have 5 years of experience working as a software engineer in various industries.

    • Developed web applications using Java, Spring, and AngularJS

    • Led a team of developers in a successful project delivery

    • Implemented CI/CD pipelines to automate software deployment

    • Worked on improving system performance and scalability

  • Answered by AI
  • Q2. Is working timing flexible

Interview Preparation Tips

Topics to prepare for Programmers.io Software Engineer interview:
  • Facets
  • Oracle SQL

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions from array, linkedlist , tree were asked. Also, they will give importance on your current job and projects, one single round was there only on current role.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more on platform like Leetcode to clear DSA problems. Medium hard will be enough to clear the rounds.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions, medium hard

Round 2 - Technical 

(2 Questions)

  • Q1. Greedy Algorithm, simple jumps question, easily approachable by greedy algorithm
  • Q2. Binary Search, simple array based
Round 3 - Technical 

(2 Questions)

  • Q1. DBMS, Projects, SQL Queries
  • Q2. 2 coding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode practice should be sufficient to tackle this round.

Round 2 - One-on-one 

(1 Question)

  • Q1. Trapping Rain Water problem.
  • Ans. 

    Trapping Rain Water problem involves calculating the amount of water that can be trapped between buildings given their heights.

    • Calculate the maximum height of buildings to the left and right of each building

    • Find the minimum of the two heights

    • Subtract the height of the current building to get the amount of water that can be trapped at that building

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be consistent with your practice and you should be able to crack this interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

2 Greedy Algo problems

I applied via Job Portal and was interviewed in Aug 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 tips
Round 2 - Coding Test 

2 coding questions 10 aptitude and other 15 technical questions

Round 3 - Technical 

(1 Question)

  • Q1. DSA related question
Round 4 - Technical 

(1 Question)

  • Q1. DSA related question

Interview Preparation Tips

Topics to prepare for Arcesium Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Be well versed with your basics and focus on DSA as much as you can . Concepts of OS are also very important.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

There were 13 MCQ questions on DSA, 17 MCQ aptitude questions, and 2 coding questions.

Round 3 - Technical 

(6 Questions)

  • Q1. There's a string s1,s2 and s3. s1 and s2 are divided into n and m parts respectively. check if, after interleaving strings s1 and s2, we get s3 as one of the answers.
  • Ans. 

    Check if after interleaving strings s1 and s2, we get s3 as one of the answers.

    • Create a recursive function to check all possible interleavings of s1 and s2

    • Check if the current interleaving matches s3

    • Return true if a valid interleaving is found, false otherwise

  • Answered by AI
  • Q2. Difference between cluster and non-cluster indexing. Do you know about database indexing?
  • Ans. 

    Cluster indexing physically reorders the data on disk to match the index, while non-cluster indexing does not.

    • Cluster indexing physically reorders the data on disk to match the index structure, leading to faster retrieval of data.

    • Non-cluster indexing creates a separate data structure that points to the actual data, which may result in slower retrieval times.

    • Cluster indexing is typically used in primary keys, while non-...

  • Answered by AI
  • Q3. Difference between stack and heap memory.
  • Ans. 

    Stack memory is used for static memory allocation and follows a Last In First Out (LIFO) structure, while heap memory is used for dynamic memory allocation and has a more flexible structure.

    • Stack memory is limited in size and is typically faster to access compared to heap memory.

    • Variables stored in stack memory have a fixed size determined at compile time, while variables in heap memory can have a size determined at ru...

  • Answered by AI
  • Q4. What is a stable sort?
  • Ans. 

    A stable sort is a sorting algorithm that preserves the relative order of equal elements in the sorted output.

    • Stable sorts are useful when the original order of equal elements needs to be maintained.

    • Examples of stable sorting algorithms include Merge Sort, Bubble Sort, and Insertion Sort.

    • In a stable sort, if two elements have the same key value, their relative order in the original array is preserved in the sorted arra

  • Answered by AI
  • Q5. What's the time complexity of insertion in a hashmap?
  • Ans. 

    Time complexity of insertion in a hashmap is O(1).

    • Insertion in a hashmap has a constant time complexity of O(1) on average.

    • This is because hashmaps use a hashing function to determine the index where the key-value pair should be stored.

    • Even in the worst-case scenario, where there are collisions, the time complexity is still O(1) due to techniques like chaining or open addressing.

    • Example: Inserting a key-value pair into...

  • Answered by AI
  • Q6. What is hashing?
  • Ans. 

    Hashing is a process of converting input data into a fixed-size string of bytes using a hash function.

    • Hashing is used to securely store passwords by converting them into a hash value.

    • Hashing is used in data structures like hash tables to quickly retrieve data based on a key.

    • Common hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and take you time gathering your thoughts before answering.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. IAM & PAM Operations
  • Q2. Related to Sailpoint

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

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

Tell us how to improve this page.

Interview Questions from Similar Companies

Arcesium Interview Questions
3.6
 • 78 Interviews
Programmers.io Interview Questions
4.2
 • 25 Interviews
Diverse Lynx Interview Questions
3.8
 • 19 Interviews
Egen Interview Questions
3.6
 • 17 Interviews
BANGMETRIC Interview Questions
3.8
 • 11 Interviews
View all
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

₹1 L/yr - ₹2.6 L/yr

Software Engineer
174 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Business Analyst
102 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Process Associate
97 salaries
unlock blur

₹1.4 L/yr - ₹2.4 L/yr

Senior Associate Operations
79 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Explore more salaries
Compare Solartis Technology Services with

Mobile Programming

2.8
Compare

Diverse Lynx

3.7
Compare

Arcesium

3.5
Compare

Apps Associates

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