

i2b Technologies Pvt Ltd
https://i2b.inAbout
i2b is a venture studio building AI-first consumer and B2B technology companies, partnering with founders to create scalable enterprise platforms and product-led businesses.
Founded by Deepak Gullapalli, i2b operates across AI-driven consumer products, scalable B2B SaaS platforms, and early-stage startup incubation, combining operating expertise, strategic capital, and hands-on mentorship to turn strong ideas into durable, high-growth companies while building the next generation of intelligent consumer and enterprise products.
Tech stack
Candid answers by the company
Hyderabad
Jobs at i2b Technologies Pvt Ltd
Responsibilities
Define and maintain EDI communications & design, ensuring the architecture
supports global scalability and high availability across all business units.
Lead the end-to-end design and deployment of complex EDI integrations using
Oracle EDI modules, Oracle integration cloud (OIC) and Cleo Integration Cloud
(CIC).
Manage and optimize communication protocols (AS2, SFTP, HTTPS, API) and
oversee the onboarding of new trading partners (customers and suppliers).
Collaborate with IT developers and ERP specialists to integrate EDI workflows
with ERPs like Oracle, ensuring data integrity across the transactions.
Oversee the creation and maintenance of complex EDI maps (X12, EDIFACT)
and translation rules to meet diverse partner requirements.
Conduct thorough analysis of existing EDI processes to identify latencies or
manual touchpoints, implementing automated solutions to improve operational
efficiency.
Lead the development of comprehensive test plans and coordinate User
Acceptance Testing (UAT) for all new partner integrations or system upgrades.
Provide Tier 3 technical support for EDI failures and mentor junior
analysts/developers on EDI best practices and standards.
Personal Characteristics
Exceptional ability to troubleshoot complex integration failures and design long-
term architectural fixes rather than temporary patches.
Advanced ability to translate technical EDI concepts into business language for
stakeholders and executives.
Proven track record of building trusting relationships with cross-functional teams,
including Supply Chain, Finance, and IT.
Ability to work with a high degree of accuracy, specifically regarding data
mapping and compliance with global messaging standards.
Self-motivated individual who thrives on autonomy and takes ownership of the
entire B2B integration lifecycle.
Comfortable working in a fast-paced EMS environment with shifting priorities and
diverse customer requirements.
Qualifications & Skills
Bachelor’s degree in computer science, Information Technology, Engineering, or
equivalent experience in related field.
5+ years of experience in EDI architecture and development.
Extensive hands-on experience with Oracle EDI/E-Business Suite and Cleo
(CIC) is preferred.
Deep knowledge of EDI standards (ANSI X12, EDIFACT) and communication
protocols (AS2, FTP/S, API).
Prior experience in the EMS (Electronics Manufacturing Services) or High-Tech
Manufacturing industry is a must.
Strong grasp of supply chain business processes, including Demand Planning,
Manufacturing Operations, and Intercompany transactions.
Familiarity with SQL, XML, and JSON; experience with ERP-integrated EDI is
essential.
Understanding of secure data transmission standards and B2B security best
practices.
We value diversity in our workplace and we are committed to Employment Equity. We
welcome & encourage applications from all qualified candidates.
Senior Database Administrator (DBA)
Database Reliability & Performance • Senior Individual Contributor
- Experience: 6–9 years in production database administration / engineering
- Level: Senior Individual Contributor (hands-on)
- Function: Data Platform — reliability, performance, and governance across relational and distributed SQL & NoSQL DBs.
About the Role
We are hiring a Senior Database Administrator to own the health, performance, and reliability of the data layer behind a high-scale, multi-tenant platform. Our environment spans several independent PostgreSQL database instances, a cache-first read tier, change-data-capture pipeline, analytics and archival stores. Should be capable of implementing NoSQL stores (Cassandra / ScyllaDB) & MySQL end to end as we scale.
This is a hands-on senior IC role for someone who has run demanding production databases and wants full ownership: partitioning and maintenance, performance tuning, monitoring, uptime, disaster recovery, and the security and data-governance documentation that keeps a regulated, multi-tenant platform audit-ready. You will work closely with, and take direction from, engineering leadership — translating priorities into a well-run, well-documented data platform.
What You'll Own
PostgreSQL Depth
- Administer multiple production PostgreSQL instances (v16+), including schema/DDL review, migrations, and release coordination.
- Design and maintain table partitioning strategies (range/hash/time-based) and automate partition lifecycle — creation, retention windows, and safe drops.
- Own query and instance performance tuning: EXPLAIN/ANALYZE, indexing strategy, autovacuum/bloat management, connection pooling (e.g. PgBouncer), and parameter-group tuning.
- Execute zero-downtime schema changes using expand–migrate–contract / blue-green patterns; assess lock impact and avoid long ACCESS EXCLUSIVE locks on hot tables.
- Manage replica topology (writer/reader endpoints), replication lag, and read-scaling as load grows.
- Partner with app teams on migration tooling (e.g. Flyway) and paired forward/rollback scripts; enforce idempotent, reviewed, tested DDL.
NoSQL & Scale
- Data-model, deploy, and operate distributed NoSQL clusters — Cassandra and/or ScyllaDB — including partition/clustering key design, compaction strategy, repair, and node operations (bootstrap, decommission, scale-out).
- Lead the planned migration of high-volume payload tables from partitioned PostgreSQL to Cassandra/ScyllaDB: capacity planning, dual-write/backfill design, cutover, and validation.
- Tune distributed-store read/write paths, consistency levels, and cluster sizing for predictable latency at scale.
- Support the cache-first architecture (Redis) and change-data-capture / streaming pipelines (e.g. Kafka) that move data to analytics and cold-archival stores.
Operations, Reliability & DR
- Own database uptime and SLOs; build and maintain monitoring, alerting, and dashboards for the key signals (latency, replication lag, CPU/IO, connections, vacuum lag, error rates).
- Define and regularly test backup and disaster-recovery strategy — RPO/RTO targets, point-in-time recovery, restore drills, and cross-AZ / future multi-region readiness.
- Drive incident response for database-related issues: triage, mitigation, root-cause analysis, and follow-up actions.
- Write and maintain runbooks (partition maintenance, failover, archival, DR, migration procedures) and participate in an on-call rotation for the data layer.
- Establish production-change discipline: pre-flight and post-deploy verification, rollback criteria, and backup verification before destructive operations.
Security, Governance & Documentation
- Implement and maintain database access control — least-privilege roles, schema-scoped permissions, and row-level security (RLS) for multi-tenant isolation.
- Own data-governance documentation: PII maps, per-table retention policies, audit-readiness, and the controls behind privacy-regulation compliance (e.g. GDPR / DPDP-style erasure and legal-hold workflows).
- Author and maintain architecture decision records (ADRs), schema documentation, and monitoring/runbook docs so the data platform is legible to the wider team.
- Uphold encryption-at-rest/in-transit posture and safe handling of sensitive columns; keep the data layer aligned with the platform's compliance requirements.
Coding & Automation Bar (Required)
This role is automation-first, not click-ops. The right candidate treats repetitive database work as something to script away and can drop into application code when a problem demands it.
- Strong scripting in Python and Bash for automation of maintenance, backups, partition management, backfills, and health checks.
- Comfortable with infrastructure-as-code (e.g. Terraform) and configuration management (e.g. Ansible) for reproducible database infrastructure.
- Solid SQL and PL/pgSQL; able to read and debug application-layer database code and, worst case, write or patch application code (e.g. Python/Node/Java) to unblock a fix.
- Fluent with Git-based workflows, code review, and CI for database migrations and tooling.
Required Qualifications
- 6–9 years operating relational databases in demanding production environments, with deep PostgreSQL expertise (internals, partitioning, replication, performance tuning).
- Hands-on experience running at least one distributed NoSQL store in production — Cassandra or ScyllaDB strongly preferred (other wide-column/distributed stores considered).
- Proven ownership of backup/DR, monitoring, and incident response for production databases.
- Strong scripting/automation background (Python, Bash) and experience with IaC.
- Experience with managed cloud databases (AWS RDS or equivalent) and understanding of instance/parameter-group tuning, replicas, and failover.
- Experience designing for multi-tenancy and data isolation at scale.
- Clear written communication — able to produce runbooks, ADRs, and governance docs a team can rely on.
Nice to Have
- Experience migrating workloads from PostgreSQL to Cassandra/ScyllaDB (or similar relational-to-distributed migrations).
- Familiarity with Redis as a cache tier and with CDC / streaming pipelines (e.g. Kafka, Debezium).
- Exposure to Flyway (or Liquibase), pgTAP or similar schema testing, and PgBouncer.
- Working knowledge of privacy regulations (GDPR, India DPDP) and audit/compliance processes.
How You Work
- Ownership mindset — takes a directive and runs it to done, with sound judgment on trade-offs.
- Reliability-first and detail-oriented; disciplined about verification, rollback, and documentation.
- Collaborative in a high-performing engineering team; communicates clearly with developers and leadership.
- Pragmatic and scale-aware — designs for where the platform is going, not just where it is.
Similar companies
About the company
About Us
Incubyte is an AI-first software development agency built on the principles of software craftsmanship—where how we build is just as important as what we build. We partner with organizations across stages, from enterprises looking to scale and modernize to early-stage founders bringing new ideas to life.
At Incubyte, AI is deeply integrated across the software development lifecycle to drive speed, efficiency, and smarter outcomes. Guided by Software Craftsmanship values and Extreme Programming practices, we combine high velocity with disciplined engineering to deliver reliable, high-impact solutions.
We don’t just build software—we incubate dedicated engineering teams. From designing systems to shaping team structures and organizational strategy, we enable our clients to launch and scale products that are relevant today and resilient for the future.
Whether you’re scaling an existing product, building from scratch, or optimizing manual processes, we help you move faster with confidence:
- Scale and modernize your product
- Launch quickly and iterate continuously
- Automate processes for non-linear growth
- Build systems that are stable, predictable, and measurable
Our approach is rooted in ownership. As a DevOps-driven organization, our engineers take responsibility for the entire lifecycle—from development to release—ensuring quality at every step.
Founded by product professionals, we bring a strong product mindset into services. We’re driven by curiosity, continuous learning, and a passion for building great software the right way.
We’re always looking for people who care deeply about code, craftsmanship, and growth. Join us if you’re excited to build, learn, and make an impact.
Jobs
16
About the company
We’ve achieved 300% growth in the cybersecurity field. We’ve partnered with the most impactful organisations - whether it is the largest cybersecurity company or the fastest growing unicorn. We're building an amazing place to work and we invite you to join us.
Engineering Centric Culture
At Metron, we strive to maintain and cultivate a developer-centric culture. Here’s what this means in action:
Meaningful and ever-evolving work
We’ve built integrations and custom solutions for 200+ security platforms and keep adding more to the list. You will be constantly learning about new platforms, acquiring new skills, and being exposed to cutting-edge security technology and other tools.
Work directly with clients and end-users
We encourage our developers to have a client-facing approach. At Metron, you will be able to demonstrate and discuss your code with the people who will be using it on a regular basis.
A balanced workspace
Everyone has a personal life outside of the office. We do not expect you to work weekends or overtime (and actively encourage you not to do so). We also aim to provide you with all the required perks and benefits to keep you in good health and spirits.
A level hierarchy
There are only 2 roles in the organisation - Development and QA. Every employee will either be writing code or testing for quality. We don’t believe in helicopter managers who hover above you and do not understand your work.
Hybrid work mode
Like to work at the office? We can accommodate you. Prefer to work from home? No problem! Need a combination of both? Whatever model works for you, works for us.
Jobs
12
About the company
Welcome to Neogencode Technologies, an IT services and consulting firm that provides innovative solutions to help businesses achieve their goals. Our team of experienced professionals is committed to providing tailored services to meet the specific needs of each client. Our comprehensive range of services includes software development, web design and development, mobile app development, cloud computing, cybersecurity, digital marketing, and skilled resource acquisition. We specialize in helping our clients find the right skilled resources to meet their unique business needs. At Neogencode Technologies, we prioritize communication and collaboration with our clients, striving to understand their unique challenges and provide customized solutions that exceed their expectations. We value long-term partnerships with our clients and are committed to delivering exceptional service at every stage of the engagement. Whether you are a small business looking to improve your processes or a large enterprise seeking to stay ahead of the competition, Neogencode Technologies has the expertise and experience to help you succeed. Contact us today to learn more about how we can support your business growth and provide skilled resources to meet your business needs.
Jobs
457
About the company
Jobs
23
About the company
Jobs
7
About the company
Vy Systems is a Global Technology consulting, Solutions, and Managed Technology Services company. We service our customers with ‘RESPONSIVENESS’ as a key factor and we believe that timely response to any transaction increases the operational efficiency and accelerates the revenue and profitability to our customers.
The Company is founded and managed by a team of professionals having more than two+ decades of global experience in the business of Technology Consulting and Services.
Jobs
103
About the company
At MindBridge, we partner with businesses to solve complex challenges and unlock new opportunities for growth through consulting, shared services, and AI-powered solutions. We combine deep industry expertise with technology to help organizations transform critical business functions across finance, compliance, HR, IT, legal, and ESG. By delivering scalable, future-ready solutions, we enable our clients across the USA, UK, Europe, and the Middle East to improve operational efficiency, strengthen governance, and achieve sustainable business outcomes.
What sets us apart is our people and our collaborative culture. We believe in working together, embracing innovation, and creating meaningful impact for our clients, our communities, and one another. At MindBridge, you'll have the opportunity to work on challenging projects, grow alongside talented professionals, and contribute to building solutions that shape the future of global businesses.
Jobs
4
About the company
Jobs
6
About the company
Jobs
1







