Premium Employer

i

This company page is being actively managed by SurveyMonkey Team. If you also belong to the team, you can get access from here

SurveyMonkey Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SurveyMonkey Interview Questions and Answers

Updated 6 Nov 2024

SurveyMonkey Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Python code to calculate the sum
  • Ans. 

    Python code to calculate the sum of elements in a list

    • Use the built-in sum() function in Python to calculate the sum of elements in a list

    • Create a list of numbers and pass it as an argument to the sum() function

    • Example: numbers = [1, 2, 3, 4, 5] total = sum(numbers) print(total)

  • Answered by AI
  • Q2. Terraform code debug and analysis

Skills evaluated in this interview

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Longest non-repeating substring
  • Ans. 

    Find the longest substring without any repeating characters

    • Use a sliding window approach to track the longest substring without repeating characters

    • Keep track of the characters seen so far in a set to quickly check for repeats

    • Update the start index of the window when a repeat is found

  • Answered by AI
  • Q2. React basics, Virtual DOM, Pure Components, useMemo,
  • Q3. Build a component to display concentric circles
  • Ans. 

    Create a component to display concentric circles

    • Use HTML canvas element to draw circles

    • Calculate the radius and position of each circle

    • Use CSS for styling and positioning if needed

  • Answered by AI

Skills evaluated in this interview

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. React/JS fundamentals

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions, coding questions, design related questions.

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

SurveyMonkey interview questions for popular designations

 Senior Front end Developer

 (2)

 Senior Devops Engineer

 (1)

 Senior Software Engineer 2

 (1)

Jobs at SurveyMonkey

View all

Interview questions from similar companies

Java Staff Engineer Interview Questions & Answers

Everbridge user image Anonymous

posted on 9 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Puzzle from geekforgeeks of 10 Identical peels
  • Q2. What is your daily task as a team lead?
  • Ans. 

    As a team lead, my daily tasks include overseeing project progress, assigning tasks, providing guidance and support to team members, and ensuring deadlines are met.

    • Overseeing project progress and ensuring tasks are completed on time

    • Assigning tasks to team members based on their strengths and workload

    • Providing guidance and support to team members to help them succeed

    • Communicating with stakeholders to provide updates on ...

  • Answered by AI
  • Q3. How do you store database credentials in cloud?
  • Ans. 

    Database credentials can be stored securely in cloud using encryption, environment variables, and key management services.

    • Use encryption to protect sensitive information such as passwords and keys.

    • Store credentials in environment variables rather than hardcoding them in code.

    • Utilize key management services provided by cloud providers for secure storage and access control.

    • Avoid storing credentials in plain text files or...

  • Answered by AI
  • Q4. If a Kubernetes secret server goes down, where to store database credentials?
  • Ans. 

    Database credentials can be stored in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Store database credentials in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Utilize Kubernetes secrets to store the access credentials for the external vault service.

    • Implement proper access controls and encryption mechanisms to ensure the security of the stored credentials.

  • Answered by AI
  • Q5. Do you have experience with React?
  • Ans. 

    Yes, I have experience with React.

    • I have worked on multiple projects using React for front-end development.

    • I am proficient in using React components, state management, and hooks.

    • I have integrated React with backend technologies like Node.js for full-stack development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was ok, they seem to be looking for Senior developer and not lead, Also Senior developer was taking interview of lead with limited experience it felt.

Skills evaluated in this interview

Bluetooth Engineer Interview Questions & Answers

Synaptics user image Anonymous

posted on 2 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is interger pointer
  • Q2. Structure padding , why its needed?
  • Q3. How to declare a syntax for malloc with pointers
Round 2 - Technical 

(3 Questions)

  • Q1. Two programming questions
  • Q2. One on bitshifting
  • Q3. Another one on stack push/pop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare nicely on C

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. In place string manipulation.
  • Ans. 

    In-place string manipulation refers to modifying a string without using extra memory space.

    • In-place string manipulation involves directly modifying the characters of the original string without creating a new string object.

    • Examples include reversing a string in place, converting all characters to uppercase in place, or removing whitespace in place.

    • For example, to reverse a string in place: start with two pointers at th...

  • Answered by AI
  • Q2. OS, Kernel related questions
Round 2 - Technical 

(1 Question)

  • Q1. Multi Threaded File Processing.
Round 3 - Technical 

(1 Question)

  • Q1. Previous Project Related. Coding on synchronization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Question. Requires good OS kernel fundamentals. Medium leet code. File system related system design.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Why am I looking for a change
  • Q2. What am I looking for in my next role
  • Q3. Tell the interviewer about my experience and skills used in current role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, give true answers and don't fake your responses. Providing accurate information will help you and the organisation understand if your talent matches with their requirement
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Know a details about your profile
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Group Discussion 

Good discussion there are 10 people and we got topic emerging use of technology in training the staff

SurveyMonkey Interview FAQs

How many rounds are there in SurveyMonkey interview?
SurveyMonkey interview process usually has 1 rounds. The most common rounds in the SurveyMonkey interview process are Technical and One-on-one Round.
How to prepare for SurveyMonkey 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 SurveyMonkey. The most common topics and skills that interviewers at SurveyMonkey expect are Program Management, Presentation Skills, Excel, Python and Telecommunication.
What are the top questions asked in SurveyMonkey interview?

Some of the top questions asked at the SurveyMonkey interview -

  1. Build a component to display concentric circ...read more
  2. Python code to calculate the ...read more
  3. Longest non-repeating substr...read more

Tell us how to improve this page.

SurveyMonkey Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more
Join SurveyMonkey World’s most popular platform for surveys and forms.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Uber Interview Questions
4.2
 • 166 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
Expedia Group Interview Questions
3.8
 • 81 Interviews
LinkedIn Interview Questions
4.3
 • 80 Interviews
Facebook Interview Questions
4.4
 • 70 Interviews
Priceline Interview Questions
3.9
 • 13 Interviews
Synaptics Interview Questions
3.8
 • 10 Interviews
SentinelOne Interview Questions
3.1
 • 8 Interviews
View all
Senior Salesforce Engineer

Bangalore / Bengaluru

21-31 Yrs

Not Disclosed

Senior Systems Engineer - DevPlatform Team

Bangalore / Bengaluru

21-31 Yrs

Not Disclosed

Senior Data Analyst

Bangalore / Bengaluru

21-31 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer 1
4 salaries
unlock blur

₹32 L/yr - ₹39.4 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹29 L/yr - ₹48.2 L/yr

Explore more salaries
Compare SurveyMonkey with

Amazon

4.1
Compare

Uber

4.2
Compare

Fareportal

3.4
Compare

OLX

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