i
Kaplan
Filter interviews by
I applied via Company Website and was interviewed in Aug 2024. There were 3 interview rounds.
Very easy aptitude questions were asked
Developed a web-based inventory management system for a retail company
Used HTML, CSS, and JavaScript for front-end development
Utilized PHP and MySQL for back-end development
Implemented features such as product tracking, order management, and reporting
Collaborated with team members to ensure project deadlines were met
Top trending discussions
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
Question on Linked list. array and string manipulation.
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
Developed a web application for tracking personal fitness goals and progress.
Used React.js for front-end development
Implemented RESTful APIs using Node.js and Express for back-end functionality
Utilized MongoDB for database management
useState, useEffect, useRedux are hooks in React for managing state and side effects.
useState is a hook used for managing state in functional components.
useEffect is a hook used for handling side effects in functional components.
useRedux is not a built-in hook, but a common convention for using Redux with React.
In 2015, EcmaScript 6 (ES6) was released with significant updates and new features.
Introduction of let and const for block-scoped variables
Arrow functions for more concise syntax
Classes for object-oriented programming
Template literals for string interpolation
Enhanced object literals and destructuring assignments
API works by allowing different software applications to communicate with each other through a set of rules and protocols.
API receives a request from a client application
API processes the request and interacts with the server
API sends back a response to the client application
Examples: REST API, SOAP API
posted on 8 Jan 2025
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Normal general aptitude test
DSA questions same as leetcode
I applied via Company Website and was interviewed before Nov 2022. There were 4 interview rounds.
3 questions in 3 hr, topics were Dp, Strings, Tree
1hr durations 40 questions, main topics were patterns, profit loss, work man , etc.
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...
We will run Dijkstra Algorithm for all vertices in this approach and store the minimum distance in an array. Then we can answer the queries using this distance array.
Dijkstra Algorithm is one of the most popular algorithms in graph theory. A single-source shortest path algorithm gives the shortest path length to all vertices from a given vertex known as the source vertex. It is a greedy algorith...
Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.
Merge Sort is a divide-an...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
You are provided with an N * N
maze where a rat is positioned at starting cell MAZE[0][0]
. The goal is to determine and print all possible paths that the rat can take to r...
Initialize, all the cells of the solution matrix used to print the path matrix to 0. First, you cannot make use of the existing maze to print the solution maze as you have to distinguish b/w 1 of maze or 1 of ‘SOLUTION matrix.
Form a recursive function, which will follow a path and check if the path reaches the destination or not. If the path does not reach the destination then backtrack and t...
Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
based on 1 interview
Interview experience
QA Engineer
26
salaries
| ₹4.5 L/yr - ₹14.3 L/yr |
Product Owner
18
salaries
| ₹10 L/yr - ₹24 L/yr |
Senior Software Engineer
16
salaries
| ₹13.5 L/yr - ₹26.4 L/yr |
QA Engineer 2
13
salaries
| ₹9.9 L/yr - ₹12.9 L/yr |
Senior Engineer
13
salaries
| ₹10.9 L/yr - ₹26 L/yr |
Pearson
McGraw-Hill Education
Wiley
Cengage