
Company: Paytm
Role: Field sales executive
Location: Hyderabad , Andhra Pradesh
Experience: 1-3 years in sales (QR Payments, POS, Merchant Acquiring)
Salary: ₹18,000 to ₹25,000 (Performance-based)
Positions Available: 25
🌟 Are you passionate about sales, self-motivated, and ready to grow your career with India’s leading fintech company? This is your opportunity!
Key Responsibilities:
🔹 Promote and sell Paytm’s products (QR Codes, POS Machines, Sound Boxes, Business Loans)
🔹 Achieve monthly sales targets and earn exciting incentives
🔹 Build and maintain strong relationships with merchants and clients
🔹 Ensure stock availability at stockists and retailers
💼 Why Join Us?
Competitive salary with performance-linked incentives
Opportunity to work with a dynamic and innovative team
Gain experience in the fast-growing fintech industry

About Sadup Softech
About
Job role : Golang developer
Experience: 2-5yrs
Location : Bangalore (Hybrid)
Job description :
Golang Engineer - Bangalore
Must have skills2 to 3 years Golang Unix / Linux commands Shell Scripting
* Working experience in building massively scalable high-performance services.
* Excellent problem-solving skills.
* 2-3 years of expertise in GO language (mandatory).
* Expertise in shell scripting.
* Strong Linux systems knowledge.
* Strong working knowledge in Kubernetes is a plus.
* Strong understanding of fundamental distributed system principles.
Connect with the team
Similar jobs
- Education: BE/MCA or equivalent.
- Solid experience in software testing, with a combination of development experience being a plus.
- Good knowledge of web and mobile testing principles and techniques.
- Familiarity with various technologies, including Web and Client-Server.
- Good understanding of testing methodologies, such as Waterfall, Agile, and Iterative.
- Competent in functional testing (manual and automation) with a good understanding of basic testing techniques.
- Hands-on experience with testing tools relevant to web and mobile testing (e.g., Selenium, Appium).
Job Description:
We are seeking a data-driven and process-oriented professional to manage ICAD's CRM operations, lead intelligence, and sales productivity. The role will be responsible for overseeing the complete lead lifecycle, ensuring CRM accuracy, monitoring sales team performance, tracking conversion metrics, and generating actionable insights to improve admissions and revenue outcomes.
Key Responsibilities:
- Manage and maintain the CRM database with accurate and updated lead information.
- Ensure timely lead assignment, follow-ups, and lead nurturing across centers.
- Monitor and audit BDM productivity, including calls, meetings, walk-ins, and conversions.
- Track and analyze sales funnel performance to identify conversion gaps and improvement opportunities.
- Generate daily, weekly, and monthly sales dashboards and productivity reports.
- Coordinate outreach campaigns and monitor lead generation effectiveness across multiple channels.
- Conduct lost lead and competitor analysis to support strategic sales decisions.
- Ensure CRM discipline, data hygiene, and process compliance across the sales team.
Required Skills:
- Strong analytical and reporting skills.
- Proficiency in Excel/Google Sheets and CRM tools.
- Understanding of sales processes and lead management.
- Excellent coordination, communication, and problem-solving abilities.
- Ability to drive accountability through data and performance monitoring.
About the role:
Unico Connect is an Al-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies. We are hiring a Senior Al Engineer for a dedicated client engagement focused on building an Al-powered application builder platform - a product where users describe software in plain English and the system generates, previews, and iteratively refines working code. The mandatory requirement for this role is hands-on production experience shipping LLMpowered systems with agent architectures, with experience in code generation or developer tooling contexts a strong advantage. The role is product-focused and deeply hands-on. You will own everything between the user's prompt and correct code landing in the project: the agentic loop, code generation pipeline, context management, evaluation suite, and model cost strategy. You will work alongside the Senior MLOps Engineer who operationalises the infrastructure around your system, and collaborate closely with backend, frontend, and DevOps engineers.
Responsibilities:
Agent architecture: Design and own the agentic loop for the platform - request interpretation, planning, tool-calling sequence (read file, edit file, run build, search code, install package), and stop conditions. Make and revisit architectural decisions on singleagent vs. multi-agent designs, including planner/executor splits and dedicated buildrepair sub-agents.
Code generation pipeline: Own the end-to-end generation flow: task classification, context gathering, planning, targeted edits, verification, and commit. Implement diff/search-replace-based file editing with fuzzy matching and fallback strategies. Enforce scope discipline so the agent makes minimal diffs and does not modify code it was not asked to touch.
Self-repair loop: Build and tune the automated repair loop that pipes compiler, lint, build, and runtime errors back to the model with retry budgets and model escalation. This loop is the primary quality lever - the difference between 60-70% and 90%+ build success rates.
Context management: Build file-relevance retrieval so the agent sees the right files, not the whole codebase: dependency graphs, AST/tree-sitter-based chunking, embeddings, recency signals, and hybrid retrieval. Implement conversation summarisation and memory for long sessions, and address long-project degradation through codebase summaries and periodic consistency passes. Own token budgeting and prompt caching strategy.
Prompt engineering as a discipline: Own the system prompt and per-task prompt variants (new feature, bug fix, styling change). Maintain few-shot examples and enforce coding conventions, stack rules, and prohibited behaviours such as no hardcoded secrets and no whole-file rewrites. Version prompts like code with changelogs and rollback capability.
Evaluation and quality measurement: Design and own the evaluation suite: representative test prompts run on every prompt and model change, scored on build success rate, instruction adherence, and output quality including LLM-as-judge and visual/screenshot checks where relevant. Define regression gates that block qualitydegrading changes from shipping. Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time. This responsibility is nonnegotiable at this level.
Model strategy and cost: Design model routing - cheap and fast models for classification and small edits, frontier models for complex generation. Drive cost optimisation through prompt caching, diff-based edits over full-file rewrites, and tighter context selection. Track cost per agent run and tokens per task; evaluate new model releases against the eval suite and lead migrations when results justify it.
Safety and reliability of agent behaviour: Defend against prompt injection from user content and fetched web content. Ensure secrets never appear in generated client code. Define what the agent's tools may and may not do in collaboration with the platform team. Contribute to output moderation and abuse-pattern awareness.
Mentorship and engineering standards: Run code reviews, define engineering conventions for Al work, and raise the engineering bar across the Al team. Work closely with the Senior MLOps Engineer on handoff of eval design, prompt configurations, and model routing logic.
Requirements:
Hands-on production ownership of LLM-powered systems with agent architectures (mandatory). Must have personally shipped and operated at least one complex production Al system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost. POCs, internal demos, and tutorialgrade work do not qualify.
5+ years of professional software or Al engineering experience, with at least 3 years focused on LLM applications, Al engineering, or production Al systems. Candidates with strong backend backgrounds and a clear, substantive pivot into LLM systems qualify.
Strong Python proficiency and service development. Production-grade Python with FastAPI or equivalent: type hints, async patterns, streaming responses, testing, and packaging. Not notebook-only.
Depth across LLM APIs and agent systems. Production experience with at least two of OpenAl, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together). Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, Llamalndex Agents) or hand-rolled equivalent. Hands-on with tool calling, structured outputs, and multi-step reasoning.
Demonstrated, systematic evaluation practice - non-negotiable. Must have built evaluation harnesses that gate production releases, not ad-hoc testing. Hands-on with at least one of LangSmith, Langfuse, Promptfoo, Ragas, or DeepEval. Candidates with no systematic answer to evaluation should not be considered at senior level regardless of other strengths.
Cost discipline for production Al. Track record of measurable cost optimisation on production Al features. Able to speak in specifics: cost per request, savings achieved through caching or model routing, context reduction decisions.
AWS working knowledge. Hands-on with EC2, S3, IAM, and Docker. Comfort with CI/CD workflows and deploying Al services.
Awareness of LLM security failure modes. Familiar with prompt injection patterns, understands that system prompt rules alone are insufficient, and has experience with output validation and content safety in production.
Nice to have: experience with AST/tree-sitter tooling, diff-based editing systems, or compiler-adjacent work; MCP server authoring; open-source Al contributions; published technical writing on LLM systems; multi-modal model experience; fine-tuning exposure (LORA, QLORA, PEFT).
Position: QA Engineer – Jupiter
Location: Pune / Mumbai
Notice Period: Immediate to 30 Days
Experience: 5–8 Years
About the Role
We are looking for a passionate and detail-oriented QA Engineer to join our team for the Jupiter project. The ideal candidate will have strong technical expertise, excellent problem-solving skills, and a deep understanding of quality assurance principles. You will play a key role in ensuring our applications meet the highest standards of quality, performance, and reliability.
Key Responsibilities
- Perform functional, integration, regression, and system testing for complex technical projects.
- Develop, execute, and maintain test cases and test scripts.
- Collaborate closely with developers, business analysts, and project managers to understand requirements and ensure test coverage.
- Identify, log, and track defects through the software development lifecycle.
- Conduct exploratory testing to uncover edge cases and usability issues.
- Participate in release validation, UAT, and production support activities.
- Provide detailed test reports and communicate results to stakeholders.
- Apply QA methodologies and best practices to improve overall product quality.
Required Skills & Qualifications
- 5–8 years of hands-on QA experience in testing complex software systems.
- Strong understanding of QA theory, processes, and methodologies.
- Solid system thinking and analytical skills.
- Good understanding of SQL and Linux fundamentals.
- Excellent verbal, written, and numerical communication skills.
- Ability to work independently and in a fast-paced team environment.
Nice to Have
- Experience in the Finance / Banking domain.
- Basic programming or automation skills.
- Hands-on experience in Exploratory Testing.
- Experience supporting UAT or production environments.
We’re Hiring: React Native Developer Intern
Duration: 1-3 months (Paid internship)
Start Date: Immediate
Location: We are based in Hong Kong but this role is remote so you can work anywhere in the world.
We are looking for a student intern React Native Developer who will be working very closely with our founding engineer to polish and improve the current product.
Key Requirements:
• Hands-on experiences with React Native and Expo
• Familiar with Firebase (Firestore, Auth, Cloud Functions) and Google Cloud Platform
• Good knowledge of Node.js
• Able to debug and maintain existing mobile app
• Experience launching iOS and Android apps
• Good understanding of AI integration in an cost effective manner (DeepSeek experience is a plus)
• Bonus: experience with Next.js and Tailwind CSS
• Good communication and can work independently
Work Mindset:
• Comfortable with an intensive workload and delivering under tight deadlines—Memora’s pace is fast, and we expect you to keep up.
• Push Impossible Limits. We don’t want “it’s too hard” or “it can’t be done”—we want you to explain why it’s challenging, why it’s risky, and quantify it so we can decide together if it’s a risk worth taking.
• Ability to prioritize and execute in a high-pressure, early-stage startup environment.
Why Join Us?
Our mission to solve forgetfulness is our core driving force. What began as a personal frustration we faced, turns out to be a universal and growing problem everyone can relate to: forgetfulness in our daily life. Forgetfulness may seem like a minor inconvenience, but we believe it is a silent epidemic affecting everything from productivity, well-being, and mental clarity; and only worsens as we age. You have a chance to be an early member in a startup. Expect long hours, tough challenges, and the thrill of building something impactful from scratch. We’re here to push boundaries, and we want you to grow with us—learning, improving, and succeeding together.
Values of Memora:
Belief in Yourself – Every success story starts from somewhere. Regardless of your background or starting point, what truly matters is your unwavering belief in your potential. Embrace the mindset that your journey is about proving something to yourself, not to others. Even when you're not the most knowledgeable in the room, hold fast to the conviction that you have the potential to overcome challenges and achieve greatness. This belief drives you to push your limits and continuously learn, becoming the best version of yourself.
Humility in Success and Growth – Recognize that pride can be the greatest obstacle to progress. The philosophy here is to remain grounded both before and after success. By keeping your ego in check and being open to learning, you create room for personal and professional growth while valuing the contributions of others.
Selfless Team Mindset – Understand that no one can succeed alone. Your strength and progress are connected with those of your team. By surrounding yourself with people who elevate and inspire you, you contribute to a culture where collective success is celebrated. Our achievements are the result of shared effort, not individual success.
Mission-Driven Work Ethic – Let the impact and vision of our mission be the force that propels you forward. You don’t need external pressure to push you; instead, your internal drive and passion for what we’re building are what fuel your dedication. This mindset of continuous improvement and relentless commitment to our goals is at the heart of everything we do.
We are reviewing on a rolling basis. Successful candidates will receive an email invitation to online interviews. We’re excited to hear your story.
About the role –
● Counsel students over the phone for admissions in UG & PG Courses.
● Assist learners in forms filling for admission.
● Guide students to take admission in our partner colleges as per the assigned targets.
● Have a direct access to the colleges SPOC as & when required & help in admission conversion process. Maintain daily MIS on
the calls & walk-ins (if any)
Must have skills:
● Excellent listening + communications skills (English and Kannada/Tamil/Telugu).
● Interpersonal Skills
● Integrity and Professionalism.
● Ability to operate within a wide range of student personalities and backgrounds.
● Should enjoy working in a core sales driven environment.
● Self-starter & ability to execute high velocity closures.
● Inherent ability to have engaging conversations.
● Graduate in any stream.
● Comfort & knowledge of Microsoft Office (for data management)
GirnarSoft Education Services Pvt.Ltd. provides equal opportunities to all its employees and all qualified applicants for
employment, without regard to their race, caste, religion, colour, ancestry, marital status, sex, age, nationality, disability and
veteran status.
- You will be having 3+ years of experience of writing optimized Code in Javascript/Typescript and working with Advanced NodeJs frameworks targeting Latest NodeJs version.
- Design, build, and maintain efficient, reusable, and reliable codes by setting expectations and features priorities throughout the development life cycle.
- Understanding of basic RDBMS using relational databases like PostgresSQL, MySQL, or MSSQL
- API development (Rest/GraphQL)
- You will participate in regular design sessions, code reviews and agile ceremonies.
- You will work closely with the Product Owner and scrum team to help deliver high quality features inside of agreed timescales
- You will Provide technical mentorship and upskilling to scrum team members and across functional boundaries where appropriate
- You will Identify areas for modification or refactoring inside our code-base and champion their improvement.
- You will lead by example, contributing to a culture of high quality, personal ownership and customer focused execution
Qualification : Bcom ( Finance),MBA(Finance & Marketing ) /any other graduate or Post graduate can also apply( They must have experience as Content writer in Technical field or Financial Field.)
- The Candidate should be belongs to Financial/Technical background.
- Excellent Verbal communication skill strong ability to communicate story ideas
- The candidate can do Research on finanace technology data trends & current market senerio
- The candidate should have creative contents
- Excellent Writing & Editing skills in English.
- Build a short-term & long-term Content strategy for company
- Conceptualize content initiatives & design experiments to create unique value proposition for existing and potential members; lead the charter to create programs & new formats.
- Develop content governance guidelines for tone, style, and voice of all content, and ensure they are followed, Oversee writing style and tone for all content
- Manage content projects end-to-end (for app + YouTube) through collaboration with teams across format, creative, marketing, growth, merchandising, etc.
- Analyze data in decision making for content design and market rollout, Track and calculate content ROI
- Work closely with the Marketing & Growth teams to see how content led initiatives can be planned + how we can help take content to our existing potential customers
- Support new initiatives with content and effectively communicate, collaborate with production team to enhance content output and brainstorm on new ideas
Desired Skills:
- 8+ years of experience in content production and strategy
- Should be hands on & should be able to manage teams at the same time
- Should be willing to hustle across various tasks & new initiatives and simultaneously should be able to build SOPs, structure around it all to prepare for scale
- Strong creative/design skills with high attention to detail
- Project management experience is a plus 4
- Knowledge of Lending/ Insurance, relevant industry is a good to have large scale on Videos contents and understanding of what works on SEO is a must.
We are looking for a front end engineer with focus on UI/UX engineer with superb technical and aesthetic aptitude. The front end engineer will primarily be responsible for building and delivering custom solutions for our customers including the graphic design, experience design, and coding of the front ends. In this role, we expect you to gain an intimate understanding of your user and the value they’ll derive from the solution and develop user interfaces to deliver that value to the user in an ideal manner. The successful candidate will be curious, creative, ambitious, self motivated, flexible, and have a propensity for taking action.
Although your primary responsibilities will be around front-end work, we prize individuals who are willing to step in and contribute to other areas including automation, tooling, and management of applications.
As part of the early engineering team, you will have a chance to make a measurable impact in future of Thinkdeeply as well as having a significant amount of responsibility.
Skills
Required Skills:
- 5+ years in architecting and building Single Page Applications (SPA)
- Shipped at least 2+ applications using Angular/AngularJs
- Expertise in building Angularjs and Angular with integration and unit tests
- Experience in upgrading angular/js versions and converting angularjs -> angular.
- Good working knowledge of other frameworks such as REACT, nodejs, meteor etc.
- Experience with package management tools such as webpack for minification, uglification etc
- Experience with creating embeddable widgets
- Expertise with CSS frameworks such as Bootstrap4
Desired Skills:
- Demonstrated expertise of building cloud native applications
- Familiarity with administration of CI/CD such as jenkins
Responsibilities
- Develop new user-facing features
- Build reusable code and libraries for future use
- Collaborate with other team members and stakeholders to create UI/UX designs
- Ensure the technical feasibility of UI/UX designs
- Optimize application for maximum speed and scalability
- Collaborate with other team members and stakeholders











