i
Kapture CX
Filter interviews by
I was interviewed in Jun 2024.
They asked three medium-difficulty coding questions.
Properties and methods to create a queue in preferred coding language
Properties: array to store elements, front and rear pointers
Methods: enqueue (add element to rear), dequeue (remove element from front), isEmpty, isFull
Example: Queue implementation in Python using list and append/pop methods
Use a hash set to identify and remove duplicates from an array of strings.
Create a hash set to store unique elements.
Iterate through the array and add each element to the hash set.
If an element is already in the hash set, remove it from the array.
Convert the hash set back to an array to get the final result.
I was interviewed before Apr 2023.
Check if a string with parenthesis is balanced
Use a stack to keep track of opening parenthesis
Iterate through the string and push opening parenthesis onto the stack
When a closing parenthesis is encountered, pop from the stack and check if it matches the closing parenthesis
If stack is empty at the end and all parenthesis are matched, return true
Design a secure login/register authentication system.
Use strong encryption algorithms like bcrypt for storing passwords.
Implement multi-factor authentication for added security.
Utilize HTTPS protocol to ensure data transmission is secure.
Implement rate limiting to prevent brute force attacks.
Use CAPTCHA to prevent automated account creation.
Store user credentials in a secure database with proper access controls.
Merge two sorted lists
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
It was 3 hour test. Given sessions of users with timestamp and generate the group of session which falls in 10 minutes window.
Design a weather widget that calls an API to get hourly data.
Use a front-end framework like React or Angular to create the widget.
Make API calls to a weather service like OpenWeatherMap or WeatherAPI.
Display hourly weather data such as temperature, humidity, and precipitation.
Include icons or graphics to represent different weather conditions.
Allow users to input their location or automatically detect it using geolocat...
Design a scalable and efficient streaming system for Netflix.
Use a content delivery network (CDN) to cache and deliver content closer to users.
Implement a recommendation system to personalize content for users.
Utilize a microservices architecture to handle different components like user authentication, video encoding, and streaming.
Use load balancing and auto-scaling to handle varying traffic demands.
Implement a fault-...
Find the longest substring without repeating characters in a given string.
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 check for duplicates.
Update the start index of the window when a duplicate character is found.
Return the length of the longest substring.
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
Take home timed coding assignment using GET and POST
posted on 14 Nov 2024
I applied via Campus Placement and was interviewed in Oct 2024. There were 4 interview rounds.
Consist 3 coding questions medium level
I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.
posted on 12 Oct 2024
Dsa questions asked and java basic questions
I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.
Coding test was taken on hackerearcth pkatform there was a generic problem statement based on networking no need to pass minimum half of the test cases to clear the interview round
posted on 4 Jul 2024
I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.
Normal 3 leetcode medium questions
Machine coding round to design tail -f
based on 1 interview
Interview experience
Software Developer
53
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
46
salaries
| ₹0 L/yr - ₹0 L/yr |
Web Developer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Product Manager
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Freshworks
Zoho
Zendesk
Salesforce