Upload Button Icon Add office photos

Filter interviews by

The Sultan Center Senior Software Engineer Interview Questions and Answers

Updated 12 Oct 2023

The Sultan Center Senior Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed before Oct 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 - Technical 

(1 Question)

  • Q1. How to monitor performance to investigate a long loading site pages issue
  • Ans. 

    Monitor performance using tools like Chrome DevTools, Lighthouse, and server-side monitoring tools

    • Use Chrome DevTools to analyze network requests, CPU usage, and memory consumption

    • Run Lighthouse audits to identify performance bottlenecks and opportunities for improvement

    • Utilize server-side monitoring tools like New Relic or Datadog to track server response times and database queries

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
Round 4 - Technical 

(1 Question)

  • Q1. Check if a given string is palidrome
  • Ans. 

    Check if a given string is a palindrome

    • Iterate through the string from both ends and compare characters

    • Ignore spaces and punctuation while checking for palindrome

    • Convert the string to lowercase for case-insensitive comparison

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Magento & Laravel experience.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Mar 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 - Coding Test 

Mettle Test based on DP based approach

Round 3 - Technical 

(1 Question)

  • Q1. Based on Tree, Graph, Segment Tree
Round 4 - Technical 

(1 Question)

  • Q1. DS algo based on DP, Trees, Graphs
Round 5 - Technical 

(3 Questions)

  • Q1. Systed Design Round 1
  • Q2. Design a Distributed Queue to have functionality similar to Kafka.
  • Ans. 

    Design a distributed queue similar to Kafka.

    • Use a distributed architecture with multiple brokers and partitions.

    • Implement a publish-subscribe model for producers and consumers.

    • Ensure fault tolerance and high availability through replication and leader election.

    • Use a log-based storage system for messages and offsets.

    • Provide support for message ordering and retention policies.

    • Implement a scalable and efficient message de...

  • Answered by AI
  • Q3. Design Price Tagger System
  • Ans. 

    Design a Price Tagger System

    • Identify the products to be tagged with prices

    • Determine the pricing strategy (e.g. cost-plus, value-based, etc.)

    • Choose the appropriate tagging technology (e.g. barcode, RFID, etc.)

    • Develop a user-friendly interface for tagging and updating prices

    • Implement a database to store product and pricing information

    • Integrate with point-of-sale systems for accurate pricing at checkout

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and Algo and System Design questions alot and do lot of practice

Skills evaluated in this interview

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

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
-

I appeared for an interview in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. About mobile testing and logs
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

I applied via Approached by Company and was interviewed in Jan 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Fundamentals and Basics of android, projects you are worked on.
Round 2 - Assignment 

It was sort of pair programming where you will be told to implement some feature. Here they check your coding style, your approach and the architecture you follow.

Round 3 - Technical 

(1 Question)

  • Q1. Advanced android questions were asked and some scenario based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. It was managerial round, most discussion were on my projects and past experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushing up fundamentals and basics, aware of latest tech stack would help.

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.

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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Node JS internal
  • Q2. Previous project discussion

The Sultan Center Interview FAQs

How many rounds are there in The Sultan Center Senior Software Engineer interview?
The Sultan Center interview process usually has 4 rounds. The most common rounds in the The Sultan Center interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in The Sultan Center Senior Software Engineer interview?

Some of the top questions asked at the The Sultan Center Senior Software Engineer interview -

  1. How to monitor performance to investigate a long loading site pages is...read more
  2. Check if a given string is palidr...read more

Tell us how to improve this page.

The Sultan Center Senior Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Store Manager
4 salaries
unlock blur

₹30 L/yr - ₹30 L/yr

Sales Assistant
4 salaries
unlock blur

₹2.1 L/yr - ₹10 L/yr

Cashier Executive
3 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Explore more salaries
Compare The Sultan Center with

Udaan

3.9
Compare

BigBasket

3.9
Compare

Aditya Birla Fashion and Retail

4.1
Compare

American Express

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