Logout
Edit Page
Title
Content
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>International Office FAQ</title> <style> /* Accordion Dropdown Styles */ .accordion-section { border: 1px solid #ddd; border-radius: 6px; margin-bottom: 10px; overflow: hidden; background-color: white; } .accordion-header { background-color: #ffffff !important; color: #4a4a4a; padding: 12px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; border: solid 1px #b71a34; border-radius: 5px; } .accordion-header:hover { background-color: #9e1629; } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; background-color: #ffff; padding: 0 20px; } .accordion-content ul { padding: 10px 0; } .accordion-content p { margin: 5px 0; } .accordion-section.active .accordion-content { max-height: 1000px; /* sufficient for long content */ padding: 10px 20px; } .accordion-icons::after { content: "\25BC"; /* down arrow */ transition: transform 0.3s ease; } .accordion-section.active .accordion-icons::after { transform: rotate(180deg); } h3 { color: #b71a34; margin-top: 30px; } </style> </head> <body> <h3>General Inquiries:</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: What is the role of the International Office?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>The International Office facilitates global partnerships, supports international students, and oversees study abroad programs. Our goal is to promote a diverse and globally engaged academic community.</li> </ul> </div> </div> <h3>Study Abroad Programmes:</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: How can I apply for a study abroad programmes?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>The application process varies by program. Visit our “Timeline” section for detailed information on application requirements, and deadlines. </p> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: What advantages come with applying for study abroad programs at a partner university?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <p>Applying for study abroad programs at a partner university offers several advantages:</p> <ul> <li>Structured Programs: Partner universities often have well-established study abroad programs with clearly defined structures, making it easier for students to navigate the application process and academic requirements.</li> <li>Credit Transferability: Partner universities have pre-approved course equivalencies, ensuring that the credits earned during the study abroad program can seamlessly transfer back to the home institution.</li> <li>Cultural Immersion: Studying at a partner university provides students with an opportunity for deep cultural immersion. They can experience life in a different country, interact with local students, and engage in cultural activities.</li> <li>Language Exposure: No language Proficiency test required to enroll in partner university. For programs in non-native language-speaking countries, students have the chance to enhance their language skills through daily interactions and coursework.</li> <li>Support Services: Partner universities often offer support services specifically tailored to international students. This can include orientation programs, language assistance, and guidance on academic and cultural adjustments.</li> <li>Cost Considerations: Some partnerships may involve cost-sharing arrangements or financial aid options, potentially making the study abroad experience more financially feasible for students.</li> <li>Enhanced Academic Opportunities: Partner universities may provide access to unique academic resources, faculty expertise, or research opportunities that may not be available at the home institution.</li> <li>Networking Opportunities: Studying abroad at a partner university expands a student’s global network, fostering connections with peers, professors, and professionals in their field from different parts of the world.</li> <li>Global Perspective: Exposure to different educational systems and perspectives broadens students’ understanding of their field and the world, contributing to a more comprehensive and globalized education.</li> <li>Personal Growth: Living and studying in a different cultural context challenges students to adapt, be independent, and develop resilience, contributing to personal and academic growth.</li> </ul> </div> </div> <h3>International Students:</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: What support services are available for international students?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>International students have access to a range of services, including orientation programs, academic advising, and cultural integration support. Visit our “International Students” section for more information.</li> </ul> </div> </div> <h3>Application and Admissions:</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: What are the admission requirements for international students?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Admission requirements vary by program. Please refer to the specific admission criteria outlined in our “Admissions” section.</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: Can international students apply for scholarships during the admissions process?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Yes, scholarship opportunities are available for eligible international students. Details can be found on our “Scholarships and Funding” page.</li> </ul> </div> </div> <h3>Cultural Integration:</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: How can international students integrate into the local community?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Our office provides resources, events, and support services to help international students acclimate to the local culture. Explore the “Cultural Integration” section for tips and guidance.</li> </ul> </div> </div> <h3>Contact Information:</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: How can I get in touch with the International Office?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Visit our “Contact Us” page for office location, phone numbers, and email addresses. We welcome inquiries and are happy to assist you.</li> </ul> </div> </div> <h3>e-FRRO:</h3> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: What is e-FRRO?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>e-FRRO is online FRRO/FRO Service delivery mechanism for foreigners without requirement of visiting FRRO/FRO Office. </li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: Who needs to apply for e-FRRO?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>All foreigners who desire Visa and Immigration related services in India viz. Registration, Visa Extension, Visa Conversion, Exit Permit etc need to apply for e-FRRO. However, this process has to be mandatory completed within 14 days of arrival in India.</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: How to apply for e-FRRO?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Foreigners are required to create their own USER-ID by registering themselves online on e-FRRO portal. Afterwards, they are required to apply online through registered user-id for various Visa and Immigration related services in India viz. Registration, Visa Extension, Visa Conversion, Exit Permit etc, without any hassle and obtain the service(s) without coming to FRRO/FRO office.</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: What documents do I require from the Office of International Affairs and Global Initiatives (IAGI) to submit for e-FRRO?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Foreigners, particularly international students, must complete certain formalities upon arrival. An official student form ID will be generated, and thereafter, a Bonafide letter and residence proof will be issued. These two documents must be collected within three days of arriving on campus. Following this, the online process for e-FRRO should be initiated.</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: Do I need to visit FRRO/FRO office after applying through e-FRRO?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>No requirement of taking appointment and visiting FRRO/FRO office unless specifically called upon by the FRRO/FRO concerned. Intimation would be sent through sms/email on the registered mobile/email-id.</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: How to make payment?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>Intimation would be senUpon successful uploading of application and documents, the foreigner would be intimated to deposit the requisite fee online, if any, for the service. The fee has to be deposited online through Bank Payment gateway available on the portal. Amount of fee would be intimated through email/sms alerts.t through sms/email on the registered mobile/email-id..</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: How would I get RC/RP?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>RC/RP, Exit Permit etc would sent by post on the “Address in India” mentioned in the online application form.</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: Do I need Endorsement on my Passport?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>There would not be any requirement of endorsement on passport. In case, there is any such requirement, you would be intimated by the FRRO/FRO concerned to visit their office.</li> </ul> </div> </div> <div class="accordion-section"> <div class="accordion-header" role="button" aria-expanded="false"> <span>Q: What to do in emergency/exigency?</span> <span class="accordion-icons"></span> </div> <div class="accordion-content"> <ul> <li>The foreigner can approach the concerned Civil Authority i.e. FRRO/FRO office directly in case of exigency/emergency. Upon satisfaction of the case, the services can also be granted directly at the FRRO/FRO level. Make sure that services granted are electronic and not manual. You may face hurdles at the Immigration Check Posts in case of manual services.</li> </ul> </div> </div> <script> const accordionHeaders = document.querySelectorAll('.accordion-header'); accordionHeaders.forEach(header => { header.addEventListener('click', () => { const section = header.parentElement; const isActive = section.classList.contains('active'); // Close all document.querySelectorAll('.accordion-section.active').forEach(active => { active.classList.remove('active'); active.querySelector('.accordion-header').setAttribute('aria-expanded', 'false'); }); // Toggle current if (!isActive) { section.classList.add('active'); header.setAttribute('aria-expanded', 'true'); } }); }); </script> </body> </html>
Sidebar Type
Select Sidebar Type
Quick Links
Global Network
Global Programmes
Student Support
Global Experiences
Stsap Sidebar
International Students
Image
Update
Back