i
Teachmint
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.
Python/Django based task to create split wise application
Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.
Divide the array in half and compare the target value to the middle element
If the target value is less than the middle element, search the left half of the array
If the target value is greater than the middle element, search the right half of the array
Repeat the process until the target value is found or the sub
Find the maximum sum of a subarray within an array of integers.
Use Kadane's algorithm to find the maximum sum subarray in O(n) time complexity.
Initialize max_sum and current_sum variables to track the maximum sum subarray.
Iterate through the array and update current_sum by adding the current element or starting a new subarray.
Update max_sum if current_sum is greater than max_sum.
Return max_sum as the result.
Find the longest sequence of consecutive numbers in an array of strings.
Iterate through the array and keep track of the current sequence length
Update the longest sequence length as you iterate
Handle edge cases like non-numeric strings or empty arrays
Example: ['1', '2', '3', '5', '6', '7'] -> Longest sequence: 3
I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.
I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.
Easy leetcode code 2 questions , HTML5 css javascript simple screen design
A list is a collection of items that are ordered and can be accessed by index.
Lists can contain elements of different data types
Elements in a list can be added, removed, or accessed by their index
Examples: [1, 2, 3], ['apple', 'banana', 'cherry']
In Python, an object is a data structure that contains data (attributes) and code (methods) to manipulate that data.
Objects are instances of classes in Python.
They have attributes (variables) and methods (functions) associated with them.
Objects can be created using the class keyword.
Example: class Person: def __init__(self, name, age): self.name = name self.age = age person1 = Person('Alice', 30)
I applied via Company Website and was interviewed before Jul 2023. There was 1 interview round.
Interview was problem solving
I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.
Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.
Closures are created when a function is defined within another function and has access to the outer function's variables.
They can access variables from the outer function even after the outer function has returned.
Closures are commonly used in event handlers and callbacks in JavaScript.
Event loop is a mechanism that allows JavaScript to perform non-blocking operations by handling asynchronous events.
Event loop is responsible for executing code, collecting and processing events, and executing queued sub-tasks.
ES5 features include strict mode, JSON object, Array methods like forEach, map, filter, and reduce, and Object.create method.
ES5 also introduced new methods for manipulating strings, such as trim
Hard test dsa question practice more leetcode
I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.
Aptitude test was first round. it was hard level
Program on string, oops , exception handling
Coding test around front end using react
based on 1 interview
Interview experience
Area Business Manager
109
salaries
| ₹0 L/yr - ₹0 L/yr |
Key Account Manager
100
salaries
| ₹0 L/yr - ₹0 L/yr |
Cluster Head
33
salaries
| ₹0 L/yr - ₹0 L/yr |
Assistant Manager
24
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Key Account Manager
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Classplus
BYJU'S
Unacademy
upGrad