Filter interviews by
I am impressed by the firm's innovative projects and collaborative work environment.
Impressed by innovative projects
Attracted to collaborative work environment
Excited about potential for growth and learning opportunities
Top trending discussions
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
Gave alien dictionary (hard question) from gfg.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Identify anagrams within a given sentence
Split the sentence into individual words
Compare each word to every other word to find anagrams
Store anagrams in an array of strings
The lowest common ancestor (LCA) of a binary tree is the shared ancestor of two nodes farthest from the root.
Start from the root and recursively search for the nodes in the left and right subtrees.
If one node is found in the left subtree and the other in the right subtree, then the root is the LCA.
If both nodes are found in the left subtree, then the LCA is in the left subtree. Same for the right subtree.
Repeat the pro
Use a hash set to find duplicates in a string efficiently.
Create a hash set to store characters as you iterate through the string.
If a character is already in the hash set, it is a duplicate.
Return the duplicates as an array of strings.
To find the sum of digits in reverse order, reverse the number and then add the digits together.
Reverse the given number
Separate each digit of the reversed number
Add all the digits together to get the sum
3 - 4 DSA questions from GeeksforGeeks
OOPS concepts in Java are the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding th...
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Trie is a tree data structure used for efficient retrieval of key-value pairs.
Trie is typically used for storing and searching strings efficiently.
Each node in a trie represents a single character of a string.
Trie allows for prefix search, making it useful for autocomplete features.
Common operations on a trie include insertion, deletion, and search.
Example: Trie data structure can be used to implement a dictionary with
I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.
Two basic DSA questions
To reverse a string, iterate through the characters and swap the first and last characters until reaching the middle.
Create a function that takes a string as input
Initialize two pointers, one at the beginning and one at the end of the string
Swap the characters at the two pointers and move them towards the center until they meet
To add two numbers given as linked lists, iterate through both lists simultaneously and keep track of carry.
Iterate through both linked lists simultaneously
Keep track of carry while adding digits
Create a new linked list to store the result
Preorder traversal is a type of tree traversal where nodes are visited in the order root, left, right. Sorting 0s, 1s, and 2s can be done using Dutch National Flag algorithm.
Preorder traversal: Root, Left, Right
Dutch National Flag algorithm can be used to sort 0s, 1s, and 2s efficiently
Talk about social media influence impact on chilfern
based on 1 interview
Interview experience
Test Engineer
52
salaries
| ₹2.2 L/yr - ₹10 L/yr |
Software Engineer
39
salaries
| ₹4 L/yr - ₹13.2 L/yr |
Software Developer
35
salaries
| ₹3 L/yr - ₹12 L/yr |
Softwaretest Engineer
25
salaries
| ₹2.4 L/yr - ₹6.8 L/yr |
Associate Project Manager
18
salaries
| ₹4 L/yr - ₹7 L/yr |
Brane Enterprises
Duck Creek Technologies
3Pillar Global
Winman Software