Filter interviews by
I was asked a question based on strings that required BFS to solve.
Competitive coding can be tough but with practice and dedication, it can be mastered.
Practice regularly to improve problem-solving skills
Understand different data structures and algorithms
Participate in coding competitions to test and improve skills
Top trending discussions
Program to search and display books based on filters and pages
Create a database of books with relevant information
Implement search filters such as author, title, genre, etc.
Allow users to specify number of results per page
Display results in a user-friendly format with book details
posted on 1 Aug 2024
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.
Data and Algo test need to do live in front of interviewers.
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
Test contains 26 questions for me 13 are java based 13 are c++ based
Indexing in DBMS is a technique to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.
Types of indexes include clustered, non-clustered, unique, and composite indexes.
Examples of indexing techniques include B-tree, hash, and bitmap indexes.
Indexing can...
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Use a stack to simulate the recursive inorder traversal process
Create an empty stack to store nodes
Start with the root node and push it onto the stack
While the stack is not empty, keep traversing left and pushing nodes onto the stack
Once you reach a leaf node, pop it from the stack, print its value, and move to its right child
Repeat the process until all nodes have been visited
To make a class final, use the 'final' keyword in the class declaration.
Use the 'final' keyword before the 'class' keyword in the class declaration
A final class cannot be subclassed or extended
Final classes are often used for utility classes or classes that should not be modified
I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
Hackerrank Coding Test, Leetcode medium questions
HLD test, was asked to design an online coding platform like leetcode
It was a medium-level DSA round
This was also a DSA round
This again a DSA round
I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.
based on 2 interviews
Interview experience
Trust and Safety Specialist
73
salaries
| ₹5.5 L/yr - ₹9 L/yr |
Software Engineer
65
salaries
| ₹15 L/yr - ₹58.8 L/yr |
Senior Software Engineer
57
salaries
| ₹23 L/yr - ₹88.2 L/yr |
Content Reviewer
37
salaries
| ₹3.6 L/yr - ₹9.9 L/yr |
Account Director
31
salaries
| ₹15 L/yr - ₹39 L/yr |
Microsoft Corporation
Amazon