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

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)

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)

Jobs at Survey2Connect

View all

Interview questions from similar companies

I applied via IIM Jobs and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Advance SQL Questions.
  • Q2. Multiple Approaches in the SQL questions were seen. Some unconventional SQL Syntax was also asked.
  • Q3. Metrics Driven Case studies.
  • Q4. More number of solutions were seen instead of in depth implementation of 1 solution. Good Communication skills is judged.
  • Q5. Tell me something about yourself.
  • Ans. 

    I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Business Administration with a focus on analytics.

    • I have experience working with cross-functional teams to gather and analyze business requirements.

    • I am proficient in using tools such as Excel, SQL, and Tableau for data analysis and visualization.

    • I have successfully im...

  • Answered by AI
  • Q6. Why quit last job.
  • Ans. 

    Seeking better growth opportunities and work-life balance.

    • Limited growth prospects in previous role

    • Lack of work-life balance

    • Desire for new challenges and learning opportunities

    • Company culture misalignment

    • Relocation or commute issues

    • Better compensation or benefits elsewhere

  • Answered by AI
  • Q7. Why Meesho.
  • Ans. 

    Meesho is a leading e-commerce platform that empowers individuals to start their own online businesses.

    • Meesho provides a user-friendly platform for individuals to sell products online without any investment.

    • It offers a wide range of products from various categories, allowing sellers to cater to different customer preferences.

    • Meesho provides extensive training and support to its sellers, helping them succeed in their on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, It's very similar to any other business analyst interview in industry.

I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yours self? last experience
  • Q2. Do you know meesho

Interview Preparation Tips

Interview preparation tips for other job seekers - BE COMfortable and confidence ...

Interview Questionnaire 

1 Question

  • Q1. Sell me the mobile phone or A pen in which I'm not interested.how you will convence me to buy your product
  • Ans. 

    I would highlight the unique features and benefits of the mobile phone or pen to create interest and convince the interviewer to consider buying the product.

    • Focus on the product's standout features

    • Highlight the benefits and advantages of using the product

    • Address any concerns or objections the interviewer may have

    • Create a sense of urgency or exclusivity

    • Offer a special promotion or discount

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and take your time while answering the question.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Online assessment - Sql basic syntax related questions + SQL queries for 4 problems + some aptitude ques

Round 2 - One-on-one 

(2 Questions)

  • Q1. Window function related question asked
  • Q2. Then some basic questions like difference between union and union all

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare window function is very imp for one on one rounds
Interview experience
4
Good
Difficulty level
Moderate
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 - Technical 

(2 Questions)

  • Q1. Find no of employees inside the office at current time?
  • Ans. 

    To find the number of employees inside the office at the current time.

    • Check the attendance records or sign-in logs

    • Count the number of occupied desks or workstations

    • Use access control data to track entries and exits

    • Ask the receptionist or security personnel for a headcount

  • Answered by AI
  • Q2. Measure amount of time spent by each employee inside the office
  • Ans. 

    Employee time tracking system can be used to measure time spent in the office.

    • Implement an employee time tracking system to record entry and exit times

    • Use access card swipes or biometric systems for accurate tracking

    • Generate reports to analyze time spent by each employee

    • Consider implementing software solutions like time tracking apps for remote employees

  • Answered by AI
Round 2 - Case Study 

Find the root cause for 20% decline in users browsing Meesho within a week

Data Analyst Interview Questions & Answers

Meesho user image vinay kalikota

posted on 2 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are 2 coding challenges and 7 objective questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to role
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 question on hacker rank in which 4 questions were related to sql and rest were basic aptitude questions.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Find order of execution
  • Ans. 

    The order of execution refers to the sequence in which tasks or processes are carried out.

    • Identify the tasks or processes that need to be executed

    • Determine the dependencies between tasks

    • Execute tasks in the correct order based on dependencies

    • Ensure that tasks are completed before moving on to the next task

  • Answered by AI
  • Q2. What is the output after joining two tables.
  • Ans. 

    The output after joining two tables is a single table containing columns from both tables based on a common key.

    • Joining two tables combines rows from both tables based on a common key

    • The output will have columns from both tables

    • Different types of joins like inner join, outer join, left join, right join can be used

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. More about resume based questions
  • Q2. Asked some puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was streamlined and interviewers were friendly so it was a nice experience.

Skills evaluated in this interview

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

BizViz Technologies

No Interviews

INTERVIEWS

Spark Minda

No Interviews

INTERVIEWS

G.G.Tronics

No Interviews

LIST OF COMPANIES

BizViz Technologies

Locations

INTERVIEWS

Toyoda Gosei Minda

No Interviews

INTERVIEWS

Ag Industries

No Interviews

INTERVIEWS

Roop Automotives

No Interviews

SALARIES

G.G.Tronics

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

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer II
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
4 salaries
unlock blur

₹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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent