i
iamneo
Filter interviews by
Top trending discussions
posted on 19 Nov 2024
I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.
Q1. Count occurence of character from a given string without using stream API.
Q2. Rotate given an array by given number
Count vowels and consonants in a given string
Iterate through each character in the string and check if it is a vowel or consonant
Keep separate counters for vowels and consonants
Consider both uppercase and lowercase characters
Exclude spaces and special characters from counting
Use Sieve of Eratosthenes algorithm to find prime numbers between 1 to n.
Implement Sieve of Eratosthenes algorithm
Iterate through numbers from 2 to n
Mark multiples of each number as non-prime
Remaining unmarked numbers are prime
ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.
ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.
LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.
Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...
List is an ordered collection, Set is a collection with no duplicates, Map is a key-value pair collection.
List maintains insertion order, Set does not allow duplicates, Map stores key-value pairs
List example: ArrayList, Set example: HashSet, Map example: HashMap
Calculate average salary of employees
Sum up all the salaries of employees
Divide the total sum by the number of employees to get the average
Example: salaries = [50000, 60000, 70000], average = (50000 + 60000 + 70000) / 3
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
Basic Aptitude test
Coding Round is little tough.
I applied via Approached by Company and was interviewed in Jul 2022. There were 5 interview rounds.
Basics of JavaScript and HTML and CSS
Login/signup and to do list using react.js
I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2022. There were 3 interview rounds.
Basic coding maths aptitude java python communication skills test
Java coding c plus python SQL oracle dbmsos
Given two arrays [1, 1, 2, 3, 1] and [2, 1, 1, 3, 1], write the code to check for their equality, where equality means that both arrays contain the same elements. Approach 1 involves sorting the arrays and then using a for loop to check for equality; however, sorting has a higher time complexity. The interviewer prefers a solution with O(n) time complexity. Approach 2 suggests using a HashMap to count the occurrences of each element, allowing us to achieve this in O(n) time complexity.
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
Use a hash set to find duplicates in an array of strings.
Create a hash set to store unique elements.
Iterate through the array and check if the element is already in the hash set.
If it is, then it is a duplicate. If not, add it to the hash set.
Find the single duplicate element in an array of strings with length n-1.
Iterate through the array and use a HashSet to keep track of elements seen so far.
If an element is already in the HashSet, that is the duplicate element.
Return the duplicate element once found.
Create a student support system
Design an order and payments system for an EdTech company
Allow users to browse and select courses
Implement a shopping cart for users to add courses
Integrate payment gateways for secure transactions
Provide order confirmation and receipt to users
Allow users to track their order status
I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.
They will give you problem to solve
Machine coding round
based on 1 interview
Interview experience
Software Engineer
26
salaries
| ₹4.2 L/yr - ₹7 L/yr |
Full Stack Developer
13
salaries
| ₹3.5 L/yr - ₹10 L/yr |
Softwaretest Engineer
12
salaries
| ₹5.7 L/yr - ₹7.2 L/yr |
Data Analyst
9
salaries
| ₹4 L/yr - ₹8.8 L/yr |
Program Manager
8
salaries
| ₹3.5 L/yr - ₹11.6 L/yr |
Fractal Analytics
Mu Sigma
Tiger Analytics
LatentView Analytics