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 was interviewed 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 at ABES Engineering College, Ghaziabad 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 (39)

financial ana 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 Resume 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 || Utopian Dreams Private Limited financial ana interview:
  • Financial Modelling
Interview preparation tips for other job seekers - have financial statement knowledge

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. A brief Introduction
  • Q2. Past Experience Discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms questions
  • Q2. SQL and OOPS concept questions
Round 3 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Data Structure and Algorithms questions
  • Q3. SQL concepts questions

Interview Preparation Tips

Topics to prepare for EquiLend Software Development Engineer interview:
  • DSA
  • SQL
  • OOPS
  • Personal Projects
Interview preparation tips for other job seekers - The recruitment process at Stonewain Systems is well-structured, transparent and quick. My advice would be to focus on Data Structures and Algorithms especially the fundamentals, Object Oriented Programming concepts, and DBMS & SQL. Also do research about EquiLend's products. Lastly, be clear with communication at all times during Interviews.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Why shifting from government bank
  • Ans. 

    I shifted from government bank to explore new challenges and opportunities in the private sector.

    • Desire for new challenges and growth

    • Opportunity to work in a more dynamic and innovative environment

    • Interest in exploring different aspects of the industry

    • Potential for career advancement and higher salary

    • Ability to work with cutting-edge technology and tools

  • Answered by AI
  • Q2. Tell about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Case based on building a financial application for payments
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Things you have worked on in the past
  • Ans. 

    I have worked on developing and launching new mobile applications for a tech startup.

    • Led cross-functional teams to define product requirements

    • Conducted market research and user testing to inform product decisions

    • Worked closely with designers and engineers to bring products to market

    • Managed product roadmap and prioritized features based on user feedback

  • Answered by AI
Round 2 - Assignment 

Take home assignment on a relevant problem statement for the organization

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion on the assignment
Round 4 - HR 

(1 Question)

  • Q1. Details of your salary and negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked me to give a self introduction
  • Q2. Asked me about college activities

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a simple interview process used to evaluvate your language and communication skills
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI

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
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Facilio

No Interviews

INTERVIEWS

Nutanix

No Interviews

INTERVIEWS

FCI CCM

No Interviews

INTERVIEWS

Sasken

No Interviews

INTERVIEWS

FANUC

No Interviews

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.4k Interviews
Paytm Interview Questions
3.3
 • 777 Interviews
Swiggy Interview Questions
3.8
 • 436 Interviews
PolicyBazaar Interview Questions
3.6
 • 344 Interviews
Zomato Interview Questions
3.8
 • 322 Interviews
Ola Cabs Interview Questions
3.4
 • 143 Interviews
Urban Company Interview Questions
3.4
 • 133 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
CapitalOne Interview Questions
3.7
 • 78 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

Fast track your campus placements

View all

DistrictD || Utopian Dreams Private Limited Reviews and Ratings

based on 7 reviews

3.9/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.7

Salary

4.1

Job security

3.8

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 7 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 - ₹4.4 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent