Skip to main content

WHO IS PREPARED BETTER ?

This is also going to be a pretty short and simple blog where I am sharing a talk with one of my favourite Mathematics teachers  after giving JEE mains Jan attempt.

                                

                                                                     
image source : pixabey


So after few days of the results of mains Jan attempt, me and my friends had classes there. After doing some questions , he asked us about the problems we were facing while giving mains 1st time. We were  telling things like ,the clock was really very distracting our attention a lot. After a couple of minutes ,we had asked him ,how did some students who didn't do that good in class ,do better in real one.
That time , he told us that-

If you have much more knowledge than the other person but you get less marks in exam than him in the exam, then it's totally your fault as he is really more prepared than you in the sense that he could maintain his mindset in that tough surrounding and hence 
HE  REALLY  DESERVES  THAT  position.
              
                        
Image by Gerd Altmann from Pixabay  
----------------------------------
So, according to me, whenever you sit for any mock exam try to give it in the real exam temperament. And for the clock distraction part, try checking it as less as possible . Actually you know what? while checking the time during the exam again and again ,you are compromising with your own time.


Keeping it short. Keep hustling.

Sayonara,
Sekhar.


Comments

Popular posts from this blog

From Message Queues to Distributed Streams: A Comprehensive Introduction to Apache Kafka (Part 3)

In Part 1 and Part 2, we covered the basics of Kafka, its core concepts, and optimization techniques. We learned how to scale Kafka, secure it, govern data formats, monitor its health, and integrate with other systems. Now, in this final installment, we’re going to push deeper into advanced scenarios and look at how you can implement practical, production-ready solutions—especially with Java, the language of Kafka’s native client library. We’ll explore cross-data center replication, multi-cloud strategies, architectural patterns, advanced security, and more. We’ll highlight how to implement Kafka producers, consumers, and streaming logic in Java. By the end, you’ll have a solid understanding of complex Kafka deployments and the technical know-how to bring these ideas to life in code. Advanced Deployment Scenarios: Multi-Data Center and Hybrid Cloud As organizations grow, they may need Kafka clusters spanning multiple data centers or cloud regions. This can ensure higher availabilit...

From Message Queues to Distributed Streams: A Comprehensive Introduction to Apache Kafka (Part 2)

In the first part, we explored Kafka’s core concepts—topics, partitions, offsets—and discovered how it evolved from a LinkedIn project to a globally adored distributed streaming platform. We saw how Kafka transforms the idea of a distributed log into a powerful backbone for modern data infrastructures and event-driven systems. Now, in Part 2, we’ll step deeper into the world of Kafka. We’ll talk about how to optimize your Kafka setup, tune producers and consumers for maximum throughput, refine pub/sub patterns for scale, and use Kafka’s ecosystem tools to build robust pipelines. We’ll also introduce strategies to handle complex operational challenges like cluster sizing, managing topic growth, ensuring data quality, and monitoring system health. Get ready for a hands-on journey filled with insights, best practices, and practical tips. We’ll keep the paragraphs shorter, crisper, and more visually engaging. Let’s dive in! Scaling Kafka: Building a Data Highway Rather Than a Country ...

From Message Queues to Distributed Streams: A Comprehensive Introduction to Apache Kafka (Part 1)

In today’s data-driven world, the ability to effectively process, store, and analyze massive volumes of data in real-time is no longer a luxury reserved for a handful of tech giants; it’s a core requirement for businesses of all sizes and across diverse industries. Whether it’s handling clickstream data from millions of users, ingesting event logs from thousands of servers, or tracking IoT telemetry data from smart sensors deployed worldwide, the modern enterprise faces a formidable challenge: how to build reliable, scalable, and low-latency systems that can continuously move and transform data streams. Standing at the forefront of this revolution is Apache Kafka, an open-source distributed event streaming platform that has fundamentally redefined how organizations think about messaging, event processing, and data integration. Kafka’s rise to popularity is no accident. Originally developed at LinkedIn and later open-sourced in 2011, Kafka was conceived to address some of the toughest...