Upload Button Icon Add office photos
Engaged Employer

i

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

Veersa Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Veersa Technologies Quality Engineer Interview Questions and Answers

Updated 6 Dec 2024

Veersa Technologies Quality Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods in programming.

    • Use built-in functions: In Python, use slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: Define a function that calls itself with a substring until it reaches the base case.

    • I...

  • Answered by AI
  • Q2. Max subarray sum
  • Ans. 

    Find the maximum sum of a contiguous subarray within a one-dimensional array of numbers.

    • Use Kadane's Algorithm for an efficient O(n) solution.

    • Initialize two variables: max_so_far and max_ending_here.

    • Iterate through the array, updating max_ending_here and max_so_far.

    • Example: For array [-2,1,-3,4,-1,2,1,-5,4], max subarray sum is 6 (from subarray [4,-1,2,1]).

    • Edge case: For an empty array, return 0.

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Veersa Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

Quality Engineer Interview Questions Asked at Other Companies

asked in MM AUTO
Q1. What is MSA and addition of msa version, type of msa ,what differ ... read more
asked in MM AUTO
Q2. What is 7 QC tool,parito analysis,xchart and r chart explain ,why ... read more
asked in S&P Global
Q3. If you have a very short time to release a product, but a team me ... read more
Q4. A monkey eats 6 more apples each day than the previous day and fi ... read more
Q5. What are the physical and chemical tests for steel reinforcement?

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL query

Interview Preparation Tips

Interview preparation tips for other job seekers - More prepare on sql questions

I applied via Referral and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Testing and API questions

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Testing techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Check on glassdoor about questions asked for QA engineer interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1. All about the projects/products you worked on.
  • Q2. 2. SQL queries, specially joins, selenium basics , webdriver and java oops concepts
  • Q3. 3. About Api testing, cross browser testing, agile concepts, different types of testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - There are 2 technical and one round with director. Also before technical there is a basic test to see how you can write tests for particular web application.

Prepare well whatever you have mentioned on the resume, your projects, the business knowledge behind the product you worked on and be very confident about your ability to learn and adapt.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regression test cases for any application
  • Ans. 

    Regression test cases ensure that changes to the application do not negatively impact existing functionality.

    • Identify critical functionalities and test cases that cover them

    • Test for compatibility with different browsers and devices

    • Test for data integrity and consistency

    • Test for performance and scalability

    • Test for security vulnerabilities

    • Test for user experience and accessibility

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They were hiring for manual tester and were looking for someone with knowledge of all concepts of testing methodologies. Some questions asked were difference between build and release, smoke and sanity, priority and severity, Test and production env, process followed in agile, architecture of any developed software, db related questions, tracking tool related questions, different levels and types of testing. Prepare for scenario type questions and of-course certain set of aptitude questions too.
Though they will have many rounds of interviews MCQ, Test case writing, 2 Online interviews, Hr round but the best thing is all of them are like interactive sessions at least for the people for giving interviews in QA.
Hope this helps ! :)

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. React questions
  • Q2. Coding live and build basic react application
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. About your work experience or project you worked/working currently
  • Q2. Base on CV technical questions may be asked by the interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be with Ksolves, be happy!

Veersa Technologies Interview FAQs

How many rounds are there in Veersa Technologies Quality Engineer interview?
Veersa Technologies interview process usually has 1 rounds. The most common rounds in the Veersa Technologies interview process are Technical.
What are the top questions asked in Veersa Technologies Quality Engineer interview?

Some of the top questions asked at the Veersa Technologies Quality Engineer interview -

  1. Reverse a str...read more
  2. Max subarray ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
Cyfuture Interview Questions
3.0
 • 46 Interviews
View all

Veersa Technologies Quality Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
102 salaries
unlock blur

₹5.4 L/yr - ₹11 L/yr

Senior Software Engineer
40 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Software Developer
22 salaries
unlock blur

₹7.2 L/yr - ₹12 L/yr

Technical Lead
17 salaries
unlock blur

₹13.1 L/yr - ₹42.8 L/yr

Software Development Engineer
6 salaries
unlock blur

₹7.3 L/yr - ₹10 L/yr

Explore more salaries
Compare Veersa Technologies with

Cyfuture

3.0
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.0
Compare

Value Point Systems

3.6
Compare
write
Share an Interview