
Job DescriptionWe are seeking an experienced HubSpot CRM Developer to join our team. The ideal candidate will have a strong background in HubSpot development, integrations, and dashboard creation while working with cross-functional teams to optimize CRM functionality.
Key Responsibilities:● Develop, customize, and optimize HubSpot CRM to meet business needs.
● Integrate HubSpot with other technologies and external business intelligence tools like Power BI and Tableau.
● Build and maintain dashboards and reports to support marketing, sales, operations, and finance teams.
● Work with backend technologies (PHP, Python, Node.js, etc.) to implement integrations and automation.
● High proficiency in JavaScript.
● Develop and maintain scripts in any suitable scripting language to support CRM functionality.
● Ensure seamless data flow and synchronization between HubSpot and external platforms.
● Collaborate with multiple teams to understand data requirements and optimize CRM processes.
Requirements:● 7-10 years of relevant experience in HubSpot development and integration.
● Strong expertise in backend development using any PHP, Python, or Node.js.
● High proficiency in JavaScript and any scripting languages.
● Experience in HubSpot API integration with other platforms.
● Proficiency in dashboard and reporting tools like Power BI and Tableau.
● Ability to work independently (IC role) while collaborating with cross-functional teams.
● Must have experience in handling end-to-end projects from scratch.
● Exposure to multiple industries/domains is preferred (not limited to a single company for 5-10 years).

Similar jobs
Job Title : Python Django Developer
Experience : 6+ Years
Location : Gurgaon (Work from Office)
Job Type : Full-time
Working Days: Monday to Friday (5 Days)
Timings: 9:30 AM – 6:30 PM
Job Summary :
We are seeking a highly skilled and experienced Python Django Developer to join our dynamic team in Gurgaon.
The ideal candidate will have a strong background in backend development, Django frameworks, and RESTful API integration.
You will be responsible for building and maintaining scalable web applications and collaborating with cross-functional teams.
Key Responsibilities :
- Develop, test, and maintain robust, scalable, high-performance web applications using Django and Python.
- Design and implement RESTful APIs and integrate third-party APIs and services.
- Write reusable, testable, and efficient code following best practices and coding standards.
- Work with frontend developers to integrate user-facing elements using server-side logic.
- Optimize applications for maximum speed and scalability.
- Perform code reviews, troubleshoot issues, and ensure application performance and security.
- Collaborate with product managers, designers, and other developers to deliver high-quality products.
Required Skills & Qualifications :
- 6+ Years of hands-on experience with Python and Django framework.
- Strong experience with RESTful APIs, Django ORM, and PostgreSQL/MySQL.
- Proficiency in version control systems like Git.
- Familiarity with frontend technologies such as HTML, CSS, JavaScript, and AJAX.
- Experience with Docker, Celery, Redis, and cloud platforms (AWS/Azure) is a plus.
- Solid understanding of software development principles and design patterns.
- Excellent problem-solving skills and attention to detail.
- Strong communication and collaboration abilities.
Good to Have :
- Experience with Django REST Framework (DRF).
- Knowledge of unit testing and CI/CD pipelines.
- Exposure to Agile development methodologies.
- Familiarity with containerization and deployment tools (Docker, Kubernetes).
Job Title : Senior Python Developer
Experience : 7+ Years
Location : Remote or Hybrid (Gurgaon / Coimbatore / Hyderabad)
Job Summary :
We are looking for a highly skilled and motivated Senior Python Developer to join our dynamic engineering team.
The ideal candidate will have a strong foundation in web application development using Python and related frameworks. A passion for writing clean, scalable code and solving complex technical challenges is essential for success in this role.
Mandatory Skills : Python (3.x), FastAPI or Flask, PostgreSQL or Oracle, ORM, API Microservices, Agile Methodologies, Clean Code Practices.
Required Skills and Qualifications :
- 7+ Years of hands-on experience in Python (3.x) development.
- Strong proficiency in FastAPI or Flask frameworks.
- Experience with relational databases like PostgreSQL, Oracle, or similar, along with ORM tools.
- Demonstrated experience in building and maintaining API-based microservices.
- Solid grasp of Agile development methodologies and version control practices.
- Strong analytical and problem-solving skills.
- Ability to write clean, maintainable, and well-documented code.
Nice to Have :
- Experience with Google Cloud Platform (GCP) or other cloud providers.
- Exposure to Kubernetes and container orchestration tools.
Role overview:
We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.
Key responsibilities
- Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
- Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
- Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
- Safeguard tenant isolation and security across a per-company Cognito authentication model.
- Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
- Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
- Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
- Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
- Document decisions and designs and collaborate with the frontend (Angular) and product teams.
Challenges you'll solve.
We prefer to be candid — these are the problems that make this role genuinely interesting:
Latency under a hard ceiling
API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.
Least-privilege, per-request security
A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.
Graph-shaped data, relational store
The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.
Watertight multi-tenancy
One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.
VPC-bound serverless
Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.
Resilient external integrations
Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.
Compute-heavy workloads
Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.
The stack.
Runtime — Node.js, Python, AWS Lambda
AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2
Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL
Qualifications.
- 5+ years building and operating production backend systems.
- Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
- Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
- Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
- Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
- Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.
Interview Process:
Introductory call-Mutual fit and role overview.
Technical deep-dive- A walkthrough of a challenging production problem you have owned.
Practical exercise -A realistic backend task, or a walkthrough of your own representative code.
System design- Collaborative design on a real scenario.
Final conversation- Values, ownership, compensation, and offer.
Job Summary:
We are looking for a skilled and motivated Python AWS Engineer to join our team. The ideal candidate will have strong experience in backend development using Python, cloud infrastructure on AWS, and building serverless or microservices-based architectures. You will work closely with cross-functional teams to design, develop, deploy, and maintain scalable and secure applications in the cloud.
Key Responsibilities:
- Develop and maintain backend applications using Python and frameworks like Django or Flask
- Design and implement serverless solutions using AWS Lambda, API Gateway, and other AWS services
- Develop data processing pipelines using services such as AWS Glue, Step Functions, S3, DynamoDB, and RDS
- Write clean, efficient, and testable code following best practices
- Implement CI/CD pipelines using tools like CodePipeline, GitHub Actions, or Jenkins
- Monitor and optimize system performance and troubleshoot production issues
- Collaborate with DevOps and front-end teams to integrate APIs and cloud-native services
- Maintain and improve application security and compliance with industry standards
Required Skills:
- Strong programming skills in Python
- Solid understanding of AWS cloud services (Lambda, S3, EC2, DynamoDB, RDS, IAM, API Gateway, CloudWatch, etc.)
- Experience with infrastructure as code (e.g., CloudFormation, Terraform, or AWS CDK)
- Good understanding of RESTful API design and microservices architecture
- Hands-on experience with CI/CD, Git, and version control systems
- Familiarity with containerization (Docker, ECS, or EKS) is a plus
- Strong problem-solving and communication skills
Preferred Qualifications:
- Experience with PySpark, Pandas, or data engineering tools
- Working knowledge of Django, Flask, or other Python frameworks
- AWS Certification (e.g., AWS Certified Developer – Associate) is a plus
Educational Qualification:
- Bachelor's or Master’s degree in Computer Science, Engineering, or related field
Experience:
○ 2-4 years of hands-on experience with Microsoft Power Automate (Flow).
○ Experience with Power Apps, Power BI, and Power Platform technologies.
○ Experience in integrating REST APIs, SOAP APIs, and custom connectors.
○ Proficiency in using tools like Microsoft SharePoint, Azure, and Dataverse.
○ Familiarity with Microsoft 365 apps like Teams, Outlook, and Excel.
● Technical Skills:
○ Knowledge of JSON, OData, HTML, JavaScript, and other web-based technologies.
○ Strong understanding of automation, data integration, and process optimization.
○ Experience with D365 (Dynamics 365) and Azure Logic Apps is a plus.
○ Proficient in troubleshooting, problem-solving, and debugging automation workflows.
● Soft Skills:
○ Excellent communication skills to liaise with stakeholders and technical teams.
○ Strong analytical and problem-solving abilities.
○ Self-motivated and capable of working independently as well as part of a team.
Educational Qualifications:
● Bachelor's Degree in Computer Science, Information Technology, Engineering, or a related field (or equivalent practical
experience).
Good to have Qualifications:
● Microsoft Certified: Power Platform certifications (e.g., Power Platform Functional Consultant, Power Automate RPA
Developer) would be advantageous.
● Experience with Agile or Scrum methodologies.
Dear Candidate,
I came across your candidature and want to discuss on a suitable role with us.Please find below JD and do reply with updated resume. Software Development Engineer – SDE 2. Bengaluru/Hyderabad/Gurgaon/Chennai/Pune As a Software Development Engineer at Amazon, you have industry-leading technical abilities and demonstrate breadth and depth of knowledge. You build software to deliver business impact, making smart technology choices. You work in a team and drive things forward. Top Skills You write high quality, maintainable, and robust code, often in Java or C++ or C# You recognize and adopt best practices in software engineering: design, testing, version control, documentation, build, deployment, and operations. You have experience building scalable software systems that are high-performance, highly-available, highly transactional, low latency and massively distributed. Roles & Responsibilities You solve problems at their root, stepping back to understand the broader context. You develop pragmatic solutions and build flexible systems that balance engineering complexity and timely delivery, creating business impact. You understand a broad range of data structures and algorithms and apply them to deliver high-performing applications. You recognize and use design patterns to solve business problems. You understand how operating systems work, perform and scale. You continually align your work with Amazon’s business objectives and seek to deliver business value. You collaborate to ensure that decisions are based on the merit of the proposal, not the proposer. You proactively support knowledge-sharing and build good working relationships within the team and with others in Amazon. You communicate clearly with your team and with other groups and listen effectively. Skills & Experience Bachelors or Masters in Computer Science or relevant technical field. Experience in software development and full product life-cycle. Excellent programming skills in any object-oriented programming languages - preferably Java, C/C++/C#, Perl, Python, or Ruby. Strong knowledge of data structures, algorithms, and designing for performance, scalability, and availability. Proficiency in SQL and data modeling.










