Add office photos
Engaged Employer

Jupiter Money

3.3
based on 87 Reviews
Filter interviews by

Maxis Software Therapeutics Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Shortest Path in a Binary Matrix Problem Statement

Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a source cell to a destination cell, consisting only of 1s...read more

Ans.

Find the shortest path in a binary matrix from a source cell to a destination cell consisting only of 1s.

  • Use Breadth First Search (BFS) algorithm to find the shortest path.

  • Keep track of visited cells to avoid revisiting them.

  • Update the path length as you traverse through the matrix.

  • Return -1 if no valid path exists.

Add your answer

Q2. Find the Third Greatest Element

Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

Input:

The first line contains a single integer 'T' representing the number of te...read more
Ans.

Find the third largest element in an array of distinct integers.

  • Sort the array in descending order and return the element at index 2.

  • Handle cases where the array has less than 3 elements separately.

  • Consider using a set to ensure distinct elements in the array.

View 1 answer

Q3. Longest Palindromic Substring Problem Statement

You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palindromic ...read more

Ans.

Identify the longest palindromic substring in a given string.

  • Iterate through the string and expand around each character to find palindromes

  • Keep track of the longest palindrome found

  • Return the longest palindromic substring with the smallest start index

Add your answer

Q4. Ninja and Geometry Problem Statement

In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two points P ...read more

Ans.

Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

  • Implement a function to calculate the intersection point of two lines on a 2D plane

  • Handle precision up to six decimal places in the output

  • Return -1.000000 -1.000000 if the lines do not intersect

  • Ensure the lines 'AB' and 'PQ' are distinct

Add your answer
Discover Maxis Software Therapeutics interview dos and don'ts from real experiences
Q5. Can you discuss a coding problem you encountered, your past projects, and any behavioral questions related to your experiences?
Ans.

Discussed coding problem, past projects, and behavioral questions in SDE - 1 interview.

  • Coding problem: Discussed how I optimized a sorting algorithm in a previous project.

  • Past projects: Talked about a web application I developed using React and Node.js.

  • Behavioral questions: Shared how I handled a conflict within a team during a project.

  • Example: Explained how I implemented a feature in a mobile app that improved user engagement.

Add your answer
Q6. Can you explain how you would design a URL shortener?
Ans.

Design a URL shortener system

  • Generate a unique short code for each URL

  • Store the mapping of short code to original URL in a database

  • Redirect users from short URL to original URL when accessed

  • Consider implementing features like custom short codes, expiration dates, and analytics

  • Ensure scalability and performance by using distributed systems and caching

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Maxis Software Therapeutics

based on 2 interviews
1 Interview rounds
Coding Test Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

3.7
 • 107 Interview Questions
3.5
 • 60 Interview Questions
3.9
 • 17 Interview Questions
3.8
 • 12 Interview Questions
3.5
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter