i
Fynd
Filter interviews by
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Talk about social media influence impact on chilfern
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
I applied via campus placement at Poornima College of Engineering, Jaipur and was interviewed in Dec 2022. There were 4 interview rounds.
Data structure and algorithms
I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota 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
I applied via Walk-in and was interviewed before Jun 2023. There were 2 interview rounds.
I applied via campus placement at Pimpri Chinchwad College of Engineering, Pimpri and was interviewed before Aug 2023. There were 2 interview rounds.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
Duplicate is an exact copy of something, while reference is a pointer to the original object.
Duplicate is a separate copy of the original item, while reference points to the original item.
Changes made to a duplicate do not affect the original, but changes made to a reference affect the original.
Duplicate has its own memory space, while reference shares memory space with the original object.
I am a dedicated and hardworking individual with a passion for learning and growth.
I have a background in marketing and have worked in the industry for 5 years.
I am currently pursuing a Master's degree in Business Administration to further my skills and knowledge.
I am a team player and enjoy collaborating with others to achieve common goals.
I applied via Cocubes and was interviewed in Sep 2022. There were 5 interview rounds.
I was shortlisted through Cocubes
It include aptitude question, question from domain, coding and SQL
I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.
Moderate DSA questions
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Software Development Engineer
82
salaries
| ₹8 L/yr - ₹30.6 L/yr |
Software Development Engineer 1
77
salaries
| ₹9 L/yr - ₹27 L/yr |
Software Developer
68
salaries
| ₹7.5 L/yr - ₹30 L/yr |
Software Development Engineer II
57
salaries
| ₹20 L/yr - ₹45 L/yr |
Software Engineer
50
salaries
| ₹7 L/yr - ₹26.8 L/yr |
Myntra
Flipkart
Snapdeal
Shopclues