Filter interviews by
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
Q1) Write a functions to perform all CRUD in api.
Q2) Given two sorted list
ar1 =[1,2,3,4,7,7,12,18,19]
ar2 = [3, 4, 7, 7,14, 18, 19]
You can add and find largest sum but you can switch when ar1 and ar2 have same numbers.
Solution: you can base your solution on merge algo and recursively call your function to return largest sum possible.
Top trending discussions
I applied via Company Website and was interviewed in Oct 2022. There were 4 interview rounds.
Basic Easy Level LeetCode Questions.
Medium Level Questions from LeetCode along with questions on String and one scenario based DS question.
posted on 1 Sep 2024
6 questions asked in an interview
The slider window problem involves finding the maximum sum of a subarray of a fixed size k within an array of integers.
Use a sliding window approach to efficiently find the maximum sum subarray.
Keep track of the current sum within the window and update it as you slide the window.
Maintain a variable to store the maximum sum found so far.
Example: Given array [1, 3, -1, -3, 5, 3, 6, 7] and window size k=3, the maximum sum
The stock buy sell problem involves finding the maximum profit that can be made by buying and selling a stock at the right times.
Calculate the difference between each pair of consecutive prices in the array
Find the maximum subarray sum of the differences using Kadane's algorithm
The maximum subarray sum is the maximum profit that can be made
posted on 17 Jul 2024
I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.
Space and time complexities were asked for program
I was interviewed in Feb 2024.
A framework is a set of guidelines, libraries, and tools that help in developing and executing automated tests efficiently.
Provides structure and organization for test automation projects
Promotes reusability of code and components
Offers built-in functionalities for common testing tasks
Supports integration with different tools and technologies
My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.
Utilizes Selenium WebDriver for interacting with web elements
Uses TestNG for test case management and execution
Employs data-driven approach for test data management
Supports parallel execution for faster testing
Includes reporting features for test results analysis
I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.
2 Basic leetcode problems
I applied via Naukri.com and was interviewed before Dec 2022. There were 3 interview rounds.
Java program to reverse a sentence
Split the sentence into words using the split() method
Create a new array to store the reversed words
Iterate through the words in reverse order and add them to the new array
Join the reversed words using the join() method to form the reversed sentence
Program to find repeated character in a word.
Iterate through each character in the word
Store each character in a data structure
If a character is already present in the data structure, it is a repeated character
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
Core java and OOPS concepts and basic coding tricks and puzzly questions
I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 4 interview rounds.
Java oops ds algo framework design api sql must
Coding ds framework design sql
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Member Technical Staff
101
salaries
| ₹0 L/yr - ₹0 L/yr |
System Reliability Engineer
46
salaries
| ₹0 L/yr - ₹0 L/yr |
Mts1
35
salaries
| ₹0 L/yr - ₹0 L/yr |
MTS-4
35
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Staff Member 3
35
salaries
| ₹0 L/yr - ₹0 L/yr |
Red Hat
VMware Software
Cisco
Dell