Filter interviews by
I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.
posted on 11 Nov 2024
I was interviewed in Oct 2024.
First round was coding test on Coderbyte it was good.
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Logical reasoning, grammar, and coding: two basic level questions.
I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.
Advanced Java coding
Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.
Arrays in Java are used to store multiple values of the same data type in a single variable.
Strings in Java are objects that represent sequences of characters.
Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.
Example: String[] names = {"Alic
posted on 5 Dec 2024
I applied via Campus Placement
posted on 6 Aug 2024
I applied via Naukri.com
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
Technical aspects about linked list,trees, stacks
Topic related to humanities
I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.
There was mcq test with 1 sql code based question.
Debounce and throttling are techniques used in web development to limit the number of times a function is called.
Debounce delays the execution of a function until after a specified time period has elapsed without additional calls.
Throttling limits the rate at which a function is called, ensuring it is not called more than once within a specified time interval.
Debounce is useful for handling events like resizing a windo...
Git merge combines changes from different branches, while rebase moves the current branch to the tip of another branch.
Merge creates a new commit with combined changes, while rebase rewrites commit history.
Merge preserves the commit history of both branches, while rebase creates a linear history.
Merge is non-destructive and suitable for public branches, while rebase is destructive and should be used for private branche...
Git fork creates a copy of a repository under your GitHub account, while git clone creates a local copy of a repository.
Fork creates a copy on GitHub, clone creates a local copy on your machine
Forking allows you to make changes without affecting the original repository
Cloning downloads the entire repository to your local machine
Forking is commonly used for contributing to open source projects
DOM in React stands for Document Object Model, representing the structure of a web page as a tree of objects.
DOM in React is a virtual representation of the actual HTML elements on a web page.
React uses a virtual DOM to improve performance by updating only the necessary components.
Changes to the virtual DOM are compared with the real DOM, and only the differences are updated.
This helps in minimizing the number of DOM m...
I was interviewed in Nov 2020.
Round duration - 60 minutes
Round difficulty - Easy
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...
Merge Sort Algorithm -
Merge so...
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 :
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 2 reviews
Rating in categories
Processing Executive
105
salaries
| ₹1 L/yr - ₹2.5 L/yr |
Quality Analyst
22
salaries
| ₹1.5 L/yr - ₹2.5 L/yr |
Creative Executive
13
salaries
| ₹1.4 L/yr - ₹2 L/yr |
Team Lead
9
salaries
| ₹1.9 L/yr - ₹4.2 L/yr |
Data Processing Executive
8
salaries
| ₹1 L/yr - ₹1.6 L/yr |
Infosys
TCS
Wipro
HCLTech