Upload Button Icon Add office photos

Gupshup

Compare button icon Compare button icon Compare

Filter interviews by

Gupshup Senior Site Reliability Engineer Interview Questions and Answers

Updated 5 Apr 2025

Gupshup Senior Site Reliability Engineer Interview Experiences

1 interview found

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What are the different load balance methods are available in Aws?
  • Ans. 

    AWS offers various load balancing methods to distribute traffic across resources efficiently.

    • Application Load Balancer (ALB): Routes HTTP/HTTPS traffic based on content, ideal for microservices.

    • Network Load Balancer (NLB): Handles millions of requests per second, suitable for TCP traffic.

    • Classic Load Balancer: Legacy option for both HTTP and TCP traffic, less feature-rich than ALB and NLB.

    • Gateway Load Balancer: Combine...

  • Answered by AI
  • Q2. What does load average mean in Linux?
  • Ans. 

    Load average in Linux indicates the system's workload over time, reflecting the number of processes in the run queue.

    • Load average is represented as three numbers: 1, 5, and 15 minutes averages.

    • A load average of 1.0 on a single-core CPU means full utilization; 2.0 indicates overload.

    • You can check load average using the 'uptime' or 'top' commands.

    • High load averages can indicate performance issues, especially if they exce...

  • Answered by AI

Top trending discussions

View All
Interview Hub
2w
a team lead
FeedCard Image
Got a question about Gupshup?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

It has aptitude and coding based questions.For coding you can choose any coding language

Round 2 - Group Discussion 

There will be a GD for 7-10 people on random topic

Round 3 - Technical 

(1 Question)

  • Q1. 1st TR,ask to write a code of your preference.Linux commands,SQL
Round 4 - Technical 

(1 Question)

  • Q1. 2nd TR ,ask about the projects you have done
Round 5 - HR 

(1 Question)

  • Q1. Basic HR round,where they will discuss about the company , job role etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The above process is for freshers which is of 2 years back.there might be change in process.

Senior Site Reliability Engineer Interview Questions Asked at Other Companies

asked in Gupshup
Q1. What are the different load balancing methods available in AWS?
asked in S&P Global
Q2. What are the different types of Data Pages in Pega?
asked in AutoRABIT
Q3. What is the difference between -sub and -ref in CloudFormation?
asked in Gupshup
Q4. What does load average mean in Linux?
asked in Frontdoor
Q5. kafka working and zookeeper role init

Interview Questionnaire 

1 Question

  • Q1. Simple and General Linux related questions, Oracle installations, Linux commands etc

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview for the deployment team to be responsible for deploying the security products to global customers
Round 1 - Technical 

(3 Questions)

  • Q1. Implement Linked list
  • Q2. Implement Hash Map with array and linked list.
  • Ans. 

    Implement Hash Map with array and linked list.

    • Create an array of linked lists

    • Hash function maps keys to array indices

    • Insert key-value pairs into linked lists

    • Handle collisions by chaining

    • Search for a key by hashing and traversing linked list

  • Answered by AI
  • Q3. How to create a immutable class in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain your code property.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They do a technical mock test

Round 2 - Technical 

(3 Questions)

  • Q1. Oop Concept questions
  • Q2. Database related Questions
  • Q3. SVN related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all Experience was good. I recommend this company.

I applied via Naukri.com and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It is taken by manager's manager it is quit tough he asked high level of technical question
Round 2 - HR 

(1 Question)

  • Q1. It was just a salary discussion .HR was very corporative and polite.

Interview Preparation Tips

Topics to prepare for Mobileum Senior Software Engineer interview:
  • telecom related
Interview preparation tips for other job seekers - must join they offer very nice package as per other company

Gupshup HR Interview Questions

4 questions and answers

Q. Why should we hire you?
Q. What are your salary expectations?
Q. Why are you looking for a change?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. 1) OOP Concepts
  • Q2. Difference between Abstract class and interface
  • Q3. Mysql Concepts and Mysql queries
  • Q4. Logical questions on Array and String Functions in PHP
  • Q5. File handling functions such as fread, fopen, fclose etc and logical string function questions on file data.
Round 2 - Technical 

(5 Questions)

  • Q1. All Scenario based questions
  • Q2. OOP Concepts in deep
  • Ans. 

    OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in different ways...

  • Answered by AI
  • Q3. Software design pattern related questions
  • Q4. Small Logical programs
  • Q5. Database queries in deep
  • Ans. 

    Database queries involve retrieving, updating, and manipulating data stored in a database.

    • Database queries are used to retrieve specific data from a database based on certain criteria.

    • Queries can also be used to update existing data or insert new data into the database.

    • SQL (Structured Query Language) is commonly used to write database queries.

    • Examples of database queries include SELECT, INSERT, UPDATE, and DELETE state...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview in Oct 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. 

    Prime Numbers within a Range

    Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.

    Input:

    Integer N

    Output:

    Prime numbers printed on separate lines

    Example:

    Input...
  • Ans. 

    Generate and print all prime numbers between 2 and N, inclusive.

    • Iterate from 2 to N and check if each number is prime

    • A prime number is only divisible by 1 and itself

    • Print each prime number on a new line

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. 

    Anagram Substring Search

    Given two strings 'STR' and 'PTR', identify all starting indices of 'PTR' anagram substrings in 'STR'. Two strings are anagrams if one can be rearranged to form the other.

    Input:

    ...
  • Ans. 

    Implement a function to find all starting indices of anagram substrings of a given string in another string.

    • Create a frequency map of characters in the 'PTR' string.

    • Use a sliding window approach to check for anagrams in 'STR'.

    • Return the starting indices of anagram substrings found.

    • Example: For input 'BACDGABCD' and 'ABCD', output should be [0, 5].

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

  • Q1. What are some common testing questions related to Linux and operating systems?
  • Ans. 

    Common testing questions related to Linux and operating systems

    • What are the different types of testing that can be performed on a Linux operating system?

    • How do you test the compatibility of software with different Linux distributions?

    • Can you explain the process of testing kernel modules in a Linux environment?

    • What tools and techniques do you use for performance testing on Linux systems?

    • How do you ensure the security an...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in GurgaonEligibility criteriaNoGreyOrange interview preparation:Topics to prepare for the interview - Python, data structures and algorithm, sql, testing, automationTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : practice coding
Tip 2 : be thorough with your resume

Application resume tips for other job seekers

Tip 1 : have good projects
Tip 2 : fulfill the required tech stack

Final outcome of the interviewSelected

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Java : Find all most occuring characters in given string only using arrays

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. About the current profile
  • Q2. Asked about the sms call flow
  • Ans. 

    SMS call flow involves the process of sending and receiving text messages through mobile networks.

    • User composes an SMS on their mobile device.

    • The SMS is sent to the Short Message Service Center (SMSC).

    • SMSC stores the message and attempts to deliver it to the recipient's device.

    • If the recipient's device is unavailable, the SMSC retries delivery for a specified time.

    • Once delivered, the recipient's device receives the SMS...

  • Answered by AI

Gupshup Interview FAQs

What are the top questions asked in Gupshup Senior Site Reliability Engineer interview?

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

  1. What are the different load balance methods are available in A...read more
  2. What does load average mean in Lin...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 60 Interviews
CodeClouds Interview Questions
4.3
 • 42 Interviews
Entrata Interview Questions
4.1
 • 40 Interviews
Grey Orange Interview Questions
3.2
 • 40 Interviews
Mobileum Interview Questions
3.2
 • 39 Interviews
Subex Interview Questions
3.4
 • 36 Interviews
greytHR Interview Questions
3.9
 • 33 Interviews
View all
Software Engineer
103 salaries
unlock blur

₹11.6 L/yr - ₹21 L/yr

Senior Software Engineer
92 salaries
unlock blur

₹21.6 L/yr - ₹38.5 L/yr

Software Engineer Level 1
47 salaries
unlock blur

₹11 L/yr - ₹20 L/yr

Software Engineer2
47 salaries
unlock blur

₹16 L/yr - ₹27.4 L/yr

Assistant Manager
33 salaries
unlock blur

₹8.8 L/yr - ₹13.8 L/yr

Explore more salaries
Compare Gupshup with

Twilio

3.8
Compare

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

3.6
Compare

Subex

3.4
Compare
write
Share an Interview