Upload Button Icon Add office photos

Filter interviews by

Flyin.com Interview Questions and Answers

Updated 12 Nov 2024
Popular Designations

Flyin.com Interview Experiences

3 interviews found

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Kadane's Algorithm (maximum subarray sum)
  • Ans. 

    Kadane's Algorithm is used to find the maximum sum of a contiguous subarray within an array of integers.

    • Initialize two variables: max_so_far and max_ending_here to track the maximum sum.

    • Iterate through the array and update max_ending_here by adding the current element or starting a new subarray.

    • Update max_so_far if max_ending_here becomes greater than max_so_far.

    • Return max_so_far as the maximum subarray sum.

  • Answered by AI
  • Q2. Find the number of ways to reach to rightmost cell from topmost cell in 2D matrix
  • Ans. 

    The number of ways to reach the rightmost cell from the topmost cell in a 2D matrix can be calculated using dynamic programming.

    • Use dynamic programming to calculate the number of ways to reach each cell in the matrix.

    • At each cell, the number of ways to reach it is the sum of the number of ways to reach the cell above it and the cell to the left of it.

    • The value in the rightmost cell will give the total number of ways to...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Discussion around architecture of current project

Skills evaluated in this interview

Sde1 Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Group Anagrams (Leetcode Problem 45)
  • Ans. 

    Group anagrams from a list of strings by categorizing them based on their character composition.

    • Anagrams are words that can be rearranged to form each other, e.g., 'eat' and 'tea'.

    • Use a hashmap to group words by their sorted character string as the key.

    • Example: Input: ['eat', 'tea', 'tan', 'ate', 'nat', 'bat'] Output: [['eat', 'tea', 'ate'], ['tan', 'nat'], ['bat']].

    • Sorting each string takes O(n log n) time, and insert...

  • Answered by AI
  • Q2. Java Technical Questions

Interview Preparation Tips

Topics to prepare for Flyin.com Sde1 interview:
  • DSA
  • Java
Interview preparation tips for other job seekers - I received positive feedback from the interviewer at the end of the interview. they appreciated my approach to solving the DSA problem and were happy with my responses to the java related questions. however, i did not move on to the next round.
while i am not sure of the exact reason i've reflected on the experience ans am determined to continue improving my problem solving skills and techinacl knowledge. interviews can be a learning process, and i'm grateful for the opportunity to have interviewed with Flyin.com. it has only motivated me to prepare more thoroughly for future opportunities.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. DSA question to find maximum subarray sum
  • Ans. 

    Find the maximum subarray sum using Kadane's algorithm

    • Initialize max_sum and current_sum to 0

    • Iterate through the array and update current_sum by adding the current element

    • If current_sum becomes negative, reset it to 0

    • Update max_sum if current_sum is greater than max_sum

  • Answered by AI
  • Q2. Explain about the architecture of your project and contribution
  • Ans. 

    The architecture of my project is based on microservices with a combination of front-end and back-end technologies.

    • Utilized microservices architecture to break down the project into smaller, independent services

    • Implemented front-end using React.js for dynamic user interfaces

    • Developed back-end services using Node.js and Express.js for handling business logic and data processing

    • Used Docker for containerization and Kubern...

  • Answered by AI
  • Q3. Core Java Concepts
  • Q4. Microservice and Database locking

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Flyin.com?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked the basic Core java questions along with the OOPS concepts as well as Springboot and REST API with some database basic questions. The next round will be a managerial round where you will be ask...

Interview Preparation Tips

Interview preparation tips for other job seekers - Some tips that worked for me :
1. Don’t mention the things in your resume that you are not confident about. Doesn’t matter if your resume is not full of skills, it should be crisp and on-point
2. If you don’t know answer to any of the questions then politely say you are not sure about this question . Its better than giving gibberish answers.
3. Be confident and have faith in yourself.
ALL THE BEST

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

Round 1 - Aptitude Test 

Online aptitude test with English grammar and math skills

Round 2 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Ans. 

    I come from a close-knit family that values education, hard work, and support for one another in all endeavors.

    • Supportive Environment: My parents always encouraged my siblings and me to pursue our passions, whether in academics or sports.

    • Diverse Background: My family has roots in different cultures, which has enriched our perspectives and fostered open-mindedness.

    • Strong Work Ethic: Both my parents worked hard to provid...

  • Answered by AI
  • Q2. Tell me about yourself.
  • Ans. 

    Experienced Senior Associate with a strong background in project management and team leadership, dedicated to driving results and innovation.

    • Over 7 years of experience in project management, successfully leading cross-functional teams to deliver projects on time and within budget.

    • Proficient in data analysis and strategic planning, having implemented a new reporting system that improved efficiency by 30%.

    • Strong communic...

  • Answered by AI
  • Q3. What have you studied so far
  • Ans. 

    I have studied various subjects including finance, economics, and data analysis, focusing on their applications in business strategy.

    • Finance: I studied corporate finance, learning about capital budgeting and financial analysis to make informed investment decisions.

    • Economics: My coursework included micro and macroeconomics, helping me understand market dynamics and economic indicators.

    • Data Analysis: I gained skills in d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and you will crack the interview

I applied via Referral and was interviewed before Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Human anatomy questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s good and some basics of anatomy is enough to crack the interview
Good luck

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic accounting, people manegemnt, client management
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions are asked in depth. Be well prepared.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident.

I applied via Naukri.com and was interviewed in Aug 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: All Java basic questions will be asked including servlets and jsp even about application and web servers. To clear,1st round you should have strong core Java knowledge along with few real time examples. Collections are mandatory.
Database knowledge could be expected. RestFul and soap along with spring and spring boot, your project details and your responsibilities.
Skills: SOAP, RestFul, Spring, Springboot, Java Application Development, Java Programming, Javascript, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks

I applied via Naukri.com and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical which relates to your experience and profile
  • Q2.  other than technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Flyin.com Interview FAQs

How many rounds are there in Flyin.com interview?
Flyin.com interview process usually has 1-2 rounds. The most common rounds in the Flyin.com interview process are Technical and One-on-one Round.
What are the top questions asked in Flyin.com interview?

Some of the top questions asked at the Flyin.com interview -

  1. find the number of ways to reach to rightmost cell from topmost cell in 2D matr...read more
  2. DSA question to find maximum subarray ...read more
  3. Group Anagrams (Leetcode Problem ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 25%
2-4 weeks 75%
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.9k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Teleperformance Interview Questions
3.9
 • 1.9k Interviews
Reliance Retail Interview Questions
3.9
 • 1.7k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
WNS Interview Questions
3.3
 • 1.1k Interviews
Google Interview Questions
4.4
 • 895 Interviews
EXL Service Interview Questions
3.7
 • 802 Interviews
View all

Flyin.com Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.5

Skill development

3.8

Work-life balance

4.5

Salary

4.0

Job security

4.5

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 5 Reviews and Ratings
Junior Software Test Engineer
5 salaries
unlock blur

₹2.2 L/yr - ₹2.9 L/yr

Software Developer
4 salaries
unlock blur

₹4.5 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Flyin.com with

Cognizant

3.7
Compare

Teleperformance

3.9
Compare

iEnergizer

4.7
Compare

Reliance Retail

3.9
Compare
write
Share an Interview