i
Stripe
Filter interviews by
I applied via Approached by Company and was interviewed in Nov 2024. There were 5 interview rounds.
Machine coding.
Code structure, naming, best practices are more important than time or space complexity.
Same as Round 1, except more complex problem statement
I would start by reproducing the bug, analyzing the code, identifying the root cause, implementing a fix, testing the fix, and finally deploying it.
Reproduce the bug by following the steps that lead to the issue.
Analyze the code surrounding the bug to understand the context and potential causes.
Identify the root cause of the bug by debugging and tracing the code execution.
Implement a fix by making the necessary code ch...
HLD focuses on overall system architecture, while LLD delves into specific implementation details.
HLD includes components, modules, interfaces, and dependencies.
LLD involves detailed class diagrams, data structures, algorithms, and database schema.
Example: HLD may outline a system using microservices architecture, while LLD may specify how each microservice communicates and stores data.
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
LLD for load balancer
Solve a bug in JSON like parsing library
It was 30 min coding test and question was from easy level DSA question
React is a JavaScript library for building user interfaces, while Next is a framework for building server-side rendered React applications.
React is a JavaScript library for building user interfaces.
Next is a framework for building server-side rendered React applications.
Next provides features like server-side rendering, static site generation, and routing out of the box.
Node.js is a runtime environment that allows you to run JavaScript on the server side.
Node.js is built on Chrome's V8 JavaScript engine.
It uses an event-driven, non-blocking I/O model.
The event loop is responsible for handling asynchronous operations in Node.js.
Example: Reading a file asynchronously in Node.js using fs module.
I applied via Approached by Company and was interviewed in Jan 2024. There were 5 interview rounds.
Screening round was a 1 hour coding test. Mostly non leetcode style where the question is incremental - Eg. Identify a pattern in a given text value and extract it then perform subsequent transformations. There is no right or wrong its just how well you are able to do the task.
Another round similar to the first one with an incremental coding test. Question was very lengthy.
Stripe interview questions for designations
I applied via Company Website and was interviewed in Jul 2023. There were 3 interview rounds.
Implement the function "Printlast10lines" such that the program prints the last 10 (or less) in a given string
To delete the nth node in a single linked list, we need to find the (n-1)th node and update its next pointer.
Traverse the linked list to find the (n-1)th node
Update the next pointer of the (n-1)th node to skip the nth node
Free the memory allocated to the nth node
I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.
Coding question on string manipulation like tell the type of card based on the string constraints of the given card number.
Top trending discussions
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
Exceptions are errors that occur during program execution and can be handled using try-catch blocks.
Checked exceptions: must be handled or declared in the method signature
Unchecked exceptions: occur at runtime and do not need to be declared
Error: serious problems that cannot be handled, such as OutOfMemoryError
Examples: NullPointerException, ArrayIndexOutOfBoundsException
Exceptions should be handled gracefully to prevent application crashes.
Use try-catch blocks to catch exceptions.
Handle exceptions at the appropriate level of abstraction.
Log exceptions to aid in debugging.
Provide meaningful error messages to the user.
Avoid catching generic exceptions.
Use finally blocks to release resources.
Consider using custom exceptions for specific error conditions.
To create a custom read-only list, use the ReadOnlyCollection class in C#.
Create a List<T> object with the desired elements.
Use the AsReadOnly() method to create a read-only wrapper around the list.
Use the ReadOnlyCollection<T> class to create a truly read-only list.
Example: List<string> myList = new List<string>{"apple", "banana", "orange"};
Example: var readOnlyList = myList.AsReadOnly();
Exampl...
Collections are data structures that store and manipulate groups of related objects.
Collections are used to store and manipulate groups of related objects
They can be classified into three main categories: Lists, Sets, and Maps
Lists maintain the order of elements and allow duplicates (e.g. ArrayList, LinkedList)
Sets do not allow duplicates and do not maintain order (e.g. HashSet, TreeSet)
Maps store key-value pairs and d...
Binary search is a search algorithm that finds the position of a target value within a sorted array.
The array must be sorted before applying binary search
Compare the target value with the middle element of the array
If the target value is smaller, search the left half of the array
If the target value is larger, search the right half of the array
Repeat until the target value is found or the search space is exhausted
posted on 28 Mar 2024
I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.
Implemented a predictive ML model for customer churn prediction in a telecom company.
Used logistic regression algorithm for classification
Performed feature engineering to extract relevant customer data
Evaluated model performance using metrics like accuracy, precision, recall
kmeans is a clustering algorithm that groups data points into k clusters based on their similarity.
kmeans is an unsupervised learning algorithm
It starts by randomly selecting k centroids
Then, it assigns each data point to the nearest centroid
After that, it recalculates the centroids based on the mean of the data points in each cluster
It repeats the process until the centroids no longer move significantly
The value of k ...
Random forest is an ensemble of decision trees that improves accuracy and reduces overfitting.
Decision tree is a single tree that predicts outcomes based on a set of rules.
Random forest combines multiple decision trees to make a more accurate prediction.
Random forest reduces overfitting by randomly selecting a subset of features for each tree.
Random forest is a type of supervised learning algorithm used for classificat...
based on 6 interviews
1 Interview rounds
based on 1 review
Rating in categories
Operations Associate
46
salaries
| ₹5 L/yr - ₹14 L/yr |
Associate
10
salaries
| ₹6 L/yr - ₹12.6 L/yr |
Software Engineer
9
salaries
| ₹25.8 L/yr - ₹83 L/yr |
Financial Data Analyst
9
salaries
| ₹12.1 L/yr - ₹39 L/yr |
Credit Risk Analyst
9
salaries
| ₹9.7 L/yr - ₹25 L/yr |
HighRadius
AGS Transact Technologies
Rupeek
Hitachi Payment Services