All Medium Articles
Citi visited our campus on 12th August 2020 for the position of Technology Analyst at Pune/Chennai Location. There were 3 rounds for selection in the… Read More
Do you have a website? It could be a business website where you promote and provide all the details of your business. It could be… Read More
Aptean visited my campus for two positions, one was a position of Software Developer, and the other was as a Software Developer Intern. They conducted… Read More
Round 1 (Online Coding Round): Platform: Hackerrank 3 questions were asked: We were supposed to print the strings according to the search query that was… Read More
Online Test: There were 3 coding questions to be answered in 75mins Give an array you have to sum up the values of the array… Read More
1st Round Details (Coding test): Coding round on their own platform. It consisted of 4 sections. 7 debugging questions (C++/Java). 2 coding questions. Search for… Read More
Citicorp visited our campus for hiring summer interns for 2021 in around mid of September. There was ppt followed by an online test which was… Read More
Round 1: Low level OOPS Design: Design in-memory SQL(Questions like write function to add, remove the table, select * from table, delete from a table,… Read More
Coding Round: This round was conducted on the AMCAT platform which included logical reasoning, quantitative questions, and then 2 coding questions. One of them was… Read More
Given a String, return all the start indices and end indices of each word. Examples: Input : test_str = ‘ Geekforgeeks is Best’ Output : [(1,… Read More
The objective is to distribute a deck of cards among two players. The code for the Shuffle Deck of Cards in Python can be used… Read More
Given the Strings list, sort by punctuations count. Input : test_list = [“gfg@%^”, “is”, “Best!”] Output : [‘is’, ‘Best!’, ‘gfg@%^’] Explanation : 0 < 1 < 3,… Read More
Given two strings A and B, the task is to find the smallest substring of A having B as a subsequence. Examples: Input: A =… Read More
Given an array, arr[] consisting of N distinct elements, the task is to count possible permutations of the given array that can be generated which… Read More
OMCS: Oracle had come to my college for recruiting and the process took around 10 to 12 days. The unit which had come to our… Read More
Optum(UHG) visited our campus on 14th August 2019 for the position of SDE Intern at multiple locations. There were 3 rounds for selection in the… Read More
Given a matrix, mat[][] of dimensions N * M, the task is to find the maximum path sum from the top-left cell (0, 0) to… Read More
Given string str of length N, the task is to find the minimum length to which the given string can be reduced by replacing any… Read More
Prerequisite: NP CompleteProblem: Given a ground set X of elements and also a grouping collection C of subsets available in X and an integer k,… Read More
 In C++, we can overload the comma operator using Operator Overloading. For Example: For “Send the query X to the server Y and put the… Read More