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
Top trending discussions
I applied via Company Website and was interviewed before Sep 2019. There were 5 interview rounds.
I bring a unique blend of technical skills, problem-solving abilities, and a passion for software development that aligns with your team's goals.
Proven experience in full-stack development, having successfully built and deployed multiple web applications using React and Node.js.
Strong problem-solving skills demonstrated by optimizing an existing application, resulting in a 30% increase in performance.
Excellent teamwork...
I left my last job to seek new challenges and opportunities for growth in a more dynamic environment.
I wanted to expand my skill set and work with newer technologies, such as cloud computing and AI.
The company was undergoing significant restructuring, which limited my opportunities for advancement.
I was looking for a role that offered more collaboration and teamwork, which I value highly.
I had a desire to work in a mor...
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...
I appeared for an interview before Sep 2020.
Round duration - 120 minutes
Round difficulty - Easy
It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.
This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.
Given a 2-dimensional boolean matrix mat
of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...
Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.
Iterate through the matrix and mark rows and columns to be modified
Use additional arrays to keep track of rows and columns to be modified
Update the matrix in-place based on the marked rows and columns
Round duration - 60 minutes
Round difficulty - Easy
It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.
Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects
Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume
SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.
SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.
Components are designed, developed, tested, and integrated into the overall architecture.
Architecture involves defining the structure, behavior, and interactions of software comp...
posted on 1 Nov 2023
I applied via Approached by Company and was interviewed before Nov 2022. There were 4 interview rounds.
Designing a low level architecture for a quiz portal application
Use a microservices architecture for scalability and flexibility
Implement a database schema to store quiz questions, answers, and user responses
Utilize caching mechanisms to improve performance
Design an authentication system to ensure secure access to quizzes
Include features for creating, editing, and taking quizzes
I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.
Question were very basic from array and stacks
I applied via Job Portal and was interviewed before Nov 2023. There were 3 interview rounds.
I applied via Referral and was interviewed before Sep 2023. There were 4 interview rounds.
Two Medium DSA problem to solve
Design a scalable streaming pipeline for processing large volumes of data.
Use a distributed streaming framework like Apache Kafka or Apache Flink for real-time data processing.
Implement data partitioning and parallel processing to handle high data throughput.
Utilize cloud services like AWS Kinesis or Google Cloud Pub/Sub for scalability and reliability.
Include fault tolerance mechanisms like checkpointing and data repl...
Design classes for a simple library management system with methods for adding, borrowing, and returning books.
Class Book: Attributes include title, author, ISBN, and availability status.
Class User: Attributes include userID, name, and borrowedBooks (array of Book).
Class Library: Methods include addBook(Book), borrowBook(User, Book), returnBook(User, Book).
Example of addBook: library.addBook(new Book('1984', 'George Orw...
I applied via Naukri.com and was interviewed before Jan 2024. There were 2 interview rounds.
Got 2 medium level DSA questions in the coding test
based on 1 interview experience
Difficulty level
Duration
Area Business Manager
108
salaries
| ₹4.8 L/yr - ₹14 L/yr |
Key Account Manager
105
salaries
| ₹4 L/yr - ₹14.5 L/yr |
Cluster Head
31
salaries
| ₹12 L/yr - ₹18 L/yr |
Assistant Manager
24
salaries
| ₹7 L/yr - ₹12 L/yr |
Area Key Account Manager
19
salaries
| ₹5 L/yr - ₹10 L/yr |
Classplus
Unacademy
Chegg
NxtWave