Tip 1 : Work on building Concepts.
Tip 2 : Do at least one internship.
Tip 3 : Do at least one Project.
Tip 1: Have at least one internship.
Tip 2: Have at least one Project.
Time was flexible from 10:00 am to 6:00 pm any time you can attempt. The environment should be silent with good lighting.



The order in which the groups and members of the groups are printed does not matter.
inputStr = {"eat","tea","tan","ate","nat","bat"}
Here {“tea”, “ate”,” eat”} and {“nat”, “tan”} are grouped as anagrams. Since there is no such string in “inputStr” which can be an anagram of “bat”, thus, “bat” will be the only member in its group.
Tip 1: Do practice Strings problem.
Tip 2: Do work on Concepts.



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Tip 1: Do easy and medium coding platforms.
Tip 2: Do work on Complexity.



An array c is a subarray of array d if c can be obtained from d by deletion of several elements from the beginning and several elements from the end.
For e.g.- The non-empty subarrays of an array [1,2,3] will be- [1],[2],[3],[1,2],[2,3],[1,2,3].
If arr = {-3,4,5}.
All the possible non-empty contiguous subarrays of “arr” are {-3}, {4}, {5}, {-3,4}, {4,5} and {-3,4,5}.
The product of these subarrays are -3, 4, 5, -12, 20 and -60 respectively.
The maximum product is 20. Hence, the answer is 20.
Can you solve this in linear time and constant space complexity?
Tip 1: Do DP problem from coding platforms.
Tip 2: Do work on time complexity.
Approximately 25 questions were asked on various topics like Data structure, OOPS DBMS, Networking, Operating System and I answered almost all of them.



A substring is a contiguous segment of a string.
Tip 1: Do medium level coding problems on string.
Tip 2: Be mindful of time and space complexity.
1, Why Infosys?
2. Where do you see yourself in 5 years?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: