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
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Veersa Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. SOLID principles examples in depth,given to design user management database in sql(just flow diagram,and in which table which value is used),some basic c# questions related to how you log in c#

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 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.

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 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

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Get and post methods
  • Ans. 

    GET method is used to request data from a specified resource, while POST method is used to submit data to a specified resource.

    • GET requests data from a specified resource, while POST submits data to a specified resource

    • GET requests are cached, can be bookmarked, and remain in the browser history, while POST requests are not cached and do not remain in the browser history

    • GET requests have length restrictions, while POST...

  • Answered by AI
  • Q2. Guess the important test scenarios , given scenarios
  • Ans. 

    Identify key test scenarios to ensure comprehensive coverage of the application under test.

    • Functional Testing: Verify that all features work as intended, e.g., user login and registration.

    • Boundary Testing: Test limits of input fields, e.g., maximum character limits in a text box.

    • Performance Testing: Assess application speed and responsiveness under load, e.g., 1000 concurrent users.

    • Security Testing: Check for vulnerabi...

  • Answered by AI
  • Q3. Feature definition and step definition
  • Q4. Explicit wait and Implicit wait
  • Q5. Different response codes in API
  • Ans. 

    Response codes in API indicate the status of a request

    • Response codes are standardized codes sent by a server in response to a client's request

    • Common response codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error)

    • Each response code has a specific meaning and helps in troubleshooting API requests

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Identifying test cases

Round 2 - Aptitude Test 

Defect and bug difference

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. SQL,OOPS,Manual & Automation testing.
Round 3 - Technical 

(1 Question)

  • Q1. SQL, Xpath, Automation Testing, Puzzles.
Round 4 - Behavioral 

(1 Question)

  • Q1. Company's vision and pseudo Codes
Round 5 - HR 

(1 Question)

  • Q1. Expectations and Salary Negotiation.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on OOP's basic and some tricky questions related SOLID concepts

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

QualiZeal Interview Questions
4.3
 • 59 Interviews
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
103 salaries
unlock blur

₹5.4 L/yr - ₹11 L/yr

Senior Software Engineer
41 salaries
unlock blur

₹7 L/yr - ₹18.2 L/yr

Software Developer
24 salaries
unlock blur

₹7.2 L/yr - ₹12 L/yr

Technical Lead
17 salaries
unlock blur

₹21.5 L/yr - ₹38.5 L/yr

Data Engineer
7 salaries
unlock blur

₹6.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Veersa Technologies with

Cyfuture

3.0
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare
write
Share an Interview