Make outbound sales calls to calling list provided
Report to manager on a bi-weekly basis
Mark the status of each call using provided software
Data Entry

About Monza
About
Monza is a technology company on a mission to revolutionize the way businesses connect with potential customers. Businesses can access leads 100% free.
Candid answers by the company
Monza is a technology company on a mission to revolutionize the way businesses connect with potential customers. Businesses can access leads 100% free
Similar jobs
Business Development Manager (BDM) – Services
Client: Inflow Technologies
Locations: Mumbai
Work Mode: Work From Office | 5 days/week
Experience Required: 4+ years
Education: Graduate or Post Graduate
About Inflow Technologies
Founded in 2005, Inflow Technologies is a niche Value Added Distributor in IT Infrastructure — spanning Networking, Cyber Security, Unified Communications & Collaboration, AIDC, Surveillance, Server, Storage, and related Software/Services across India and South Asia. Headquartered in Bangalore with 20+ locations and a 120+ member certified technical team, the company supports channel partners through the full solution sales cycle. Annual run-rate revenue: USD 700+ Million.
Position Overview
The BDM will drive sales of Professional Services, Consulting, Training, and Assessments for an assigned region, acting as the connecting point between channel partners and their end customers.
Key Responsibilities
- Drive regional sales for Professional Services, Support, Consulting, Training & Assessments
- Operate as a bridge between channel partners and their customers
- Collaborate closely with the Services Delivery team for solution positioning
- Apply strong techno-commercial understanding to structure deals
- Represent the company with strong oral, written, and presentation skills
Required Skills & Experience
- 4+ years in IT Channel Sales / Channel Management & Development
- Strong interpersonal and communication skills
- Techno-commercial acumen in a services/consulting sales context
Interview Process
2 rounds — Virtual, followed by Final Face-to-Face
Fountane Archipelago · Island Role
A Little Bit About the Role
We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.
The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.
You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.
You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.
All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.
AI-First Engineering Expectation
Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.
At L3, AI-assisted engineering means:
- Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
- Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
- Using Cursor to generate tests that document existing behaviour before any restructuring begins.
- Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
- Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
- Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.
Key Responsibilities
Legacy Codebase Refactoring & the Cleaning Phase
This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.
Full Stack Development — Web & Mobile
Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.
Third-Party API Integrations
Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.
CE Collaboration & Sprint Integrity
Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.
Security Awareness
Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.
Production Incident Response
When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.
Codebase Navigation & Safe Refactoring
On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.
Code Review
Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.
Mentoring
Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.
Documentation
Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.
Qualifications
- 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
- Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
- Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
- Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
- Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
- Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
- Has coached or mentored junior engineers before, and done it well.
- Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
- Treats documentation as part of the job, not an afterthought.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.
Strong Product Designer profile.
Mandatory (Experience 1) – Must have a minimum 5+ years of experience in end-to-end Product Design (UI + UX) for B2B SaaS products or consumer tech products.
Mandatory (Experience 2) – Must have hands-on experience in both UX and UI, including User Research, User Journey Mapping, Wireframing, Prototyping, and Visual Design.
Mandatory (Portfolio) – Must have a strong design portfolio showcasing case studies of complete product design work — including UX-focused projects such as user research, personas, user flows, information architecture, and high-fidelity UI designs for B2B dashboards, SaaS products, or consumer-facing apps.
Mandatory (Tools) – Must be proficient in design tools such as Figma (wireframing, prototyping, design systems).
Mandatory (Company) – B2B SaaS OR Top Consumer-Tech Products (Swiggy, Dunzo, Nykaa, Cred)
Roles & Responsibilities:
•
Looking for a dynamic and self-driven professional for our role of Full Stack Developer.
•
The candidate should have a great attitude coupled with excellent tech skills.
•
Who could deliver the projects as per the expectations. You’ll be part of a dynamic development team and would be responsible for the full software development life cycle, from conception to deployment.
•
As a Full Stack Developer you should have hands-on experience in NodeJs, MongoDB, Expressjs & Reactjs/Nextjs/Angular.
•
Your responsibilities will also include translation of the UI/UX design wireframes to actual code that will produce visual elements of the application.
•
You will work with the UI/UX designer and bridge the gap between graphical design and technical implementation.
•
You are expected to take an active role on both sides and define how the application looks and how it works.
Technical responsibilities:
•
Execute on Software Engineering best practices for developing, unit testing, and deploying code.
•
Analyse & create requirements basis the discussions and understanding from various stakeholders.
•
Create clear technical specifications.
•
Analyze and create efficient deployment architecture.
•
Deploying code to production, tracking and debugging technical issues in production environment.
•
Define code architecture decisions to support a high-performance and scalable product with a minimal footprint.
•
Design and create advanced, elegant and efficient systems.
•
Writing and conducting unit test cases, system integration test cases and load test for the application features/APIs developed.
•
Work with your team to design and build software applications to function across multiple platforms.
•
Maintain and improve the website by developing new user-facing and mobile-based features.
•
Build reusable code and libraries for future use.
•
Validate the technical feasibility of UI/UX designs.
•
Optimize application for maximum speed and scalability.
•
Assure that all user input is validated before submitting to the back-end.
•
Conduct thorough testing of user interfaces in multiple platforms to ensure all designs render correctly and systems function properly.
•
Get feedback from, and build solutions for users and customers.
•
Write functional requirement documents and guides.
•
Ensure high-quality graphic standards and brand consistency.
•
Collaborate with other team members and stakeholders.
Desired Candidate Profile:
•
Bachelor’s degree or equivalent in Computer Science or Information Technology.
•
5-7 years software development experience.
•
In-depth understanding of the entire web development process (design, development, and deployment).
•
Good understanding of SEO principles.
•
A thorough understanding of computer architecture, operating systems and data structures.
•
Strong understanding of front-end coding and development technologies.
•
Extensive experience in NodeJS, Typescript, Express and React/ Nextjs/ Angular.
•
Proficient understanding of client-side scripting and JavaScript.
•
Work in JavaScript, Node.js, or frameworks such as React, Vue, or Angular
Intuitive is the fastest growing top-tier Cloud Solutions and Services company supporting Global Enterprise Customer across Americas, Europe and Middle East.
Intuitive is looking for highly talented hands-on Cloud Infrastructure Architects to help accelerate our growing Professional Services consulting Cloud & DevOps practice. This is an excellent opportunity to join Intuitive’ s global world class technology teams, working with some of the best and brightest engineers while also developing your skills and furthering your career working with some of the largest customers
Responsibilities
- Lead by example and provide recruitment support to the technical team
- Own the recruiting cycle from end to end, spanning all areas and disciplines
- Coach, mentor and train team members to find the best employees for our company
- Drive technology, process and teamwork efforts to enhance the recruitment process
- Proactively recruit passive talent to join the Intuitive team
- Work with hiring managers to provide guidance, expertise, collaboration and teamwork to hire the best talent for our team
- Utilize the world’s best recruiting tools to get the job done better, faster and more efficiently than ever before
Basic Qualifications
Qualifications
- BE/B.TECH degree in a related field or equivalent experience
- 4+ years of experience in recruiting or talent acquisition
- Must have Cloud, devops hiring experience
Preferred Qualifications
- Experience with applicant tracking systems and passive candidate sourcing
- Experience using LinkedIn Recruiter or LinkedIn as a recruiting tool
- Experience effectively hiring and motivating talent
- In-house and agency experience
- Expert knowledge of MS Office (Word, Excel and Outlook) and familiarity or hands on experience in Cloud technologies
- Strong understanding of talent and competency models, recruiting fundamentals, competitive market awareness and online/social media
- Knowledge of the web/Internet market space, including trade journals, academic institutions, alumni associations and other sources of great candidates
- Excellent communication, time management and negotiation skills
- Ability to work with internal clients to develop and iterate best-in-class profiles to reflect the talent needs of the business
- Ability to work in a fast-paced, startup environment
- Setting sales goals and developing sales strategies.
- Researching prospects and generating leads.
- Contacting potential and existing customers on the phone, by email, and in person.
- Handling customer questions, inquiries, and complaints.
- Preparing and sending quotes and proposals.
- Managing the sales process through specific software programs.
- Building and maintaining a CRM database.
- Meeting daily, weekly, and monthly sales targets.
- Participating in sales team meetings.
and CSS.
Experience and knowledge in Python Programming, RDBMS (PostgreSQL).
Knowledge of python data types, operators, error / exception handling, logging
Good to have: Hands on coding in Python using OOPs / SOLID concepts of programming.
Good understanding of how API, REST, JWT, OAuth2.0 works, ability to provide constructive
feedback during API design phase with backend developer
Experience with React libraries like React Query, Ag-Grid, ReactStrap and component-driven
approach
Experience with Node.js and basic automation using libraries and tools like Cypress is good
to have.
Good understanding of cloud-based technologies and tools (Preference- GCP, Microsoft
Azure, Openshift)
Experience with unit, integration and E2E tests and framework/tools (Jest)
Experience with CI/CD pipelines like TeamCity, Jenkins.
Good knowledge of OWASP security guidelines.
Ability to collaborate with various other teams, like design and product team and provide
feedback during feature preparation and planning phase
Self-starter, proactive in resolving issues and removing roadblocks
Adherence to software engineering best practices
Must possess problem-solving and creative thinking ability.
Good to have experience with state management libraries like Redux, Recoil.
Good to have Risk / Investment Banking domain Knowledge.
Hands on experience of test-driven development and constant refactoring in continuous
integration environment
Behavior Driven Development, particularly experience of how it can be used to define
requirements in a collaborative manner to ensure the team builds the right thing and create a
system of living documentation
Experience working in an agile team, practicing Scrum
Ensure that the software you build is reliable and easy to support in production. Be prepared
to take your turn on call providing 3rd line support when it’s needed
- Working on the scalability, maintainability and reliability of the products
- Building modular and composable system components
- Above all, delivering value to users
Desired Candidate Profile
What you need to have:- 4+ years of Software Development Experience
- Experience in building Web API based systems in Golang, Python, or Java backed by automated tests
- Experience in building modular monoliths or decoupled microservices
- Relational Data modelling skills, ability to think declaratively in plain SQL
- Experience with using Infrastructure as code tools like Terraform, Ansible etc.
- Experience with logging and monitoring tools
- Good understanding of Linux systems and Containers
- Understanding of CI/CD, software packaging and distribution
- Worked with Orchestrators like Kubernetes/Nomad/Docker Swarm
Role- Node.js Developer/Senior Node.js Developer
Job description:
- (Nodejs, Express), MySQL, Postgre SQL
- Working experience of GIT
- Well-versed and experienced with unit testing, code coverage.
- Well versed with SOILD design principles and its application
- Good to have – some experience with Azure DevOps and/or azure functions.
- Good knowledge of designing and writing restful API.
Srijan is approx 400 people strong (including some Senior Consultants) Srijan’s development offices in India are located in New Delhi, Gurugram, Goa, Bangalore, and Mumbai, Delhi, Gurgaon and Goa are the largest offices. In addition, a few developers & delivery leads are located in several countries globally -- USA (New York, Charlotte), Singapore, Philippines (Manila), Australia (Sydney, Brisbane, Melbourne), Germany (Berlin), Japan (Tokyo). In each of these countries, Srijan has a functional legal subsidiary.
Srijan works largely with enterprises or mid-large sized global firms and focuses on recurring business from these accounts, thereby bringing much-needed predictability of revenue for high-growth companies. It works with several top brands at the moment.
The firm is beginning to invest in startups and in joint research projects with top institutes. For instance, it recently has partnered with IIT-Delhi to invest in an 18-month project for building a solution for ‘https://www.linkedin.com/feed/update/urn:li:activity:6476363261016137728/" target="_blank">Honey traceability using Blockchain’.
The leadership team at Srijan has set itself an audacious goal of reaching $25 million in revenue (while maintaining healthy EBIDTA margins) in FY 2020 -- doubling our revenues. This requires significant technology and delivery leadership bandwidth to be created in the firm to ensure our high-quality standards are not compromised.
Each year Srijan donates 7% of its profits to Srijan Foundation Trust a registered non-profit that runs several projects including non-formal schools (directly or via partner organizations) and Indic civilizational projects such as #SrijanTalks.
Our client is one of the best presentation design agencies in the country. It specializes in Fundraising & Sales presentations for startups. The company was founded in 2014 by a seasoned entrepreneur. Over the last 3 years, the company has helped several startups raise funds and tell their story successfully to investors like Accel & Sequoia among many others. Its work has been extensively appreciated by various founders & investors.
- Taking the presentation storyboard, understanding the message of each slide
- Using the magic skills, converting it into crisp visual slides that communicate the message effectively.
- Building mood board
- Figuring out the fonts/ colors/ design language
- Brainstorming the narrative and visualizations with others
- Participating in creating an execution timeline and plan
- Doing review sessions with project manager and art director, and iterates basis the same
What you need to have:
- Bachelor of Design, with 1-3 years experience
- Someone who can design, of course! But more importantly, someone who can understand a message, think, ideate and visualize
- Someone who can turn a piece of text into a visual
- Someone who can create absolutely stunning designs
- Someone who is obsessed with alignments and catches a case of misalignment from a mile
- Someone who understands the importance of information hierarchy and eye flow
- Someone with experience in designing Infographics, Posters, Advertisements or Presentations (without using templates!)
- Someone who is self-driven and can work with limited supervision
- Someone who can take critical feedback without taking a day to recover from it
- Someone who is hungry to learn more and to get better at one's craft
- Someone who can plan and stick to timelines










