Upload Button Icon Add office photos

Filter interviews by

Gupshup Senior Software Engineer Interview Questions and Answers

Updated 19 Dec 2024

Gupshup Senior Software Engineer Interview Experiences

4 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Three coding problems were asked one was to print frequency of each character in a string, second was also similar to this problem unable to recall it and third problem was given an array of string and range from L to R find the nth character if all strings from L to R is concatenated and sorted. Apart from these three coding problems there were 10 easy MCQ's.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions on java and spring boot, annotations, oops concept.
  • Q2. Code LRU cache(with no updates), just to implement push and pop operation with given window size of 4.
Round 3 - Technical 

(1 Question)

  • Q1. It was a design round where I was asked to write class models of a in memory session management system without using tools like redis.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Discussion about past projects

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions about past projects
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Aug 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 - Technical 

(2 Questions)

  • Q1. Ruby on Rails basic concept questions, Writing routes, DBMS basic questions
  • Q2. Program to reverse a string without using reverse method
  • Ans. 

    Use a loop to iterate through the string and build a new reversed string.

    • Create an empty string to store the reversed result.

    • Iterate through the original string from the end to the beginning.

    • Append each character to the new string.

    • Return the reversed string.

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

(1 Question)

  • Q1. Discussion on projects which we had worked upon. Round was with manager.
Round 4 - Case Study 

Behavioural questions related to organisations

Round 5 - HR 

(1 Question)

  • Q1. HR discussion, salary discussion and sharing offer letter

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be very smooth. Just concentrate on basics. That's it.

Skills evaluated in this interview

Gupshup interview questions for designations

 Senior Software QA Engineer

 (1)

 Software Engineer

 (1)

 Software Engineer II

 (1)

 Software Developer

 (6)

 Senior Software Developer 2

 (1)

 Senior Sdet Engineer

 (1)

 Lead Engineer

 (1)

 Principal Engineer

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Scenario based questions to test our experience.
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions and puzzles.

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions are tricky and might have multiple answers. They will examine our thinking capacity in that.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Basic leet code easy-level questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Python basic questions Few more python based problem solving Database related queries Oops based questions
  • Q2. String, array-based problems
Round 3 - One-on-one 

(1 Question)

  • Q1. Database design round Mysql queries based on the design More python questions
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions and salary discussion

Interview Preparation Tips

Topics to prepare for Mindfire Solutions Senior Software Engineer interview:
  • Database
  • OOPS
  • Python
  • Javascript
  • MySQL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Current role and responsibilities

I applied via Approached by Company and was interviewed in Sep 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. Attended interview for Java and Spring boot . No direct questions like what is and why ?. All were scenario questions like when to use which collections and more configuration oriented in spring boot. But...
Round 3 - Technical 

(1 Question)

  • Q1. Another Technical round by senior panel. More insights into project and actions performed in the project like what we did and how we did.

Interview Preparation Tips

Topics to prepare for Ideas2IT Technologies Senior Software Engineer interview:
  • Java
  • Spring Boot
  • Microservices
Interview preparation tips for other job seekers - Be Strong in basics. They want to know if you are able to understand concepts and present it well.

I applied via Approached by Company and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. 1 What’s functional interface and benefits. 2 Transaction uses and different propagation level.
  • Ans. 

    Functional interface is an interface with only one abstract method. Benefits include lambda expressions and improved code readability.

    • Functional interface allows for the use of lambda expressions, which can simplify code and improve readability.

    • It also enables the use of method references, which can make code more concise.

    • Functional interfaces are used extensively in Java 8's Stream API.

    • Transaction uses include ensurin...

  • Answered by AI
  • Q2. Different isolation levels in transactions labels and purpose.
  • Ans. 

    Different isolation levels in transactions and their purpose.

    • Isolation levels determine how transactions interact with each other.

    • READ UNCOMMITTED: Allows dirty reads, can cause phantom reads.

    • READ COMMITTED: Prevents dirty reads, but allows non-repeatable reads.

    • REPEATABLE READ: Prevents dirty and non-repeatable reads, but allows phantom reads.

    • SERIALIZABLE: Prevents all three types of reads, but can cause deadlock.

    • Purpo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Never give up..

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. About framework cucumber
  • Q2. About selenium automation
Round 2 - HR 

(1 Question)

  • Q1. Career growth in comoany

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company to work in ideas2it very good envirement.

Gupshup Interview FAQs

How many rounds are there in Gupshup Senior Software Engineer interview?
Gupshup interview process usually has 2-3 rounds. The most common rounds in the Gupshup interview process are One-on-one Round, Technical and Case Study.
What are the top questions asked in Gupshup Senior Software Engineer interview?

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

  1. Program to reverse a string without using reverse met...read more
  2. It was a design round where I was asked to write class models of a in memory se...read more
  3. Code LRU cache(with no updates), just to implement push and pop operation with ...read more

Tell us how to improve this page.

Gupshup Senior Software Engineer Interview Process

based on 5 interviews

Interview experience

3.6
  
Good
View more
Gupshup Senior Software Engineer Salary
based on 68 salaries
₹11 L/yr - ₹38.5 L/yr
49% more than the average Senior Software Engineer Salary in India
View more details

Gupshup Senior Software Engineer Reviews and Ratings

based on 10 reviews

3.1/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

3.6

Salary

2.5

Job security

2.5

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
90 salaries
unlock blur

₹6.2 L/yr - ₹22 L/yr

Senior Software Engineer
68 salaries
unlock blur

₹11 L/yr - ₹38.5 L/yr

Software Engineer Level 1
43 salaries
unlock blur

₹7 L/yr - ₹21 L/yr

Software Engineer2
38 salaries
unlock blur

₹9.2 L/yr - ₹33 L/yr

Assistant Manager
33 salaries
unlock blur

₹6 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Gupshup with

Twilio

3.9
Compare

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

3.7
Compare

FinThrive

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