Filter interviews by
Clear (1)
React is a JavaScript library used for building user interfaces.
React allows developers to create reusable UI components.
It uses a virtual DOM for efficient rendering.
React can be used for building single-page applications.
It is maintained by Facebook and a community of developers.
React can be used with other libraries and frameworks like Redux.
I applied via LinkedIn and was interviewed in Aug 2023. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.
I applied via Company Website and was interviewed before Jan 2021. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2021. There were 3 interview rounds.
Best wishes to you know that you have to come to the day da
Hi sir I have sent the best for first year and all the best for your reference
I applied via Company Website and was interviewed before May 2020. There were 4 interview rounds.
I was interviewed before Sep 2020.
Round duration - 30 Minutes
Round difficulty - Easy
The questions ranged from prime number concepts to one question on linked list.
You are given two integers DAY_HOURS
and PARTS
. Consider a day with DAY_HOURS
hours, which can be divided into PARTS
equal parts. Your task is to determine the total ins...
Given DAY_HOURS and PARTS, find total instances of equivalent prime groups in a day divided into equal parts.
Divide the day into equal parts and check for prime groups at the same position in different parts.
Each prime group consists of prime numbers occurring at the same position in different parts.
Return the total number of equivalent prime groups found.
Ensure DAY_HOURS is divisible by PARTS and each hour in a prime
Given two linked lists representing two non-negative integers, where the digits are stored in reverse order (i.e., starting from the least significant digit to ...
Add two numbers represented as linked lists in reverse order and return the sum as a linked list.
Traverse both linked lists simultaneously, adding corresponding digits and carrying over if necessary.
Handle cases where one list is longer than the other by considering carry over.
Create a new linked list to store the sum digits in reverse order.
Return the head of the new linked list as the result.
Tip 1 : Do practice aptitude faithfully because it will help you in cracking the first round.
Tip 2 : Study concepts from different sites like Coding Ninjas, Geeks for Geeks for better understanding.
Tip 1 : Resume should be one pager.
Tip 2 : Mention your job specific projects on the resume.
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Hard
Exam was in the morning in 2nd shift. It was a difficult .
You need to determine the sum of even digits and odd digits separately from a given integer.
The first line of input is an integer T
representing the number of test c...
Implement a function to find the sum of even and odd digits separately in a given integer.
Iterate through each digit of the integer and check if it is even or odd.
Keep track of the sum of even and odd digits separately.
Return the sums of even and odd digits for each test case.
Round duration - 30 minutes
Round difficulty - Hard
It was in the morning and there were approx 500 candidates for interview. Interviewers were very nice and cooperative.
SQL questions related to joins
Types of joins in SQL (inner join, left join, right join, full outer join)
Difference between inner join and outer join
Common join conditions (using ON vs WHERE)
Handling NULL values in joins
Performance considerations when using joins
Round duration - 10 minutes
Round difficulty - Medium
It was in the morning and interviewer was very nice and polite.
Tip 1 : Be confident and speak politely with a smile.
Tip 2 : Groom yourself very well in a professional way.
Tip 3 : Prepare everything mentioned in your resume.
Tip 4 : Also maintain positive body language as everything get noticed in an interview.
Tip 5 : Try to work on projects and prepare it very well including synopsis of project.
Tip 6 : Prepare core subjects and important topics.
Tip 7 : prepare company related questions as well.
Tip 8 : Maintain eye contact with interviewer.
Tip 1 : Mention Projects.
Tip 2 : Mention accurate and true things only.
Tip 3 : Resume should be neat and clean.
Tip 4 : Mention your achievements in resume.
Tip 5 : Resume should not be very lengthy, it should be precise.
Tip 6 : Prepare your resume by following a proper format.
Tip 7 : Carry your resume in a file.
I was interviewed before Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
This was MCQ+Coding round.
Check if two strings are anagrams by comparing the sorted versions of the strings.
Sort both strings and compare if they are equal.
Use a hashmap to store the frequency of characters in each string and compare the maps.
Ignore spaces and punctuation when comparing the strings.
Round duration - 90 minutes
Round difficulty - Easy
This was face to face interview round.
Round duration - 90 minutes
Round difficulty - Easy
This was face to face interview round.
Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.
Add projects and Internships if you have done any and add only those things which you really know.
Final outcome of the interviewSelectedI was interviewed before Sep 2020.
Round duration - 90 Minutes
Round difficulty - Medium
Interview started at 11:00 am. It was an online round. During the coding round I submitted optimized solution and got full acceptance of the solutions.
You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...
Detect cycle in a directed graph using depth-first search (DFS) algorithm.
Use DFS to traverse the graph and detect back edges indicating a cycle.
Maintain a visited array to keep track of visited nodes during traversal.
If a node is visited again during traversal and it is not the parent node, then a cycle exists.
Return true if a cycle is detected, false otherwise.
Round duration - 80 Minutes
Round difficulty - Medium
Interview started at 10:00 am. Interview went well, I was able to connect with the interviewer and enjoyed the whole interview
Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'.
You are given a number in string format, a...
Find the next smallest palindrome greater than a given number represented as a string.
Convert the string to an integer, find the next greater palindrome, and convert it back to a string.
Handle cases where the number is a palindrome or has all digits as '9'.
Consider both odd and even length numbers when finding the next palindrome.
Round duration - 80 Minutes
Round difficulty - Medium
Interview started at 11:00 am. Interview went well.
Given a binary tree of integers, your task is to return the boundary nodes of the tree in Anti-Clockwise direction starting from the root node.
The first line ...
Return the boundary nodes of a binary tree in Anti-Clockwise direction starting from the root node.
Traverse the left boundary nodes in a top-down manner
Traverse the leaf nodes from left to right
Traverse the right boundary nodes in a bottom-up manner
Handle cases where duplicates occur in the boundary nodes
Implement the function without printing as printing is already managed
Tip 1 : For Data Structures number of questions doesn't matter. Try to understand the logic behind them and try to apply them in creating multiple scenario's. Learn them by heart.
Tip 2 : For Web.Development Try to learn full stack development. See which part interests you more, Increase your knowledge horizon, Always try to build a system a system considering It will be served to millions of customers. By doing this 1-2 projects will increase and cover all the major things which one should learn in their career/college.
Tip 1 : Always try to make it a single page
Tip 2 : Always make resume company specific. eg. Data Structures part more if you are applying for MNC's eg. Amazon, Google, DE Shaw, browserstack.
based on 2 interviews
Interview experience
based on 5 reviews
Rating in categories
Senior Software Engineer
165
salaries
| ₹0 L/yr - ₹0 L/yr |
IP Analyst
158
salaries
| ₹0 L/yr - ₹0 L/yr |
Research Analyst
144
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
141
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Content Analyst
131
salaries
| ₹0 L/yr - ₹0 L/yr |
Thomson Reuters
Elsevier
Wolters Kluwer
Springer Nature in India