All Medium Articles
I passed out my B.Tech in Computer Science and Engineering in the year 2017. After that I joined in a MNC IT Company at Pune… Read More
NULL pointer in C At the very high level, we can think of NULL as a null pointer which is used in C for various… Read More
Machine Learning is the hottest trend in modern times. According to Forbes, Machine learning patents grew at a 34% rate between 2013 and 2017 and… Read More
Round 1: Tell me about yourself. Calculate the factorial of 100. There is a sorted list of 0s and 1s of unknown size. You are… Read More
Round 1:  Online Multiple Choice Question Test It was MCQ test on firstnaukri.com which consisted 40 questions.20 question of Aptitude(Quantative +Logical) and 20 questions of… Read More
Company : DEUTSCHE BANK Job Location : Bengaluru / Pune Job Profile : Graduate Analyst Process Date : Online Test : August 23, 2019 Interviews… Read More
Online Round :  Online Round was conducted on mettl platform  1. Simple Array manipulation question  2. https://www.codechef.com/problems/ENCD12  3. Simple dp question  Group Fly Round :  Run… Read More
Round 1 (Coding Round) : There were 2 coding questions carrying 80 and 50 marks.  14 MCQs each of 5 marks most of them being… Read More
Time module in Python provides various time-related functions. This module comes under Python’s standard utility modules. time.time() method of Time module is used to get… Read More
Reflection is the process of describing the metadata of types, methods and fields in a code. The namespace System.Reflection enables you to obtain data about… Read More
C#
Kivy is a platform independent GUI tool in Python. As it can be run on Android, IOS, linux and Windows etc. It is basically used… Read More
Each year Infosys conducts (started from the year 2018) this Competition for students which basically comprises of 3 Rounds in total and then Pre-Placement Interview… Read More
Round 1: First round was coding round.It consisted 3 sections. 1st section contained 14 logical reasoning questions in 14 minutes fairly easy. 2nd section had… Read More
Online Round : The online round was conducted on HackerRank. There were different sections including subjective, objective and coding questions. Total time for the contest… Read More
Round 1: Online Round (2 hrs) Online Round was divided into 3 sections. 1. This section had 7 questions. Parts of code were given and… Read More
Round 1: Round 1 consisted of an online test conducted at TCS Ion centers. The test consisted of  4 sections. First 3  sections consisted of Multiple… Read More
Round 1: It was an online test, on CoCubes. The test consisted of 3 sections, Logic, Verbal, and Technical. All of these were very difficult.… Read More
Round 1(Online Test): The online test was conducted on HackerRank platform. The test comprised of 20 MCQs and 2 coding questions. The time allocated was… Read More
Round 1: Written Recursively delete consecutive characters Print frequency of words in a sentence Given Employee class with id and name Create a method to… Read More
An array is a collection of items stored at contiguous memory locations. In this article, we will see how to insert an element in an… Read More