Skip to main content

Spot Round



Never ever give up !!!
“Life is a journey with up and downs”
Feeling happy when everything is right is natural, but feeling sad for something gone wrong can’t be justified.

Many say miracle doesn’t happen, but a miracle is something that doesn’t have logic…
Do you believe in miracles?

So, stop seeing logic everywhere and then you can feel miracles.

amropamgyn.blogspot.cm|amropam gyan| cbse result|jee mains| counselling|free|josaa|upsee|aktu|ipu cet|entrance exams|free counselling|quora|delhi university|entrance exam|dumerit basewd courses| how to calculate best four|cbse|free online courses|working link|



I want to share something…

During my counselling for Bachelor’s degree till last round, I was unable to get a seat in college I want to study in. It felt like everything has gone. Then I heard about Spot Round. I was not sure to secure a seat. But I went there to try my luck, in a hope of a miracle. So, I kept ready all my necessary documents made a DD for this round. While I was going to reporting centre my mind was full of the variety of thoughts. I made a mistake and I was little late for reporting. So, I rushed up through check-in and register myself for this special round. Then I went to a hall where everyone was sitting and was busy in their works. I felt that I am very late for document verification and thought of getting a seat or not just slipped by my mind.
I was worried to get my documents verified and I rushed to counter to verify my details. As I was ready with my documents beforehand so my documents get verified with lest trouble. Then I was asked to sit in hall and Wait for my turn. Believe me when you have to wait for something, its most crucial time…

amropamgyn.blogspot.cm|amropam gyan| cbse result|jee mains| counselling|free|josaa|upsee|aktu|ipu cet|entrance exams|free counselling|quora|delhi university|entrance exam|dumerit basewd courses| how to calculate best four|cbse|free online courses|working link|



Till now there was no thought about securing seat in college I want. But, suddenly they hit me back as I watched the projector in front of me. It was reflecting status for seat left and crowd was making different discussion based on this. Now, I was showing interest in their discussion. But, suddenly I heard my name called. I was shocked and still for some time. Then I moved towards the registration counter and I was relieved to hear that it’s just verification from student’s side. So, I checked my documents and verified them all.  Then I went back to my seat. But, now waiting has become more terrific, as number of seats suddenly started decreasing. Now, I could hear my own heartbeats. I was just very nervous and seeing things slipping from my hand. Suddenly, the projector stopped working and for some time I felt relieved. But then a thought strike in my mind what if the entire seat allotted. And situation became tensed.

amropamgyn.blogspot.cm|amropam gyan| cbse result|jee mains| counselling|free|josaa|upsee|aktu|ipu cet|entrance exams|free counselling|quora|delhi university|entrance exam|dumerit basewd courses| how to calculate best four|cbse|free online courses|working link|



Then there was a call for the number to go to another hall. With each step towards the hall, I was losing confidence and watch just strike 6pm. Then entry was made one by one and all settled down in another hall. Now, my mind was still and no thought was coming to my mind. I was sitting on a chair and waiting for my turn. I didn’t even notice when my neighbor left his seat. Till now, I was just sure that no seat would be left by the time. Then there was a call for 136 and I suddenly stood up and my legs were moving towards the desk. When I reached there they checked my documents.

I left the Hall and went outside with my documents in my hand …

I called my mom with tears in my eyes.

I reached home by 10…


Next day I went to my dream college and took admission there.

amropamgyn.blogspot.cm|amropam gyan| cbse result|jee mains| counselling|free|josaa|upsee|aktu|ipu cet|entrance exams|free counselling|quora|delhi university|entrance exam|dumerit basewd courses| how to calculate best four|cbse|free online courses|working link|



Do you believe in miracles?

So, At last, want to end up with-
“Never lose hope, try till the end”


Thanks,                    

Comments

  1. sir apki rank kitni thi.?

    ReplyDelete
    Replies
    1. Believe me rank doesn't matters...

      Spot round is full of fortune...
      However, mine was around 8k...

      What's your ?
      Never lose hope...

      you can also Email us to know more or contact us...

      Delete
    2. but mine is 22628 (delhi obc) nd I want cse/ece/it anyone from these... r there any chances.?

      Delete
  2. yaa, you will...

    Many got CSE with even higher rank then you around 30k

    Why are you getting down there are rounds for counselling left ?

    Don't worry,

    You can subscribe us to get latest feed first...

    Hope you get best college...

    and trades you are looking for...

    ReplyDelete
  3. paulvardhanb20@gmail.com7:44 AM, July 17, 2018

    Mine 14000 (obc),54000(open) can I get in iiit Pune,Bhopal,surat.....my Marks are 103

    ReplyDelete
  4. Sir mine is 1925...can I get cs or IT in spot round in the top 4 college of ip

    ReplyDelete
  5. Sir , my rank is 2239 OD general. Can I get CSE/ECE in AIACTR ?

    ReplyDelete
  6. Sir my rank is 2352 OD GEN can I get CSE at mait in spot

    ReplyDelete
  7. my rank is 75k...
    are there any chances..

    ReplyDelete

Post a Comment

Popular posts from this blog

Classes and Objects | Accenture TFA

  Question  1 Correct Mark 1.00 out of 1.00 Flag question Question text ___ and _____ are the access specifiers that can be applied to top level Class. Select one or more: public   protected default   private Feedback Your answer is correct. The correct answers are: default, public Question  2 Correct Mark 1.00 out of 1.00 Flag question Question text class Sample{      private double num = 100;    private int square(int a){ return a*a;    } }   public class Test{    public static void main(String args[]){   Sample obj = new Sample();   System.out.println(obj.num);  System.out.println(obj.square(10));    }   } Select one: Compile time error   Run time error Executes but no output 100 Feedback Your answer is correct. The correct answer is: Compile time error Question  3 Correct Mark 1.00 out of 1.00 Flag question Question text Choose the appropriate access specifier for the attribute value so that it can be accessed from anywhere. class Test { Choose... private protected public d

Classes and Objects, Packages | Accenture TFA

  Question  1 Correct Mark 1.00 out of 1.00 Flag question Question text State True or False When using eclipse whichever classes are needed for the present class can be imported automatically. Select one: True   False Feedback The correct answer is 'True'. Question  2 Correct Mark 1.00 out of 1.00 Flag question Question text switch(a) {     default:         System.out.println("Welcome"); } Of which data types can the variable ‘a’ be? 1. long 2. byte 3. int 4. char 5. float 6. short Select one: 3, 4 and 5 1 and 3 3 and 4 2,3, 4 and 6   Feedback Your answer is correct. The variable used in a switch statement can be a byte, short, int, char or String type only. The correct answer is:  2,3, 4 and 6 Question  3 Correct Mark 1.00 out of 1.00 Flag question Question text Predict the output.   public class Test {         public static void main(String args[])         {                     int a = 2, b = 0;              for ( ; b < 20; ++b) {                  if (b % a == 0)

Balanced Brackets

1. You are given a string exp representing an expression. 2. You are required to check if the expression is balanced i.e. closing brackets and opening brackets match up well. e.g. [(a + b) + {(c + d) * (e / f)}] -> true [(a + b) + {(c + d) * (e / f)]} -> false [(a + b) + {(c + d) * (e / f)} -> false ([(a + b) + {(c + d) * (e / f)}] -> false Input Format A string str Output Format true or false Constraints 0 <= str.length <= 100 Sample Input [(a + b) + {(c + d) * (e / f)}] Sample Output true Solution import java.io.*; import java.util.*; public class Main {     public static void main(String[] args) throws Exception {         Scanner sc = new Scanner(System.in);         String str = sc.nextLine();         int n = str.length();         Stack<Character> s = new Stack<>();         for(int i=0;i<n;i++){             char ch = str.charAt(i);             if(ch == '[')                 s.push(']');             else if(ch == '{'