Upload Button Icon Add office photos

Filter interviews by

Gupshup Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Gupshup Interview Questions and Answers

Gupshup Interview Experiences

Popular Designations

31 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.

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

System Administrator Interview Questions & Answers

user image Pradeep Birare

posted on 19 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic DBMS questions
  • Q2. Basic Networking questions and commands
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced System Administrator with a passion for problem-solving and optimizing IT infrastructure.

    • Over 5 years of experience managing servers, networks, and security systems

    • Proficient in troubleshooting hardware and software issues

    • Skilled in implementing and maintaining backup solutions

    • Strong knowledge of virtualization technologies such as VMware and Hyper-V

    • Certified in Microsoft and Cisco technologies

  • Answered by AI
  • Q2. About your project

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)
Gupshup Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java SB, Kafka, MySQL

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 (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Java, multi threading, singleton

Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you
  • Q2. Exected ctc for job role

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 (42)

Gupshup interview questions for popular designations

 Software Developer

 (6)

 Senior Software Engineer

 (4)

 Site Reliability Engineer

 (3)

 Technical Support Engineer

 (1)

 Production Manager

 (1)

 Lead Engineer

 (1)

 Software Engineer

 (1)

 Product Manager

 (1)

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

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions about past projects

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Print duplicate values using java 8

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 (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple code based test

Round 2 - Coding Test 

Dbms questions and javascripy

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 (42)

Senior Software Developer 2 Interview Questions & Answers

user image Kommireddi Naga Anvesh

posted on 8 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a mix of mcqs and 3 coding problems. two problems are easy to solve. one problem is hard.

Senior Software Developer 2 Interview Questions asked at other Companies

Q1. Topological Sort in Graph and Count Number of Islands in Graph
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Round 1 techical . You will be asked basics questions on the technologies u worked, Basics java, SQL, Kafka etc
Round 2 - Technical 

(1 Question)

  • Q1. Round 2 is techical and coding I was asked group anagram question.
Round 3 - HR 

(1 Question)

  • Q1. Basic managerial round . After this they told they will get back to me and they finally ghosted me.

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

Gupshup Interview FAQs

How many rounds are there in Gupshup interview?
Gupshup interview process usually has 2-3 rounds. The most common rounds in the Gupshup interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Gupshup 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 Gupshup. The most common topics and skills that interviewers at Gupshup expect are SQL, Javascript, Automation Testing, HTML and JDBC.
What are the top questions asked in Gupshup interview?

Some of the top questions asked at the Gupshup interview -

  1. Program to reverse a string without using reverse met...read more
  2. How to log latency for an api. Tinyurl system des...read more
  3. No of petrol pumps in In...read more
How long is the Gupshup interview process?

The duration of Gupshup interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

DESIGNATION

COMPANY BENEFITS

Einfochips

No Benefits

SALARIES

Einfochips

No Salaries

LIST OF COMPANIES

Einfochips

Overview

REVIEWS

Einfochips

No Reviews

JOBS

Facilio

No Jobs

REVIEWS

Facilio

No Reviews

JOBS

Einfochips

No Jobs

SALARIES

Facilio

No Salaries

COMPANY BENEFITS

Facilio

No Benefits

Tell us how to improve this page.

Gupshup Interview Process

based on 29 interviews

Interview experience

3.9
  
Good
View more

Tesco

Secure your future with a company that values your job stability.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
PolicyBazaar Interview Questions
3.6
 • 348 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
Ola Cabs Interview Questions
3.4
 • 139 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
View all

Gupshup Reviews and Ratings

based on 167 reviews

3.5/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.6

Salary

3.1

Job security

3.2

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 167 Reviews and Ratings
Software Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Gupshup with

Twilio

3.9
Compare

Hike

3.6
Compare

InMobi

3.5
Compare

Paytm

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