i
Valyx
Filter interviews by
Be the first one to contribute and help others!
I applied via Job Portal and was interviewed before Mar 2023. There was 1 interview round.
Technical round 2 questions
I applied via Referral and was interviewed before May 2023. There were 4 interview rounds.
posted on 13 Nov 2024
I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.
2Sum problem involves finding two numbers in an array that add up to a specific target.
Use a hashmap to store the difference between the target and each element in the array.
Iterate through the array and check if the current element's complement exists in the hashmap.
Return the indices of the two numbers that add up to the target.
Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.
Start by pushing the root node into a queue.
While the queue is not empty, pop a node, print its value, and push its children into the queue.
Alternate between popping nodes from the queue and printing their values in a spiral manner.
The coin change problem involves finding the number of ways to make a certain amount using given coin denominations.
Dynamic Programming Approach: Use an array to store the number of ways to make each amount up to the target.
Example: For coins [1, 2, 5] and target 5, ways are: 5 (1x5), 2+2+1, 2+1+1+1, 1+1+1+1+1.
Base Case: Initialize dp[0] = 1, as there's one way to make 0 amount (using no coins).
Iterate through each coi...
The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.
Use binary search to find the maximum distance between cows.
Sort the cows' positions and check if a certain distance is feasible.
Consider the constraints of the problem such as the number of cows and the size of the field.
I appeared for an interview in Dec 2024, where I was asked the following questions.
I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.
I am a software developer with 5 years of experience in Java, Python, and SQL.
5 years of experience in Java, Python, and SQL
Worked on developing web applications using Java Spring framework
Proficient in database management with SQL
Developed web application for online shopping platform with user authentication and payment gateway integration.
Implemented user authentication using JWT tokens
Integrated payment gateway APIs for secure transactions
Designed responsive UI for seamless user experience
posted on 7 Apr 2024
I appeared for an interview before Apr 2023.
I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.
Contained three parts, DA, Excel test, and editing test
posted on 11 Feb 2024
I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.
posted on 26 Dec 2024
I applied via Campus Placement
Three fundamental questions related to Data Structures and Algorithms.
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
Stashfin
PrimeXBT
SmartOwner
WEBPLAT TECHNOLOGIES