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

Filter interviews by

Sun Dew Solutions Interview Questions and Answers

Updated 24 May 2025
Popular Designations

14 Interview questions

A Technical Associate was asked 1mo ago
Q. Explain the MySQL storage system.
Ans. 

MySQL uses a structured storage system with various storage engines to manage data efficiently and support different use cases.

  • MySQL supports multiple storage engines like InnoDB, MyISAM, and MEMORY, each optimized for different scenarios.

  • InnoDB is the default engine, providing ACID compliance, transactions, and foreign key support.

  • MyISAM is optimized for read-heavy operations and offers full-text search capabilit...

View all Technical Associate interview questions
A Technical Associate was asked 1mo ago
Q. Why is indexing needed in MySQL?
Ans. 

Indexing in MySQL improves query performance by allowing faster data retrieval and efficient data organization.

  • Indexes speed up data retrieval by reducing the amount of data scanned. For example, searching for a user by ID is faster with an index.

  • They help maintain the uniqueness of data. For instance, a primary key index ensures no duplicate values in a column.

  • Indexes can improve the performance of JOIN operation...

View all Technical Associate interview questions
A Mobile Application Developer was asked
Q. 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.

View all Mobile Application Developer interview questions
A Mobile Application Developer was asked
Q. 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 displa...

View all Mobile Application Developer interview questions
A Mobile Application Developer was asked
Q. 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 th...

View all Mobile Application Developer interview questions
A Mobile Application Developer was asked
Q. 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 re...

View all Mobile Application Developer interview questions
A Front end Developer was asked
Q. Tell me how React works.
Ans. 

React is a JavaScript library for building user interfaces.

  • React uses a virtual DOM to efficiently update the actual DOM.

  • Components are the building blocks of React applications.

  • React allows for declarative programming, making it easier to reason about code.

  • React can be used with other libraries and frameworks, such as Redux and Next.js.

View all Front end Developer interview questions
Are these interview questions helpful?
A Front end Developer was asked
Q. According to you what are the futuristic skills required for a frontend developer?
Ans. 

Futuristic skills for a frontend developer include AI, VR/AR, PWAs, and accessibility.

  • Proficiency in AI and machine learning for creating intelligent interfaces

  • Knowledge of VR/AR for developing immersive experiences

  • Expertise in Progressive Web Apps (PWAs) for building fast and reliable web applications

  • Understanding of accessibility guidelines and techniques for creating inclusive designs

View all Front end Developer interview questions
A Quality Analyst was asked
Q. What is the difference between verification and validation?
Ans. 

Verification ensures that the product is built according to the requirements, while validation ensures that the product meets the customer's needs.

  • Verification checks if the product meets the specified requirements and standards.

  • Validation checks if the product meets the customer's needs and expectations.

  • Verification is done during the development phase.

  • Validation is done after the development phase.

  • Verification i...

View all Quality Analyst interview questions
A Quality Analyst was asked
Q. What is Agile testing?
Ans. 

Agile testing is a software testing approach that follows the principles of Agile methodology.

  • Agile testing involves continuous testing throughout the software development lifecycle.

  • It emphasizes collaboration between developers, testers, and stakeholders.

  • Test cases are created and executed in short iterations, allowing for quick feedback and adjustments.

  • Automated testing is often used to increase efficiency and s...

View all Quality Analyst interview questions

Sun Dew Solutions Interview Experiences

8 interviews found

Data Engineer Interview Questions & Answers

user image Prasenjit Karmakar

posted on 5 Jul 2023

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

I applied via Hirect and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked SQL basic to advance level concept.
Round 3 - Coding Test 

1-hour test with 15 questions on Python or SQL.

Round 4 - HR 

(1 Question)

  • Q1. Basic Hr Question. But they judge the psychology of the candidate.

Interview Preparation Tips

Interview preparation tips for other job seekers - The basic concept should be clear.
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

Data Engineer Interview Questions & Answers

user image Prasenjit Karmakar

posted on 26 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Python SQL Power BI
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is a brand? What is your inspiration to start work?
  • Ans. 

    A brand is a unique identity that represents a company, product, or service. Inspiration to start work comes from various sources.

    • A brand is the perception and reputation of a company or product in the minds of consumers.

    • It encompasses the visual elements such as logo, colors, typography, and design that create a recognizable identity.

    • A brand also includes the values, mission, and personality that differentiate it from...

  • Answered by AI
  • Q2. What is the difference between UI & UX? Mention the top 5 trends of the latest design.
  • Ans. 

    UI is the user interface while UX is the user experience. Top 5 design trends are minimalism, bold typography, dark mode, 3D elements, and micro-interactions.

    • UI is the visual aspect of a product while UX is the overall experience of the user with the product.

    • Minimalism is a trend that focuses on simplicity and clarity in design.

    • Bold typography is a trend that uses large and impactful fonts to convey a message.

    • Dark mode...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Need to make a Logo and SMP posts or a web layout along with 2 banners
Round 4 - HR 

(1 Question)

  • Q1. Regarding CTC and formal Q&A

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to upgrade your skills. This is the place where you can explore your thoughts.

Skills evaluated in this interview

ETL Developer Interview Questions & Answers

user image Anonymous

posted on 16 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic SQL, Window Functions, Index, Table Partition
Round 3 - HR 

(1 Question)

  • Q1. Still haven't given, planning to give it tomorrow.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be prominent, just be yourself, you will definitely going to crack
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Why indexing is needed in MySQL?
  • Ans. 

    Indexing in MySQL improves query performance by allowing faster data retrieval and efficient data organization.

    • Indexes speed up data retrieval by reducing the amount of data scanned. For example, searching for a user by ID is faster with an index.

    • They help maintain the uniqueness of data. For instance, a primary key index ensures no duplicate values in a column.

    • Indexes can improve the performance of JOIN operations by ...

  • Answered by AI
  • Q2. Explain MySQL storage system
  • Ans. 

    MySQL uses a structured storage system with various storage engines to manage data efficiently and support different use cases.

    • MySQL supports multiple storage engines like InnoDB, MyISAM, and MEMORY, each optimized for different scenarios.

    • InnoDB is the default engine, providing ACID compliance, transactions, and foreign key support.

    • MyISAM is optimized for read-heavy operations and offers full-text search capabilities.

    • T...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What technical skills do you have?
  • Q2. According to you what are the futuristic skills required for a frontend developer?
  • Ans. 

    Futuristic skills for a frontend developer include AI, VR/AR, PWAs, and accessibility.

    • Proficiency in AI and machine learning for creating intelligent interfaces

    • Knowledge of VR/AR for developing immersive experiences

    • Expertise in Progressive Web Apps (PWAs) for building fast and reliable web applications

    • Understanding of accessibility guidelines and techniques for creating inclusive designs

  • Answered by AI
Round 3 - Machine Test 

(1 Question)

  • Q1. A demo Project will be assigned.
Round 4 - Technical 

(1 Question)

  • Q1. Tell me how React works.
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React uses a virtual DOM to efficiently update the actual DOM.

    • Components are the building blocks of React applications.

    • React allows for declarative programming, making it easier to reason about code.

    • React can be used with other libraries and frameworks, such as Redux and Next.js.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Can you take ownership of a project?

Interview Preparation Tips

Topics to prepare for Sun Dew Solutions Front end Developer interview:
  • Post CSS
  • SCSS
  • HTML
  • CSS3
  • React
  • Angular
  • Javascript
  • Photoshop
  • figma
Interview preparation tips for other job seekers - Be yourself. If you don't know the answer just skip it don't give the wrong answer and be confident.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Dec 2021. There were 5 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 - Technical 

(2 Questions)

  • Q1. What is regression testing in software testing?
  • Ans. 

    Regression testing is a type of software testing that ensures that previously developed and tested software still performs correctly after changes or updates have been made.

    • It is performed to verify that changes made in the software do not have any unintended side effects on the existing functionality.

    • It involves re-executing test cases that have been previously executed to ensure that the existing functionality has no...

  • Answered by AI
  • Q2. What is the difference between verification and validation?
  • Ans. 

    Verification ensures that the product is built according to the requirements, while validation ensures that the product meets the customer's needs.

    • Verification checks if the product meets the specified requirements and standards.

    • Validation checks if the product meets the customer's needs and expectations.

    • Verification is done during the development phase.

    • Validation is done after the development phase.

    • Verification is a p...

  • Answered by AI
Round 3 - Machine Test 

(2 Questions)

  • Q1. 1. Prepare test cases and test them.
  • Ans. 

    Creating and executing test cases ensures software quality and functionality meet requirements.

    • Identify the requirements: Understand what the software is supposed to do.

    • Create test cases: Write detailed test cases covering all functionalities.

    • Example: For a login feature, test cases could include valid login, invalid password, and empty fields.

    • Execute test cases: Run the test cases and document the results.

    • Example: Rec...

  • Answered by AI
  • Q2. 2. While writing down test cases you also need to check the SEO compatibility of the website given
Round 4 - Technical 

(1 Question)

  • Q1. What is Agile testing?
  • Ans. 

    Agile testing is a software testing approach that follows the principles of Agile methodology.

    • Agile testing involves continuous testing throughout the software development lifecycle.

    • It emphasizes collaboration between developers, testers, and stakeholders.

    • Test cases are created and executed in short iterations, allowing for quick feedback and adjustments.

    • Automated testing is often used to increase efficiency and speed ...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why do you want to work for our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive and Focus on the employer’s needs.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
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 Sun Dew Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy and moderate level question

Round 2 - Group Discussion 

Given a relevant topic and discussion on it

Round 3 - HR 

(2 Questions)

  • Q1. Introducd yourself
  • Q2. Why do you want to join us
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Reasoning and aptitude questions were asked

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview was around python programming and team fitment

Sun Dew Solutions Interview FAQs

How many rounds are there in Sun Dew Solutions interview?
Sun Dew Solutions interview process usually has 3-4 rounds. The most common rounds in the Sun Dew Solutions interview process are Technical, HR and Resume Shortlist.
How to prepare for Sun Dew Solutions 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 Sun Dew Solutions. The most common topics and skills that interviewers at Sun Dew Solutions expect are MySQL, PHP, Digital Marketing, Javascript and Laravel.
What are the top questions asked in Sun Dew Solutions interview?

Some of the top questions asked at the Sun Dew Solutions 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. According to you what are the futuristic skills required for a frontend develop...read more
How long is the Sun Dew Solutions interview process?

The duration of Sun Dew Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 9 interview experiences

Difficulty level

Easy 14%
Moderate 71%
Hard 14%

Duration

Less than 2 weeks 86%
2-4 weeks 14%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all

Sun Dew Solutions Reviews and Ratings

based on 45 reviews

4.6/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

4.3

Salary

4.4

Job security

4.5

Company culture

4.4

Promotions

4.5

Work satisfaction

Explore 45 Reviews and Ratings
SAP Analytics Consultant

Kolkata

3-5 Yrs

Not Disclosed

Motion Graphic Designer

Kolkata

3-5 Yrs

Not Disclosed

Brand & Content Strategist

Kolkata

4-6 Yrs

Not Disclosed

Explore more jobs
Technical Associate
17 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Junior Technical Associate
9 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Quality Analyst
7 salaries
unlock blur

₹4 L/yr - ₹5.2 L/yr

Presales Consultant
6 salaries
unlock blur

₹4.8 L/yr - ₹6.4 L/yr

Data Engineer
5 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Sun Dew Solutions with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

3.9
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare
write
Share an Interview