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

An Important Ingredient: Friends

This is going to be a very short and simple blog , just trying to tell you all about an important Ingredient to achieve anything in your life , not just necessarily for studies alone: A Good Friend Circle:-) According to my opinion....you know what?? YOU SHOW ME YOUR FRIENDS, I WILL TELL YOU ABOUT YOUR CHARACTER Listen , this is also a crucial point in deciding your success rate, specifically if you are a person with low self-esteem and not able to keep your-self self-motivated most of the times.                ----------[ Image by  Joseph Redfield Nino  from  Pixabay  ] --------- Always ,if possible to maintain a balance in the friend circle you make. And if not possible, you must at-least try to interact with people and friends who are of your own caliber and also with people of bit higher intellectual skills . It can help you, remain on the right track and also of-course ,each of you, can help sort out others problems( ...

Creating a URL shortener i

  Creating a URL shortener is an excellent project to enhance your web development skills. In this comprehensive guide, we'll build a URL shortener using HTML, CSS, and JavaScript, ensuring a user-friendly interface and efficient functionality. Table of Contents: Introduction Project Setup Building the Frontend HTML Structure CSS Styling Implementing the Backend JavaScript Logic URL Storage Mechanism Testing the Application Deploying the Application Conclusion 1. Introduction A URL shortener transforms long URLs into concise, shareable links. This is particularly useful for platforms with character limits or for simplifying complex URLs. Our goal is to create a web application that allows users to input a long URL and receive a shortened version that redirects to the original link. 2. Project Setup Begin by setting up your project directory and necessary files: Project Structure:      url-shortener/      ├── index.html      ├── sty...

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...