Upload Button Icon Add office photos

Filter interviews by

Realme Software Tester Interview Questions and Answers

Updated 28 Jun 2024

Realme Software Tester Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

They will ask you questions about iso, aperture noise iso f value

Round 2 - Case Study 

In next round they will show you some images out of which you will have to find which one good and why.

Round 3 - HR 

(2 Questions)

  • Q1. Your previous salary.
  • Q2. Your expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the basics of camera ,and must know how to find the bug in image quality

Interview questions from similar companies

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

Aptitude test consist of 25-30 questions (I don’t remember exactly) and most of all questions are related to software testing

Round 2 - Technical 

(4 Questions)

  • Q1. 1.What is Test Plan?
  • Ans. 

    A test plan is a document that outlines the scope, approach, resources, and schedule of testing activities.

    • Test plan defines the testing activities to be performed, such as test objectives, test strategies, and test deliverables.

    • It includes details on the test environment, test tools, test data, and risks.

    • Test plan also specifies the roles and responsibilities of team members involved in testing.

    • It serves as a guide fo...

  • Answered by AI
  • Q2. 2.Test Secnario & Test Cases (Diff & Definition)
  • Q3. 3.Types of Testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, and more.

    • Functional Testing: Testing the functionality of the software against the requirements.

    • Non-Functional Testing: Testing aspects like performance, usability, security, etc.

    • Manual Testing: Testing done manually by testers without the use of automation tools.

    • Automated Testing: Testing done using automation tools...

  • Answered by AI
  • Q4. 4.Agile methodology

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your framework
  • Ans. 

    My framework is a hybrid framework that combines data-driven and keyword-driven approaches for efficient testing.

    • Combines data-driven and keyword-driven testing

    • Uses reusable test scripts and data sets

    • Supports both manual and automated testing

    • Provides detailed test reports for analysis

  • Answered by AI
  • Q2. Why we need github/bitbucket
  • Ans. 

    Github/Bitbucket are essential for version control, collaboration, code review, and project management in software development.

    • Facilitates version control by tracking changes made to codebase

    • Enables collaboration among team members by providing a centralized platform for sharing code

    • Allows for code review process to ensure quality and consistency

    • Provides project management tools like issue tracking and project boards

    • In...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - questions are simple but they are expecting more

Skills evaluated in this interview

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

Basic core Java, manual testing concept

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain SDLC and there steps in brief
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC consists of several steps including planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each step in the SDLC is crucial for the successful development and delivery of software products.

    • For example, in the testing phase, test engineer...

  • Answered by AI
  • Q2. Manual testing concept

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Manual testing concepts, api testing db questions & automation basics
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Different SW module
  • Ans. 

    Different software modules are separate components of a software system that perform specific functions.

    • Software modules are designed to be independent and reusable.

    • Each module has a specific purpose and can be tested individually.

    • Examples include authentication module, database module, and user interface module.

  • Answered by AI
  • Q2. Define SDLC AND BUGLIFE CYCLE
  • Ans. 

    SDLC is the process of developing software through stages like planning, designing, testing, and deployment. Bug Life Cycle is the stages a bug goes through from discovery to resolution.

    • SDLC stands for Software Development Life Cycle

    • SDLC includes stages like planning, designing, coding, testing, and deployment

    • Bug Life Cycle includes stages like New, Assigned, Open, Fixed, Retest, and Closed

    • Bug Life Cycle helps in track

  • Answered by AI

Skills evaluated in this interview

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Learn organisation structure and last company job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Amity University and was interviewed in Jun 2023. 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 - Aptitude Test 

Question related to Testing, stl, bug life cycle and types of testing

Round 3 - Technical 

(3 Questions)

  • Q1. What is bug life cycle?
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is reported in bug tracking system

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • Bug is closed if fixed successfully

  • Answered by AI
  • Q2. Test cases and test usess of pratical scenario
  • Ans. 

    Test cases and test uses of practical scenarios involve creating scenarios to test the functionality of a system or application.

    • Identify the key functionalities of the system or application to be tested

    • Create test cases based on different scenarios such as positive, negative, boundary, and edge cases

    • Execute the test cases to validate the functionality of the system or application

    • Document the test results and report any

  • Answered by AI
  • Q3. Different Types of testing
  • Ans. 

    Different types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers without the use of automation tools.

    • Autom...

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why to join Samsung?
  • Q2. What are your expectations realated to your job role?
  • Q3. Why testing over development?
  • Ans. 

    Testing is crucial to ensure quality, identify defects early, and prevent issues in production.

    • Testing helps identify defects early in the development process.

    • Testing ensures that the software meets the specified requirements.

    • Testing helps prevent issues in production and improves overall quality.

    • Testing provides feedback to developers for continuous improvement.

    • Testing helps build confidence in the software's reliabil

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude with basic tech questions

Round 2 - Coding Test 

Basic of number logical programing

Round 3 - Technical 

(1 Question)

  • Q1. Knowledge about automatic tools and java
Round 4 - HR 

(1 Question)

  • Q1. Background verification
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain your framework
  • Ans. 

    My framework is a hybrid framework that combines data-driven and keyword-driven approaches for efficient testing.

    • Combines data-driven and keyword-driven testing

    • Uses reusable test scripts and data sets

    • Supports both manual and automated testing

    • Provides detailed test reports for analysis

  • Answered by AI
  • Q2. Why we need github/bitbucket
  • Ans. 

    Github/Bitbucket are essential for version control, collaboration, code review, and project management in software development.

    • Facilitates version control by tracking changes made to codebase

    • Enables collaboration among team members by providing a centralized platform for sharing code

    • Allows for code review process to ensure quality and consistency

    • Provides project management tools like issue tracking and project boards

    • In...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - questions are simple but they are expecting more

Skills evaluated in this interview

Realme Interview FAQs

How many rounds are there in Realme Software Tester interview?
Realme interview process usually has 3 rounds. The most common rounds in the Realme interview process are Aptitude Test, Case Study and HR.

Tell us how to improve this page.

Realme Software Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Samsung Interview Questions
4.0
 • 554 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
Vivo Interview Questions
4.1
 • 190 Interviews
LG Electronics Interview Questions
4.0
 • 189 Interviews
Blue Star Interview Questions
4.0
 • 154 Interviews
Apple Interview Questions
4.3
 • 141 Interviews
Daikin Interview Questions
4.2
 • 141 Interviews
HP India Interview Questions
4.1
 • 138 Interviews
Samsung Research Interview Questions
3.2
 • 129 Interviews
Voltas Interview Questions
4.0
 • 126 Interviews
View all
Area Business Manager
48 salaries
unlock blur

₹9 L/yr - ₹17.5 L/yr

Sales Executive
44 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Assistant Manager
27 salaries
unlock blur

₹4.9 L/yr - ₹11.5 L/yr

Territory Sales Manager
27 salaries
unlock blur

₹3.4 L/yr - ₹5.2 L/yr

Store Manager
23 salaries
unlock blur

₹2.8 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Realme with

Xiaomi

3.8
Compare

Samsung

4.0
Compare

Apple

4.3
Compare

OnePlus

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