Upload Button Icon Add office photos
Engaged Employer

i

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

Sun Dew Solutions Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 44 Reviews

Filter interviews by

Sun Dew Solutions Mobile Application Developer Interview Questions, Process, and Tips

Updated 27 Jan 2024

Sun Dew Solutions Mobile Application Developer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Flutter?
  • Ans. 

    Flutter is an open-source UI software development kit created by Google for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Flutter is used to develop cross-platform mobile applications.

    • It allows developers to write code once and deploy it on both iOS and Android platforms.

    • Flutter uses a reactive framework and a rich set of pre-designed widgets to create beautiful and respons...

  • Answered by AI
  • Q2. What is a Widget in Flutter?
  • Ans. 

    A widget in Flutter is a reusable component that represents part of the user interface.

    • Widgets are the building blocks of a Flutter application.

    • They can be combined and nested to create complex UI layouts.

    • Widgets can be stateless or stateful, depending on whether they can change over time.

    • Examples of widgets include buttons, text fields, images, and containers.

  • Answered by AI
  • Q3. What are the different types of Widgets in Flutter?
  • Ans. 

    Different types of Widgets in Flutter include StatelessWidget, StatefulWidget, Container, Text, Image, ListView, GridView, etc.

    • StatelessWidget: A widget that does not require mutable state.

    • StatefulWidget: A widget that can change over time.

    • Container: A widget that allows you to customize its child widget's position, size, and appearance.

    • Text: A widget that displays a short piece of text.

    • Image: A widget that displays an...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What can we do to reduce the size of an application developed using Flutter?
  • Ans. 

    To reduce the size of a Flutter application, we can use code splitting, remove unused resources, optimize images, and enable compression.

    • Use code splitting to split the app into smaller chunks that are loaded on-demand.

    • Remove unused resources and dependencies to eliminate unnecessary code.

    • Optimize images by compressing them without compromising quality.

    • Enable compression techniques like Gzip or Brotli to reduce the siz

  • Answered by AI
  • Q2. How to handle the huge number of concurrent HTTP requests of orders for the same item? What if there is only one item left in the stock?
  • Ans. 

    Use a queue system to manage concurrent requests and implement a reservation system for the last item in stock.

    • Implement a queue system to handle concurrent requests for the same item.

    • Use a reservation system for the last item in stock to prevent overselling.

    • Notify users about the availability status of the item in real-time.

    • Implement a timeout mechanism for requests to prevent bottlenecks.

    • Consider implementing caching

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Introduce yourself.
  • Q2. How will you handle the situation when there is less time in hand but more work to do?
  • Q3. What skills do you have other than related to the job?

Interview Preparation Tips

Topics to prepare for Sun Dew Solutions Mobile Application Developer interview:
  • Dart
  • Flutter
  • Communication Skills
Interview preparation tips for other job seekers - My interview at Sundew was easy and simple. But I recommend you to be well prepared and ready for difficult questions. You should be very calm and good at answering questions.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is an activity in Android?
  • Q2. It's a screen representing a UI in an Android app.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was js coding and react native related questions.

Round 2 - Technical 

(1 Question)

  • Q1. It was technical skills of Android and iOS application related react native
Round 3 - Face to face round 

(1 Question)

  • Q1. It was discussed about your career and judge our professional career.

Interview Preparation Tips

Interview preparation tips for other job seekers - All was good
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Two simple Leetcode Problems

Round 2 - Aptitude Test 

Medium level question

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

I applied via Instahyre and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Javascript basic questions, React Native interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding of javascript
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions related to Android
Round 2 - Behavioral 

(1 Question)

  • Q1. Company culture and interests
Round 3 - HR 

(1 Question)

  • Q1. Further discussions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 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 - Aptitude Test 

Aptitude + coding test with screen sharing and audio and video recording.

Round 3 - One-on-one 

(1 Question)

  • Q1. Swift assessment questions and storyboard related
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is an activity in Android?
  • Q2. An activity represents a single screen in an app.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Laggy issues in animation. Security issues. Code Optmizaton. Function and class component Redux

I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare kotlin, java basics

Sun Dew Solutions Interview FAQs

How many rounds are there in Sun Dew Solutions Mobile Application Developer interview?
Sun Dew Solutions interview process usually has 3 rounds. The most common rounds in the Sun Dew Solutions interview process are Technical and HR.
What are the top questions asked in Sun Dew Solutions Mobile Application Developer interview?

Some of the top questions asked at the Sun Dew Solutions Mobile Application Developer interview -

  1. How to handle the huge number of concurrent HTTP requests of orders for the sam...read more
  2. What can we do to reduce the size of an application developed using Flutt...read more
  3. What are the different types of Widgets in Flutt...read more

Tell us how to improve this page.

Sun Dew Solutions Mobile Application Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Technical Associate
19 salaries
unlock blur

₹2.6 L/yr - ₹8.5 L/yr

Junior Technical Associate
9 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Quality Analyst
6 salaries
unlock blur

₹4 L/yr - ₹6.2 L/yr

Presales Consultant
6 salaries
unlock blur

₹4.8 L/yr - ₹6.4 L/yr

Data Engineer
5 salaries
unlock blur

₹4.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Sun Dew Solutions 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