Posts

In-feeds

Total views

SDE-1 Amazon Interview Experience

Image
SDE-1 Amazon Interview Experience   Interview on:  11/11/2021 Round 1 : Online Hacker-rank coding test Round 2: Technical Interview Mode: Virtual call at Chime Duration: 1 hour The interviewer joined the call on time. Asked for introduction, no questions asked on my introduction. They directly came to the point and told me that this round will consist of 2 coding questions and 1 leadership question. In case, we run out of time we will have 1 coding and 1 leadership question. So, the agenda is clear, it is all about programmi

Codenation CodeAgon 2021

Image
 CodeAgon 2021 Codenation About CodeAgon Trilogy Innovations ( formerly known as CodeNation Innovation Labs)  is conducting a nationwide Coding Challenge, CodeAgon! You'll be solving about 6 challenges focused around Algorithms and Data Structures with the contest duration spanning 4 hours.  You get a chance to win prizes worth over 2 lakhs and a chance to interview with TI for the position of Software Development Engineer for 2022 graduating students and Summer Internship for 2023 graduating students. Eligibility for CodeAgon This CodeSprint is open to all for participation. To be eligible for prizes and job opportunities at TI, users must reside in India and be a fresher (Graduating in 2022/2023) pursuing BTech, BE, MTech, ME, MCA, MS, Dual Degree- MTech+BTech, PHD. Earning these prizes isn't going to be easy. You'll first have to take up the Co

Solutions LTI Infinity Coding Challenge 2021

Image
  Problems and Code  Serena and Flowers Serena has a garden with N flower pots arranged in a row Every morning she walks through the row and plucks flowers She targets to visit the first K pots in the row Find the number of different flowers that Serena would pluck on an angle walk through the k pots Input Specification: input1: N, number of flower pots in Serena's garden  input2: K number of pots Serena visits one walk  inputs: An array containing pot index P to represent each pot by unique numbers (1<=P<=1000).  pots having the same flower will have the same pot index Output Specification: Your function should return the number of different flowers plucked by Serena Example 1: Input1 : 5