qween.in Open in urlscan Pro
97.74.186.205  Public Scan

Submitted URL: http://qween.in/?jogo=1935904
Effective URL: https://qween.in/?jogo=1935904
Submission: On April 24 via api from US — Scanned from DE

Form analysis 9 forms found in the DOM

#

<form action="#" onsubmit="subscribe_signup_submit(event);return false">
  <input type="email" placeholder="Email Address" id="email" name="email" class="form-control subscribe_input" required="">
  <button type="submit" class="subscribe_btn">Sign Up</button>
</form>

POST https://qween.in/search-careers

<form class="form form-search form-search-location-autocomplete" id="search_jobs" method="POST" action="https://qween.in/search-careers" data-hs-cf-bound="true" _lpchecked="1">
  <div class="row">
    <div class="col-md-5 col-sm-5 col-xs-12 form-col keywords predefine-search-field"><i class="fa fa-search" aria-hidden="true"></i>
      <div class="fieldset">
        <div class="form-group">
          <div class="controls"><input class="form-control ui-autocomplete-input" id="keywords" name="job_skill" placeholder="Enter a job title or keyword" type="text" value="" autocomplete="off"></div>
        </div>
      </div>
    </div>
    <div class="col-md-5 col-sm-5 col-xs-12 form-col location predefine-search-field"><i class="fa fa-map-marker" aria-hidden="true"></i>
      <div class="fieldset location-fieldset predefine-search-field">
        <div class="form-group">
          <input type="text" id="currentLocation" name="job_location" placeholder="Enter a city to find jobs" class="form-control search-location pac-target-input" autocomplete="off">
          <div class="error xs text"></div>
          <div class="xs text error"></div>
        </div>
      </div>
    </div>
    <div class="col-md-2 col-sm-2 col-xs-12 form-btn">
      <button class="block colored btn"><i class="fa fa-search" aria-hidden="true"></i></button>
    </div>
  </div>
</form>

POST https://qween.in/subscribe

<form action="https://qween.in/subscribe" method="post">
  <input type="hidden" name="formLocation" class="form-control" value="footer">
  <input type="email" placeholder="Email Address" id="email" name="email" class="form-control subscribe_input" required=""><br>
  <button type="submit" class="btn btn_pink" style="color:white">Subscribe</button>
</form>

Name: loginFormPOST https://qween.in/Login/validateEmailOtpLogin

<form name="loginForm" id="loginForm" action="https://qween.in/Login/validateEmailOtpLogin" method="post">
  <input type="hidden" class="form-control" name="current_url" id="" value="https://qween.in/?jogo=1935904">
  <div id="formInputs">
    <div class="form-group">
      <input type="text" required="" class="form-control" name="username" id="username" placeholder="Enter Email">
    </div>
  </div>
  <button type="submit" name="send_otp" id="btnSendOtp" class="btn btn-lg btn_gradient mv20"> Send OTP </button>
  <p style="text-align:center;"><a href="https://qween.in/Login/user_registration" style="color:#e96361;font-size:14px;font-weight:600;text-decoration:none;">Don't have an account? Register Now</a></p>
</form>

Name: loginFormPOST https://qween.in/Login/checkRecruiterLogin

<form name="loginForm" action="https://qween.in/Login/checkRecruiterLogin" method="post">
  <input type="hidden" required="" class="form-control" name="redirect_url" id="redirect_url" value="https://qween.in/?jogo=1935904">
  <div class="form-group">
    <input type="email" class="form-control" name="rec_email" id="rec_email" placeholder="Enter Email Address" onblur="ValidateEmail(this.value); " onfocus="removeMsg();">
  </div>
  <div class="form-group">
    <input type="password" required="" class="form-control" name="rec_pass" id="rec_pass" placeholder="Enter Password">
  </div>
  <div class="clearfix"></div>
  <div class="checkbox">
    <label>
      <input type="checkbox" value="" required="" id="check"> By logging in, you agree to our <span class="cGolden">Terms &amp; Conditions</span> &amp; <span class="cGolden">Privacy Policy</span>. </label>
  </div>
  <button type="submit" name="submit" class="btn btn-lg btn_gradient mv20"><i class="fa fa-unlock-alt" aria-hidden="true"></i> Login</button>
  <p style="text-align:center;"><a href="https://qween.in/Login/recruiter_registration" style="color:#e96361;font-size:14px;font-weight:600;text-decoration:none;">Don't have an account? Register Now</a></p>
</form>

Name: formUploadCVPOST

<form name="formUploadCV" id="formUploadCV" action="" method="post">
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group">
        <label>First Name <span style="color:red;">*</span></label>
        <input type="text" id="fname" name="fname" class="form-control">
        <span id="validate-fname"></span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group">
        <label>Last Name <span style="color:red;">*</span></label>
        <input type="text" id="lname" name="lname" class="form-control">
        <span id="validate-lname"></span>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label>Email <span style="color:red;">*</span></label>
    <input type="email" id="email_id" name="email_id" class="form-control">
    <span id="validate-emailid"></span>
  </div>
  <div class="form-group">
    <label>Phone Number <span style="color:red;">*</span></label>
    <input type="text" id="phone_no" name="phone_no" class="form-control">
    <span id="validate-phoneno"></span>
  </div>
  <div class="form-group">
    <label>Skill Set (Enter comma separated) <span style="color:red;">*</span></label>
    <input type="text" id="skill_set" name="skill_set" class="form-control">
    <span id="validate-skillset"></span>
  </div>
  <div class="form-group">
    <label>Cover Letter</label>
    <!--<span style="color:red;">*</span>-->
    <textarea id="cover_letter" name="cover_letter" cols="10" rows="4" class="form-control" style="resize:vertical;"></textarea>
    <span id="validate-coverletter"></span>
  </div>
  <div class="form-group">
    <label>Upload CV <span style="color:red;">*</span></label>
    <input type="file" id="cv_file" name="cv_file" class="form-control">
    <span id="validate-cvfile"></span>
  </div>
  <div class="clearfix"></div>
  <div class="checkbox" style="margin-top:0">
    <label>
      <input type="checkbox" id="agree" name="agree" value="" required=""> By ticking this box, you agree to QWEEN contacting you with regards to your enquiry, and are agreeing to our
      <a href="https://qween.in/privacy"><span class="cGolden">Privacy Policy</span></a>. </label>
  </div>
  <button type="submit" id="btnUploadCV" class="subscribe_btn">Upload CV</button>
</form>

POST https://qween.in/Login/forgot_password

<form action="https://qween.in/Login/forgot_password" method="post" role="form">
  <div class="form-group">
    <label class="mb-2">Enter your email and we will send a link on your email to reset your password</label>
    <input type="email" class="form-control" placeholder="Enter Email" name="uemail" onblur="ValidateEmail(this.value); ">
  </div>
  <button type="submit" class="btn btn-primary subscribe_btn">Submit</button>
</form>

POST https://qween.in/Login/set_new_password

<form action="https://qween.in/Login/set_new_password" method="post" role="form" onsubmit="return validateResetPasswordVal()">
  <input 0="" type="hidden" value="
<div style=" border:1px="" solid="" #990000;padding-left:20px;margin:0="" 10px="" 0;"="">
  <h4>A PHP Error was encountered</h4>
  <p>Severity: Warning</p>
  <p>Message: Undefined variable $userid</p>
  <p>Filename: include/reset_password.php</p>
  <p>Line Number: 81</p>
  <p>Backtrace:</p>
  <p style="margin-left:10px"> File: /home/nitiqween/public_html/application/views/include/reset_password.php<br> Line: 81<br> Function: _error_handler </p>
  <p style="margin-left:10px"> File: /home/nitiqween/public_html/application/views/home.php<br> Line: 861<br> Function: view </p>
  <p style="margin-left:10px"> File: /home/nitiqween/public_html/application/controllers/Home.php<br> Line: 96<br> Function: view </p>
  <p style="margin-left:10px"> File: /home/nitiqween/public_html/index.php<br> Line: 399<br> Function: require_once </p>
</form>

Name: formSubscriptionPOST

<form name="formSubscription" id="formSubscription" action="" method="post">
  <input type="hidden" name="formLocation" class="form-control" value="PowerUp">
  <input type="email" placeholder="Email Address" id="email" name="email" class="form-control" required="">
  <button type="submit" id="btnSubmitSubscription" class="subscribe_btn">Subscribe</button>
</form>

Text Content

 *  admin@qween.in
 *  +91-8369585790

 * WORK AT QWEEN
 * UPLOAD CV
 * POST A JOB

   
   
   
   
   
 * Jobs
   
 * Hiring Programs
     
   * Amazon PWD Recruitment
   * Return in Tech
   * Voice Process
   * Second Career
   * Recruitment Drive
   * Global NTT Program
   * Banking Opportunities
   * Career Reboot Program
   * Career Reboot
   * Veteran Hiring
   * Edtech Tutor
   * Amazon PwD
 * Communities
     
   * College Women
   * PWD Community
 * For Employers
     
   * Recruit With Us
   * Diversity Programs
   
 * Referrals
 * Resources
     
   * Blogs
   * Videos
     
   * Events
   * Get Training
   * Counselling
 * About Us
     
   * Our story
     
   * Mentors
   * Our Partners
   * Testimonials
   * Contact Us
 * Login


BUILDING A MORE INCLUSIVE WORLD, ONE HIRE AT A TIME.

Qween empowers women by providing them with the tools, resources, and support
they need to succeed in their personal and professional lives. Through
education, mentorship, and advocacy, we strive to create a more equitable and
inclusive society where women can thrive and reach their full potential.


JOIN US

Sign Up
or continue with
  Facebook   Linkedin   Google





SEARCH JOBS






QWEEN'S STORY


20LAKH+


JOBSEEKERS HAVE JOINED
QWEEN'S NETWORK


10+ YEARS


EXPERIENCE IN PROVIDING
RECRUITMENT SERVICES


18000+


DIVERSITY
CANDIDATES PLACED


120+


CLIENTS SERVED


ASSOCIATED COMPANIES

View All Companies



OUR HIRING PROGRAMS

RETURN IN TECH

Returning after your break! Apply here to kickstart your tech career again.

Enroll Now

VOICE PROCESS

Looking for customer support role? Apply here and we will get you through.

Enroll Now

SECOND CAREER

Are you looking to restart your career? Explore opportunities with us.

Enroll Now


CAREER OPPORTUNITIES

View All Jobs
Affluent Acquisition Manager
 * Goregaon
   
 * Financial Knowledge  Customer Service  Team Handling 

 * Any Graduate

Apply Job
VRM, Prime, COP Channel (Ahemdabad)
 * Ahemedabad
   
 * Insurance Sales  telecalling 

 * Any graduate

Apply Job
Banking Inbound Voice : Customer Service: Perungudi Chennai
 * Perungudi
   
 * Email support  Chat Process  Customer Support 

 * Any Graduate

Apply Job
WFH_Manager_Data Management_Females only
 * Navi Mumbai
   
 * Collaborate with PGMS data team to ensure that all data activities are
   delivered in a secure  robust  and supportable way within the current
   governance guiderails. 

 * Graduation

Apply Job


HOW QWEEN EMPOWERS WOMEN

EXPLORE JOBS

Looking for a flexible job that suits your preferences? Let us help you find it.

Get A Job Now

UPSKILLS

Advance your career through our training and upskilling programs

Explore Courses

COUNSELLING

Confused about your career? Let our expert counsellors help you find it.

Enroll Now


MEDIA MENTIONS




OUR TESTIMONIALS

Check Testimonials
<p dir="ltr">Work from home is the new normal. And for us ladies who have taken
a break from work life due to various issues, getting full time work from home
opportunity is the best thing to ask for.</p> <p dir="ltr">The “Virtual Customer
Service Associate” from Qween, is one such opportunity for us where we can enjoy
all the benefits which we get in office at the comfort of our home. We can
fulfill our family responsibilities and at the same time be financially
independent.</p> <p dir="ltr">I am myself a part of the Amazon VCS team and I
can assure you how much fun it is to get a fixed salary and all the benefits at
the end of the month. This is too fulfilling and I encourage all to do so. I
will be forever grateful to the Qween team for providing this opportunity to me
and helping me in the process. I am a part of Qween for quite a long time and
have undertaken various projects but this by far has been the most
enriching.</p>

Work from home is the new normal. And for us ladies who have taken a break from
work life due to various issues, getting full time work from home opportunity is
the best thing to ask for....

More About Priyam Saha

Priyam Saha

<p>I recently joined Amazon, VCSA process. I really thankful to you that as
Qween help me a lot with the interview process and joining process. Yes, I
suggested my friend also that they can also join. Working in Amazon is working
with a brand name. Amazing work culture, lots of benefits, friendly team, and
chances to grow at the career level.</p>

I recently joined Amazon, VCSA process. I really thankful to you that as Qween
help me a lot with the interview process and joining process. Yes, I suggested
my friend also that they can also join....

More About Shilpi Anand

Shilpi Anand

<p>After a long break in my career I wanted to restart my career and found the
going tough. That was when I joined Qween and within a short period I started
getting work offers. I am now comfortably settled with few work from home
options. Thanks to Qween.</p>

After a long break in my career I wanted to restart my career and found the
going tough. That was when I joined Qween and within a short period I started
getting work offers. I am now comfortably s...

More About Geeta R

Geeta R

<p style="text-align:justify">I was searching for a job since 4 months and was
in touch with multiple consultancy but no one was able to help me. One fine day
Neelima (HR of Qween Network LLP) called me since she found my resume on <a
href="http://naukri.com/" target="_blank">naukri.com</a> and she was in touch
with me till the time I joined the company. Never seen anyone so dedicatedly
working behind one person, I was so overwhelmed that I just blindly followed
what she asked and today I am working in a company I never imagined. Thank you
Neelima and Qween Network LLP for reaching out and getting things done so
quickly for me.</p>

I was searching for a job since 4 months and was in touch with multiple
consultancy but no one was able to help me. One fine day Neelima (HR of Qween
Network LLP) called ...

More About Krecy Dsouza

Krecy Dsouza

<p style="text-align:justify">I have had a great experience with QWEEN. The
regular follow-ups by their recruiter, Ms. Snigdha, right from getting the
interview conducted, the feedbacks at various stages, and lastly getting the
onboarding done at Axis. I'm very satisfied and delighted with the personalised
attention paid to all my concerns and doubts throughout the process. There was
complete transparency on all the feedbacks and the process related information.
I would definitely recommend QWEEN to my colleagues and friends.</p>

I have had a great experience with QWEEN. The regular follow-ups by their
recruiter, Ms. Snigdha, right from getting the interview conducted, the
feedbacks at various sta...

More About Dilmeet Kaur

Dilmeet Kaur

<p dir="ltr">Work from home is the new normal. And for us ladies who have taken
a break from work life due to various issues, getting full time work from home
opportunity is the best thing to ask for.</p> <p dir="ltr">The “Virtual Customer
Service Associate” from Qween, is one such opportunity for us where we can enjoy
all the benefits which we get in office at the comfort of our home. We can
fulfill our family responsibilities and at the same time be financially
independent.</p> <p dir="ltr">I am myself a part of the Amazon VCS team and I
can assure you how much fun it is to get a fixed salary and all the benefits at
the end of the month. This is too fulfilling and I encourage all to do so. I
will be forever grateful to the Qween team for providing this opportunity to me
and helping me in the process. I am a part of Qween for quite a long time and
have undertaken various projects but this by far has been the most
enriching.</p>

Work from home is the new normal. And for us ladies who have taken a break from
work life due to various issues, getting full time work from home opportunity is
the best thing to ask for....

More About Priyam Saha

Priyam Saha

<p>I recently joined Amazon, VCSA process. I really thankful to you that as
Qween help me a lot with the interview process and joining process. Yes, I
suggested my friend also that they can also join. Working in Amazon is working
with a brand name. Amazing work culture, lots of benefits, friendly team, and
chances to grow at the career level.</p>

I recently joined Amazon, VCSA process. I really thankful to you that as Qween
help me a lot with the interview process and joining process. Yes, I suggested
my friend also that they can also join....

More About Shilpi Anand

Shilpi Anand

<p>After a long break in my career I wanted to restart my career and found the
going tough. That was when I joined Qween and within a short period I started
getting work offers. I am now comfortably settled with few work from home
options. Thanks to Qween.</p>

After a long break in my career I wanted to restart my career and found the
going tough. That was when I joined Qween and within a short period I started
getting work offers. I am now comfortably s...

More About Geeta R

Geeta R

<p style="text-align:justify">I was searching for a job since 4 months and was
in touch with multiple consultancy but no one was able to help me. One fine day
Neelima (HR of Qween Network LLP) called me since she found my resume on <a
href="http://naukri.com/" target="_blank">naukri.com</a> and she was in touch
with me till the time I joined the company. Never seen anyone so dedicatedly
working behind one person, I was so overwhelmed that I just blindly followed
what she asked and today I am working in a company I never imagined. Thank you
Neelima and Qween Network LLP for reaching out and getting things done so
quickly for me.</p>

I was searching for a job since 4 months and was in touch with multiple
consultancy but no one was able to help me. One fine day Neelima (HR of Qween
Network LLP) called ...

More About Krecy Dsouza

Krecy Dsouza

<p style="text-align:justify">I have had a great experience with QWEEN. The
regular follow-ups by their recruiter, Ms. Snigdha, right from getting the
interview conducted, the feedbacks at various stages, and lastly getting the
onboarding done at Axis. I'm very satisfied and delighted with the personalised
attention paid to all my concerns and doubts throughout the process. There was
complete transparency on all the feedbacks and the process related information.
I would definitely recommend QWEEN to my colleagues and friends.</p>

I have had a great experience with QWEEN. The regular follow-ups by their
recruiter, Ms. Snigdha, right from getting the interview conducted, the
feedbacks at various sta...

More About Dilmeet Kaur

Dilmeet Kaur

<p dir="ltr">Work from home is the new normal. And for us ladies who have taken
a break from work life due to various issues, getting full time work from home
opportunity is the best thing to ask for.</p> <p dir="ltr">The “Virtual Customer
Service Associate” from Qween, is one such opportunity for us where we can enjoy
all the benefits which we get in office at the comfort of our home. We can
fulfill our family responsibilities and at the same time be financially
independent.</p> <p dir="ltr">I am myself a part of the Amazon VCS team and I
can assure you how much fun it is to get a fixed salary and all the benefits at
the end of the month. This is too fulfilling and I encourage all to do so. I
will be forever grateful to the Qween team for providing this opportunity to me
and helping me in the process. I am a part of Qween for quite a long time and
have undertaken various projects but this by far has been the most
enriching.</p>

Work from home is the new normal. And for us ladies who have taken a break from
work life due to various issues, getting full time work from home opportunity is
the best thing to ask for....

More About Priyam Saha

Priyam Saha



ARE YOU LOOKING TO HIRE DIVERSITY CANDIDATES?

Then, you've come to the right place. Qween is a one stop platform for all your
diversity hiring needs, whether you're looking for day-to-day staff or for a
high-level executive.



Get Started

Quick Links
 * About Us
 * Jobs
 * Referrals
 * Recruit With Us
 * Events
 * Contact Us

Latest Blogs
 * Empowering Women in the Banking Sector: Opportunities for Freshers and
   Experienced Professionals
 * Accounting and Finance Jobs for Freshers with Qween
 * Mind the Gap: Strategies for Career Progression in Male-Dominated Industries
 * Understanding Different Interview Formats: Virtual, Panel, and Behavioral

Contact Us
 * Office 10, 8th floor, Pinnacle Corporate Park
   Next to Trade Center, Bandra Kurla Complex
   Bandra East, Mumbai - 400051
 * +91-8369585790
 * admin@qween.in

Subscribe Newsletter




Subscribe




Copyrights © Qween, Terms & Conditions | Privacy




GROW TOGETHER WITH QWEEN

 * Get the dream work-from-home job you always wanted
 * Give your entrepreneurship dreams wings to soar high
 * Upskill and update yourself with workshops and training
 * Give a second life to your career with a comeback job
 * Network and get noticed by peers, employers and partners
 * Empower and get empowered , enrich yourself!
 * Take your home-based business to next level

 * User Login
 * Recruiter Login


Send OTP

Don't have an account? Register Now

OR

Login With

  Facebook  Linkedin  Google

By logging in, you agree to our Terms & Conditions & Privacy Policy.
Login

Don't have an account? Register Now

X


UPLOAD CV WITH QWEEN

Fields marked with * are mandatory



First Name *
Last Name *
Email *
Phone Number *
Skill Set (Enter comma separated) *
Cover Letter
Upload CV *

By ticking this box, you agree to QWEEN contacting you with regards to your
enquiry, and are agreeing to our Privacy Policy.
Upload CV

×

FORGOT PASSWORD

Enter your email and we will send a link on your email to reset your password
Submit
×


RESET PASSWORD

A PHP ERROR WAS ENCOUNTERED

Severity: Warning

Message: Undefined variable $userid

Filename: include/reset_password.php

Line Number: 81

Backtrace:

File: /home/nitiqween/public_html/application/views/include/reset_password.php
Line: 81
Function: _error_handler

File: /home/nitiqween/public_html/application/views/home.php
Line: 861
Function: view

File: /home/nitiqween/public_html/application/controllers/Home.php
Line: 96
Function: view

File: /home/nitiqween/public_html/index.php
Line: 399
Function: require_once

" name="userid" id="userid"/>
Email

A PHP ERROR WAS ENCOUNTERED

Severity: Warning

Message: Undefined variable $email

Filename: include/reset_password.php

Line Number: 84

Backtrace:

File: /home/nitiqween/public_html/application/views/include/reset_password.php
Line: 84
Function: _error_handler

File: /home/nitiqween/public_html/application/views/home.php
Line: 861
Function: view

File: /home/nitiqween/public_html/application/controllers/Home.php
Line: 96
Function: view

File: /home/nitiqween/public_html/index.php
Line: 399
Function: require_once

" readonly="readonly">
Enter New Password
Re-Enter Password
Submit
X

ENTER YOUR EMAIL ID TO GET UPDATES ON LATEST NEWSLETTER POSTINGS



Subscribe
×



JOIN US TO ELEVATE YOUR CAREER!

Explore your passions, discover new career possibilities, and get matched with
ideal jobs, trainings, and diversity programs.

Register Now
×






Close