Problem 1: Given an array of size MxN and coordinates of starting of subarray (x, y). You need to rotate that subarray and then print the full array after rotation.
Problem 2: Given a string, say sentence=” this is crazy and fun” and a list, say name=[“is”, “fun”]. Now you need to capitalize on the first letter of every word in the given string which is not present in the list.
Problem 3: Given three sorted arrays A, B, and C. Write the most efficient algorithm to find the 5th largest element among the three arrays.
The HR asked the basic questions like:
Why Nagarro?
Any offers in hand?
Brief me about yourself?
Your coding rank in your class?
Rate yourself in coding language you know.
About resume
Favorite Coding Language