Skip to main content

Applying for Indian Passport, some tips (non-technology)

Recently I happened to visit passport office, Pune to to renew my passport and to my surprise it got rejected. I said "to my surprise" because while filling up the application form, my wife has done enough homework and ensured couple of times that there is no mistake in it. But then the officer who was scrutinizing the application form rejected in few minutes by saying that I should not have written my parents name in full. Rather it should be just like "last_name first_name" as was in my current passport. But if this is the case, then why its written in the application form "write FULL name"?

During my whole experience, I am putting down few tips which would be useful esp. for Pune based people:
  1. Make sure you take online appointment from http://passport.gov.in 
  2. While filling the application form, if its renewal, make sure you carry EXACTLY same information to the application form as is on your "to be expired" passport. This is very important because any change in that would either need to be furnished with appropriate proof or you will have to be ready to revisit the office!
  3. Typically appointment time would be 10:00am on any working day (they work 5 days of the week). So make sure you reach to office (located on Senapati Bapat Road) by 9:30am so that you can be in front position in the long queue.
  4. Don't carry laptop like stuff in your bag because you will be asked to keep your bags outside literally on the open ground.
  5. See if you can have one person accompanied as it will be useful to manage additional photocopies or other outside stuff if required, while you are standing in the queue.
  6. If you are adding your spouse' name, you must have marriage proof.
  7. All the documents should be in set of two with self attested.
  8. In case of dispute, don't argue with the passport officer as it will be meaningless. Rather keep patience and have your actions goal oriented!
  9. Come prepared with one full day leave as half day may not be sufficient.
  10. If you don't have time, there is alternative. You can catch some agent there and he will charge you just INR900 and then even your presence is not required to submit the application.
  11. After submitting the application, it takes around 15 days for police verification and then after another 15 days if aal izz well, you would receive the passport. voilĂ !
Hope this info is useful for someone who can save their time

Comments

Popular posts from this blog

Mastering Hadoop: Book Review

I came across a book Mastering Hadoop published by Packt and authored by Sandeep Karath. Here is my detail review about the book- SUMMARY This book is based on most popular massive parallel programming (MPP) framework " Hadoop " and its eco-system. This is an intermediate level book where author goes in depth on not only the principle subject but also on most of the supporting eco-systems like hive, pig, stream, etc. The book has 374 pages with 12 chapters, the ToC  itself is spanned across 7 pages! It has conceptual as well as hands on lab experiences with lot of code churned into. OPINION The book starts with genealogy of Hadoop where the author has nicely narrated the evolution of web search to current state and then various releases of Hadoop. Good reasoning as why Hadoop 2.0 was essential to move ahead from previous version. Touches the architecture starting from high level 3-layered, drilling down step by step to cluster and node level. Describes all the feat

Hadoop Ecosystem

When it comes to Hadoop, still some people believe it as a single out of box system catering all big data problems. Unless you are thinking of some third party commercial distribution, this is not correct. In reality, Hadoop on its own is just HDFS and MapReduce . But if you want production ready Hadoop system, then you will have to also consider Hadoop friends (or components) which makes it a complete big data solution.  Most of the components are coming as apache projects but few of them are non-apache open source or even commercial in some cases. This eco system is continuously evolving with large number of open source contributors. As shown in the above diagram. The following diagram gives high level overview of hadoop ecosystem. Figure 1: Hadoop Ecosystem The Hadoop ecosystem is logically divided into five layers which are self-explanatory. Some of the ecosystem components are explained below: Data Storage is where the raw data will be residing at. There are mul

Is blockchain a technology or an algorithm?

After a phenomenal growth of bitcoin in 2017, all of sudden everyone in the cyber world has started talking about crypto-currency and the technology behind it - Blockchain . I am sure you too must be flowing through this new fanfare. So here I would be trying to explain this platform in just 11 mins . What is Blockchain? Blockchain is an ever-growing list of transactions , called Blocks which are always linked to their previous Blocks and are secured by cryptography hash. This Blockchain will be stored on distributed peer-to-peer (P2P) network nodes. If you are familiar with BitTorrent, you can easily understand this P2P communication. Each block has three things: data, its own hash and hash to previous block Data can be regarded as a ledger. Hash can be compared with fingerprint, which is a unique identification of the block. It is generated based on the content and even a single character change will make it different. Hash to previous Block: this creates a link