Upload Button Icon Add office photos

Namshi

Compare button icon Compare button icon Compare

Filter interviews by

Namshi Senior Software Engineer Interview Questions and Answers

Updated 14 Sep 2023

Namshi Senior Software Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 4 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 

Hacker Rank test
was Given two problems and 20 MCQ questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous projects that I worked on and going in-depth on how you optimized the performance. If you want to create from Scratch how you would have done it?
  • Q2. In-Depth questions in Javascript like currying, Advanced Closure concepts, Inheritance by using prototype, Promises, etc
Round 4 - One-on-one 

(3 Questions)

  • Q1. Interview with CTO
  • Q2. Asked about Design patterns and design principles. When can we use Strategy pattern ? What is the difference between Abstract factory and factory patterns? Where did you use Singleton class in your project...
  • Q3. Some common behavioral questions

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Namshi ?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic baba questions and 3 short dsa problems

Round 2 - Coding Test 

System Design interview, was asked to design a system like booking.com

Round 3 - Technical 

(1 Question)

  • Q1. Techo managerial round

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It was a simple coding test.

Round 2 - Coding Test 

There was a small coding problem involving oops concepts..

Round 3 - Technical 

(1 Question)

  • Q1. There was a simple System Design problem specifically URLShortener
  • Ans. 

    Design a URL shortener that converts long URLs into shorter, manageable links.

    • Use a hash function to generate a unique key for each URL.

    • Store the mapping of short URLs to original URLs in a database.

    • Implement a redirection service that retrieves the original URL using the short key.

    • Consider using a custom domain for branding purposes.

    • Implement analytics to track usage of shortened URLs.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. There was discussion about previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - The Talent Acquisition team of Lenskart doesn't exactly show much professionalism and pretty much ghost you after an interview. Also they are a hard bargain. The interviewers however were pretty respectful and accommodating.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Insert node in BST
  • Ans. 

    Insert a node in a Binary Search Tree (BST)

    • Start at the root node and compare the value of the node to be inserted with the current node

    • If the value is less than the current node, move to the left child. If greater, move to the right child

    • Repeat the process until reaching a leaf node, then insert the new node as a left or right child

  • Answered by AI
  • Q2. Design Lift system
  • Ans. 

    Design a lift system for efficient vertical transportation

    • Consider the number of floors in the building

    • Include safety features like emergency stop button

    • Optimize for speed and energy efficiency

    • Implement a user-friendly interface for passengers

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. KAFKA MICRISERVICE ARCHITECTURE

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA, BASIC clear of all which you returned
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic coding test from hackerearth.

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

(1 Question)

  • Q1. Design Search Systems
  • Ans. 

    Designing search systems involves creating efficient algorithms and data structures to quickly retrieve relevant information.

    • Understand the data structure of the search system (e.g. inverted index, trie)

    • Implement efficient search algorithms (e.g. binary search, hash tables)

    • Consider scalability and performance optimization techniques (e.g. caching, indexing)

    • Include user-friendly features like autocomplete and spell corr...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Data Structures related 2 round & 1 round system Design

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on DS and Design skills. No graphs and DP problems were asked

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 

(2 Questions)

  • Q1. Linked list questions, array and string questions
  • Q2. Rest api, microservices design patterns, design principles , System design, java detailed

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare basics of linkedlist hashmap string arrays rest api and microservices. Also, American Express might have very high performing team. Do check if you are fit for project as the expectations were very high.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate matrix by 90 degree
  • Ans. 

    Rotate a matrix by 90 degrees.

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI
  • Q2. Longest substring with unique characters
  • Ans. 

    The question asks for finding the longest substring in a given string that contains only unique characters.

    • Iterate through the string and keep track of the current substring

    • Use a set to check for duplicate characters

    • Update the longest substring if a longer one is found

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. A trie question
Round 3 - Case Study 

Ecommerce hight level design

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared

Skills evaluated in this interview

Namshi Interview FAQs

How many rounds are there in Namshi Senior Software Engineer interview?
Namshi interview process usually has 4 rounds. The most common rounds in the Namshi interview process are One-on-one Round, Resume Shortlist and Coding Test.
What are the top questions asked in Namshi Senior Software Engineer interview?

Some of the top questions asked at the Namshi Senior Software Engineer interview -

  1. In-Depth questions in Javascript like currying, Advanced Closure concepts, Inhe...read more
  2. Some common behavioral questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Buying Assistant
6 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Finance Executive
4 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Accounts Manager
4 salaries
unlock blur

₹18 L/yr - ₹18 L/yr

Service Delivery Associate
4 salaries
unlock blur

₹4 L/yr - ₹4.2 L/yr

Digital Marketing Specialist
4 salaries
unlock blur

₹33.8 L/yr - ₹40.6 L/yr

Explore more salaries
Compare Namshi with

Reliance Retail

3.9
Compare

Udaan

3.9
Compare

BigBasket

3.9
Compare

Aditya Birla Fashion and Retail

4.1
Compare
write
Share an Interview