Filter interviews by
I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.
They have their own coding platform. The questions are basically from tree.
Tree of space question
3 Graph Questions Were asked of difficulty medium to hard.
Hackathon round which revolved around multithreading
I was interviewed in Apr 2021.
Round duration - 90 minutes
Round difficulty - Hard
Timing was late evening. Platform was good.
Given a maze represented by 'N' cells numbered from 0 to N-1, and an array arr
of 'N' integers where arr[i]
denotes the cell number that can be reached from the 'i'...
The idea is to do a depth-first search to find all the cycles which are formed and calculate the length of the largest cycle. We are treating the array as a graph of directed edges. Whenever we get into any of the cells in the cycle, using dfs we will visit all the subsequent cells in the cycle. Out of all the cycles, we will return the cycle of maximum length.
The steps are as follows:
Ninja is stuck in a maze represented as a 2D grid. He can move in four directions (Up, Down, Left, Right) until he hits a wall ('1'). Once stopped, he can choose a new...
We will store all the four directions { (0,1) (0,-1) ( 1,0) ( -1,0 ) )} in 2-d array.
Tip 1 : Do some projects.
Tip 2 : Practice dynamic programming.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
I was interviewed in Apr 2021.
Round duration - 90 minutes
Round difficulty - Hard
Timing was late evening . Platform was good.
Given a maze represented by 'N' cells numbered from 0 to N-1, and an array arr
of 'N' integers where arr[i]
denotes the cell number that can be reached from the 'i'...
The idea is to do a depth-first search to find all the cycles which are formed and calculate the length of the largest cycle. We are treating the array as a graph of directed edges. Whenever we get into any of the cells in the cycle, using dfs we will visit all the subsequent cells in the cycle. Out of all the cycles, we will return the cycle of maximum length.
The steps are as follows:
Tip 1 : Do some projects
Tip 2 : Be good in data structure
Tip 1 : Keep it short
Tip 2 : Don't try to add false things.
JUSPAY interview questions for designations
I was interviewed in Mar 2021.
Round duration - 90 minutes
Round difficulty - Medium
The coding round was 90 minutes with 2 question and the difficulty was mid-range and both were graph question
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Tip 1 : Practice question and try to understand with using javascript
Tip 2 : The Elm Architecture.
Tip 3 : Project matters
Tip 1 : Have web development project
Tip 2 : learn purescript and node.js
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Computer Fundamentals
Flatten a binary tree by converting it into a linked list in-place.
Use a recursive approach to flatten the binary tree.
Traverse the tree in a pre-order manner and keep track of the previous node.
Set the left child of each node to null and the right child to the next node in the linked list.
Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Solving normal Puzzles to test aptitude.
Sample app was asked to create.
Leecode medium level question
Leetcode Hard level Question
I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.
That would be online Test with 12 questions MCQ and 1 coding question. 12 MCQ questions would be related to technology and bascis, coding question would alos be basic
Memory ARC in Swift manages memory by automatically deallocating objects when they are no longer needed.
ARC stands for Automatic Reference Counting
ARC keeps track of how many references exist to an object
When the reference count drops to zero, the object is deallocated
Weak references are used to avoid retain cycles
Generics in Swift allow you to write flexible, reusable functions and types that can work with any type.
Generics enable you to write functions and types that can work with any type, without specifying the actual type until the function or type is used.
You can define generic functions, methods, classes, structures, and enumerations in Swift.
Example: func swapTwoValues
MVC focuses on separating data, presentation, and user interaction, while MVVM adds a ViewModel to handle logic and data binding.
MVC stands for Model-View-Controller, where the controller handles user input, the model manages data, and the view displays the data. Example: UIKit in iOS development.
MVVM stands for Model-View-ViewModel, where the ViewModel acts as an intermediary between the model and view, handling data ...
An app with Login screen with authentication in MVVM
I applied via campus placement at National Institute of Technology,(NIT), Delhi and was interviewed before Mar 2023. There were 3 interview rounds.
Kadance algorithm and find the middle of the linklist
More on java and Python based coding questions
based on 2 interviews
1 Interview rounds
Software Engineer
30
salaries
| ₹10.2 L/yr - ₹21 L/yr |
Softwaretest Engineer
20
salaries
| ₹2 L/yr - ₹5 L/yr |
Product Engineer
16
salaries
| ₹15 L/yr - ₹22 L/yr |
Software Development Engineer
16
salaries
| ₹12 L/yr - ₹35 L/yr |
Senior Software Engineer
14
salaries
| ₹3 L/yr - ₹4 L/yr |
Razorpay
Paytm
PhonePe
Payed