Upload Button Icon Add office photos

Filter interviews by

Raftlabs Interview Questions and Answers

Updated 23 Oct 2023

Raftlabs Interview Experiences

Popular Designations

4 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Indeed and was interviewed in Sep 2023. There were 3 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 - Assignment 

They will ask you to write the test cases and improvements for a web application

Round 3 - Technical 

(1 Question)

  • Q1. Selenium Waits,Framework

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
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 - HR 

(1 Question)

  • Q1. Introduce yourself, why you leave your company, salary negotiation and roles and responsibilities in previous employer
Round 3 - Technical 

(1 Question)

  • Q1. Yet to complete my technical round

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2022

I applied via LinkedIn and was interviewed in Jun 2022. There were 2 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 - Assignment 

1. Website given to find defects and improvement suggestions.
2. Scenarios for how to communicate with the person who has impaired hearing.
3. How to test API and for this api’s what are the prerequisites.

Interview Preparation Tips

Topics to prepare for Raftlabs QA Engineer interview:
  • Test Scenarios
  • Bug Reporting
  • Manual Testing
  • API testing tool
Interview preparation tips for other job seekers - My resume was shortlisted after 2-3 weeks of applying, and given assignments. Then, I didn’t received any response after submitting assignments.

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

I applied via AngelList and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Intermediate Javascript questions
  • Q2. All major core ReactJS questions - Lifecycle methods, Hooks, Controlled/Uncontrolled Inputs
  • Q3. Questions about basic Git commands
Round 2 - HR 

(2 Questions)

  • Q1. Expectations from the company
  • Q2. What's your system configuration?
  • Ans. 

    My system configuration includes a MacBook Pro with 16GB RAM and a 512GB SSD.

    • MacBook Pro with 16GB RAM

    • 512GB SSD

    • Intel Core i7 processor

    • macOS Catalina operating system

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Developer experience and the culture are top-notch.

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

Raftlabs interview questions for popular designations

 QA Engineer

 (2)

 Business Analyst

 (1)

 Reactjs Developer

 (1)

Jobs at Raftlabs

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

I applied via Walk-in and was interviewed before Jun 2021. There were 3 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 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Your Introduction
  • Q2. Technical and Project related questions
  • Q3. Your Framework related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Real time test cases
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates in string
  • Ans. 

    Remove duplicates in a string array

    • Iterate through the array and use a Set to store unique strings

    • Convert the Set back to an array to get the final result

  • Answered by AI
  • Q2. Remove spaces in string
  • Ans. 

    Remove spaces in a string

    • Use string.replace() method with regex to replace spaces with empty string

    • Alternatively, loop through each character in the string and build a new string without spaces

    • Consider trimming the string first to remove leading and trailing spaces

  • Answered by AI
  • Q3. What is testing
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors.

    • Testing involves executing software to find bugs or issues.

    • It ensures that the software meets the specified requirements.

    • Types of testing include functional, performance, security, and regression testing.

    • Examples of testing tools include Selenium, JUnit, and Postman.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Strings remove duplicate and count
  • Ans. 

    Remove duplicate strings in an array and count occurrences of each string.

    • Iterate through the array and use a Set to remove duplicates.

    • Use a HashMap to count occurrences of each string.

    • Return the unique strings and their counts.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Discussed about salary

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Raftlabs Interview FAQs

How many rounds are there in Raftlabs interview?
Raftlabs interview process usually has 2-3 rounds. The most common rounds in the Raftlabs interview process are Resume Shortlist, Technical and Assignment.
How to prepare for Raftlabs 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 Raftlabs. The most common topics and skills that interviewers at Raftlabs expect are IT Services, CRM, SAN, SMS and SOC.
What are the top questions asked in Raftlabs interview?

Some of the top questions asked at the Raftlabs interview -

  1. What's your system configurati...read more
  2. All major core ReactJS questions - Lifecycle methods, Hooks, Controlled/Uncontr...read more
  3. Intermediate Javascript questi...read more

Tell us how to improve this page.

Raftlabs Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
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
 • 791 Interviews
View all

Raftlabs Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

3.7

Salary

2.6

Job security

4.5

Company culture

3.4

Promotions

4.2

Work satisfaction

Explore 5 Reviews and Ratings
Junior SEO Analyst

Remote

0-1 Yrs

Not Disclosed

Business Analyst Intern

Ahmedabad

0-1 Yrs

Not Disclosed

Project Manager

Ahmedabad

3-4 Yrs

Not Disclosed

Explore more jobs
Business Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

React Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Business Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Raftlabs with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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