i
SurveyMonkey
Filter interviews by
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
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)
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
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
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
SurveyMonkey interview questions for popular designations
Top trending discussions
I was interviewed in Dec 2024.
Work done from all assigments
I was interviewed in Dec 2024.
posted on 5 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.
I applied via AmbitionBox and was interviewed in Sep 2024. There was 1 interview round.
"Technical" refers to the specialized knowledge, skills, and expertise required to design, develop, implement, and maintain systems, products, or processes. It encompasses various aspects, include.
Technology is the application of scientific knowledge for practical purposes, often involving tools and systems to improve efficiency and solve problems.
Technology encompasses a wide range of tools, systems, and processes designed to improve efficiency and solve problems.
It involves the application of scientific knowledge to practical purposes.
Examples of technology include computers, smartphones, software, and machine...
The technical part refers to the specific skills, knowledge, and expertise required for a particular job or task.
Includes understanding of relevant laws, regulations, and policies
Involves proficiency in HR software and systems
Requires knowledge of employee relations best practices
May involve conducting investigations and resolving conflicts
Includes analyzing data and trends to inform decision-making
I applied via campus placement at Delhi College of Engineering (DCE), Delhi and was interviewed in Sep 2024. There were 2 interview rounds.
The question is asking for a variation of sorting an array containing 0s, 1s, and 2s.
Use a three-way partitioning algorithm to sort the array in a single pass.
Keep track of three pointers - low, mid, and high to partition the array.
Example: Input array = [0, 1, 2, 1, 0], Output array = [0, 0, 1, 1, 2]
A palindromic substring is a string that reads the same forwards and backwards.
Use dynamic programming to find the longest palindromic substring.
Start by considering each character as the center of a potential palindrome.
Expand outwards from each center to check for palindromic substrings.
Keep track of the longest palindrome found so far.
Example: Input 'babad', Output 'bab' or 'aba'.
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
Interview experience
Senior Software Engineer 1
3
salaries
| ₹32 L/yr - ₹39.4 L/yr |
Amazon
Uber
AmbitionBox
Expedia Group