Upload Button Icon Add office photos

Filter interviews by

Survey2Connect Interview Questions, Process, and Tips

Updated 26 Oct 2023

Top Survey2Connect Interview Questions and Answers

Survey2Connect Interview Experiences

Popular Designations

3 interviews found

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Find all the pairs present in an array
  • Ans. 

    The question asks to find all the pairs present in an array of strings.

    • Iterate through the array and compare each element with all other elements to find pairs.

    • Store the pairs in a separate array or data structure.

    • Consider the order of elements in pairs, i.e., (A, B) is different from (B, A).

  • Answered by AI
  • Q2. Number of Steps required to reach top of stairs of length n where person can make either 1 or 2 steps at a time.
  • Ans. 

    The number of steps required to reach the top of a staircase of length n can be calculated using dynamic programming.

    • Use dynamic programming to solve the problem

    • Create an array to store the number of steps required for each position

    • Initialize the first two positions with 1 and 2

    • Iterate through the remaining positions and calculate the number of steps based on the previous two positions

    • Return the number of steps require

  • Answered by AI
  • Q3. Print left view of binary tree
  • Ans. 

    Print the left view of a binary tree

    • Traverse the tree in pre-order traversal

    • Print the first node encountered at each level

    • Maintain a level variable to keep track of current level

    • Recursively traverse left subtree first

  • Answered by AI
  • Q4. Print left most node of each level by doing BFs
  • Ans. 

    Print the leftmost node of each level using BFS.

    • Implement BFS algorithm to traverse the tree level by level.

    • Keep track of the leftmost node of each level.

    • Print the leftmost node of each level after traversal is complete.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Survey2Connect Technical Trainee interview:
  • Data Structures
  • Web Technologies
Interview preparation tips for other job seekers - Be Honest and do some background check on the company. Prepare for OOPS & Database mangement as well.

Skills evaluated in this interview

Technical Trainee Interview Questions asked at other Companies

Q1. Minimum Cost to Destination You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute the minimum cost required to travel ... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. There are 3 technical rounds 1st is face and remaining are online .In first round they will ask questions related to project on resume and basic dsa of string manipulation
  • Q2. String manipulation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics 1st round is aptitude includes of 25 questions based or English, general reasoning and the 3 technical rounds.

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)

I applied via LinkedIn and was interviewed in Oct 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. How did you tackle a client escalation, and how did you manage to extend customer loyalty and retention?
  • Ans. 

    I addressed a client escalation by actively listening, empathizing, and providing a timely solution. I then followed up to ensure satisfaction and retention.

    • Actively listened to the client's concerns and empathized with their frustrations

    • Provided a timely solution that addressed their specific needs

    • Followed up with the client to ensure their satisfaction and continued loyalty

    • Offered additional resources or support to p...

  • Answered by AI
  • Q2. How do you plan your day-to-day schedule and prioritise several points of action?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be thorough with your résumé and the positions' job description.

Customer Success Manager Interview Questions asked at other Companies

Q1. How do you manage if 2 or 3 or even more tasks spontaneously are assigned upon?
View answer (2)

Jobs at Survey2Connect

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction yourself
  • Q2. Riders picker how you will control
  • Q3. How many team member you have handled ?
  • Q4. Biferfication of work pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear all interviewer,

Please beware from one guy name is Gopal Jana doesn’t know anything about logistic part also very bad and pathetic behaviour, such a rude guy never ever seen in any organisation.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Two medium DSA questions based on strings.

Round 2 - Design Test 

(1 Question)

  • Q1. Design Google Meet
  • Ans. 

    Design a video conferencing platform similar to Google Meet.

    • Implement real-time video and audio streaming

    • Include features like screen sharing, chat, and participant management

    • Ensure scalability to support large number of users

    • Focus on security and privacy measures

    • Optimize for low latency and high quality video/audio

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Senior Software Engineer interview:
  • Coding
  • System Design
Interview preparation tips for other job seekers - Give some mock interviews before going to the interview.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Based on Basic and Advanced SQL.
Round 2 - Technical 

(1 Question)

  • Q1. Advanced SQL & Case Study Round
Round 3 - One-on-one 

(1 Question)

  • Q1. Mix of Business and Technical

Interview Preparation Tips

Interview preparation tips for other job seekers - HR made the process so long. First, she reached out to me and then after 2 rounds ghosted me completely. Then again called back after 1-2 weeks then aligned my interview with another team from the beginning and by the end of 5 interview rounds, I was told that they needed someone from a Finance background as mentioned in the JD. (HR never shared the correct JD).
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. SQK Questions joins
Round 2 - Case Study 

Case study on planning

Round 3 - Case Study 

Case study on planning

Round 4 - HR 

(1 Question)

  • Q1. General questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL query use join

I applied via LinkedIn and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you reduce the delivery time of the order?
  • Ans. 

    Reducing delivery time can be achieved by optimizing the supply chain, improving communication, and automating processes.

    • Analyze the supply chain and identify bottlenecks

    • Implement automation tools to streamline processes

    • Improve communication between departments and with customers

    • Use data analytics to forecast demand and plan accordingly

    • Consider outsourcing or partnering with third-party logistics providers

    • Invest in tec...

  • Answered by AI
  • Q2. Questions based on Case Studies

Interview Preparation Tips

Interview preparation tips for other job seekers - The process consisted of two rounds. First was the business analysis kind of round which included the questions like how can you reduce the delivery time of the order? The second round was technical round where the person asked the questions on SQL and Excel
Contribute & help others!
anonymous
You can choose to be anonymous

Survey2Connect Interview FAQs

How many rounds are there in Survey2Connect interview?
Survey2Connect interview process usually has 1-2 rounds. The most common rounds in the Survey2Connect interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Survey2Connect 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 Survey2Connect. The most common topics and skills that interviewers at Survey2Connect expect are Digital Marketing, Campaign Management, Javascript, Marketing and MongoDB.
What are the top questions asked in Survey2Connect interview?

Some of the top questions asked at the Survey2Connect interview -

  1. Number of Steps required to reach top of stairs of length n where person can ma...read more
  2. How did you tackle a client escalation, and how did you manage to extend custom...read more
  3. Print left most node of each level by doing ...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

B. Braun Medical

No Interviews

INTERVIEWS

Josh Technology Group

No Interviews

INTERVIEWS

Caterpillar Inc

No Interviews

INTERVIEWS

S&P Global

No Interviews

INTERVIEWS

Sterling & Wilson

No Interviews

INTERVIEWS

Hourglass Research

No Interviews

INTERVIEWS

Shapoorji Pallonji Group

No Interviews

Tell us how to improve this page.

Survey2Connect Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 426 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
CARS24 Interview Questions
3.5
 • 329 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zepto Interview Questions
3.5
 • 207 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Digit Insurance Interview Questions
4.0
 • 142 Interviews
Questionpro Interview Questions
3.4
 • 7 Interviews
View all

Survey2Connect Reviews and Ratings

based on 15 reviews

2.2/5

Rating in categories

2.7

Skill development

1.9

Work-life balance

2.2

Salary

2.1

Job security

2.1

Company culture

2.2

Promotions

2.3

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
13 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer II
5 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

HR Manager
4 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Graphic Designer
4 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Survey2Connect with

Qualtrics XM

2.2
Compare

Questionpro

3.4
Compare

SoGoSurvey

3.5
Compare

Udaan

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