Skip to main content

How to get Domicile Certificate for WBJEE admissions.

 Hello everyone!

As the WBJEE result is soon going to release we should keep our required documents ready. And if you are a resident of West Bengal, then the most needed one is the Domicile.

  • Criteria to get the Domicile



  • Which Domicile certificate is for you?

There are three domicile certificates to be considered as a citizen of West Bengal depending on criteria 'a' and 'b'. Proforma a1, a2 & b.


Also if you have an SC/ST/OBC certificate from the West Bengal government then that will also work as a domicile certificate. But if you have the time it's better to make one of the proforma.


  • From where can you get the certificates?

The soft copy of the proforma is available on the WBJEE's official website.
Link for the soft copy of Proforma - CLICK HERE

After filling out this form you have to get it signed by competent authorities.


          For Proforma 'a2' :


Additional Tips: 
  • Try to get proforma a2 signed by your institution's head, it's the easiest way.
  • If you are thinking of getting it signed by BDO/SDO then you have to bring a Residential certificate from Panchayat or Municipality first. And have to submit the residential certificate to the BDO/SDO .

Kripiya dhyan dijiye.....WBJEE se related koi question ho too niche comment kar dena, Hum zhat se answer de denge...Kyu ki or koi kaam too hai nai 😏.

✌Peace Out!



Comments

Popular posts from this blog

Solved: Deleted my tcs codevita account in authenticator accidentally and there is no backup enabled. What to Do now?

 If you have deleted your authenticator or have deleted only the codevita account from the authenticator, then just mail TCS campus commune (Mail id -  campuscommune@tcs.com ) describing your problem. You will get a response within 24-72hrs. Mail again if you don't receive any mail even after three working days. Then after one week or so, you will again receive another mail from TCS saying, " Try to login again now, you'll be prompted to configure the OTP account again. You have to scan the QR Code in Microsoft Authenticator app and there you will get the OTP." After this mail when you will try to log in in codevita, you will get to see the QR code again. P.S. -> Kindly remember NOT to delete the Microsoft authentication app in the future. Comment if you have any query.

Problem B,Maximum Substring,CodeTON Round 3 (Div. 1 + Div. 2, Rated, Prizes!)

B: Maximum Substring  A binary string is a string consisting only of the characters   0   and   1 . You are given a binary string  s. For some non-empty substring † †   t t  of string  s s  containing  x x  characters  0  and  y y  characters  1 , define its  cost  as: x ⋅ y x ⋅ y , if  x > 0 x > 0  and  y > 0 y > 0 ; x 2 x 2 , if  x > 0 x > 0  and  y = 0 y = 0 ; y 2 y 2 , if  x = 0 x = 0  and  y > 0 y > 0 . Given a binary string  s s  of length  n n , find the maximum cost across all its non-empty substrings. † †  A string  a  is a substring of a string  b  if  a a  can be obtained from  b  by deletion of several (possibly, zero or all) characters from the beginning and several (possibly, zero or all) characters from the end. Input Each test consists of multiple test cas...

Codeforces Round 857 Problem B(Settlement of Guinea Pigs) solution c++

  Codeforces Round 857 (Div. 2)                                              B. Settlement of Guinea Pigs   Dasha loves guinea pigs very much. In this regard, she decided to settle as many guinea pigs at home as possible and developed a plan for the next n  days. Every day, she will either buy a new guinea pig or call a doctor to examine all her pets. Unfortunately, the store where she was going to buy guinea pigs does not understand them. Therefore, it cannot determine their gender. Dasha can't do it either. The only one who can help is a doctor. To keep guinea pigs, aviaries are needed. Dasha plans to buy them in the same store. Unfortunately, only one species is sold there — a double aviary. No more than two guinea pigs can live in it. Since Dasha does not want to cause moral injury to her pets — she will not settle two guinea pigs of d...