Upload Button Icon Add office photos

Filter interviews by

Remo Software Software Testing Engineer Interview Questions and Answers

Updated 13 Feb 2022

Remo Software Software Testing Engineer Interview Experiences

1 interview found

I applied via Monster and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Core Java selenium webdriver

Round 2 - Aptitude Test 

General knowledge

Round 3 - Group Discussion 

General Topics

Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. What are your salary expectations?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge from selenium web driver and manual testing

Interview questions from similar companies

I applied via Indeed

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

Half an hour - basic selenium, manual testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your previous roles and responsibility, your live project on which you have worked, basics of selenium(only for 1-year experience), need to be well prepared with advanced java and selenium if trying for an automation engineer. Thanks

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

Interview Questionnaire 

2 Questions

  • Q1. Testing Methodology ,bug life cycle,STLC,API TESTING
  • Q2. Senario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical I have given all ans and timeing for interview will 24 min ...
No Response From There Side ...
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Test Engineer with 5 years of experience in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and JIRA

    • Strong analytical and problem-solving skills

    • Collaborative team player with excellent communication skills

  • Answered by AI
  • Q2. What is the manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it cool
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Linux env setup
  • Ans. 

    Setting up a Linux environment involves installing the operating system, configuring network settings, and installing necessary software.

    • Install Linux distribution (e.g. Ubuntu, CentOS)

    • Configure network settings (IP address, DNS, etc.)

    • Install necessary software (e.g. development tools, testing frameworks)

    • Set up user accounts and permissions

  • Answered by AI
  • Q2. What are the Linux commands
  • Ans. 

    Linux commands are used to interact with the Linux operating system through the command line interface.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make a new directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move files or directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • sudo - execute a command as the superuser

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about yourself
  • Q2. What is exploratory testing and adhoc testing and how you used these in your project?
  • Ans. 

    Exploratory testing is a simultaneous learning, test design, and test execution approach. Adhoc testing is an informal testing approach without any predefined test cases.

    • Exploratory testing involves exploring the software, learning about it, and designing and executing tests on the fly.

    • Adhoc testing is unplanned and unstructured testing where testers randomly test the application without any specific test cases.

    • In my p...

  • Answered by AI
  • Q3. Roles and responsibilities in your previous projects
  • Q4. Difference between mobile and web testing?
  • Ans. 

    Mobile testing focuses on apps for smartphones and tablets, while web testing focuses on websites accessed through browsers.

    • Mobile testing involves testing apps on different devices and operating systems.

    • Web testing involves testing websites on different browsers and screen sizes.

    • Mobile testing includes testing for touch gestures and device-specific features.

    • Web testing includes testing for cross-browser compatibility ...

  • Answered by AI
  • Q5. Challenges faced in your last project?

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python,automation framework,scrum,team management

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Jeneral knowledge questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is datatype
  • Ans. 

    Datatype is a classification of data which tells the compiler or interpreter how the programmer intends to use the data.

    • Datatypes specify the type of data that a variable can hold.

    • Examples of datatypes include integers, floating-point numbers, characters, and strings.

    • In programming languages like Java, C++, and Python, datatypes are used to define variables and functions.

  • Answered by AI
  • Q2. Date Types different types
  • Ans. 

    Date types refer to different ways dates can be represented in software.

    • Date

    • Time

    • DateTime

    • Timestamp

    • Interval

  • Answered by AI
  • Q3. Statement of DDL, DML, DQL.
  • Ans. 

    DDL stands for Data Definition Language, DML stands for Data Manipulation Language, and DQL stands for Data Query Language.

    • DDL is used to define the structure of database objects like tables, indexes, etc. Example: CREATE TABLE.

    • DML is used to manipulate data in the database like inserting, updating, deleting records. Example: INSERT INTO.

    • DQL is used to retrieve data from the database using queries. Example: SELECT * FR

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you giving me this opportunity. My name is nagurbi.i have coplited my degree Bsc computers in chakradhar degree college in macherla. My father name is Dastagiri and mother name is mastanbi.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Previous project experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Jenkins Jira and Banking operations
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

30 mins 2 easy leetcode questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Swap two numbers
  • Ans. 

    To swap two numbers, store one number in a temporary variable, assign the value of the second number to the first, and then assign the temporary variable to the second number.

    • Create a temporary variable to store one of the numbers

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

  • Answered by AI
  • Q2. Longest cinsecutive subsequence
  • Ans. 

    Find the longest consecutive subsequence in an array of strings.

    • Sort the array of strings to ensure consecutive elements are next to each other

    • Iterate through the sorted array to find the longest consecutive subsequence

    • Track the current consecutive subsequence length and update the longest length found

  • Answered by AI

Skills evaluated in this interview

Remo Software Interview FAQs

How many rounds are there in Remo Software Software Testing Engineer interview?
Remo Software interview process usually has 4 rounds. The most common rounds in the Remo Software interview process are Coding Test, Aptitude Test and Group Discussion.
How to prepare for Remo Software Software Testing Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Remo Software. The most common topics and skills that interviewers at Remo Software expect are Functional Testing, Java, Manual Testing, Quality Assurance and Software Testing.

Tell us how to improve this page.

SEO Analyst
21 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Software Developer
10 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Software Engineer
5 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Mobile Application Developer
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Explore more salaries
Compare Remo Software with

Systweak Software

4.8
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Cyber Link

2.1
Compare

K7 Computing

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