Faster and better experience!
Filter interviews by
I am a computer science student with a passion for coding and problem-solving.
Currently pursuing a degree in Computer Science
Proficient in programming languages like Java, Python, and C++
Experience with web development projects using HTML, CSS, and JavaScript
Participated in coding competitions like ACM ICPC
Engineers in customer facing roles interact directly with customers to understand their needs and provide technical solutions.
Engineers in customer facing roles act as a bridge between the technical team and the customers.
They gather feedback from customers to improve products and services.
They provide technical support and guidance to customers.
Examples: Customer Support Engineer, Technical Account Manager
I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.
Equation, ratio and proportion
I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.
Use Fisher-Yates shuffle algorithm to play songs randomly without repetition.
Create an array of songs
Use Fisher-Yates shuffle algorithm to shuffle the array
Play the first song in the shuffled array
Remove the first song from the array
Repeat steps 3-4 until all songs have been played
Reverse a linked list
Iterate through the linked list and change the direction of the pointers
Keep track of the previous, current, and next nodes
Set the head of the linked list to the last node after reversing
Hashing algorithm to count maximum number of 1s in a 2D matrix.
Create a hash table to store the count of 1s in each row.
Traverse through each row and update the count in the hash table.
Find the row with the maximum count of 1s in the hash table.
Return the count of 1s in that row.
I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.
Basic DSA questions were asked.
Round 1 -> Coding interview -> ask 2 Leetcode problems
Round 2-> HR
SQL test on Select query, insert, create
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
based on 1 interview
Interview experience
Customer Success Manager
21
salaries
| ₹9.5 L/yr - ₹19 L/yr |
Software Engineer
15
salaries
| ₹13 L/yr - ₹22 L/yr |
Accounts Manager
15
salaries
| ₹11 L/yr - ₹24 L/yr |
Program Manager
8
salaries
| ₹6 L/yr - ₹16 L/yr |
Talent Acquisition Specialist
7
salaries
| ₹4 L/yr - ₹8.2 L/yr |
HackerRank
CodeChef
TopCoder
LeetCode