Filter interviews by
I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.
It was basically quantitative
There were 3 coding questions
Top trending discussions
I applied via Campus Placement
Developed a web-based attendance management system and a mobile app for event management.
Created a database schema and implemented CRUD operations using PHP and MySQL.
Designed the user interface using HTML, CSS, and JavaScript.
Integrated Google Maps API for location tracking in the mobile app.
Implemented push notifications using Firebase Cloud Messaging.
Collaborated with a team of four to complete the projects within t...
I applied via Campus Placement
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 3 interview rounds.
Nested graph question, matrix question on hackerrank
Two tables performing different types of joins
Inner join: Returns rows when there is a match in both tables
Left join: Returns all rows from the left table and the matched rows from the right table
Right join: Returns all rows from the right table and the matched rows from the left table
Full outer join: Returns all rows when there is a match in either table
I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.
1 Hour Basic Aptitude
2 Coding questions on Stacks and Array
I appeared for an interview before Jun 2024, where I was asked the following questions.
I appeared for an interview in Dec 2020.
Tip 1 : Master Your Data Structures and Algorithm, solving Leetcode, Geeksforgeeks, having a great solved count is not that important. Just make sure, you are comfortable.
Tip 2 : Master Your Data Structures and Algorithm, if you think, you are done, try reading more about competietive programming topics at https://cp-algorithms.com/
Tip 3 : Have at least 2 Good Project, That would be an advantage
Tip 1 : Try to complete in 1 page, without reducing the beauty. Show atleast 2 project, 2 hackathons, 1 internship, and your achivement.
Tip 2 : Be honest. Copying something from github, isn't a great idea. You can do, but please work in it. Spend 1 week reading that code, and try implementing that project by yourself, and then put into the resume.
I applied via LinkedIn and was interviewed in May 2021. There were 6 interview rounds.
I faced various challenges, including tight deadlines, evolving technologies, and team collaboration issues.
Tight deadlines: I had to deliver a complex feature in two weeks, which required prioritizing tasks and effective time management.
Evolving technologies: Adapting to new frameworks like React and integrating them into existing projects posed a learning curve.
Team collaboration: Miscommunication led to duplicated e...
I am looking for new challenges and growth opportunities.
Seeking a more challenging role
Looking for opportunities to learn and grow
Want to work with new technologies
Desire to work in a different industry
Seeking better work-life balance
I appeared for an interview in Nov 2020.
Round duration - 90 minutes
Round difficulty - Easy
You are given a string S
consisting of several words. Your task is to count the number of times each word appears in string S
. A word is defined as a sequence of...
Count the occurrence of each word in a given string.
Split the string into words using spaces as delimiters.
Use a hashmap to store the count of each word.
Iterate through the words and update the count in the hashmap.
Output each unique word with its occurrence count.
Round duration - 30 minutes
Round difficulty - Easy
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Check if two strings are anagrams of each other by comparing their sorted characters.
Sort the characters of both strings and compare them.
Use a dictionary to count the frequency of characters in each string and compare the dictionaries.
Ensure both strings have the same length before proceeding with comparison.
Handle edge cases like empty strings or strings with different lengths.
Round duration - 45 minutes
Round difficulty - Medium
Find the total number of palindromic substrings in a given string STR
.
"abbc"
5
The palindromic substrings are: ["a", "...
Count the total number of palindromic substrings in a given string.
Iterate through each character in the string and expand around it to find palindromic substrings.
Use dynamic programming to store previously calculated palindromic substrings.
Consider both odd and even length palindromes while counting.
Example: For input 'abbc', palindromic substrings are ['a', 'b', 'b', 'c', 'bb']. Total count is 5.
To find the 4th highest salary from a table in a database, you can use a SQL query with the ORDER BY and LIMIT clauses.
Write a SQL query to select distinct salaries from the table in descending order.
Use the LIMIT clause to retrieve the 4th row from the sorted list.
The query would look like: SELECT DISTINCT salary FROM table_name ORDER BY salary DESC LIMIT 3, 1
Tip 1 : Be confident
Tip 2 : Focus on data structures and algorithms(if you have less than 6 months)
Tip 3 : Focus on competitive programming(if you have more than 6 months)
Tip 4 : Practice at least 200 questions of various topics on leetcode and also start doing contest on various platforms.
Tip 1 : You shouldn't lie on your resume.
Tip 2 : Write only those projects about which you are confident.
based on 1 interview experience
Difficulty level
Duration
Senior Associate
20
salaries
| ₹20 L/yr - ₹34.6 L/yr |
Associate
19
salaries
| ₹12 L/yr - ₹23.9 L/yr |
Analyst
12
salaries
| ₹11 L/yr - ₹15.4 L/yr |
Assistant Vice President
12
salaries
| ₹31 L/yr - ₹53.3 L/yr |
Software Developer
9
salaries
| ₹9 L/yr - ₹11.5 L/yr |
AU Small Finance Bank
IndusInd Bank
IDFC FIRST Bank
Yes Bank