Filter interviews by
I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.
Questions based on NextJS, ReactJS, JavaScript, HTML, CSS
Top trending discussions
Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Closures in JavaScript allow functions to access 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 the inner function has access to the outer function's variables.
Closures can be used to create private variables and functions in JavaScript.
Closures can also be used to maintain state in asynchronous operations
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.
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
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
I was interviewed in Mar 2022.
Round duration - 60 Minutes
Round difficulty - Easy
Formal Introduction.
Asked About Projects.
Difference between SQL and NoSQL. Pros and Cons. Where should we use SQL and NoSQL.
Given a problem, I have to make a SQL Database structure and then interviewer told me to convert it into NoSQL.
asked coding questions
The idea here is to do a linear approach which apparently is a brute force way to do this.
O(1)
&nbs...
Our very basic intuition is that we are going to traverse the given binary tree using level order traversal where we just need to modify one thing that for every alternate level we need to reverse the order that level.
Steps are as follows:
Tip 1 : Prepare well for subjects
Tip 2 : Prepare for system design
Tip 3 : Practice coding
Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy
3 Graph Questions Were asked of difficulty medium to hard.
Hackathon round which revolved around multithreading
Business Development Executive
7
salaries
| ₹2.7 L/yr - ₹4 L/yr |
Java Developer
6
salaries
| ₹4.5 L/yr - ₹4.9 L/yr |
Technical Recruiter
6
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Full Stack Developer
4
salaries
| ₹7 L/yr - ₹8 L/yr |
Software Engineer
3
salaries
| ₹3 L/yr - ₹12 L/yr |
Upwork
Fiverr Inc.
Gurit India
99designs