Avalara Technologies
Interview Questions and Answers
You have been given ‘K’ different arrays/lists, which are sorted individually (in ascending order). You need to merge all the given arrays/list such that the output array/list should be sor...read more
Low-level design of how to store contacts in the phone book
Q3. Find max square area in a binary matrix
Find the maximum area of a square in a binary matrix.
Iterate through the matrix and for each cell, calculate the maximum square area that can be formed with that cell as the top-left corner.
Use dynamic programming to store the maximum square area at each cell.
Keep track of the maximum area encountered so far and return it as the result.
Q4. Find longest increasing sequence in a matrix
Find longest increasing sequence in a matrix
Iterate through each element in the matrix
For each element, check its neighbors to find the longest increasing sequence
Keep track of the longest sequence found so far
Q5. Given an infinite array stream having a unknown number being repeated after a certain index. Find the index after which that number repetition starts.
Find the index after which a number repetition starts in an infinite array stream.
Iterate through the array stream and keep track of the numbers encountered.
Once a number is repeated, return the index of the first occurrence of the repeated number.
Use a hash set or a dictionary to efficiently check for duplicates.
Q6. What are html tags
HTML tags are used to define the structure and content of a web page.
HTML tags are enclosed in angle brackets, like
. They are used to format text, insert images, create links, etc.
Examples include
for paragraphs, for images, for links.
Q7. Experience at prev company
I have 3 years of experience at my previous company working on developing web applications using Java and Spring framework.
Developed web applications using Java and Spring framework
Collaborated with team members to design and implement new features
Participated in code reviews and testing processes
Top Software Engineer Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month