Priyojit Singhanerdbash.hashnode.dev·17 hours agoThis is how I got into TCS, Tata Consultancy ServicesIntro to all this I still remember the time when I decided that I wanted to become the guy who developed tools and software for big companies like Microsoft, Google, etc(before that I wanted to become a doctor,r and before that whatnot…). At that tim...11 likesTCS
Shiva Krishnadsa-patterns.hashnode.dev·Feb 3, 2025Binary Tree Patterns | DSA1. Tree Traversal Techniques Inorder Traversal (Recursive, Iterative) Preorder Traversal (Recursive, Iterative) Postorder Traversal (Recursive, Iterative) Level Order Traversal (BFS Approach) Zigzag Level Order Traversal Boundary Traversal of B...1 like·27 readsDSA
Ajink Guptaunigeek.org·Jan 19, 2025Tech Mahindra Placement – Round 2 Coding Questions & Practice GuideHey everyone! 👋 Recently, I appeared for the Tech Mahindra placement process and successfully cleared Round 1 🎉. In Round 2, we were tested on a mix of MCQs and Automata programming questions. To help those preparing, I’m sharing some of the progra...11 likesTech Mahindra Placement PapersTech mahindra
Ashutosh Rajputfirst-interview-as-a-data-analyst.hashnode.dev·Jan 14, 2025My Journey to Landing a Job in My First Interview – A Data Science CompanyAs I was nearing the start of my 7th semester as a Computer Science Engineering (CSE) BTech student, the placement season was just around the corner. It was an exciting yet nerve-wracking time, with a lot of uncertainty about what was to come. Little...PrepStat.in
Neeraj P Yetheendranneerajpy.hashnode.dev·Dec 6, 2024The Ultimate Guide to Prepare for Your Placement/Internship SeasonFrom my own experience, I know how tough the job search can be on a person. After applying to hundreds of companies and getting ghosted or rejected, you’ll start questioning the point of it all. While there’s nothing else to do other than picking you...placement preparation
React Mastersreactmasters.hashnode.dev·Nov 13, 2024Pre-Requisite of Routing in React JSUnderstanding Routing in React JS and its Prerequisites: Routing is an essential concept in web development that enables users to navigate different views or pages within a web application. In React, routing plays a crucial role in building single-pa...React
Rhythan varsha Janakiramrhythan-varsha.hashnode.dev·Oct 16, 2024From Theory to Practice:Initially As a fresher to computer science, I quickly realized that understanding theory is just the beginning. While lectures covered algorithms and data structures, it was my first hands-on project—a basic calculator—that truly solidified my knowle...1 likebeginner
TEJASWI KOULhow-i-landed-my-first-deloitte-usi-offer.hashnode.dev·Oct 2, 2024How I landed my first Deloitte USI offerTable of Contents About Deloitte Eligibility Criteria Registration Process Placement Process Pre Placement Talk Online Test Communication Test HR Interview Technical Interview Final Interview Resources About Deloitte Deloitte Tax Service...10 likes·188 readsdeloitte usi
Aryan Nandanwararyannnn.hashnode.dev·Oct 1, 2024How I cracked on campus placement at DeloitteTable of Contents About Deloitte Eligibility Criteria Registration Process Placement Process Online Test Communication Test HR Interview Technical Interview Final Interview Resources About Deloitte Deloitte Tax Services India Private Limi...1 like·164 readsDeloitte
DIPA GHOSHdsa-sorting-selection-sort.hashnode.dev·Sep 26, 2024Step-by-Step Process of Selection Sort ExplainedSelection sort is simple comparison based sorting algorithm. Steps of selection sort: Start with first element of array and assume it is smallest. Compare this element with rest of the unsorted part of array. If you find any smaller element than c...2 likesDSA