Filter interviews by
Top trending discussions
posted on 27 Jan 2017
I appeared for an interview in Dec 2016.
I appeared for an interview before Jun 2024, where I was asked the following questions.
Classes are reference types; structs are value types. Classes support inheritance, while structs are more lightweight and efficient.
Classes support inheritance, allowing for polymorphism.
Structs are value types, meaning they are copied on assignment.
Classes are reference types, meaning they are accessed via references.
Structs are generally more memory efficient for small data structures.
Example: class Person { string N...
I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.
- simple basic ios questions
I applied via Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.
Kadance algorithm and find the middle of the linklist
More on java and Python based coding questions
I applied via Campus Placement and was interviewed before Jul 2022. There were 5 interview rounds.
50 questions in 12 minutes mostly test your arthimetic, logical knowledge.
3 coding questions in 90 mins, 1st one is from arrays an easy question, 2nd one is related to stacks and queues relatively harder and last one is hard which i am also unable to attempt. I cracked the first two questions and my solutions passed all the test cases.
Sorting algorithms are methods used to arrange elements in a specific order.
Different sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.
Some algorithms are more efficient than others depending on the size of the data set and the initial order of the elements.
For example, quick sort is generally faster than bubble sort for large data sets.
BFS and DFS are traversal algorithms used in trees. BFS explores level by level, while DFS explores depth first.
BFS (Breadth-First Search) visits nodes level by level, using a queue. Example: traversing a binary tree level by level.
DFS (Depth-First Search) explores as far as possible along each branch before backtracking. Example: in-order traversal of a binary tree.
I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.
Question from Array,DP
I applied via Referral and was interviewed in Oct 2023. There were 4 interview rounds.
NEED TO QUALIFY IN THIS TEST
NEED TO QUALIFY THIS TEST ALSO
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Computer Fundamentals
Flatten a binary tree by converting it into a linked list in-place.
Use a recursive approach to flatten the binary tree.
Traverse the tree in a pre-order manner and keep track of the previous node.
Set the left child of each node to null and the right child to the next node in the linked list.
Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null
Inside Sales Specialist
18
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Product Manager
14
salaries
| ₹7 L/yr - ₹30.4 L/yr |
Customer Success Specialist
11
salaries
| ₹2.4 L/yr - ₹3.8 L/yr |
Relationship Manager
11
salaries
| ₹3.5 L/yr - ₹7.5 L/yr |
Key Account Manager
9
salaries
| ₹3.1 L/yr - ₹5.6 L/yr |
Practo
Cogoport
MagicPin
KrazyBee