Upload Button Icon Add office photos

Filter interviews by

Gupshup Senior Sdet Engineer Interview Questions and Answers

Updated 11 Mar 2024

Gupshup Senior Sdet Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How to log latency for an api. Tinyurl system design
  • Ans. 

    To log latency for an API, you can use logging frameworks like Log4j or SLF4J to record timestamps before and after the API call.

    • Use a logging framework like Log4j or SLF4J to record timestamps before and after the API call

    • Calculate the latency by subtracting the timestamps

    • Include the latency information in the log message for monitoring and analysis

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Programming questions in python
  • Q2. Selenium and API Testing interview questions
Round 2 - Technical 

(2 Questions)

  • Q1. Deeper Product-related question
  • Q2. Programming using python
  • Ans. 

    Python is a versatile programming language known for its simplicity and readability.

    • Python is an interpreted language, making it easy to write and test code quickly.

    • It supports multiple programming paradigms, including object-oriented, imperative, and functional programming.

    • Python has a large standard library with built-in modules for various tasks, reducing the need for external libraries.

    • Python uses indentation to de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am damn sure I cleared the interview, but no call back from the HR, no rejection emails. When I called the HR, she cut the call. Worst interview experience ever
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy level test can be cleared

Round 2 - Technical 

(2 Questions)

  • Q1. Fibonacci sequence print
  • Q2. Tell me about my self
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

The coding round was for 1 hour. The problems asked were fairly easy to comprehend the logic.

Round 2 - Coding Test 

This round was for an hour. In this round the test automation questions were asked, like finding the XPath and automating a simple feature such as search on make my trip or the calendar date select on mmt.

Round 3 - One-on-one 

(1 Question)

  • Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the ...
  • Ans. 

    Implement a data structure like a hash table or a cache to optimize memory search.

    • Use a hash table to store the data with keys as memory locations

    • Implement a cache to store frequently accessed data for faster retrieval

    • Consider using indexing or sorting techniques to optimize search operations

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. What is your current salary?
  • Q2. Questions about cultural fit.
  • Q3. What is your expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - To get into PubMatic just stick to your basics and have an open mind. Its all about clicking the right logic at that time.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to find vowel in given string.
  • Ans. 

    Code to find vowels in a given string

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • Count the number of vowels found in the string

  • Answered by AI
  • Q2. Explain your framework
  • Ans. 

    My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Data-driven approach for test data separation

    • Utilizes Selenium WebDriver for browser automation

    • Integration with TestNG for test execution and reporting

    • Modular design for easy maintenance and scalability

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - mostly they focus on java programs related to string

Skills evaluated in this interview

Sdet Interview Questions & Answers

Entrata user image Ganesh Thutte

posted on 18 Aug 2022

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

Round 1 - Aptitude Test 

First round was aptitude test which contains 50 MCQ's which candiate has to answer within 15 min. It includes quantative apti, reasoning ability, general intelligence, Verbal ability

Round 2 - Technical 

(1 Question)

  • Q1. All basic questions respective to the job profile being applied taken by team lead most of the time.
Round 3 - Technical 

(1 Question)

  • Q1. This is also technical round taken by manager. Here manager mostly measures your confidence & knowledge.
Round 4 - One-on-one 

(1 Question)

  • Q1. Then this is last round with HR.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare well before interview, be calm & relax while interviewing. Be honest to yourself
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Programming questions in python
  • Q2. Selenium and API Testing interview questions
Round 2 - Technical 

(2 Questions)

  • Q1. Deeper Product-related question
  • Q2. Programming using python
  • Ans. 

    Python is a versatile programming language known for its simplicity and readability.

    • Python is an interpreted language, making it easy to write and test code quickly.

    • It supports multiple programming paradigms, including object-oriented, imperative, and functional programming.

    • Python has a large standard library with built-in modules for various tasks, reducing the need for external libraries.

    • Python uses indentation to de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am damn sure I cleared the interview, but no call back from the HR, no rejection emails. When I called the HR, she cut the call. Worst interview experience ever
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy level test can be cleared

Round 2 - Technical 

(2 Questions)

  • Q1. Fibonacci sequence print
  • Q2. Tell me about my self
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Have you used fluient wait in selenium and why we are not using mostly
  • Ans. 

    Fluent wait in Selenium is used for handling dynamic elements and synchronization issues.

    • Fluent wait is used to wait for a condition to be true before proceeding with the next steps in Selenium automation scripts.

    • It provides more flexibility in defining wait conditions compared to implicit or explicit waits.

    • Fluent wait can be used to wait for a specific element to be visible, clickable, or any other custom condition.

    • It...

  • Answered by AI
  • Q2. How to get all the links available in the page
  • Ans. 

    To get all the links available on a page, you can use web scraping techniques.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple we have to stick to basics well.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Java OOPS Questions
  • Q2. Coding Questions

Gupshup Interview FAQs

How many rounds are there in Gupshup Senior Sdet Engineer interview?
Gupshup interview process usually has 1 rounds. The most common rounds in the Gupshup interview process are Technical.

Tell us how to improve this page.

Gupshup Senior Sdet Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Paytm Interview Questions
3.3
 • 762 Interviews
Swiggy Interview Questions
3.8
 • 425 Interviews
PolicyBazaar Interview Questions
3.6
 • 327 Interviews
Zomato Interview Questions
3.7
 • 316 Interviews
PhonePe Interview Questions
4.0
 • 301 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
Ola Cabs Interview Questions
3.4
 • 141 Interviews
View all
Software Engineer
84 salaries
unlock blur

₹6 L/yr - ₹22.6 L/yr

Senior Software Engineer
62 salaries
unlock blur

₹11 L/yr - ₹39 L/yr

Software Engineer Level 1
36 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Assistant Manager
34 salaries
unlock blur

₹6 L/yr - ₹15.4 L/yr

Associate Software Engineer
31 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare Gupshup with

Twilio

4.0
Compare

Hike

3.9
Compare

InMobi

3.5
Compare

Paytm

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