Cutshort logo
offrols logo
CRM Developer
offrols
CRM Developer
TalentXO's logo

CRM Developer

at offrols

Agency job
6 - 10 yrs
₹10L - ₹15L / yr
Bengaluru (Bangalore)
Skills
.Net Framework
ASP.NET
Azure
skill iconC#
CRM SDK
Data migration
skill iconJavascript
Microsoft Dynamics 365
Power Platform

Role: CRM Developer

Experience: 6+ Years

Work Mode: WFO

Interview ModeFace to face

Job Requirements:

  • Overall 4+ years of experience in implementing large packaged CRM applications
  • Microsoft Dynamics CRM certification preferred (D365 Customer Service – MB-210)
  • Strong understanding of Dynamics 365 technical architecture
  • Hands-on experience in Dynamics 365 development, including Web Services, C#, ASP.NET, and JavaScript, with successful integration experience
  • Experience across the full lifecycle of at least 2–3 Dynamics projects
  • Good functional knowledge of Sales, Service, and Marketing modules
  • Experience deploying Dynamics CRM solutions on handheld devices is preferred
  • Strong technical expertise in .NET Framework, WPF, C#, CRM SDK, and SQL Server
  • Experience designing and deploying custom reports and dashboards in Dynamics 365
  • Hands-on experience with CRM Portals, PowerApps, Power Automate, USD, and Field Service

Additional Areas to Evaluate:

  • Functional Knowledge (Sales / Customer Service)
  • Customizations (Entities, BPFs, Workflows, Business Rules)
  • Security (Security Roles, Field Level Security, BUs)
  • Plugins (C#), JavaScript
  • Power Platform (Power Automate, Power Pages)
  • Data Management / Data Migration
  • Deployments
  • Integration (Azure, APIs)
  • PCF / Custom Pages / Canvas Apps
  • Communication Skills


Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

Similar jobs

Springer Capital
Remote only
0 - 1 yrs
₹0 / mo
IT service management

 Frontend Developer Intern – 3 Months Internship (Unpaid)

Company: [Your Company Name]

Location: Remote / On-site (Specify)

Duration: 3 Months

Stipend: Unpaid

Benefits: Internship Certificate + Letter of Recommendation (Performance-based)

📝 About the Role

We are looking for a motivated Frontend Developer Intern to join our tech team. This role is ideal for students or freshers who want hands-on experience in building responsive, user-friendly web interfaces and improving their coding skills through real-world projects.

🎯 Key Responsibilities

  • Develop and maintain user-facing features using HTML, CSS, JavaScript
  • Work with frameworks/libraries such as React, Angular, or Vue (based on company stack)
  • Convert UI/UX designs into responsive web pages
  • Collaborate with backend developers to integrate APIs
  • Debug and fix frontend issues
  • Optimize applications for performance and speed
  • Assist with testing, documentation, and UI improvements
  • Stay updated with the latest trends in frontend development

✔ Requirements

  • Pursuing or completed a degree in Computer Science, IT, Engineering, or related field
  • Strong understanding of HTML5, CSS3, JavaScript
  • Familiarity with frontend frameworks (React preferred, but not mandatory)
  • Basic understanding of Git/GitHub
  • Knowledge of responsive design and web performance
  • Good problem-solving skills and willingness to learn
  • Ability to work independently and meet deadlines

🎁 What You Will Gain

  • Hands-on experience in real-world frontend projects
  • Opportunity to work with modern tech stacks
  • Guidance from experienced developers
  • Internship Certificate upon successful completion
  • Letter of Recommendation based on performance
  • Strong portfolio pieces for future roles
Read more
Remote only
5 - 10 yrs
₹25L - ₹55L / yr
Data engineering
Databases
skill iconPython
SQL
skill iconPostgreSQL
+4 more

Role: Full-Time, Long-Term Required: Python, SQL Preferred: Experience with financial or crypto data


OVERVIEW

We are seeking a data engineer to join as a core member of our technical team. This is a long-term position for someone who wants to build robust, production-grade data infrastructure and grow with a small, focused team. You will own the data layer that feeds our machine learning pipeline—from ingestion and validation through transformation, storage, and delivery.


The ideal candidate is meticulous about data quality, thinks deeply about failure modes, and builds systems that run reliably without constant attention. You understand that downstream ML models are only as good as the data they consume.


CORE TECHNICAL REQUIREMENTS

Python (Required): Professional-level proficiency. You write clean, maintainable code for data pipelines—not throwaway scripts. Comfortable with Pandas, NumPy, and their performance characteristics. You know when to use Python versus push computation to the database.


SQL (Required): Advanced SQL skills. Complex queries, query optimization, schema design, execution plans. PostgreSQL experience strongly preferred. You think about indexing, partitioning, and query performance as second nature.


Data Pipeline Design (Required): You build pipelines that handle real-world messiness gracefully. You understand idempotency, exactly-once semantics, backfill strategies, and incremental versus full recomputation tradeoffs. You design for failure—what happens when an upstream source is late, returns malformed data, or goes down entirely. Experience with workflow orchestration required: Airflow, Prefect, Dagster, or similar.


Data Quality (Required): You treat data quality as a first-class concern. You implement validation checks, anomaly detection, and monitoring. You know the difference between data that is missing versus data that should not exist. You build systems that catch problems before they propagate downstream.


WHAT YOU WILL BUILD

Data Ingestion: Pipelines pulling from diverse sources—crypto exchanges, traditional market feeds, on-chain data, alternative data. Handling rate limits, API quirks, authentication, and source-specific idiosyncrasies.


Data Validation: Checks ensuring completeness, consistency, and correctness. Schema validation, range checks, freshness monitoring, cross-source reconciliation.


Transformation Layer: Converting raw data into clean, analysis-ready formats. Time series alignment, handling different frequencies and timezones, managing gaps.


Storage and Access: Schema design optimized for both write patterns (ingestion) and read patterns (ML training, feature computation). Data lifecycle and retention management.

Monitoring and Alerting: Observability into pipeline health. Knowing when something breaks before it affects downstream systems.


DOMAIN EXPERIENCE

Preference for candidates with experience in financial or crypto data—understanding market data conventions, exchange-specific quirks, and point-in-time correctness. You know why look-ahead bias is dangerous and how to prevent it.


Time series data at scale—hundreds of symbols with years of history, multiple frequencies, derived features. You understand temporal joins, windowed computations, and time-aligned data challenges.


High-dimensional feature stores—we work with hundreds of thousands of derived features. Experience managing, versioning, and serving large feature sets is valuable.


ENGINEERING STANDARDS

Reliability: Pipelines run unattended. Failures are graceful with clear errors, not silent corruption. Recovery is straightforward.


Reproducibility: Same inputs and code version produce identical outputs. You version schemas, track lineage, and can reconstruct historical states.


Documentation: Schemas, data dictionaries, pipeline dependencies, operational runbooks. Others can understand and maintain your systems.


Testing: You write tests for pipelines—validation logic, transformation correctness, edge cases. Untested pipelines are broken pipelines waiting to happen.


TECHNICAL ENVIRONMENT

PostgreSQL, Python, workflow orchestration (flexible on tool), cloud infrastructure (GCP preferred but flexible), Git.


WHAT WE ARE LOOKING FOR

Attention to Detail: You notice when something is slightly off and investigate rather than ignore.


Defensive Thinking: You assume sources will send bad data, APIs will fail, schemas will change. You build accordingly.


Self-Direction: You identify problems, propose solutions, and execute without waiting to be told.


Long-Term Orientation: You build systems you will maintain for years.


Communication: You document clearly, explain data issues to non-engineers, and surface problems early.


EDUCATION

University degree in a quantitative/technical field preferred: Computer Science, Mathematics, Statistics, Engineering. Equivalent demonstrated expertise also considered.


TO APPLY

Include: (1) CV/resume, (2) Brief description of a data pipeline you built and maintained, (3) Links to relevant work if available, (4) Availability and timezone.

Read more
Xebia IT Architects
Bengaluru (Bangalore), Pune, Hyderabad, Gurugram, Chennai, Jaipur, Bhopal
5 - 14 yrs
₹10L - ₹28L / yr
Xstore
POS
Oracle Retail
Retail
Product Management
+2 more

Role : Product Manager – Oracle Xstore

Work Location : Any Xebia location

Shift timings : 3 PM to 12 AM

Mode of Work : 3 Days work from office


Qualifications:

  • Bachelor’s degree in business, Computer Science, or a related field.
  • 1-2 years of experience in product management or related roles, preferably in the retail technology sector.
  • Strong knowledge of Xstore POS and Oracle applications.
  • Excellent communication and interpersonal skills, with the ability to collaborate effectively with diverse teams.
  • Analytical mindset with experience in data analysis and performance metrics.
  • Passion for technology and a deep understanding of retail operations across US , Canada, and Latin-American markets


Preferred Skills:

  • Familiarity with Agile methodologies.
  • Experience with product management tools (e.g., JIRA, Trello).
  • Understanding of software development processes and lifecycle.


Read more
Jetking Technologies
Isha Mittal
Posted by Isha Mittal
Hyderabad
7 - 10 yrs
₹7L - ₹10L / yr
skill iconReact.js
skill iconJavascript
skill iconRedux/Flux
skill iconHTML/CSS
skill iconMongoDB
+1 more

Job Role –


React Developer

Location- Hyderabad


Job Description-

• Develop end-to-end features (full stack) for users and be proficient with aspects of design and coding.

• Proficiency in automated testing/testing methodologies is a must.

• Create, maintain, and modify (where necessary) the data structure.

• Work with product owners to handle backlogs and new requests.

• Work on React projects using specifies tools and databases.

• Should have very good understanding of the technical approach and its viability.

• Should be able to push back and accurately assess the viability of their solutions.

• Should be comfortable adopting testing frameworks and developing with common industry practices such as test-driven development.


Person Specifications/ Requirements

• Good understanding and proven experience of web development and basic languages such as HTML and JavaScript.

• Strong programming experience.

• Must have experience with React.js, Node.js.

• Experience with Vue.js and Go is required.

• Strong understanding of software development tools, data structures and data modelling.

• Strong Data Analytical Skills.

• Should have Knowledge and experience of databases, e.g., MS SQL, MongoDB.

• Comfortable with optimizing your code and refactoring where necessary, researching ways to have responsive solutions.

• Good understanding of Test-Driven Development (TDD), including benchmarking and refactoring during the TDD process.

• Familiarity with popular authorization techniques such as JSON Web Tokens (JWTs) is required.

• Strong understanding of the software development lifecycle and awareness of commercial deadlines.

• Strong self-discipline and detail-oriented, important to meet client requirements in pressured timelines to a high quality.

• Bachelor's level business related qualification or 2+ years relevant experience in a similar environment.

• Strong understanding of the software development lifecycle.

• Strong verbal and written communications skills.

• Inquisitive, enthusiastic, passionate, and diligent.

• Keen to develop a broad range of business, technical and soft skills

Read more
Accolite Digital
Christina James
Posted by Christina James
Bengaluru (Bangalore), Chennai
4 - 10 yrs
₹8L - ₹30L / yr
skill iconJava
J2EE
skill iconSpring Boot
Hibernate (Java)
Microservices

Looking For Java Developer who will help Build large scale distributed systems. The ideal candidate will be a thinker and a team player with a passion for technology and with a knack for benchmarking and optimization.

• Computer Science fundamentals in object-oriented design, data structures, algorithms, problem solving, and complexity analysis

• Must have hands on experience on coding in Core Java, multithreading, concurrency and collection.

Good knowledge of Microservices.

• Knowledge of professional software engineering practices. Understanding of full software development life cycle, including coding standards, code reviews.

• Strong technical Design and Development skills

• Ability to work effectively under pressure in a dynamic environment.

• Agility to switch across multiple teams/ products/ applications and perform

• Experience in translating requirements into technical design specifications and documentation, as well as executing development projects from conception to delivery

• Excellent verbal and written communication skills



Read more
Billeasy
at Billeasy
1 recruiter
Kayum Ansari
Posted by Kayum Ansari
Mumbai
2 - 4 yrs
₹4L - ₹7L / yr
User Experience (UX) Design
User Interface (UI) Design
Figma

Job description

Job Details:-

Designation - UX/UI Designer

Urgently required. (NP of maximum 15 days)

Location is Mumbai.

Minimum Experience:- 2 - 5 years.

Package Offered:- Rs.4,00,000/- to Rs.7,00,000/- lpa.

 

UX/UI Designer Job Description:-

 

Responsibilities

  • Gather and evaluate user requirements in collaboration with product managers and engineers
  • Illustrate design ideas using storyboards, process flows and sitemaps
  • Design graphic user interface elements
  • Build page navigation buttons and search fields
  • Develop low fidelity, high fidelity mock ups and prototypes that clearly illustrate how the product functions and looks like
  • Create original designs (e.g. images, sketches and tables)
  • Prepare and present rough drafts to internal teams and key stakeholders
  • Identify and troubleshoot UX problems (e.g. user flows, fall outs, reasons of churn)
  • Conduct layout adjustments based on user feedback
  • Adhere to style standards on fonts, colors and images

 

Requirements

  • Proven work experience as a UI/UX Designer or similar role
  • Portfolio of design projects
  • Knowledge of wireframe tools (e.g. Wireframe.cc and InVision)
  • Up-to-date knowledge of design software like Figma, Sketch, Zeplin, etc
  • Team spirit; strong communication skills to collaborate with various stakeholders
  • Good time-management skills
  • BSc in Design, Computer Science or relevant field
Read more
Abhidip swastik Private Ltd
Vikas Bhadoria
Posted by Vikas Bhadoria
Remote only
1 - 3 yrs
₹1.8L - ₹2.5L / yr
skill iconAndroid Development
skill iconiOS App Development
skill iconSwift
Cocoa Touch
skill iconKotlin
+5 more
About us

Roles and Responsibilities

  1. Proficiency in Android / Swift with Cocoa Touch
  2. Knowledge of Google Play store Guide lines with Apple Human Interface Guidelines
  3. Familiar with Android Studio with iOS SDK (UIKit, Core Data, Core Location, etc.)
  4. Knowledge of (JSON, XML, SOAP, REST) with Familiarity with RESTful APIs to connect
  5. Android and iOS applications to back-end services.
  6. Knowledge of SQLite, MySQL or similar database management system
  7. Must have sound knowledge in react native.
  8. Familiarity with cloud message APIs and push notifications.
  9. Experience with source control systems (Subversion,Git)
  10. Preference for Mobile App development using React native.
  11. Knowledge of HTML5, JavaScript, jQuery, Ajax is an added advantage.
Read more
doodleblue Innovations
at doodleblue Innovations
3 recruiters
jothi lingam
Posted by jothi lingam
Chennai
1 - 4 yrs
₹1L - ₹5L / yr
skill iconAndroid Development
skill iconJava
skill iconKotlin
Model-View-View-Model (MVVM)
  • Strong knowledge of Android SDK, different versions of Android, and how to deal with different screen sizes

  • Strong knowledge of Android UI design principles, patterns and MVP architecture

  • Ability to create custom interactions with ViewGroups

  • Experience with offline storage, threading, and performance tuning

  • Experience in AR or react native

  • Knack for benchmarking and optimization

  • Proficient understanding of code versioning tools, such as Git
    Experience in RxJava, Kotlin development, Android Studio, Material Design, MVC/MVP/MVVM and RxAndroid (is a plus)  
Read more
Theoriat services
at Theoriat services
3 recruiters
ankita singh
Posted by ankita singh
Pune
1 - 3 yrs
₹2L - ₹3L / yr
Sales
AutoCAD
Excel
Powerpoint
Sales of Man lift Rental
 technical expertise
 Responsible for sales activities, meeting & achieving sales targets
 Primarily engaged in field sales activity i.e. Visit to customer for Technical Plant
Studies, Problem Evaluation, Technical Feasibility Study & ROI Determination of our
Products
 Preparation, submission and follow up of techno-commercial proposals
 Visit to customers for follow up of enquiries and techno-commercial discussions
 Responsible for negotiations / finalization of Proposals
 Responsible for preparation of order documents with necessary technical inputs
 Co-ordination for post order activities and other compliance till order
commissioning
 Preparation and submission of Weekly & Monthly report for sales visits
Read more
WORK JAPAN
at WORK JAPAN
1 recruiter
prerna bhatkar
Posted by prerna bhatkar
Remote, Bengaluru (Bangalore), Mumbai, NCR (Delhi | Gurgaon | Noida), Pune
3 - 7 yrs
₹8L - ₹12L / yr
Mobile App Development
skill iconAndroid Development
Startups
We are looking for a talented Android Software Engineer to join our growing team. We value diversity — in backgrounds and experiences. How you’ll make an impact : -You'll architect your code in a way that encourages and allows for flexible, modular, and reusable code. -You'll help keep our apps robust by writing tests, monitoring, reporting, and troubleshooting bugs -You will assist in Performance optimization and improving the overall latency of systems, through algorithm research and using cutting edge tools and techniques. What we are looking for : -Bachelor’s degree in Computer Science or Engineering or equivalent experience -5 years of professional Android application development experience -Knowledge of standard Android libraries and frameworks -Experience working on mobile application development collaboratively with teammates -Experience in coding standards, code reviews, source control management, continuous integration, build processes, testing, and operations -Experience in working with third party libraries and APIs,using Android Studio, Android SDK, Retrofit or Volley, SQLITE -Ability to write clean, functional code in Java,or Python -Good to have skills - Java, Javascript, Mobile Application Design, Android, Mobile Development
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos