Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Flutter International Team. If you also belong to the team, you can get access from here

Flutter International Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Flutter International Interview Questions and Answers

Updated 21 Nov 2024
Popular Designations

Flutter International Interview Experiences

3 interviews found

Data Scientist Interview Questions & Answers

user image Avesh Verma

posted on 21 May 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Data Engineering
  • Q2. Data Cleaning, Models
  • Q3. MLOps Pipeline, Data Preprocessing
Round 2 - One-on-one 

(2 Questions)

  • Q1. HR Questions mostly
  • Q2. Company and Culture fit

Senior Role Interview Questions & Answers

user image Anonymous

posted on 12 Dec 2023

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

I applied via Company Website and was interviewed in Nov 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 - HR 

(1 Question)

  • Q1. Job Description. Past companies
Round 3 - HR 

(1 Question)

  • Q1. Have you done budgeting, Have been in a PAN India role before etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I highly feel that the company needs to respect candidates. In my case the interview went really well and I was the right match for the role which was also expressed by the interviewer where she clearly mentioned my next round will be taken by so and so. She in fact mentioned that I was the right candidate for the role and they were looking for someone like me.
I waited for a whole week to get a mail with a rejection which was absolutely shocking as if it was for some other company they would have laughed at Flutter for rejecting me for no reason. Strange guys i must say who just know how to give hopes to candidates and then reject them for no reason. Looks like they are just trying to get the interview targets completed with no intention to hire candidates but the intentions are only to waste time.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Written test with basic DevOps Questions includes GitHub,AWS,GitHub Actions

Round 2 - Technical 

(3 Questions)

  • Q1. What is AWS IAM In-line Policy?
  • Ans. 

    AWS IAM In-line Policy is a policy that is embedded directly into an IAM identity (user, group, or role) rather than being attached separately.

    • In-line policies are defined within the IAM identity itself.

    • They are useful for granting specific permissions to individual identities without creating separate policies.

    • In-line policies are not shared across multiple identities and are managed directly within the identity they ...

  • Answered by AI
  • Q2. Questions related to terraform from Data Types to state?
  • Q3. Questions related to AWS IAM,S3,VPC
Round 3 - Technical 

(1 Question)

  • Q1. High level questions related to projects?

Interview Preparation Tips

Topics to prepare for Flutter International AWS Devops Engineer interview:
  • AWS
  • Github
  • CICD
  • Python

Skills evaluated in this interview

Top trending discussions

View All
Indian Startups
2w
a senior executive
One of the best sources for Startup investment: DAHEJ(DOWRY)
You won't believe my senior has a good corporate job with over 10 years of experience. But suddenly resigned just a few days after his wedding. We all thought maybe he got married and wants to spend his time with his wife, and decided to go to his place to give him a proper farewell. All of us got shocked after knowing that he left because his father-in-law gifted him a fat cash amount and a car in the name of "blessings." He’s using the money to fund his startup and the car for "business movement." I mean seriously? People are now using dowry as startup capital and walking around acting like CEOs, playing boss with someone else’s money. Bas, shaadi karo aur apne sapne chalu karo, courtesy sasural. I don't know feeling inspired? Or disgusted?
Got a question about Flutter International ?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. How to increase business?
  • Ans. 

    To increase business, focus on customer satisfaction, expand marketing efforts, and offer promotions.

    • Improve customer service to increase customer satisfaction and loyalty

    • Expand marketing efforts through social media, email marketing, and targeted advertising

    • Offer promotions such as discounts, referral programs, and loyalty rewards

    • Analyze market trends and adjust business strategies accordingly

    • Collaborate with other bu...

  • Answered by AI
  • Q2. Case study and solutions to business problem
  • Q3. Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 40 candidates and 2 posts were there,
The interview was ,
Written test,
Group discussion,
Interview with Manager.

You need to be prepared for ground level questions.

I applied via Recruitment Consultant and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How will you sale website
  • Q2. How will you generate daily revenue for company
  • Ans. 

    I will generate daily revenue for the company by implementing effective sales strategies and motivating my team to achieve their targets.

    • Developing a sales plan and setting achievable targets

    • Identifying potential customers and reaching out to them through various channels

    • Providing excellent customer service to retain existing customers and generate referrals

    • Motivating and training team members to improve their sales sk...

  • Answered by AI
  • Q3. How will you handle tough time or sales pressure
  • Ans. 

    I approach tough times with resilience, strategic planning, and team collaboration to navigate sales pressure effectively.

    • Maintain a positive mindset: I remind my team that challenges are opportunities for growth. For example, during a sales slump, I encouraged brainstorming sessions to identify new strategies.

    • Set clear goals: I break down larger targets into manageable milestones, making it easier for the team to stay...

  • Answered by AI
  • Q4. How will you handle Target

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy to join here but tough to survive

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Analyst Interview Questions & Answers

Oyo Rooms user image Sushant Dogra

posted on 2 Nov 2015

I applied via Campus Placement

Interview Preparation Tips

Round: Puzzle Interview
Experience: basic Guesstimation questtions,
for eg. estimate the no of sleeping all over the world right now.

Tips: Walk the interviewer through your thinking process.
donot make vague guesses.

Round: HR Interview
Experience: 1 Tell us 5 reasons why we should hire you.
2 being an electrical engineering student, why have you applied for a analytic s/operations job profile.

Skills: Ability To Cope Up With Stress, Guesstimation Cases
Duration: 2
College Name: IIT Madras
Are these interview questions helpful?

Analyst Interview Questions & Answers

Oyo Rooms user image Shobhit Shrivas

posted on 1 Nov 2015

I applied via Campus Placement

Interview Questionnaire 

7 Questions

  • Q1. I was asked 2 questions from a course called principle of economics, such as what is elasticity etc
  • Q2. It was again from my course work they asked me how to solve linear programming problem graphically
  • Ans. 

    Graphical method for solving linear programming problems involves plotting constraints and finding feasible regions.

    • Identify the objective function, e.g., maximize profit: Z = 3x + 4y.

    • Determine constraints, e.g., x + 2y ≤ 8 and 3x + y ≤ 12.

    • Graph the constraints on a coordinate plane to find the feasible region.

    • Identify corner points of the feasible region, e.g., (0,0), (0,4), (4,0), (3,3).

    • Evaluate the objective functio...

  • Answered by AI
  • Q3. Then they asked me to tell me about my self
  • Q4. They asked me to estimate number of microwaves manufactured in india per year
  • Q5. Then I was asked what is my biggest achivement till now
  • Q6. Then I was asked if I have any question for them
  • Q7. He gave me 15 min to convence him so that he hirs me for his company

Interview Preparation Tips

Round: Resume Shortlist
Experience: They were mainly looking for people who has or worked in Start ups or who has some good PORs. They also shortlisted students with CGPA of more than 7.5.
Tips: Try taking good PORs and maintain a healthy CGPA. Make a one page resume.

Round: Technical Interview
Experience: It was good. This was my first interview, I was bit nurvous for obvious reasons but controlled my emotions perfectly. As interview progressed things started becoming normal.
Tips: Be confidant of what ever you speak. Try hidding you nervousness, its okay if you are not able to answer any question but make strong comeback in next.

Round: HR Interview
Experience: I was very confidant of myself and told some 8-9 qualities that I have and gave examples of where I used them in past.
Tips: Again be very confidant. Its okay if you fumble in between but make strong comeback. look into the eyes of interviewer it shows you are confidant. Don't lie, be yourself.

General Tips: Keep working hard, there is no subsitute of hardwork, even in IITs. And don't forget sometimes you have to loose small battels to win Wars.
All the best:)
Skills:
Duration: 8-10weeks
College Name: IIT Madras
Motivation: Oyo is progressing very fast and I wanted to be the part of there amazing journey.
Funny Moments: I kept looking into the eyes of both of my interviewer just to show them I was very confidant but the reality is I was very nervous and I was bluffing them:). After interview I had a headache.

I applied via Naukri.com and was interviewed in Jul 2017. There were 5 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume got shortlisted through naukri.com .I got a call from ambitionbox.com and then i was asked to come for a face to face interview.

Round: HR Interview
Experience: Second round was HR Interview .In HR interview i was asked about my hobbies,my career goals,my ideas and about company and their Products.
Tips: Be calm and confident!

Round: Test
Experience: Third round was a writing test .i was asked to write about any topic in 5 minutes to check my writing skills and grammar sense
Tips: Be creative.

Round: Presentation
Experience: The fourth round was a presentation round in this i have to present about any topic(political,technical ,anything)in 10 minutes

General Tips: Be confident and creative ! stay calm and should apply presence of mind.the interviewer wanted to test both my knowledge and my communication skills.please go through the job description thoroughly.
Skills: Body Language, Problem Solving, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

I applied via Naukri.com and was interviewed in Jul 2017. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: i was asked to write about any topic just to check my writing skills

Round: presentation
Experience: I have to present a presentation about any topic in 5 mins

General Tips: Be confident,creative and expressive
Skills: Communication, Body Language, Analytical Skills, Leadership, Presentation Skills, Time Management
Duration: <1 week

Flutter International Interview FAQs

How many rounds are there in Flutter International interview?
Flutter International interview process usually has 2-3 rounds. The most common rounds in the Flutter International interview process are Technical, HR and Resume Shortlist.
How to prepare for Flutter International 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 Flutter International . The most common topics and skills that interviewers at Flutter International expect are Gaming, SQL, Agile, Cloud Computing and Python.
What are the top questions asked in Flutter International interview?

Some of the top questions asked at the Flutter International interview -

  1. What is AWS IAM In-line Poli...read more
  2. Questions related to terraform from Data Types to sta...read more
  3. High level questions related to projec...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 33%
2-4 weeks 33%
4-6 weeks 33%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 473 Interviews
Meesho Interview Questions
3.7
 • 367 Interviews
Lenskart Interview Questions
3.2
 • 358 Interviews
Info Edge Interview Questions
3.9
 • 348 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 293 Interviews
Oyo Rooms Interview Questions
3.2
 • 228 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 186 Interviews
View all

Flutter International Reviews and Ratings

based on 26 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.7

Salary

3.4

Job security

3.7

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 26 Reviews and Ratings
Customer Support Advisor
19 salaries
unlock blur

₹3.5 L/yr - ₹5.3 L/yr

Team Lead
8 salaries
unlock blur

₹7.5 L/yr - ₹16.5 L/yr

Payroll Officer
7 salaries
unlock blur

₹11 L/yr - ₹17.6 L/yr

Customer Service Executive
5 salaries
unlock blur

₹4.3 L/yr - ₹6 L/yr

Fraud Analyst
5 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Explore more salaries
Compare Flutter International with

Indiamart Intermesh

3.6
Compare

Udaan

3.9
Compare

Swiggy

3.8
Compare

Oyo Rooms

3.2
Compare
write
Share an Interview