Upload Button Icon Add office photos
Engaged Employer

i

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

R Systems International Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

R Systems International Senior Software Tester Interview Questions, Process, and Tips

Updated 19 May 2022

R Systems International Senior Software Tester Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. 1.whàt is regular expression
  • Ans. 

    Regular expression is a sequence of characters that define a search pattern.

    • Used for pattern matching and text processing

    • Can be used in programming languages, text editors, and command-line interpreters

    • Examples: /hello/ matches 'hello' in a string, /[0-9]+/ matches one or more digits

  • Answered by AI
  • Q2. 2.difference between findelement and findelements
  • Ans. 

    findelement returns the first matching element while findelements returns a list of all matching elements.

    • findelement is used to find the first matching element on a web page

    • findelements is used to find all matching elements on a web page

    • findelement throws NoSuchElementException if no matching element is found

    • findelements returns an empty list if no matching element is found

  • Answered by AI
  • Q3. 3.what are issues faced and how to solve.
  • Ans. 

    Issues faced in software testing and their solutions

    • Issues with test environment setup - ensure proper configuration and compatibility

    • Issues with test data - ensure relevant and accurate data is used

    • Issues with test case design - ensure comprehensive and effective test cases

    • Issues with communication - ensure clear communication with team members and stakeholders

    • Issues with automation - ensure proper selection and imple...

  • Answered by AI
  • Q4. 4. What are the samplers you have used
  • Ans. 

    I have used various samplers including JMeter, LoadRunner, and Gatling.

    • JMeter for load testing web applications

    • LoadRunner for performance testing client-server applications

    • Gatling for stress testing REST APIs

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for the interview with scripting knowledge

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

The aptitude test administered included questions on aptitude, mathematics, and reasoning.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is ad hoc testing?
  • Q2. What are the principles of software testing?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mainly sql qns are asked to write

Round 2 - Technical 

(1 Question)

  • Q1. Java basic questions and sql
Round 3 - HR 

(1 Question)

  • Q1. To test our communication skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops ?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details an

  • Answered by AI
  • Q2. Method overloading and overriding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Aptitude Test 

Need to clear the hackerrank test to proceed ahead for further rounds

Round 2 - One-on-one 

(3 Questions)

  • Q1. Write a Test cases to login into myntra and order white shirt
  • Ans. 

    Test cases to login into myntra and order white shirt

    • Verify login functionality with valid credentials

    • Verify login functionality with invalid credentials

    • Verify search functionality for white shirt

    • Verify adding white shirt to cart

    • Verify placing order for white shirt

  • Answered by AI
  • Q2. Questions related to OOPS
  • Q3. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - If you’re ready to work in any circumstances then only you can go for it else find some other company else , you won’t get any work satisfaction over here ppl expect alot from you 24/7

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Write defect report
  • Ans. 

    Defect report for login page

    • Steps to reproduce the issue

    • Expected behavior

    • Actual behavior

    • Severity level

    • Screenshot or video evidence

  • Answered by AI
  • Q2. Sql query on joints
  • Q3. Difference between sdlc and stlc
  • Ans. 

    SDLC is a software development process while STLC is a software testing process.

    • SDLC stands for Software Development Life Cycle and involves the entire process of software development from planning to deployment.

    • STLC stands for Software Testing Life Cycle and involves the process of testing the software to ensure it meets the requirements and is free of defects.

    • SDLC is focused on the development of the software while S...

  • Answered by AI
  • Q4. Differentiate retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again after fixing defects while regression testing is testing the unchanged functionality to ensure it still works after changes.

    • Retesting is done to ensure that the defects found in the previous test cycle have been fixed

    • Regression testing is done to ensure that the unchanged functionality still works after changes have been made

    • Retesting is done after fixing defects while ...

  • Answered by AI
  • Q5. Static and dynamic testing

Interview Preparation Tips

Interview preparation tips for other job seekers - They give only 2.4lpa for manual tester,you will get to know banking domain well but no automation testing is done there

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

Pattern program, array segregation prograk

Round 3 - One-on-one 

(3 Questions)

  • Q1. Selenium wait, oops concept
  • Q2. Collection in java
  • Ans. 

    Collection in Java is a framework that provides an architecture to store and manipulate a group of objects.

    • Collections are used to store, retrieve, manipulate, and communicate aggregate data.

    • Common collection types include List, Set, Map, and Queue.

    • Example: List names = new ArrayList<>(); names.add("Alice"); names.add("Bob");

    • Example: Set numbers = new HashSet<>(); numbers.add(1); numbers.add(2);

Answered by AI
  • Q3. TestNg question
  • Round 4 - HR 

    (1 Question)

    • Q1. Salary discussion

    Skills evaluated in this interview

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

    Interview Questionnaire 

    1 Question

    • Q1. Java coding, selenium, framework, testNG

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I rejected the offer based on the behaviour of HR during salary discussion, they wanted to take advantage of COVID-19 situation in terms of salary .

    I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

    Interview Questionnaire 

    1 Question

    • Q1. Test Cases, Test Plan, API related question

    Interview Preparation Tips

    Interview preparation tips for other job seekers - This interview process have 2 technical rounds. Both the rounds lasted about 1 hour. Most of the questions were asked from your skills mentioned on resume. Please go through the job description to ensure that you are a best fit for the position.

    R Systems International Interview FAQs

    How many rounds are there in R Systems International Senior Software Tester interview?
    R Systems International interview process usually has 1 rounds. The most common rounds in the R Systems International interview process are Technical.
    What are the top questions asked in R Systems International Senior Software Tester interview?

    Some of the top questions asked at the R Systems International Senior Software Tester interview -

    1. 3.what are issues faced and how to sol...read more
    2. 4. What are the samplers you have u...read more
    3. 2.difference between findelement and findeleme...read more

    Tell us how to improve this page.

    Interview Questions from Similar Companies

    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 2.9k Interviews
    Mphasis Interview Questions
    3.4
     • 789 Interviews
    Coforge Interview Questions
    3.3
     • 518 Interviews
    Cyient Interview Questions
    3.6
     • 283 Interviews
    KPIT Technologies Interview Questions
    3.4
     • 279 Interviews
    View all
    R Systems International Senior Software Tester Salary
    based on 5 salaries
    ₹10.8 L/yr - ₹14 L/yr
    42% more than the average Senior Software Tester Salary in India
    View more details
    Senior Software Engineer
    1k salaries
    unlock blur

    ₹8 L/yr - ₹32 L/yr

    Project Lead
    888 salaries
    unlock blur

    ₹11.1 L/yr - ₹35 L/yr

    Software Engineer
    339 salaries
    unlock blur

    ₹4.4 L/yr - ₹18 L/yr

    Senior Project Leader
    229 salaries
    unlock blur

    ₹14 L/yr - ₹34 L/yr

    Technical Architect
    145 salaries
    unlock blur

    ₹16 L/yr - ₹38 L/yr

    Explore more salaries
    Compare R Systems International with

    HCLTech

    3.5
    Compare

    Tech Mahindra

    3.5
    Compare

    Mphasis

    3.4
    Compare

    LTIMindtree

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