Nutanix is a global leader in cloud software, offering organizations a single platform for running apps and data across clouds. With Nutanix, companies can reduce complexity and simplify operations, freeing them to focus on their business outcomes. Building on its legacy as the pioneer of hyperconverged infrastructure, Nutanix is trusted by companies worldwide to power hybrid multicloud environments consistently, simply, and cost-effectively. Learn more at www.nutanix.com or follow us on social media @nutanix.
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.