Upload Button Icon Add office photos

Filter interviews by

Dew Solutions Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top Dew Solutions Interview Questions and Answers

View all 11 questions

Dew Solutions Interview Experiences

Popular Designations

20 interviews found

Full Stack Developer (Java + Angular) Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Spring framework related questions
  • Q2. Angular related question, questions were of easy to medium level.
  • Q3. A hands on coding questions on DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all, I would suggest you to confirm from HR if position is open or not. I have given 4 technical rounds and among all of them I was given at least one coding problem. I am not saying I am the best of all the candidates but they didn't even care to share a feedback.
4 Technical rounds all including DSA, Java , Angular And High Level Design.
And then woooosh nothing. I had to call HR multiple times and at end (after a week of calls in berween) I get to hear that position has been put on hold.
That is very unprofessional behavior and I was really looking forward to join them judging by their project.

Note: I had thoroughly enjoyed my interview experience, questions were good to get you thinking on many technical aspects. I am only blaming the management above.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Coding Test 

The coding test was easy not much questions were there 3 questions asked 2 easy and 1 moderate all were leetcode questions .

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode question
  • Q2. Explain c++ function
  • Ans. 

    A C++ function is a block of code that performs a specific task and can be called from other parts of a program.

    • Functions in C++ are defined using a return type, function name, parameters, and a body enclosed in curly braces.

    • Functions can be called multiple times from different parts of the program.

    • Example: int add(int a, int b) { return a + b; }

  • Answered by AI

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (4)
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.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a great experience

Round 2 - Case Study 

I was told to develope an app where we can book mall parking slot from home

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep studying.

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)

Dew Solutions interview questions for popular designations

 Software Developer

 (4)

 Senior Software Engineer

 (3)

 Software Engineer

 (3)

 Android Developer

 (1)

 Engineering Manager

 (1)

 HR Recruiter

 (1)

 Image Editor

 (1)

 Mobility Architect

 (1)

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

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

HR Recruiter Interview Questions & Answers

user image Pranjal Rawat

posted on 24 Jul 2024

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

(1 Question)

  • Q1. What do you like most bout your work
  • Ans. 

    I enjoy the opportunity to connect with diverse candidates and help them find the right fit for their career.

    • Building relationships with candidates

    • Assisting candidates in their career development

    • Contributing to the success of the company by hiring top talent

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be presentable. It will all be good

HR Recruiter Interview Questions asked at other Companies

Q1. You have huge target. And evil mseb wants loadsheeding,power cut. How you can convince your mentor to help you to finish mails and calls
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2023

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

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

Java Streams code questions

Round 3 - Technical 

(1 Question)

  • Q1. Java multithreading n streams, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql, Java multithreading n streams API

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 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 - Coding Test 

Coding on Java Streams API

Round 3 - Technical 

(1 Question)

  • Q1. Java Streams API, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Multithreading, Java Streams API and databases - concentrate on these primarily.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 3 interview rounds.

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 - HR 

(2 Questions)

  • Q1. What is your current CTC What is your ECTC
  • Ans. 

    I prefer not to disclose my current CTC. My expected CTC is based on industry standards and my experience.

    • Politely decline to disclose current CTC

    • Provide expected CTC based on industry standards and experience

    • Research industry standards and salary ranges for similar positions

    • Consider other benefits and perks besides salary

  • Answered by AI
  • Q2. Prefer Job Location. Where do you stay. How early you can join
Round 3 - Technical 

(1 Question)

  • Q1. Reverse String without reversing integer in String What is iOS What is URLSession What is CoreData.
  • Ans. 

    Reverse a string without reversing integer in it

    • Iterate through the string and swap characters from start and end until the middle is reached

    • Use two pointers, one at the start and one at the end of the string

    • Check if the character at the start pointer is a digit, if yes, move the pointer to the next character

    • Check if the character at the end pointer is a digit, if yes, move the pointer to the previous character

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont waste time to give interview in this silly company because they never select you. Interviewer thinks that he is developer of Apple and Google. Solo develop the Android and iOS OS.
Interviewer laugh when you give wrong answer.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

I applied via Naukri.com and was interviewed in Nov 2022. There were 4 interview rounds.

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 javascript questions
Round 3 - Technical 

(1 Question)

  • Q1. Core react interview questions and some react native based questions
Round 4 - Technical 

(1 Question)

  • Q1. Javascript, redux questions

Interview Preparation Tips

Interview preparation tips for other job seekers - if you are react.js developer and applying for react native do not go forward because they will 3 technical rounds and at last will tell you we are looking for react native developer

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

Dew Solutions Interview FAQs

How many rounds are there in Dew Solutions interview?
Dew Solutions interview process usually has 2-3 rounds. The most common rounds in the Dew Solutions interview process are Technical, HR and Resume Shortlist.
How to prepare for 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 Dew Solutions. The most common topics and skills that interviewers at Dew Solutions expect are Javascript, Java, HTML, CSS and Angularjs.
What are the top questions asked in Dew Solutions interview?

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

  1. How can we Avoid then chain and still make API call effective through promis...read more
  2. What is your current CTC What is your E...read more
  3. Difference between put and post method in api test...read more
How long is the Dew Solutions interview process?

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

Tell us how to improve this page.

Dew Solutions Interview Process

based on 11 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

Dew Solutions Reviews and Ratings

based on 147 reviews

3.8/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.6

Salary

3.6

Job security

3.8

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 147 Reviews and Ratings
Software Engineer
190 salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

Senior Software Engineer
190 salaries
unlock blur

₹8.6 L/yr - ₹33 L/yr

Software Developer
47 salaries
unlock blur

₹6.3 L/yr - ₹19.8 L/yr

QA Engineer
41 salaries
unlock blur

₹3 L/yr - ₹12.6 L/yr

Associate Technical Leader
30 salaries
unlock blur

₹14.5 L/yr - ₹30.2 L/yr

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