Urgent Hiring Collection Officers & Team Leaders | Datta Sable Careers

Apply for Collection Officer and Collection Team Leader jobs. Freshers welcome. 10th pass eligible.

📞 Apply via WhatsApp
Urgent Hiring Campaign 2026
⚡ Immediate Joiners Preferred

Urgent Hiring: Collection Officers & Team Leaders

Join our fast-growing collections operation in Mumbai and surrounding regions. Freshers welcome, excellent commission structures, and fixed salaries for team leaders. Immediate joining roles available now.

40+
FOS Openings
10
Team Leader Openings
10th Pass
Minimum Qualification
Immediate
Joining Available

Urgent Job Openings

Field Operations 🔥 40 Positions

{collectionsJobOfficer.title}

📍 Location: {collectionsJobOfficer.location}
💼 Compensation: {collectionsJobOfficer.salary}
🎓 Education: {collectionsJobOfficer.qualification}
⏳ Experience: {collectionsJobOfficer.experience}

Commission Structure

{collectionsJobOfficer.commission}

Roles & Responsibilities

  • Field operations (FOS) for debt collection in assigned locations
  • Visit customer locations to collect outstanding dues
  • Maintain clean records and daily collection reports

Eligibility

  • Minimum 10th Pass
  • Freshers Can Apply
  • Collection Experience Preferred
  • Good Communication Skills
  • Two-Wheeler Preferred
{ const fosJob = jobs.find(j => j.title.includes('FOS') || j.title.includes('Officer')) || { id: 'fos' }; setSelectedJob(fosJob as any); setForm(f => ({ ...f, jobId: fosJob.id })); setShowApplyForm(true); }} class="btn-primary" style="width: 100%; padding: 1rem; text-align: center; text-decoration: none;" > Apply For FOS
Team Management 🔥 10 Positions

{collectionsJobLeader.title}

📍 Location: {collectionsJobLeader.location}
💼 Salary: {collectionsJobLeader.salary}
🎓 Education: {collectionsJobLeader.qualification}
⏳ Experience: {collectionsJobLeader.experience}

Additional Benefits

{collectionsJobLeader.bonus}

Roles & Responsibilities

  • Manage a team of 15-20 field collection officers (FOS)
  • Monitor and drive daily collection targets
  • Handle critical escalations and agency reports

Eligibility

  • 2–5 Years Collections Experience
  • Team Handling Experience
  • Leadership Skills
  • Target Management Experience
  • Reporting Knowledge
  • Collection Process Expertise
{ const tlJob = jobs.find(j => j.title.includes('Leader') || j.title.includes('TL')) || { id: 'tl' }; setSelectedJob(tlJob as any); setForm(f => ({ ...f, jobId: tlJob.id })); setShowApplyForm(true); }} class="btn-primary" style="width: 100%; padding: 1rem; text-align: center; text-decoration: none;" > Apply For Team Leader
ATS-APPLICATION-PORTAL

Quick Apply Form

Fill in the details below. Immediate joining opportunities available.

{submitStatus === 'success' ? (

Application Submitted Successfully

Thank you for applying. An automated confirmation message has been triggered to your WhatsApp number. Our recruitment team will review your details and contact you within 48 hours.

Application Tracking ID
{generatedAppId}
) : (

Apply Online

Please submit your CV and cover letter directly to our careers portal or contact email.

)}

Track Application Status

Enter your Application ID and Email to view your hiring workflow status.

Apply Online

Please submit your CV and cover letter directly to our careers portal or contact email.

{trackError && (
⚠️ {trackError}
)} {trackResult && (

Application Tracking Details

Name: {trackResult.fullName}
Position: {trackResult.position}
Applied On: {new Date(trackResult.appliedAt).toLocaleDateString()}
{[ { status: "Application Received", desc: "Your application has been received and added to our system." }, { status: "Screening Pending", desc: "A recruiter is currently screening your profile." }, { status: "Interview Scheduled", desc: "Your interview has been scheduled.", date: trackResult.interviewDate }, { status: "Selected", desc: "Congratulations! You have cleared our interview stages." }, { status: "Document Verification", desc: "We are currently verifying your uploaded Aadhaar and photo details." }, { status: "Joined", desc: "Welcome to the team!", date: trackResult.joiningDate } ].map((step, idx) => { const isTerminalRejected = trackResult.recruitmentStatus === 'Rejected'; const statuses = [ "Application Received", "Screening Pending", "Interview Scheduled", "Selected", "Document Verification", "Joined" ]; const currentIdx = statuses.indexOf(trackResult.recruitmentStatus); const stepIdx = statuses.indexOf(step.status); const isActive = !isTerminalRejected && stepIdx <= currentIdx; const isUpcoming = !isTerminalRejected && stepIdx > currentIdx; return (
{step.status} {step.date && ({step.date})}
{step.desc}
); })} {trackResult.recruitmentStatus === 'Rejected' && (
Application Status: Rejected
We regret to inform you that we are not moving forward with your application at this time. Thank you for your interest.
)} {trackResult.remarks && (
Recruiter Note: {trackResult.remarks}
)}
)}