Upload Button Icon Add office photos
Engaged Employer

i

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

Discover Dollar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Discover Dollar Front end Developer Interview Questions and Answers

Updated 20 Jan 2024

Discover Dollar Front end Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Every one can solve the aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Some what tricky we should think while answering
  • Q2. Some technical questions from python,javascript,html,css etc
Round 3 - Assignment 

Develop fashion website using react

Round 4 - Technical 

(2 Questions)

  • Q1. Interview went smoothly i rate myself as 4 out of 5
  • Q2. Advance js convepts

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dsa, gdsc and sprinthacks
  • Ans. 

    DSA stands for Data Structures and Algorithms, GDSC stands for Google Developer Student Clubs, and Sprinthacks is a hackathon event.

    • DSA is a fundamental concept in computer science that involves organizing and storing data efficiently.

    • GDSC is a student-led community sponsored by Google to help students grow their skills in technology.

    • Sprinthacks is a hackathon event where participants work in teams to create innovative

  • Answered by AI
  • Q2. How you start coding
  • Ans. 

    I start coding by understanding the requirements, planning the structure, writing code, testing, and debugging.

    • Understand the requirements and goals of the project

    • Plan the structure and architecture of the code

    • Write the code following best practices and standards

    • Test the code to ensure it functions correctly

    • Debug any issues that arise during testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn everythings

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There was an OA on hackerearth of an hour. In that there were 20 MCQs and two DSA questions easy to medium on Heap, Hashmap and Subarray

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about previous worked project in last company
  • Q2. Asked one medium DSA question (DNA sequencing) and asked to design some schema
  • Q3. Asked one puzzle If there are 1000 bottles and one is poisonous, a rat will diw after one hour of drinking and you have only one hour to find out which bottle is poisonous, How many minimum rats you need ?

I appeared for an interview in Mar 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Easy

Timing was 10:00 AM. Platform was good.

  • Q1. 

    Subarray With Given Sum Problem Statement

    Given an array ARR of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...

  • Ans. 

    Given an array of integers, find a subarray with a given sum S.

    • Iterate through the array while keeping track of the current sum and start index.

    • Use a hashmap to store the sum and its corresponding index.

    • If the current sum - S is found in the hashmap, a subarray with sum S exists.

    • Return the start index and current index as the end index.

  • Answered by AI
  • Q2. 

    Remove Consecutive Duplicates Problem Statement

    Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.

    Input:

    String S

    Output:

    Output string

    Constr...

  • Ans. 

    Recursively remove consecutive duplicate characters from a string.

    • Use recursion to check if the current character is the same as the next character, if so skip the next character

    • Base case: if string length is 1, return the string

    • Example: Input: 'aabbc' Output: 'abc'

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. I applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 8 CGPAGoComet interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Based on JavaScript and Java.

Round 2 - Assignment 

A task based on JavaScript.

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence of string.
  • Ans. 

    Find the second most occurrence of string in an array of strings.

    • Create a dictionary to store the count of each string in the array

    • Sort the dictionary by count in descending order

    • Return the key of the second element in the sorted dictionary

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. One Puzzle to detect Defective Box
  • Q2. Previous Work Experience
  • Ans. 

    I have 3 years of experience as a Software Developer at XYZ company.

    • Developed web applications using Java and Spring framework

    • Collaborated with cross-functional teams to deliver projects on time

    • Implemented new features and enhancements based on client requirements

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Before Aptitude Test, There was a telephonic interview round in which they test your communication and ask questions about your education and projects. You just have to show your confidence to pass this round. After that, the aptitude test was quite easy. There are 15 questions all are doable in just 15 to 20 minutes of time span.

Round 2 - Coding Test 

After that, The coding round takes place in which they provide you with a device with an online compiler of your preferred programming language and ask you to solve 4 questions without using any built-in function. The questions are based on Linked Lists, Stacks, Arrays, etc. You have to do it all manually. This round lasts up to 1 hour.

Round 3 - Technical 

(1 Question)

  • Q1. The technical round takes place in which they ask different questions from your coding round, a few concept-based ones, and also a few questions to test your thinking and problem-solving abilities like the...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared very well. Also, do not lose hope if not get selected.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

Easy aptitude test containing mathematics and logical questions

Round 2 - Coding Test 

4 leetcode easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on project and tech stack.

Discover Dollar Interview FAQs

How many rounds are there in Discover Dollar Front end Developer interview?
Discover Dollar interview process usually has 4 rounds. The most common rounds in the Discover Dollar interview process are Technical, Aptitude Test and Assignment.
How to prepare for Discover Dollar Front end 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 Discover Dollar. The most common topics and skills that interviewers at Discover Dollar expect are HTML, CSS, Front End, Javascript and React.Js.
What are the top questions asked in Discover Dollar Front end Developer interview?

Some of the top questions asked at the Discover Dollar Front end Developer interview -

  1. Interview went smoothly i rate myself as 4 out o...read more
  2. Some what tricky we should think while answer...read more
  3. Some technical questions from python,javascript,html,css ...read more

Tell us how to improve this page.

Discover Dollar Front end Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 28 Interviews
FloBiz Interview Questions
3.5
 • 23 Interviews
GoComet Interview Questions
4.5
 • 23 Interviews
Bonami Software Interview Questions
4.1
 • 23 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
WinZO Interview Questions
4.0
 • 14 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
View all

Discover Dollar Front end Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Financial Analyst
11 salaries
unlock blur

₹2 L/yr - ₹7.7 L/yr

Data Scientist
7 salaries
unlock blur

₹5.4 L/yr - ₹11.1 L/yr

Data Analyst
6 salaries
unlock blur

₹4.5 L/yr - ₹6.1 L/yr

Senior Financial Analyst
4 salaries
unlock blur

₹8.5 L/yr - ₹10.1 L/yr

Information Security Analyst
4 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Discover Dollar with

NexTurn

4.1
Compare

FloBiz

3.5
Compare

Kanerika Software

4.5
Compare

Smarter BIZ Technologies

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