MTS-2 Nutanix Interview DSA

nutanix logo
nutanix
MTS-2
August 1, 202513 reads

Summary

I interviewed for the MTS-2 role at Nutanix, which primarily focused on Data Structures & Algorithms, and was asked two specific LeetCode problems.

Interview Questions (2)

Q1
Longest Common Subsequence
Data Structures & AlgorithmsMedium

Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0.

Q2
Sqrt(x)
Data Structures & AlgorithmsEasy

Given a non-negative integer x, compute and return the square root of x. Since the return type is an integer, the decimal digits are truncated, and only the integer part of the result is returned.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!