Upload Button Icon Add office photos

Filter interviews by

Clear (1)

DONE by NONE Senior Engineer Interview Questions and Answers

Updated 22 May 2024

DONE by NONE Senior Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Case Study 

How do you face a difficult situation?

Round 2 - Coding Test 

Fibonacci series to be done on screen

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: First round was a simple round which involved 10 multiple choice questions and 3 coding questions on hackerrank platform.

Round: Technical Interview
Experience: Mainly on topics like networks, data structures and algorithms, operating systems. The interviewers looked for people who have had prior experience in web development and asked questions regarding web development in depth too.
Tips: I recommend everyone to read the book titled, 'Cracking the Coding Interview' as it was helpful in my approach to an interview.

General Tips: The one major thing that would give you the edge in joining Myntra would definitely be exposure to web development. Since it is not a part of the curriculum , it's all the more important for you to familiarize yourself with web development. In fact, a few projects in the same field would put you in a very advantageous position to get the job.
Skill Tips: 1. Start your placement preparations well ahead, no point regretting later.
2. Keep a concise resume. Do not take your resume to several pages.
3. Do not neglect aptitude preparation. Many people do this mistake and end up not clearing the first round for several companies.
4. Be thorough with your basics across all subjects. (Do not neglect any subject, even they you may like a few and dislike the others.)
5. Keep in mind, the interviewers are really friendly and try to make sure that you're not nervous during the interview. All they want to do is to test you. Be confident and give it your best shot.
Skills:
College Name: NIT Surathkal
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. 3 Technical rounds altogether
  • Q2. Mainly Java Based questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions in Java Core and spring boot
Round 4 - Technical 

(1 Question)

  • Q1. Questions in Java + DSA questions
Round 5 - HR 

(1 Question)

  • Q1. Work Experience and DSA +LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Java && Springboot for interviews is must. Keep working hard.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via AngelList and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Had multiple questions on Array and String overall the difficulty level was medium the interviewer was friendly and patient

Round 2 - Technical 

(1 Question)

  • Q1. Had Discussion on the projects I made it was related to mern stack so he asked me questions regarding that also asked questions on DBMS and OS
Round 3 - HR 

(1 Question)

  • Q1. Simple Scenario based questions

Interview Preparation Tips

Topics to prepare for Fabindia Software Engineer interview:
  • DSA
  • Computer Networking
  • Operating Systems
  • OOPS
  • DBMS
Interview preparation tips for other job seekers - Be confident the recruiters are actually there to select you they will guide and help you they will often give you hints listen to them properly do not be in a rush take your time. talk through your solutions tell them the approach and then start coding do not be in rush
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sort colours or the dutch flag problem
  • Ans. 

    The Dutch Flag problem involves sorting an array of strings with three possible values in a specific order.

    • Create three pointers to keep track of the boundaries of each color group

    • Iterate through the array and swap elements to group them in the correct order

    • Time complexity of O(n) can be achieved by a single pass through the array

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use dynamic programming to solve this problem efficiently.

    • Iterate through the string and expand around each character to find the longest palindrome.

    • Consider both odd and even length palindromes.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Rain water problem
  • Ans. 

    The rain water problem involves calculating the amount of rainwater that can be trapped between buildings or structures.

    • Calculate the maximum height of water that can be trapped at each position

    • Subtract the height of the building at each position to get the water level

    • Sum up the water levels at each position to get the total amount of trapped rainwater

  • Answered by AI
  • Q2. 2 sum problemjijo
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The written test consisted of two DS programs.

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour in testing problem solving and basic math

Round 2 - Coding Test 

Coding round with graph and tree questions

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

I was interviewed in Dec 2024.

Round 1 - Coding Test 

Two medium to hard-level questions and one hard question.

Round 2 - Coding Test 

3 medium level problems

Round 3 - Coding Test 

Two challenging problems were presented.

Round 4 - System design 

(1 Question)

  • Q1. Parking lot design
  • Ans. 

    Designing a parking lot involves considering factors like size, layout, capacity, accessibility, and efficiency.

    • Consider the size and layout of the parking lot to maximize space and ease of navigation.

    • Include designated spaces for different types of vehicles (e.g. compact cars, motorcycles, disabled parking).

    • Implement efficient traffic flow patterns to reduce congestion and improve overall user experience.

    • Incorporate f...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. About previous role and experience
Contribute & help others!
anonymous
You can choose to be anonymous

DONE by NONE Interview FAQs

How many rounds are there in DONE by NONE Senior Engineer interview?
DONE by NONE interview process usually has 2 rounds. The most common rounds in the DONE by NONE interview process are Case Study and Coding Test.

Recently Viewed

JOBS

Bharti AXA Life Insurance

No Jobs

REVIEWS

Bharti AXA Life Insurance

No Reviews

REVIEWS

Thermo Fisher Scientific

No Reviews

REVIEWS

Bharti AXA Life Insurance

No Reviews

INTERVIEWS

Deloitte

No Interviews

SALARIES

HDFC Life

LIST OF COMPANIES

MetLife

Locations

DESIGNATION

JOBS

Browse jobs

Discover jobs you love

Tell us how to improve this page.

DONE by NONE Senior Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 426 Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
CARS24 Interview Questions
3.5
 • 329 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Lenskart Interview Questions
3.2
 • 304 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Square Yards Interview Questions
3.8
 • 198 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
View all
fresher
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DONE by NONE with

Myntra

4.0
Compare

Koovs

4.2
Compare

AJIO

3.7
Compare

LimeRoad

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