Nutanix Technologies India Pvt Ltd is a subsidiary of Nutanix, Inc., a global leader in cloud software and hyperconverged infrastructure solutions. The company specializes in providing innovative cloud computing solutions that simplify IT management for enterprises.
1. Ninja and Stack of Boxes Problem Help Ninja to create the tallest stack possible using given 3-D boxes with dimensions Length 'L', Breadth 'B', and Height 'H'. Each box can be rotated to use any side as the base, but you can only stack a box on another if the lower box's 2-D base dimensions both exceed those of the higher box. Multiple instances of any box can be used. Input: The first line contains an integer 'T' indicating the number of test cases.For each test case, first line contains an integer 'N' representing the number of boxes.Next, 'N' lines follow, each containing three space-separated integers 'L', 'B', and 'H' representing the dimensions of each box. Output: For each test case, output the maximum possible height of the stack.Each test case should be output on a separate line. Example: Input: 212 1 221 2 32 1 3 Output: 26 Constraints: 1 <= T <= 100 1 <= N <= 5000 1 <= L, B, H <= 100000 Note: You do not need to print anything; just implement the function.
2. Write a program to find the first 50 prime numbers.
3. Explain the IP assignment process.
4. What is encapsulation?
5. Simulate a Write-Back Cache using two Python dictionaries with dirty bit implementation and LRU flushing technique on cache full.
Browse through a variety of job opportunities tailored to your skills and preferences. Filter by location, experience, salary, and more to find your perfect fit.
We have sent an OTP to your contact. Please enter it below to verify.