Upload Button Icon Add office photos

FRND

Compare button icon Compare button icon Compare

Filter interviews by

FRND Interview Questions, Process, and Tips

Updated 27 Oct 2024

Top FRND Interview Questions and Answers

View all 6 questions

FRND Interview Experiences

Popular Designations

6 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. How to do data migration
  • Ans. 

    Data migration involves transferring data from one system to another while ensuring data integrity and minimizing downtime.

    • Plan the migration process including identifying data to be migrated, mapping data fields, and setting up a timeline.

    • Backup all data before starting the migration to prevent data loss.

    • Use tools like ETL (Extract, Transform, Load) to extract data from the source system, transform it to fit the targe...

  • Answered by AI
  • Q2. Explain use of next js
  • Ans. 

    Next.js is a React framework that enables server-side rendering and other features for building fast and scalable web applications.

    • Next.js allows for server-side rendering of React components, improving performance and SEO.

    • It provides automatic code splitting for faster page loads.

    • Next.js supports static site generation and serverless functions for building dynamic websites.

    • It offers built-in routing and API routes for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand your work

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction about my self
  • Q2. About the job role
  • Q3. One on one with manager
  • Q4. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't walk in for any interview in FRND as they hire for good salary and ask you to leave the company within a month without giving any feedback.. Be careful they are a FRAUD not a FRND company.

Trust and Safety Specialist Interview Questions asked at other Companies

Q1. Why this content moderation role is very important?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Rabitmq messenger
  • Q2. Data migration in your work
  • Ans. 

    I have experience with data migration in my work, including transferring data between different systems and databases.

    • I have successfully migrated data from an on-premise database to a cloud-based database.

    • I have used ETL tools like Talend and Informatica to automate the data migration process.

    • I have experience mapping data fields and ensuring data integrity during the migration process.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Easy excel and sql questions

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

FRND interview questions for popular designations

 Trust and Safety Specialist

 (1)

 Senior Engineer

 (1)

 Software Engineer

 (1)

 Software Developer

 (1)

 Customer Service Specialist

 (1)

 Android Developer

 (1)

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

(2 Questions)

  • Q1. Inline functions
  • Q2. Kotlin coroutine implementation
  • Ans. 

    Kotlin coroutine is a concurrency design pattern used in Android development for asynchronous programming.

    • Kotlin coroutine allows for easy and efficient handling of asynchronous tasks on Android.

    • It simplifies the code by avoiding callback hell and making the code more readable.

    • Coroutines can be used with suspend functions to perform asynchronous operations.

    • Example: launch { // code block } creates a new coroutine and r

  • Answered by AI

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. If a female user facing terrible issue with a male user, How you will handle this?
  • Ans. 

    I would address the issue promptly and professionally, ensuring the safety and comfort of both users.

    • Listen to the female user's concerns and validate her feelings

    • Investigate the situation thoroughly to understand the issue

    • Take appropriate action to address the problem, such as warning or banning the male user

    • Provide support and resources to the female user, such as counseling services or blocking the male user

  • Answered by AI
  • Q2. How would you educate a new user about FRND app?
  • Ans. 

    I would educate a new user about FRND app by providing a step-by-step tutorial and offering personalized assistance.

    • Start by explaining the key features of the app such as messaging, group chats, and event planning.

    • Demonstrate how to create a profile, add friends, and join or create groups.

    • Provide tips on how to customize notifications, privacy settings, and security measures.

    • Offer hands-on assistance through a live de...

  • Answered by AI
  • Q3. When you will be available for joining? We need immediate joiner?!

Interview Preparation Tips

Interview preparation tips for other job seekers - After I got selected I just go throw ambition box, So it show very bad in employee rating and they never sheduled a proper interview timing. They will call randomly at any time even for the 2nd round and they never answered my call whenever I callback. So, This makes me unsecured regarding my salary, my job security.... So I drop the offer letter and this was a WFH job. Salary package they offered 10k + 5k incentive

Customer Service Specialist Interview Questions asked at other Companies

Q1. Can you provide an example of a time when you went above and beyond for a customer?
View answer (1)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. About my self

Interview Preparation Tips

Interview preparation tips for other job seekers - As you wish , can ask any type of answer and question u want

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mcq based on language

Round 2 - One-on-one 

(1 Question)

  • Q1. Do you know STL. Find loop in linked list.
  • Ans. 

    STL knowledge and finding loop in linked list

    • STL (Standard Template Library) is a C++ library that provides containers, algorithms, and iterators.

    • To find a loop in a linked list, we can use Floyd's cycle-finding algorithm.

    • In this algorithm, we use two pointers, one moving at a slower pace and the other at a faster pace.

    • If there is a loop in the linked list, the faster pointer will eventually catch up to the slower poin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic DSA and OOPs understanding. Questions are not tough. Basic knowledge is enough.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics
  • Q2. Work experience and job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Better

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, don't hesitate.

FRND Interview FAQs

How many rounds are there in FRND interview?
FRND interview process usually has 1-2 rounds. The most common rounds in the FRND interview process are Technical, Resume Shortlist and HR.
How to prepare for FRND 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 FRND. The most common topics and skills that interviewers at FRND expect are Android, Effective Communication, Hindi, Advanced Excel and B2C Sales.
What are the top questions asked in FRND interview?

Some of the top questions asked at the FRND interview -

  1. If a female user facing terrible issue with a male user, How you will handle th...read more
  2. How would you educate a new user about FRND a...read more
  3. How to do data migrat...read more

Tell us how to improve this page.

FRND Interview Process

based on 7 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Jio Interview Questions
3.9
 • 1.7k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
MakeMyTrip Interview Questions
3.6
 • 122 Interviews
View all

FRND Reviews and Ratings

based on 13 reviews

2.1/5

Rating in categories

1.6

Skill development

2.0

Work-life balance

1.8

Salary

1.6

Job security

1.7

Company culture

1.7

Promotions

1.6

Work satisfaction

Explore 13 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare FRND with

Ola Cabs

3.4
Compare

Flipkart

4.0
Compare

Paytm

3.3
Compare

Swiggy

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