Filter interviews by
I appeared for an interview in Dec 2020.
Round duration - 30 minutes
Round difficulty - Medium
It was in the morning around 8:00AM-8:30AM. Platform used for this round was hackerrank. Coding questions were of moderate level.
You are given a binary tree. Your task is to return the count of the diagonal paths to the leaf of the given binary tree such that all the values of the nodes on the diagonal are equa...
Count the number of diagonal paths in a binary tree with equal node values.
Traverse the binary tree and keep track of diagonal paths with equal node values.
Use recursion to explore all possible paths in the tree.
Count the number of paths where all nodes on the diagonal have the same value.
Handle cases where the tree has missing children denoted by -1.
You have a binary tree containing 'N' nodes labeled from 1 to 'N'. Your objective is to enumerate every path from the root to each leaf.
A leaf is defined as a node wi...
The task is to print all the root to leaf paths of an arbitrary binary tree.
Traverse the binary tree using depth-first search (DFS) algorithm
Maintain a current path list to keep track of the nodes in the current path
When reaching a leaf node, add the current path to the result list
Recursively explore the left and right subtrees
Remove the last node from the current path after exploring each subtree
Round duration - 20 minutes
Round difficulty - Easy
It was in the evening around 4:00PM-4:20PM. Platform used for this round was skype. Interviewer was very calm in questioning.
Tip 1 : Do practice as much as possible.
Tip 2 : Focus on skills rather than more on memorising.
Tip 1 : It should not be too long or too short.
Tip 2 : Do not put false things on resume.
I appeared for an interview in Dec 2020.
Round duration - 40 minutes
Round difficulty - Medium
It was in the early morning. Questions was mostly from aptitude and coding based.
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (freq * (freq + 1) / 2).
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Round duration - 25 minutes
Round difficulty - Easy
It was in the afternoon period and it was very competitive.
Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...
Find the length of the longest strictly increasing subsequence in an array of integers.
Use dynamic programming to solve this problem efficiently.
Initialize an array to store the length of the longest increasing subsequence ending at each index.
Iterate through the array and update the length of the longest increasing subsequence for each element.
Return the maximum value in the array as the result.
Round duration - 15 minutes
Round difficulty - Medium
It was late night. Interviewer was asking tricky questions to confuse me
Tip 1 : Practice much more on coding or output based questions from trusted website
Tip 2 : Make sure your resume look skill full and nice
Tip 3 : Avoid any hesitation in interview while giving answers
Tip 1 : Try to attach any specific skill with authorized certificate from good coding platform like Coding Ninja
Tip 2 : Make sure you have full confidence in the skills you have mentioned
I appeared for an interview in Dec 2020.
Round duration - 25 minutes
Round difficulty - Easy
Given an integer array ARR
of size N
, your task is to find the total number of subsequences in which all elements are equal.
A subsequence of an array i...
Count the total number of subsequences in which all elements are equal in an integer array.
Iterate through the array and count the frequency of each element.
Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1)) / 2.
Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.
Round duration - 10 Minutes
Round difficulty - Medium
Tip 1 : Do practice as much as you can
Tip 2 : Work on your communication skills
Tip 1 : It should look presentable
Tip 2 : Skills should be mentioned properly
Top trending discussions
I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.
First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.
I applied via Campus Placement and was interviewed in Apr 2020. There was 1 interview round.
Yes, I am open to relocating for the right opportunity that aligns with my career goals and personal growth.
Relocation can provide exposure to new technologies and methodologies.
I am excited about the prospect of working in diverse teams and cultures.
For example, moving to a tech hub like San Francisco could enhance my career.
I understand the challenges of relocating, but I see them as opportunities for growth.
I bring a unique blend of skills, experience, and passion for software development that aligns perfectly with your team's goals.
Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.
Strong problem-solving skills demonstrated through my contributions to open-source projects, enhancing functionality and fixing bugs.
Excellent teamwork and communication abilitie...
I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.
Easy logical questions
basic quant
Easy level coding questions
Counting frequency of alphabets
Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.
Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.
Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.
For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.
M...
I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.
Faced various technical challenges, including system integration and performance optimization, which I successfully navigated through strategic solutions.
Integration of legacy systems with modern applications: I utilized APIs and middleware to ensure seamless data flow.
Performance bottlenecks in a web application: Implemented caching strategies and optimized database queries, resulting in a 40% speed increase.
Debugging...
I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.
based on 17 reviews
Rating in categories
Desktop Support Engineer
7
salaries
| ₹1.9 L/yr - ₹2.5 L/yr |
Computer Teacher
5
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Hardware & Networking Engineer
4
salaries
| ₹1.9 L/yr - ₹2 L/yr |
Computer Hardware Engineer
4
salaries
| ₹0.6 L/yr - ₹5.5 L/yr |
Office Assistant Computer Operator
4
salaries
| ₹1.1 L/yr - ₹2 L/yr |
TCS
Accenture
Wipro
Cognizant