Cutshort logo
Information design Jobs in Mumbai

11+ Information design Jobs in Mumbai | Information design Job openings in Mumbai

Apply to 11+ Information design Jobs in Mumbai on CutShort.io. Explore the latest Information design Job opportunities across top companies like Google, Amazon & Adobe.

icon
B2B business platform for SME's

B2B business platform for SME's

Agency job
via Qrata by Blessy Fernandes
Mumbai
2 - 8 yrs
₹10L - ₹25L / yr
User Experience (UX) Design
User Interface (UI) Design
Interaction Design
Information design
A UI / UX Designer to translate the research insights into simple, intuitive and delightful
experiences for the Users.
● who can own the process of delivering functional and intuitive interfaces from
scratch leveraging UX Fundamentals.
● who can collaborate with the stakeholders to deliver the best and set new
standards.
● who can create user flows, wireframes, prototype and gather validations.
● who feel at home with abstraction and sense making.
Read more
Mumbai, Navi Mumbai, Ghatkopar
2 - 5 yrs
₹3.5L - ₹4L / yr
Digital Marketing
LinkedIn
Facebook
Instagram
Content creation
+4 more

                               Key Responsibilities: 

 

• Develop and execute digital marketing strategies to increase brand awareness and online engagement. 

• Manage and optimize company social media platforms (LinkedIn, Facebook, Instagram, Twitter, etc.). 

• Create, curate, and publish engaging content for digital channels. 

• Perform keyword research and implement SEO strategies to improve website ranking. 

• Manage email marketing campaigns and newsletters. 

• Edit and produce high-quality videos for marketing campaigns and social media. 

• Collaborate with internal teams to align marketing strategies with business goals. 

• Stay updated with industry trends and emerging digital marketing technologies. • Handle Domestic + International exhibitions  

• Co-ordinate with agency and keep website updated. 

• Manage digital assets for exhibitions (banners, invites, branded stationery) • Execute email, WhatsApp, and social media campaigns and reporting. 

 

Qualifications and Skills: 

 

• Bachelor's degree in Marketing, Digital Marketing, Communications, or a related field. 

• Proven experience (2+ years) in digital marketing or a similar role. 

• Hands-on experience with social media management and advertising tools. 

• Hands-on experience with Designing tools (Canva, Illustrator). 

• Excellent written and verbal communication skills. 

• Creative thinking and ability to generate innovative marketing ideas. 

• Ability to analyze data and provide insights for continuous improvement. 

• Understanding of video marketing and content creation. 

• Ability to multitask and manage timelines in a dynamic, fast-paced environment 


Read more
ainxt technovations private limited
Thane mumbai
1 - 3 yrs
₹3L - ₹8L / yr
skill iconReact.js
skill iconJavascript
skill iconRedux/Flux
skill iconFlutter

Job description

We are seeking an experienced Frontend Developer to join our team, responsible for building fast, scalable, and maintainable web applications. The ideal candidate will have a strong proficiency in HTML, CSS, JavaScript,Flutter and relevant frameworks, with a passion for creating intuitive and engaging user interfaces.


Key Responsibilities:


- Design and develop responsive, mobile-first UI components and features

- Write clean, modular, and reusable code

- Collaborate with backend developers and designers to integrate APIs and design assets

- Implement accessibility and web performance optimization techniques

- Troubleshoot and debug frontend issues

- Stay up-to-date with industry trends and emerging technologies

- Participate in code reviews and contribute to the improvement of the codebase


Requirements:


- 3+ years of experience in frontend development

- Strong proficiency in HTML, CSS, JavaScript, and relevant frameworks (e.g., React, Angular, Flutter)

- Experience with build tools like Webpack, Gulp, or Grunt

- Knowledge of version control systems like Git

- Excellent problem-solving skills and attention to detail

- Strong communication and collaboration skills


Nice to Have:


- Experience with modern frontend build tools and workflows

- Familiarity with backend technologies and APIs

- Knowledge of web performance optimization techniques

- Experience with accessibility guidelines and best practices


Read more
Unico Connect Private Limited
Reshika Mendiratta
Posted by Reshika Mendiratta
Mumbai
3 - 6 yrs
Best in industry
Generative AI (GenAI)
Large Language Models (LLM)
skill iconPython
Agentic AI
Artificial Intelligence (AI)
+2 more

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).

Read more
Talent Pro
Mayank choudhary
Posted by Mayank choudhary
Mumbai
3 - 6 yrs
₹21L - ₹27L / yr
Product design

Strong Product Designer, with a focus on B2B SaaS / Enterprise UX Products

Mandatory (Experience) : Must have 3+ YOE in UI + UX design experience in B2B SaaS or Enterprise products

Mandatory (B2B Exposure) : Must have hands-on B2B experience (NO pure B2C profiles)

Mandatory (UX Skills) : Must have strong end-to-end UX experience (research, flows, wireframes, journey, prototyping)

Mandatory (UI Skills) : Must be able to deliver high-fidelity, developer-ready Figma designs

Mandatory (Design tools): Hand on experience with Adobe XD, Photoshop, Illustrator, Figma. Knowledge of Axure, InVision are a plus

Mandatory (Portfolio) : Must have strong portfolio of Product Design works from SaaS / B2B / HRMS / Intranet Products. The portfolio should show detailed case studies, not just UI screens

Mandatory (Education) : Bachelor's degree specializing in Design or related field (NID / NIFT / IIT / equivalent preferred). No candidates who have only done short UX bootcamps (2–7 days).

Read more
Mumbai
10 - 15 yrs
₹8L - ₹15L / yr
Spotfire
Qlikview
Tableau
PowerBI
Data Visualization
+6 more

Exp-Min 10 Years

Location Mumbai

Sal-Nego

 

 

Powerbi, Tableau, QlikView,

 

 

Solution Architect/Technology Lead – Data Analytics

 

Role

Looking for Business Intelligence lead (BI Lead) having hands on experience BI tools (Tableau, SAP Business Objects, Financial and Accounting modules, Power BI), SAP integration, and database knowledge including one or more of Azure Synapse/Datafactory, SQL Server, Oracle, cloud-based DB Snowflake. Good knowledge of AI-ML, Python is also expected.

  • You will be expected to work closely with our business users. The development will be performed using an Agile methodology which is based on scrum (time boxing, daily scrum meetings, retrospectives, etc.) and XP (continuous integration, refactoring, unit testing, etc) best practices. Candidates must therefore be able to work collaboratively, demonstrate good ownership, leadership and be able to work well in teams.
  • Responsibilities :
  • Design, development and support of multiple/hybrid Data sources, data visualization Framework using Power BI, Tableau, SAP Business Objects etc. and using ETL tools, Scripting, Python Scripting etc.
  • Implementing DevOps techniques and practices like Continuous Integration, Continuous Deployment, Test Automation, Build Automation and Test-Driven Development to enable the rapid delivery of working code-utilizing tools like Git. Primary Skills

Requirements

  • 10+ years working as a hands-on developer in Information Technology across Database, ETL and BI (SAP Business Objects, integration with SAP Financial and Accounting modules, Tableau, Power BI) & prior team management experience
  • Tableau/PowerBI integration with SAP and knowledge of SAP modules related to finance is a must
  • 3+ years of hands-on development experience in Data Warehousing and Data Processing
  • 3+ years of Database development experience with a solid understanding of core database concepts and relational database design, SQL, Performance tuning
  • 3+ years of hands-on development experience with Tableau
  • 3+ years of Power BI experience including parameterized reports and publishing it on PowerBI Service
  • Excellent understanding and practical experience delivering under an Agile methodology
  • Ability to work with business users to provide technical support
  • Ability to get involved in all the stages of project lifecycle, including analysis, design, development, testing, Good To have Skills
  • Experience with other Visualization tools and reporting tools like SAP Business Objects.

 

Read more
Cirtru - Circles of Trust

at Cirtru - Circles of Trust

1 video
1 recruiter
Navish Jain
Posted by Navish Jain
Mumbai
2 - 5 yrs
₹6L - ₹12L / yr
skill iconReact Native
skill iconJavascript
TypeScript
ES6+
Clojure
+5 more

We are looking for a Senior React Native Mobile App Developer interested in building performant mobile apps on both the iOS and Android platforms. You will be responsible for architecting and building these applications, as well as coordinating with the teams responsible for other layers of the product infrastructure. Building a product is a highly collaborative effort, and as such, a strong team player with a commitment to perfection is required.


Responsibilities

  • Build pixel-perfect, buttery smooth UIs across both mobile platforms
  • Leverage native APIs for deep integrations with both platforms
  • Diagnose and fix bugs and performance bottlenecks for performance that feels native
  • Reach out to the open source community to encourage and help implement mission-critical software fixes- React Native moves fast and often breaks things
  • Maintain code and write automated tests to ensure the product is of the highest quality
  • Transition existing React web apps to React Native

Skills

  • Firm grasp of the JavaScript and TypeScript or ClojureScript language and its nuances, including ES6+ syntax
  • Knowledge of object-oriented programming
  • Ability to write well-documented, clean Javascript code
  • Rock solid at working with third-party dependencies and debugging dependency conflicts
  • Familiarity with native build tools, like XCode, Gradle, Android Studio, IntelliJ
  • Understanding of REST APIs, the document request model, and offline storage
  • Experiences with automated testing suites, like Jest or Mocha
Read more
Decimal Technologies

at Decimal Technologies

1 recruiter
Agency job
via CETPA InfoTech by Aditi Chaturvedi
Gurugram, Pune, Mumbai
3.5 - 5 yrs
₹3L - ₹12L / yr
PL/SQL
Oracle
Databases
SQL server
Experience in DB Schemas writing stored procedure, 
Experience in PLSQL OR PL/SQL OR Oracle
SQL Server
Read more
Symansys Technologies India Pvt Ltd
Altamash ali
Posted by Altamash ali
Navi Mumbai, Gurugram, Pundri, Bengaluru (Bangalore), Noida, Hyderabad
3 - 6 yrs
₹5L - ₹7L / yr
Sales
Business Development
Sales management
Product Management
Team leadership
+2 more

Job Description:

 

  • As part of the core leadership team, you will spearhead sales acquisition and operations initiatives for the organization with respect to apartment societies.

 

  • Leading a team in the large sales function of NoBrokerHood by demonstrating leadership skills through building teams, driving key process metrics, creating superlative work culture, bringing strong customer focus and leading the company to exponential growth.

 

 

  • Manage a team of BD Managers, Operations team and responsible for overall performance of the team and city

 

  • Will be responsible for strategic partnerships with Builders, Facility Management Companies etc.

 

 

  • Working cohesively with a team of equally talented and passionate colleagues to develop short and long-term strategies to efficiently grow the business.

 

 

  • Utilizing high level of work independence and autonomy of decisions to enable team for 100X growth

 

  • Identifying, experimenting and executing innovative ideas for expansion

 

Desired Skills:

 

  • Proven field sales experience (B2B or B2C)

 

  • Team management skills to manage a field sales team

 

  • Total Experience of 3 to 5 years with team management experience of minimum 1 year

 

 

What we have to offer-

 

  • Working directly with leadership team; having high level of work independence, autonomy and empowerment to lead company-wide changes

 

 

  • Being part of a start-up from an early stage, lead your area of expertise and be a part of this exciting growth journey of changing the real estate world

 

 

  • Excellent platform for learning how to build teams, achieve goals and handle high growth situations. Ideal for people with entrepreneurial ambitions.
Read more
Branch International

at Branch International

4 candid answers
1 video
Andrew Huelsenbeck
Posted by Andrew Huelsenbeck
Mumbai
1 - 3 yrs
₹5L - ₹6L / yr
Customer Support
Customer Success
Technical support
Operations
Branch Overview :- Branch delivers world-class financial services to the mobile generation. With offices in San Francisco, Lagos, Mexico City, Mumbai and Nairobi, Branch is a for-profit socially conscious company that uses the power of data science to reduce the cost of delivering financial services in emerging markets. We believe that everyone, everywhere deserves fair financial access. The rapid spread of smartphones presents an opportunity for the world's emerging middle class to access banking options and achieve financial flexibility.- Branch's mission-driven team is led by founder and former CEO of Kiva.org. The company presents a rich opportunity for our team members to drive meaningful growth in rapidly evolving and changing markets. Most recently, Branch announced its Series C and has garnered more than $100M in funding with investments from leading Silicon Valley firms.Job Overview : This role will focus mostly on customer service and loan review to start. Ideal candidates will be extremely flexible with scheduling and willing to hustle to help get the business off the ground.ResponsibilitiesCustomer Service - Delivering efficient and friendly responses to customer across different channels (main responsibility)Credit Risk - Evaluate loan applications for new borrowers applying for Branch loans, find and prevent fraud (main responsibility)Servicing & Collections - Proactively reaching out to borrowers who have missed paymentsProduct - Escalating customer feedback and IT bugs to help improve our productFinance - Manage refunds, repayments, and other payment processesGeneral - various administrative projects as neededQualifications :- 1-2 years of previous job experience in customer service- Passionate about our mission and our customers- Highly entrepreneurial, proactive, and willing to get your hands dirty- Excellent communication skills, both oral and written- Good grammar, spelling and punctuation- Driven by data and highly analytical, good understanding of excel preferred- Good typing speed (ideally above 45 wpm)- Ideal candidates will be extremely flexible with scheduling e.g. willing to work on weekends and occasionally holidays- Branch International is an Equal Opportunity Employer. The company does not and will not discriminate in employment on any basis prohibited by applicable law.
Read more
Quantinsti Quantitative Learning
Siddhika Mhetar
Posted by Siddhika Mhetar
Mumbai
3 - 7 yrs
₹10L - ₹15L / yr
skill iconHTML/CSS
skill iconAngularJS (1.x)
skill iconVue.js
Company Profile: QuantInsti (QI) is one of the pioneer institutes to learn Algorithmic & Quantitative Trading. We have a structured Executive Program (EPAT) to help the professionals gain expertise in this field. You can read about our Alumnis and their success stories here. QuantInsti has launched its own EdTech Platform, Quantra (https://quantra.quantinsti.com/). Quantra is a self paced learning portal that focuses on imparting quantitative & algorithmic trading concepts through highly interactive exercises developed under the expert guidance of successful practitioners. This portal is positioned to be the one stop solution ‘for everything algo’! This is an industry which is seeing billions of dollars poured in year after year. With Quantra being at the heart of both EdTech and FinTech, it provides great opportunity to grow exponentially. • Growth, period. We are a highly growth focused organization for all stakeholders, including the most valuable stakeholder: You • Open office culture, no cabins or cubicles, We believe in team building • The pioneer in the algorithmic trading education domain in Asia • Huge opportunities to learn about the hotbed of algorithmic trading • Regular fun/adventure events including treks, informal competitions, CSR activities, sports, parties, etc. • Work along with an energetic and young team who has internalized our better aligned motto: party hard, work harder! • Working with this company in it's early days will allow for rapid growth, while providing you the opportunity to contribute to important business decisions and shape the product. Responsibilities: • Develop simple, elegant solutions to complex UI problems using clean, modular code. • Mentor team members on best practices • Have ownership of your work, accountable for your results • Work with the trading advisory team, designers and engineering team to build products with good UX • Write unit tests for the code • Blog about what you've achieved • Understand, use and contribute to open source
Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort