Cutshort logo
Elocity Technologies India Private Limited's logo

Senior Backend developer

Vaishnavi Reddy's profile picture
Posted by Vaishnavi Reddy
5 - 8 yrs
₹25L - ₹45L / yr
Bengaluru (Bangalore)
Skills
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress
skill iconJavascript
skill iconPython
skill iconJava
SQL
NOSQL Databases
Microservices
skill iconKubernetes
skill iconDocker
RabbitMQ

Elocity is a cleantech start-up striving to make the world a better place through technology innovations. We are building a global infrastructure for making the transition to electric vehicles viable, affordable, and sustainable by working closely with the utilities, governments, and public.

Headquartered out of Canada, we are a team of highly specialized domain experts and problem solvers enabling utilities, public and private sector entities to successfully manage the demands of electric vehicle charging and its infrastructure needs to pave the way for electromobility in future.

To know more visit https://elocitytech.com/

Responsibilities:

  • Determines technical feasibility of features or solutions by evaluating problem, customer requirements, possible solutions and technology requirements.
  • Exercises judgement in prioritizing tasks and selecting methods and techniques for obtaining solutions.
  • Create low-level design of modules of a software application through proper documentation and
  • diagrams.
  • Develops software solutions by studying requirements, clarifying customer/user needs, analysing data
  • and processes and following established software development practices and processes.
  • Develops proof of concepts for technical evaluation and early customer feedback
  • Updates and shares knowledge by studying state-of-the-art development tools, programming
  • techniques, and computing technology; reading professional publications
  • Networks with internal and external personnel in own area of expertise.
  • Skills:
  • Good command in JavaScript/TypeScript. Knowledge of Java/Python will be a plus.
  • Experience in Debugging/troubleshooting TypeScript code.
  • Experience in API development (REST/GraphQL etc)
  • Experience in development of Web and Mobile(android/iOS) applications
  • Exposure of Parallel and Asynchronous programming
  • Experience in writing Unit tests (Jest or any similar framework)
  • Should be proficient in relational Database concepts (Postgres etc.)
  • Knowledge of Non-relational Databases would be a plus.
  • Good Understanding of Object-Oriented Programming Concepts.
  • Good Understanding of Design Patterns.
  • Good command of Data structures, Algorithms and Complexity.
  • Good at problem solving and analytical skills.
  • Experience with Source Code Versioning systems (Git etc)
  • Understanding of Micro services Architecture would be a plus 


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

About Elocity Technologies India Private Limited

Founded :
2018
Type :
Products & Services
Size :
20-100
Stage :
Profitable

About

Elocity is transforming the transportation electrification journey for electric utilities, cities and businesses. With our smart and intuitive technology, we provide tools to our customers for managed EV charging while supporting national and local ambitions for cleaner and sustainable energy systems and help in decarbonizing the grid.


For more information visit us at www.elocitytech.com

Read more

Company video

Company social profiles

instagramlinkedintwitterfacebook

Similar jobs

J&F
Remote, Delhi, Noida, Chennai, Bengaluru (Bangalore)
4 - 10 yrs
₹14L - ₹35L / yr
skill iconPython
skill iconNodeJS (Node.js)
AWS Lambda
skill iconPostgreSQL
Serverless
+2 more

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.


Read more
ecommerce accelerator platform builds for brand's sales
ecommerce accelerator platform builds for brand's sales
Agency job
via Qrata by Blessy Fernandes
Pune
3 - 6 yrs
₹5L - ₹19L / yr
skill iconJava
skill iconSpring Boot
Microservices
Data Structures
Algorithms
+2 more

Position = Java Developer


We are looking forward to hire a committed Java Developer with experience in building high performing, scalable, enterprise-grade applications. You will be part of our Engineering team that works on mission-critical applications. You will be managing Java/Java EE application development while providing expertise in the full software development lifecycle, from concept and design to testing.


You are required to:


Contributing in all phases of the development lifecycle.


Write well designed, testable & efficient code.


Ensure designs are in compliance with specifications.


Prepare and produce releases of software components.


Support continuous improvement by investigating alternatives and technologies and presenting these for architectural review.


Technical Skills required


Java, Springboot, Microservices, Data structures & Algorithms, MySQL, NoSQL, Mongodb and Hibernate.


OUR CURRENT STACK


Backend: Spring (JAVA), Laravel (PHP), MySQL, NoSQL, NGINX Plus.


Frontend: Angular 5+ Ngrx/store 5


Infrastructure: Google cloud platform (App engine, CloudSQL, BigQuery, PubSub, Firebase Hosting), Scrapy Cloud, Pusher.io (websockets), Getstream.io, Filestack, Postmark app, AS2 Gateway, Google Cloud Endpoints Framework, MongoDB, Algolia, Memcache

Tools: Gitlab, Postman app, JIRA. Wondering what your Responsibilities would be? Technical Skills required O


You are where our search ends, if you hold:


B. Tech/ M. Tech or corresponding degree


Experience in the same role of almost 1-6 years


Experience with connecting backend and frontend services.


Exposure to consuming data through different interfaces (Web API's/Socket/ REST/ RESTFUL/ JSON/ XML).

Proficiency in Data Structures and Algorithms.


Understanding of web markup, including HTML 5 CSS.


Understanding of client-side scripting and JavaScript frameworks.


Ability to write clean, reusable and well documented code.


Proficient understanding of code versioning tools, such as Git.


Knowledge of API authentication techniques (Token, JWT, OAuth2) - desirable but not mandatory. (Experience with API Design will be a plus)


Fair spoken and written English Flexibility - Things change around here. FAST!


Other Inter-personal skills like self-motivation, persistency, patience and eagerness to learn and work independently.

Read more
Kochi (Cochin)
5 - 7 yrs
₹8L - ₹16L / yr
skill icon.NET
ASP.NET
skill iconC#
LINQ
Microservices

Key Responsibilities:

● Design, develop, and maintain applications using .NET Core, ensuring optimal

performance and scalability.

● Write clean, maintainable, and efficient code, adhering to coding standards and best

practices.

● Diagnose and resolve technical issues, optimizing applications for maximum speed and

scalability.


Technical Skills:

● Proficiency in .NET Core,C#,Web API,EF,LINQ and related technologies.

● Experience in developing applications using microservice architecture

● Experience with cloud platforms

● Familiarity with front-end technologies (e.g., Angular, React) is a plus.

● Knowledge of version control systems like Git.

● Demonstrated proficiency in database design and the ability to write complex queries

● Proven experience in leading development teams and driving technical initiatives.

Read more
Bullhorn Consultants
at Bullhorn Consultants
4 recruiters
vidya venugopal
Posted by vidya venugopal
Pune, Bengaluru (Bangalore), Hyderabad, Mumbai, Chennai, Delhi
6 - 11 yrs
₹1L - ₹30L / yr
skill iconPython
skill iconAmazon Web Services (AWS)

Job Responsibilities:


Support, maintain, and enhance existing and new product functionality for trading software in a real-time, multi-threaded, multi-tier server architecture environment to create high and low level design for concurrent high throughput, low latency software architecture.


  • Provide software development plans that meet future needs of clients and markets
  • Evolve the new software platform and architecture by introducing new components and integrating them with existing ones
  • Perform memory, cpu and resource management
  • Analyze stack traces, memory profiles and production incident reports from traders and support teams
  • Propose fixes, and enhancements to existing trading systems
  • Adhere to release and sprint planning with the Quality Assurance Group and Project Management
  • Work on a team building new solutions based on requirements and features
  • Attend and participate in daily scrum meetings


Required Skills:

  •  JavaScript and Python
  • Multi-threaded browser and server applications
  • Amazon Web Services (AWS)
  • REST


Read more
My Client is  a technology aggregator in IoT, AI and NLP
My Client is a technology aggregator in IoT, AI and NLP
Agency job
via Unnati by Seemi Ejaz
NCR (Delhi | Gurgaon | Noida)
3 - 6 yrs
₹10L - ₹20L / yr
skill iconJava
skill iconNodeJS (Node.js)
skill iconAmazon Web Services (AWS)
As a Backend Developer, you will work on the latest and greatest in high performance web development, data science, community development and mobile technologies.

What you will do:
- Playing a part in defining software architectures – collaborate with leads to explore existing systems, determine areas of complexity, uncover potential risks to successful implementation, and learn the applications’ capabilities.
- Implementing solutions as per technical design for new features and changes to existing components.
- Participating in the full development lifecycle of new functionality and enhancements to existing applications.
- Committing to producing high quality, highly performing and robust software within agreed time estimates and to agreed quality standards.
- Managing all stakeholder expectations.
- Working alongside global teams.
- Taking responsibility for successful delivery.
- Being able to work in a fast paced Agile/SCRUM environment.
- Following coding standards, building appropriate unit tests, integrating tests and deployment scripts.
- Assisting in defining software architectures – Collaborating with leads to explore existing systems, determining areas of opportunities.
- Translating designs and style guides provided by the Design team into functional user interfaces, ensuring cross browser compatibility and performance.
- Contributing to continual improvement by suggesting improvements to user interface, software architecture or new technologies.
Read more
company logo
Agency job
via IT Sure Solutions by Pratik M
Remote only
5 - 10 yrs
₹20L - ₹25L / yr
skill iconJava
Software Development
Web Development
Hibernate (Java)
skill iconSpring Boot
+4 more
About UserExperior:
UserExperior is a fast-growing, well-funded software product start-up based in
Mumbai with marquee clients from India in its portfolio. UserExperior empowers
product teams to build great applications for their customers. At UserExperior we are
focused on building the best mobile app analytics platform. As part of our engineering
team, you will be working on exciting & challenging problems. We are looking for
talented, enthusiastic and self-driven software engineers who are passionate about
software engineering and want to build great products.
Roles & Responsibilities :
● You’ll work as part of the software engineering team along with other front-end,
back-end, mobile app, QA teams & you will also closely work with the founder.
● You should be able to take the ownership of a project end to end.
● Your primary focus will be to build, implement & maintain the complete back-end
stack of the product.
● You will create production grade code and will implement the solutions which run
bug free.
● Participate in product development discussions and product development
road-maps.
● Collaborate with members across departments to identify and build on
improvements to product, process and systems.
Required Experience and Qualifications:
● 2 to 6 years of software development experience.
● Experience of working on application architecture design will be preferred.
● Experience of working in at least 1 or 2 projects, managing or leading the entire
tasks.
● Experience in Docker/Kubernetes, Agile methodologies & CI/CD automation
process.
● Knowledge of Queueing technologies like Kafka, RabbitMQ, ActiveMQ, Version
control using Git.
● Experience in microservices architecture, in-memory systems like Redis and
basic knowledge of Linux/Unix systems.
● Experience of building applications processing large volumes of streaming data
will be preferred.
● Experience from a middle size company or from a startup will be preferred.
● BE/MCA/MSc in Computers/Information technology with a good academic
record.
Key Skills:
● Java, & Spring boot
● Hibernate
● Spring Boot JPA
● Object Oriented Programming

● MySQL & MongoDB
● Jenkins
Perks & Benefits:
● Great learning, innovative and development platform.
● Remote work and flexible timings.
● Reimbursement of the online learning courses on certification.
● Medical insurance coverage for you and the dependence.
● Five Working days per week.
Read more
Revv
at Revv
1 recruiter
Ankit Kumar
Posted by Ankit Kumar
Gurugram, Delhi, Noida, Ghaziabad, Faridabad
2 - 4 yrs
₹12L - ₹18L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress
We are looking for a highly capable Node.js developer to optimize our web-based application performance. You will be collaborating with our front-end application developers, designing back-end components, and integrating data storage and protection solutions.

To ensure success as a Node.js developer, you should possess extensive knowledge of Node.Js based services and experience in a similar role. An accomplished Node.js developer will be someone whose expertise results in the stable, fast, and secure exchange of data between servers and end-users.
Read more
Client has over 44,000 + employees in over 18 counties
Client has over 44,000 + employees in over 18 counties
Agency job
via Employment Solutions by Prateek Checker
Remote, Mumbai, NCR (Delhi | Gurgaon | Noida)
5 - 10 yrs
₹14L - ₹21L / yr
skill iconPython
skill iconAmazon Web Services (AWS)

Strong expertise in AWS architecture, deployment and coding using Python and AWS Lambda functions. She/ he should also have experience with NOSQL database like MongoDB/ DynamoDB and exposure to Machine Learning. She/ he should be familiar with Ajax calls, interaction with API using JSON files and xml.

Knowledge of testing tools like JMeter and Selenium and programming languages like Javascript and Dot Net will be a big advantage.
The person should be able to guide junior resources, perform code reviews and solve performance issues as required.

Read more
Toyota Connected
at Toyota Connected
5 recruiters
Suganya R
Posted by Suganya R
Chennai
5 - 10 yrs
₹12L - ₹24L / yr
Microservices
skill iconJava
skill iconGo Programming (Golang)
skill iconDocker
skill iconKubernetes
+4 more

About Toyota Connected

If you want to change the way the world works, transform the automotive industry and positively impact others on a global scale, then Toyota Connected is the right place for you! Within our collaborative, fast-paced environment we focus on continual improvement and work in a highly iterative way to deliver exceptional value in the form of connected products and services that wow and delight our customers and the world around us.

 

About the Team

Toyota Connected India is hiring talented engineers at Chennai to use Deep Learning, Computer vision, Big data, high performance cloud-based services and other cutting-edge technologies to transform the customer experience with their vehicle.  Come help us re-imagine what mobility can be today and for years to come!

 

Job Description

Toyota Connected is looking for a Backend Developer who will architect, design, develop and participate in testing and documentation of large-scale, distributed software applications, systems and services. The Labs team is focused on creating products and services for next generation Connected vehicle systems and the team members are required to be creative in solving problems, excited to work in new technology areas and be ready to wear multiple hats to get things done. This is a highly-energized, fast-paced, innovative and collaborative startup environment; therefore, it is essential that not only the skillset, but also the personality matches such an environment.

 

 You are a successful candidate if you:

  • Are smart and can demonstrate it.
  • Have 3+ years of experience as a developer for web scale products and services
  • Have strong experience in Java or Golang (minimum 1 year) and implemented key aspects of an end-to-end solution
  • Have expertise in implementing microservices (using tools and technologies for messaging, RPC, containerization, etc)
  • Have expertise in design and development using DB (RDBMS, NoSQL) and caching (e.g Redis) solutions, especially in microservices environment
  • Have experience with Containerization (Docker, Kubernetes, etc)
  • Have Public cloud technology experience in production (Azure, AWS, or Equivalent)
  • Have the ability and willingness to manage other developers including mentoring, performance reviews, etc
  • Have solved non-functional aspects of like scalability, security, reliability with cutting edge if not bleeding edge technology
  • Are good about creating unit tests, performing code reviews, optimizing performance and ensuring standards for maintainability
  • You can manage ambiguity and are comfortable being set loose without a lot of direction
  • You are confident in expressing your point of view from a position of knowledge and experience. You are also receptive to feedback and open to revising your plans when appropriate
  • We think the knowledge acquired earning a degree in Computer Science would be of great value in this position, but if you're smart and have the experience that backs up your abilities, for us, talent trumps degree every time

 It will be Nice if you have:

  • Some front-end development experience
  • Hands-on experience delivering products or solutions that utilized Machine learning, NLP or other forms of AI - with tools such as Scikit-learn, Tensor flow, Keras, Theano / Spacy, NLTK, etc

What is in it for you? 

  • Top of the line compensation!
  • You'll be treated like the professional we know you are and left to manage      your own time
  • Yearly gym membership reimbursement & Free catered lunches.
  • No dress code! We trust you are responsible enough to choose what’s appropriate to wear
  • Opportunity to build products that improves the safety and convenience of millions of customers.

                 Cool office space and awesome benefits

 

 Our Core Values

  • Passionate: We are here to build something great, not just for the money. We      are always looking to improve the experience of our millions of customers
  • Innovative: We experiment with ideas to get to the best solution. Any constraint is a challenge, and we love looking for creative ways to solve them.
  • Empathetic: We begin making decisions by looking at the world from the perspective of our customers, teammates, and partners.
  • Collaborative: When it comes to people, we think the whole is greater than its parts and that everyone has a role to play in the success!
  • Effective: We consistently go beyond, being smart and proactive, to make things the right things happen, not waiting to be told.
Read more
ColorTokens
at ColorTokens
2 recruiters
Nivedita Nayak
Posted by Nivedita Nayak
Bengaluru (Bangalore)
3 - 9 yrs
₹10L - ₹28L / yr
skill iconJava
Object Oriented Programming (OOPs)
Data Structures
Algorithms
J2EE
We are looking for Senior Java Developer. You can go through our website for more details https://colortokens.com/

ColorTokens - Java Developer
Location: Bangalore
Years of Experience : 4 to 9 years

ColorTokens is a Silicon Valley company located in Santa Clara that is redefining Enterprise and Cloud Security. We are a product company in the Network and Cyber Security space. We are building a product team in India that rivals the best minds in the world and deliver products that are Novel, Refreshing and Insightful (NRI).
It is backed by legendary investors and advisors who have helped structure the IT industry over last 30+ years. ColorTokens core team represents deep industry experience across hardware, software and cloud technologies.


An enterprise class technology takes time bring to market. During this time, we do not want to expose our product and approach to competitors, experts, analysts and the world at large. Our mission is to deliver the next generation Cyber Security platform. Do you want to participate in this paradigm shift?
Who You Are
u Someone with a zeal to contribute to the success of the company as a individual contributor
u Good problem solving skill
u A proactive, self driven individual with a passion for innovation
u A ethical professional with a dedication and determination to make game changing impact on our product


Eligibility Criteria :
u At least 4+ years industry experience in Java
u Good in Data Structures and algorithms
Exposure and flair expected:
u Familiar with various design and architectural patterns
u Knack for writing clean, readable code
u Ability to drive high standards of product quality
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