Upload Button Icon Add office photos

Dew Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Dew Solutions Software Developer Interview Questions and Answers

Updated 15 Nov 2024

Dew Solutions Software Developer Interview Experiences

4 interviews found

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

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

Round 1 - Coding Test 

Problem based discussion

Round 2 - Technical 

(2 Questions)

  • Q1. Tech related questions
  • Q2. Devops questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Profile discussion
  • Q2. Project discussions
Round 4 - HR 

(2 Questions)

  • Q1. General discussion
  • Q2. Past role discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare well before start.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is filter in js
  • Ans. 

    Filter in JavaScript is a method used to create a new array with elements that pass a certain condition.

    • Filter method creates a new array with elements that satisfy a provided function.

    • It does not modify the original array, but returns a new array.

    • Example: const numbers = [1, 2, 3, 4, 5]; const evenNumbers = numbers.filter(num => num % 2 === 0); // [2, 4]

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more

I applied via Recruitment Consultant and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Related to Java core Java ?
  • Q2. Related to Microservice?
  • Q3. Related to Spring Boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the project you have worked upon , lot of questions will be around that

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

Interview Questionnaire 

2 Questions

  • Q1. OOPs related questions
  • Q2. Explain how you will implement the LUDO game
  • Ans. 

    LUDO game can be implemented using object-oriented programming concepts and graphics libraries.

    • Create classes for game board, players, and game pieces

    • Implement game logic for dice rolls, moving pieces, and capturing opponent pieces

    • Use graphics libraries to create a visually appealing game interface

    • Incorporate sound effects and animations to enhance user experience

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice .

Skills evaluated in this interview

Dew Solutions interview questions for designations

 Software Developer Intern

 (1)

 Software Engineer

 (3)

 Android Developer

 (1)

 Senior Software Engineer

 (3)

 React Native Developer

 (1)

 QA Engineer

 (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept Js related output questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

2 questions of DSA medium to hard

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq + dsa JavaScript questions

Round 2 - Technical 

(1 Question)

  • Q1. JavaScript advance topics and database design topics
Round 3 - Behavioral 

(1 Question)

  • Q1. Situation based question and behavioural questions

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

Skills evaluated in this interview

Dew Solutions Interview FAQs

How many rounds are there in Dew Solutions Software Developer interview?
Dew Solutions interview process usually has 2-3 rounds. The most common rounds in the Dew Solutions interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Dew Solutions Software Developer 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 Dew Solutions. The most common topics and skills that interviewers at Dew Solutions expect are HTML, HTML and CSS, Javascript, Redux and TypeScript.
What are the top questions asked in Dew Solutions Software Developer interview?

Some of the top questions asked at the Dew Solutions Software Developer interview -

  1. Explain how you will implement the LUDO g...read more
  2. what is filter in...read more
  3. Related to Java core Jav...read more

Tell us how to improve this page.

Dew Solutions Software Developer Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
Dew Solutions Software Developer Salary
based on 48 salaries
₹6 L/yr - ₹25.3 L/yr
70% more than the average Software Developer Salary in India
View more details

Dew Solutions Software Developer Reviews and Ratings

based on 4 reviews

3.3/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

4.1

Salary

4.1

Job security

4.4

Company culture

4.1

Promotions

3.9

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
208 salaries
unlock blur

₹6.2 L/yr - ₹21.8 L/yr

Senior Software Engineer
184 salaries
unlock blur

₹8.6 L/yr - ₹33 L/yr

Software Developer
48 salaries
unlock blur

₹6 L/yr - ₹25.3 L/yr

QA Engineer
41 salaries
unlock blur

₹4 L/yr - ₹14.3 L/yr

Associate Technical Leader
30 salaries
unlock blur

₹14.5 L/yr - ₹30 L/yr

Explore more salaries
Compare Dew Solutions with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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