Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DistrictD || Utopian Dreams Private Limited Team. If you also belong to the team, you can get access from here

Filter interviews by

DistrictD || Utopian Dreams Private Limited Interview Questions and Answers

Updated 15 Jan 2025

DistrictD || Utopian Dreams Private Limited Interview Experiences

Popular Designations

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Coding Test 

Even odd, prime no. ,greatest all, skip no

Round 2 - Aptitude Test 

Easy aptitude
percentage
family question

Round 3 - Coding Test 

Basic java question like prime no ,factorial

Interview Preparation Tips

Interview preparation tips for other job seekers - work on basics ,oops , dsa

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort an array of 0,1,2 in O(n)
  • Ans. 

    Dutch National Flag algorithm can be used to sort an array of 0,1,2 in O(n) time complexity.

    • Initialize three pointers - low, mid, high at the start, end, and end of the array respectively.

    • Iterate through the array and swap elements based on their values with the pointers.

    • Example: Input array: ['1', '0', '2', '1', '0'], Output array: ['0', '0', '1', '1', '2']

  • Answered by AI
  • Q2. ATM machine money retrieving program based on if else
  • Ans. 

    ATM program to retrieve money based on user input using if else statements

    • Create a function to handle the ATM money retrieval process

    • Use if else statements to check user input and dispense money accordingly

    • Handle different scenarios like insufficient funds or invalid input

    • Example: if(amount <= balance) { dispenseMoney(amount); } else { displayMessage('Insufficient funds'); }

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DistrictD || Utopian Dreams Private Limited Software Developer interview:
  • DSA

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview Questions & Answers

user image Anonymous

posted on 11 May 2023

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

I applied via Recruitment Consulltant and was interviewed before May 2022. 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 - Technical 

(1 Question)

  • Q1. What is eps, income statement , balance sheet and cfs ?
  • Ans. 

    EPS is earnings per share, income statement shows revenue and expenses, balance sheet shows assets and liabilities, CFS shows cash flow.

    • EPS is a financial metric that shows how much profit a company has earned per share of its stock

    • Income statement shows a company's revenue and expenses over a specific period of time

    • Balance sheet shows a company's assets, liabilities, and equity at a specific point in time

    • CFS shows how...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Why do you want to join

Interview Preparation Tips

Topics to prepare for DistrictD interview:
  • Financial Modelling
Interview preparation tips for other job seekers - have financial statement knowledge

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jun 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 - Assignment 

Cohort/Retention Analysis of Sales Data

Round 3 - One-on-one 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. Single data point to get from customer
  • Ans. 

    Customer satisfaction rating

    • Use Net Promoter Score (NPS) to measure customer loyalty

    • Ask customers to rate their satisfaction on a scale of 1-10

    • Collect feedback through surveys or reviews

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GroMo Business Analyst interview:
  • Advanced Excel
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Asked about data interpretation and all these.

Round 3 - Coding Test 

Coding test is based on DSA mainly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your concepts regarding your projects.

Business Analyst Interview Questions & Answers

GroMo user image Shashwat vishnu

posted on 17 Jul 2024

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

(5 Questions)

  • Q1. Sql, excel, python, g-sheet
  • Q2. Window function
  • Q3. Lookup, pivot, graphs, sumif, countif
  • Q4. Puzzles, fake coin, 25 horses,
  • Q5. Basic business understanding

Interview Preparation Tips

Interview preparation tips for other job seekers - they ask logical question, and busines understanding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Previous Work e and domain worked in
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Questions on window functions
  • Q2. Basic python coding questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your expectations in terms of work
  • Ans. 

    I expect challenging projects, opportunities for growth, a supportive team, and a healthy work-life balance.

    • Challenging projects that allow me to utilize my analytical skills

    • Opportunities for professional growth and skill development

    • A supportive team environment where collaboration is encouraged

    • A healthy work-life balance to prevent burnout

    • Clear communication and feedback from management

  • Answered by AI
  • Q2. Wheredo you see yourself in 2 years
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. 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 - One-on-one 

(2 Questions)

  • Q1. Basic angular and javascript concepts
  • Q2. Life cycle of angular
  • Ans. 

    Angular has a life cycle consisting of several phases that a component goes through from creation to destruction.

    • Angular components go through several life cycle hooks such as ngOnInit, ngOnDestroy, etc.

    • ngOnInit is called after the component has been initialized and its data-bound properties have been checked.

    • ngOnDestroy is called just before the component is destroyed.

    • Other life cycle hooks include ngOnChanges, ngDoCh...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Advanced angular and javascript concepts
Round 4 - One-on-one 

(1 Question)

  • Q1. Advanced javascript html css typescript
Round 5 - HR 

(1 Question)

  • Q1. Common questions on salary expectations and explain about benefits

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour - Reverse linked list k at a time

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 stream setup
  • Ans. 

    Java 8 stream setup involves creating a stream from a collection or array and applying operations like filter, map, and reduce.

    • Create a stream from a collection using stream() method

    • Apply operations like filter, map, and reduce to process elements

    • Use terminal operations like collect or forEach to get the final result

  • Answered by AI
  • Q2. CAP Theorem explanation wanted
  • Ans. 

    CAP Theorem states that in a distributed system, it is impossible to simultaneously achieve consistency, availability, and partition tolerance.

    • Consistency: All nodes in the system have the same data at the same time.

    • Availability: Every request gets a response, even if some nodes are down.

    • Partition Tolerance: The system continues to operate despite network partitions.

    • Examples: MongoDB prioritizes consistency and partiti...

  • Answered by AI

Skills evaluated in this interview

DistrictD || Utopian Dreams Private Limited Interview FAQs

How many rounds are there in DistrictD || Utopian Dreams Private Limited interview?
DistrictD || Utopian Dreams Private Limited interview process usually has 2-3 rounds. The most common rounds in the DistrictD || Utopian Dreams Private Limited interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for DistrictD || Utopian Dreams Private Limited 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 DistrictD || Utopian Dreams Private Limited. The most common topics and skills that interviewers at DistrictD || Utopian Dreams Private Limited expect are Digital Marketing, HTML, HTML and CSS, Javascript and MySQL.
What are the top questions asked in DistrictD || Utopian Dreams Private Limited interview?

Some of the top questions asked at the DistrictD || Utopian Dreams Private Limited interview -

  1. what is eps, income statement , balance sheet and cf...read more
  2. ATM machine money retrieving program based on if e...read more
  3. Sort an array of 0,1,2 in O...read more

Tell us how to improve this page.

DistrictD || Utopian Dreams Private Limited Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
PolicyBazaar Interview Questions
3.6
 • 358 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
Urban Company Interview Questions
3.4
 • 134 Interviews
MakeMyTrip Interview Questions
3.7
 • 122 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
BookMyShow Interview Questions
4.0
 • 23 Interviews
View all

Fast track your campus placements

View all

DistrictD || Utopian Dreams Private Limited Reviews and Ratings

based on 10 reviews

4.4/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.1

Salary

4.4

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 10 Reviews and Ratings
Software Developer
14 salaries
unlock blur

₹3.2 L/yr - ₹9.9 L/yr

Financial Analyst
6 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Full Stack Developer
5 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Senior Financial Analyst
4 salaries
unlock blur

₹6.5 L/yr - ₹9.4 L/yr

Associate Software Engineer
3 salaries
unlock blur

₹5.5 L/yr - ₹6.5 L/yr

Explore more salaries
Compare DistrictD || Utopian Dreams Private Limited with

Urban Company

3.4
Compare

Swiggy

3.8
Compare

Zomato

3.8
Compare

Ola Cabs

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