Cutshort logo
For Employers
Razor Jobs in Chennai

11+ Razor Jobs in Chennai | Razor Job openings in Chennai

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

icon
Several years of experience in designing web applications

Several years of experience in designing web applications

Agency job
via Jobdost by Ankitha Vyas
Bengaluru (Bangalore), Hyderabad, Chennai
5 - 7 yrs
₹12L - ₹15L / yr
skill icon.NET
ASP.NET
Object Oriented Programming (OOPs)
Fortify
Microsoft IIS
+25 more
Basic Qualifications: (what are the skills required to this job with minimum years of experience on each, including education)

• Should have 5+ years of work experience in design, develop, Code and Unit Test web and desktop-based applications written in .Net framework starting from 4.x and above.
• Strong analytical skills to understand a given requirement and provide work estimates.
• Strong Object-Oriented Programming knowledge.
• Strong experience with Static Code Analyzers like Fortify.
• Should have good understanding of web servers such as IIS and Front-end such as HTML’s and Razor based engines.
• Strong debugging skills using .net front end and backend.
• Strong coding experience and thorough understanding of programming languages such as C#, VB.NET, ASP.Net, ADO.Net, JQuery, JavaScript, Traditional Web Services, WCF, Web API and other Scripting languages such as pythons.
• Strong working knowledge on various design patterns such as MVC, MVVM, DDD, Repository Pattern and any custom/hybrid framework as designed by the Architects.
• Should have a strong working knowledge of Azure DevOps.
• Strong knowledge and understanding of data sharing medium using JSON, XML and other media types.
• Strong knowledge on Entity Framework (6 and above) and other ORM such as Dapper.
• Strong knowledge and programming skills in Database such SQL SERVER, Oracle, My SQL and SQL Express. Additionally, nice to know-how knowledge in MS ACCESS.
• Strong knowledge and coding experience in REST based web services and service-oriented design patterns using WCF and other API’s.
• Should have used IDE such as Visual Studio and Visual Studio Code for Front-end development.
• 1+ years of building SPA web solutions using Angular 6/7/8 , BackBone, Bootstrap
• 5+ years building HTML5 complaint pages
• 3+ years of experience using TypeScript
• 3+ years of writing automated testing using Jamine or others

Day to Day job Duties: (what this person will do on a daily/weekly basis)

• Co-ordinate/mentor other Junior developers on a day to day basis.
• Understand the use cases/User Story, code and develop on a designed platform/pattern.
• Strict adherence to coding standards.
• Participate self-code review/peer reviews and correct errors wherever applicable before checking in the final code into the Branch/code repo.
• Create code documentations wherever applicable and as set guidelines by the team.
• Create and perform Unit Tests wherever applicable as set guidelines by the team.
• Provide feedback and assist in estimation planning.
• Merge code branches as and when required.
• Create and publish release documentations and application deployments as and when requested.
• Report out statuses to the leads onshore daily during the Stand-up calls.
• Additionally, update efforts on a given work item on everyday basis.
• Provide true estimates on work assigned prior development. Also ask questions/provide comments on User Stories/work items assigned.
• Be a team player and flexible towards availability in case of any urgent issues that need immediate attention.
• Plan out vacations in advance (min. 2 weeks of adv. Notice).


Nice to have(not a must) experience, skills

• Good understanding of Service Workers.
• Prior coding experience using FORTRAN.
• Experience on 3rd party tools like Spire.Pdf, PDF.Js.
• Knowledge of Rapid application development framework like DevExpress, Code on Time, HighCharts.
• Knowledge of code clean up tools like CodeMaid.
• Knowledge of Power BI and O365 Suites of applications.
• knowledge of SQL Data tools like SSIS and SSRS.
Read more
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
F22Labs Global

at F22Labs Global

1 video
2 recruiters
F Twenty Two
Posted by F Twenty Two
Chennai
3 - 5 yrs
₹10L - ₹16L / yr
skill iconNodeJS (Node.js)
skill iconJavascript
TypeScript
express.js
nestjs

About the Company


F22 Labs is a startup software studio based in Chennai. We power startups worldwide by building high-quality software products. From web apps to mobile platforms, we help entrepreneurs turn their ideas into beautifully crafted solutions. If you're passionate about software development and eager to build real products that solve real problems, you’ll fit right in.


Position Overview


We are seeking a talented and experienced Senior Node.js Developer to join our growing engineering team. In this role, you will be instrumental in designing, developing, and maintaining the backbone of our applications. You'll leverage your 3-5 years of expertise to build robust, scalable, and high-performance backend services and APIs. You will also play a key role in making architectural decisions, mentoring junior developers, and driving best practices within the team. If you're eager to tackle complex problems, contribute to innovative projects, and lead by example, this position is for you.


Key Responsibilities


● Design, develop, test, deploy, and maintain highly scalable and reliable backend services, APIs, and systems using Node.js (with frameworks like Express.js or NestJS) and TypeScript.

● Architect and implement robust solutions for complex business requirements, ensuring code quality, performance, and security.

● Collaborate closely with cross-functional teams including front-end developers, product managers, QA engineers, and designers to deliver high-quality products.

● Lead and participate in code reviews, providing constructive feedback to ensure adherence to coding standards and best practices.

● Design and manage database schemas (SQL and NoSQL, e.g., PostgreSQL, MongoDB, Redis) and optimize database queries for performance.

● Develop and maintain comprehensive unit, integration, and E2E tests to ensure software quality and reliability.

● Work with containerization technologies like Docker and orchestration tools like Kubernetes for deploying and managing applications.

● Implement and maintain CI/CD pipelines for automated building, testing, and deployment of applications.

● Mentor and guide junior developers, fostering a culture of learning and continuous improvement.

● Troubleshoot, debug, and upgrade existing software, identifying and resolving performance bottlenecks.

● Stay up-to-date with emerging technologies, industry trends, and best practices in Node.js development and backend architecture.

● Contribute to architectural discussions and decisions, helping to shape the future of our backend systems.


Qualifications and Requirements

● 3-5 years of professional experience in backend development with a strong focus on Node.js.

● Expert proficiency in TypeScript.

● Proven experience with Node.js frameworks such as Express.js or NestJS (highly preferred).

● Strong understanding of asynchronous programming, event-driven architecture, and design patterns.

● Solid experience in designing, building, and consuming RESTful APIs; experience with GraphQL is a plus.

● Proficiency with both SQL (e.g., PostgreSQL, MySQL) and NoSQL (e.g., MongoDB, Redis) database technologies, including data modeling and query optimization.

● Hands-on experience with containerization technologies (Docker) and a good understanding of container orchestration (Kubernetes).

● Experience with CI/CD tools and practices (e.g., Jenkins, GitLab CI, GitHub Actions).

● Experience deploying and managing applications on cloud platforms (AWS, Azure, or GCP), including familiarity with relevant services (e.g., EC2, S3, Lambda, RDS).

● Strong problem-solving, analytical, and critical thinking skills.

● Excellent communication and collaboration skills, with the ability to work effectively in a team environment.

● Proven ability to mentor junior team members.

● Familiarity with Git and collaborative development workflows.


Good to have:

● Experience with testing frameworks (e.g., Jest, Mocha, Chai) and a commitment to writing well-tested code.

● Experience with microservices architecture and distributed systems.

● Experience with serverless architecture (e.g., AWS Lambda, Azure Functions).

● Knowledge of message queue systems (e.g., Kafka, RabbitMQ, AWS SQS).

● Familiarity with Infrastructure as Code (IaC) tools like Terraform or CloudFormation.

● Understanding of front-end technologies (e.g., React, Angular, Vue.js) to facilitate better collaboration.

● Experience with performance monitoring and optimization tools.

● Active contributions to open-source projects or a strong portfolio of personal projects.


Why Join Us (Perks & Benefits)

● Flexible work timings.

● Fast-paced, hands-on learning environment.

● Fun, collaborative, and supportive team culture.

● Real-world impact from day one.


If you're looking to supercharge your development skills and work on meaningful software in a startup that values learning and creativity, we’d love to hear from you. Apply today! 

Read more
Leading MNC

Leading MNC

Agency job
via People First Consultants by Aishwarya KA
Bengaluru (Bangalore), Hyderabad, Chennai, Kochi (Cochin), Coimbatore
3 - 12 yrs
₹4L - ₹13L / yr
skill icon.NET
SQL server
Skills:Asp.Net, DotNet, C#.Net, SQL Server, MVC Framework, MySQL, Oracle, HTML, CSS, Javascript, Bootstrap
Experience: 3+ years of extensive experience into .Net technologies.

Requirements:
  • Familiarity with the ASP.NET framework, SQL Server and design/architectural patterns (e.g. Model-View-Controller (MVC)
  • 5 years of development experience using C# .NET
  • Knowledge of at least one of the .NET languages (e.g. C#, Visual Basic .NET) and HTML5/CSS3
  • Familiarity with architecture styles/APIs (REST, RPC)
  • Understanding of Agile methodologies
  • Strong attention to detail
  • Excellent troubleshooting and communication skills
  • Knowledge of REST and RPC APIs
  • Able to work well in a team setting
Read more
Bengaluru (Bangalore), Chennai
6 - 15 yrs
Best in industry
skill iconNodeJS (Node.js)
skill iconMongoDB
Mongoose
skill iconExpress
skill iconPython

Backend - Software Development Engineer III



Experience - 7+ yrs


About Wekan Enterprise Solutions


Wekan Enterprise Solutions is a leading Technology Consulting company and a strategic investment partner of MongoDB. We help companies drive innovation in the cloud by adopting modern technology solutions that help them achieve their performance and availability requirements. With strong capabilities around Mobile, IOT and Cloud environments, we have an extensive track record helping Fortune 500 companies modernize their most critical legacy and on-premise applications, migrating them to the cloud and leveraging the most cutting-edge technologies.


Job Description


We are looking for passionate software engineers eager to be a part of our growth journey. The right candidate needs to be interested in working in high-paced and challenging environments leading technical teams, designing system architecture and reviewing peer code. Interested in constantly upskilling, learning new technologies and expanding their domain knowledge to new industries. This candidate needs to be a team player and should be looking to help build a culture of excellence. Do you have what it takes?


You will be working on complex data migrations, modernizing legacy applications and building new applications on the cloud for large enterprise and/or growth stage startups. You will have the opportunity to contribute directly into mission critical projects directly interacting with business stakeholders, customer’s technical teams and MongoDB solutions Architects.


Location - Chennai or Bangalore

  • Relevant experience of 7+ years building high-performance back-end applications with at least 3 or more projects delivered using the required technologies
  • Good problem solving skills
  • Strong mentoring capabilities
  • Good understanding of software development life cycle
  • Strong experience in system design and architecture
  • Strong focus on quality of work delivered
  • Excellent verbal and written communication skills



Required Technical Skills


  • Extensive hands-on experience building high-performance web back-ends using Node.Js and Javascript/Typescript
  • Strong experience with Express.Js framework
  • Working experience with Python web app development or python scripting
  • Implementation experience in monolithic and microservices architecture
  • Hands-on experience with data modeling on MongoDB and any other Relational or NoSQL databases
  • Experience integrating with any 3rd party services such as cloud SDKs (AWS, Azure) authentication, etc.
  • Hands-on experience with Kafka, RabbitMQ or any similar technologies.
  • Exposure into unit testing with frameworks such as Mocha, Chai, Jest or others
  • Strong experience writing and maintaining clear documentation



Good to have skills:


  • Experience working with common services in any of the major cloud providers - AWS or GCP or Azure

Technical certifications in AWS / Azure / GCP / MongoDB or other relevant technologies

Read more
Detect Technologies

at Detect Technologies

5 recruiters
DeTect Technologies Pvt Ltd
Posted by DeTect Technologies Pvt Ltd
Remote, Chennai
2 - 5 yrs
₹6L - ₹8L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
skill iconAngularJS (1.x)
MySQL
+2 more

Job Description

Python/Django Developer will be responsible for implementing the relevant Server Side Architecture for a Web Application based on the client’s requirement for new and existing products. The primary  focus will be on the development of software packages ensuring high quality and ease of usability to requests from various teams.

Duties & Responsibilities

Writing reusable, testable and efficient code  -Design and Implementation of low-latency, user friendly web and mobile based applications -Devise and develop user friendly software solutions for automation of industry processes -Contribute to design reviews and discussions across software teams. -Following strict security protocols without any deviation is of prime importance.-Implementing DevOps in all projects and to establish best practices in the team.

Qualifications & Experience

BE / B-Tech degree and 2+ years of work experience, or ME / MS degree and 2+  years of work experience, in Computer Science.

Server Development. Frontend Development can be an advantage.

Preferred Skills & Knowledge

  • Strong programming skills in Python/Django
  • Experience with Angular, JavaScript frameworks/libraries
  • Hands on experience with MySQL, PostGreSQL or other RDBMS
  • Experience with Web application security and Secure coding practices
  • Strong Analytical thinking and problem solving ability
  • Familiarity with software collaboration tools – GIT
  • Ability to work with a distributed and diverse team of researchers and developers.
  • Excellent English language communication skills, both written and verbal.
  • High level of innovation and motivation
Read more
OJCommerce

at OJCommerce

3 recruiters
Jensi Doss
Posted by Jensi Doss
Chennai
1 - 10 yrs
₹4L - ₹15L / yr
skill icon.NET
ASP.NET
skill iconC#
ASP.NET MVC
Web API
Job description :

Role : Dot Net Developer Architect

Experience : 1 to 10 Years

Job Location : Chennai

About OJ Commerce :

OJ Commerce is a fast - growing, profitable online retailer based in Florida, USA with a full - fledged India office based in Chennai driven by a sophisticated, data - driven system to run the operations with virtually no human intervention. We strive to be the best - in - class ecommerce company delivering exceptional value to customers by leveraging technology, innovation and brand - partnerships to provide a seamless & enjoyable shopping of high - quality products at the best prices to our customers.

Responsibilities :

- Work with business - stakeholders to understand requirements, prototype, build and deploy it.

- CRUD the backend code you own keeping maintenance, performance and security in mind.

- Keep up breast of latest technologies and its ecosystem and adopt ones that aid safe product delivery at speed.

- Automate the boring and mundane stuff for you prefer to be productive than being busy.

- We are flat. Be responsible for professional growth of self and the team.

- Tune application for performance.

- Take initiatives and manage change to work towards business goals at speed without compromising safety.

- Coach full - stack developers on backend skills.

- Provides problem resolution support, specific to application issues, identifies and resolves problems in application software, determines symptoms and ensures accurate problem definition

- Develop functional, architectural and other documentation as required for productive functioning of teams.

- Be the brand ambassador for OJ Commerce by speaking at meetups, conferences, etc.

- We are fluid. Be ready for changing dynamics in responsibilities from time to time. Exciting isn't?

- Take the lead in digital transformation of legacy applications.

What you need to shine ?

- You have the prior experience in modernising legacy applications.

- You are a passionate hands - on developer with deep experience in building enterprise grade software in Microsoft ASP.NET Core, ASP.NET MVC, Web API, SOA, Micro - Services and RESTful Services with knowledge of SQL Server database.

- You have the ability to see and work on the big picture (Application Architecture) and devilish details (Complex Code).

- Strong experience in developing web applications using C#, VB.Net, .NET, LINQ, Net Framework 4.0, MVC 3/4/5, ASP.NET Web API, .Net Core etc.

- You are Cloud savvy, preferably Google Cloud.

- You have rich experience in Object - Oriented Programming (OOP) with good knowledge of practical design - patterns and its applications.

- Hands - on experience in building SOA or Micro - services preferably on .NET Core.

- Proven Architectural skills with high standards in Code quality

- Knowledge of ReactJS/Typescript would be added advantage.

- Practical experience in Agile development methodologies of using CI/CD.

- Extreme Programming (TDD) experience is sought after by us.

What we Offer

- Greenfield opportunity to transform legacy backend applications to latest technology stack.

- Fast - paced start - up environment: This is not for the faint hearted; you need grit and passion as much as you need the core skills.

- Work in an interdisciplinary team where learning from one another and developing solutions cross - functionally is a key part of our culture.

- Golden opportunity to make history by making big business impact.

- Competitive salary to take good care of self and family.

- Insurance Benefits: Medical and Accident cover.

- Flexible Working Hours

Job Types: Full - time, Permanent
Read more
Amazon India

at Amazon India

1 video
58 recruiters
Manojkumar Ganesh
Posted by Manojkumar Ganesh
Bengaluru (Bangalore), Chennai, Delhi, Pune, Hyderabad
3 - 8 yrs
₹16L - ₹43L / yr
skill iconJava
skill iconPython
skill iconRuby
skill iconRuby on Rails (ROR)
skill iconGo Programming (Golang)
+2 more

Basic Qualifications:

  • 2+ years of non-internship professional software development experience
  • Programming experience with at least one modern language such as Java, C++, or C# including object-oriented design
  • 1+ years of experience contributing to the architecture and design (architecture, design patterns, reliability and scaling) of new and current systems.

 

Additional Job requirements

  • BS/MS/PhD in Computer Science/Math or equivalent
  • BS in computer science or related field.
  • 2+ years of relevant professional software development experience: designing, developing, and delivering software written in Java, C#, or C++, web development.
  • Knowledgeable in object-oriented design patterns.
  • Experience building highly scalable and distributed systems

Preferred Qualifications

  • Experience with service-oriented architecture and application/services development
  • Passion for performance debugging and benchmarking
Ability to clearly and concisely communicate with technical and non-technical stakeholders across all levels of the organization
Read more
Amazon India

at Amazon India

1 video
58 recruiters
Archana J
Posted by Archana J
Bengaluru (Bangalore), Hyderabad, Delhi, Pune, Chennai
2 - 9 yrs
₹10L - ₹15L / yr
skill iconJava
Data Structures
Algorithms
skill iconScala
skill iconC++
+4 more
Hi,

Please find below JD and do reply with updated resume if you are interested.

Software Development Engineer
Bengaluru / Hyderabad / Chennai / Delhi
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++.
• 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.



About Amazon.com

“Many of the problems we face have no textbook solution, and so we-happily-invent new ones.” – Jeff Bezos

Amazon.com – a place where builders can build. We hire the world's brightest minds and offer them an environment in which they can invent and innovate to improve the experience for our customers. A Fortune 100 company based in Seattle, Washington, Amazon is the global leader in e-commerce. Amazon offers everything from books and electronics to apparel and diamond jewelry. We operate sites in Australia, Brazil, Canada, China, France, Germany, India, Italy, Japan, Mexico, Netherlands, Spain, United Kingdom and United States, and maintain dozens of fulfillment centers around the world which encompass more than 26 million square feet.

Technological innovation drives the growth of Amazon, offering our customers more selection, convenient shopping, and low prices. Amazon Web Services provides developers and small to large businesses access to the horizontally scalable state of the art cloud infrastructure like S3, EC2, AMI, CloudFront and SimpleDB, that powers Amazon.com. Developers can build any type of business on Amazon Web Services and scale their application with growing business needs.

We want you to help share and shape our mission to be Earth's most customer-centric company. Amazon's evolution from Web site to e-commerce partner to development platform is driven by the spirit of invention that is part of our DNA. We do this every day by inventing elegant and simple solutions to complex technical and business problems. We're making history and the good news is that we've only just begun.


About Amazon India

Amazon teams in India work on complex business challenges to innovate and create efficient solutions that enable various Amazon businesses, including Amazon websites across the world as well as support Payments, Transportation, and Digital products and services like the Kindle family of tablets, e-readers and the store. We are proud to have some of the finest talent and strong leaders with proven experience working to make Amazon the Earth’s most customer-centric company.

We made our foray into the Indian market with the launch of Junglee.com, enabling retailers in India to advertise their products to millions of Indian shoppers and drive targeted traffic to their stores. In June 2013, we launched www.amazon.in for shoppers in India. With www.amazon.in, we endeavor to give customers more of what they want – low prices, vast selection, fast and reliable delivery, and a trusted and convenient online shopping experience. In just over a year of launching our India operations, we have expanded our offering to over 18 million products across 36 departments and 100s of categories! Our philosophy of working backwards from the customers is what drives our growth and success.



We will continue to strive to become a trusted and meaningful sales and logistics channel for retailers of all sizes across India and a fast, reliable and convenient online shopping destination for consumers. For us, it is always “Day 1” and we are committed to aggressively invest over the long-term and relentlessly focus on raising the bar for customer experience in India.

Amazon India offers opportunities where you can dive right in, work with smart people on challenging problems and make an impact that contributes to the lives of millions. Join us so you can - Work Hard, Have Fun and Make History.

Thanks and Regards,
Regards,
Archana J
Recruiter (Tech) | Consumer TA
Read more
Optisol Business Solutions Pvt Ltd
Krishnaveni Hemanthkumar
Posted by Krishnaveni Hemanthkumar
Chennai
2 - 4 yrs
₹4L - ₹8L / yr
Hibernate (Java)
Spring
skill iconJava
J2EE
Struts
+3 more
1.Candidates should have experience in design and develop high-volume applications for delivering high-availability and performance. 2.Write Well designed, testable and efficient code. 3.Ensure designs are in compliance with specifications. 4.Prepare and produce releases of software components. 5.Support continuous improvement by investigating alternatives and technologies for the architectural review. 6.Should be highly motivated in both solo and team situations by contributing to a great team spirit. 7.Desire and drive to take an active role in improving the end product 8. should have strong knowledge of client server interaction, good understanding of REST architecture
Read more
SeekSpark Healthcare Network Pvt. Ltd.
Chennai
2 - 4 yrs
₹3L - ₹5L / yr
Zend PHP Framework
Cordova
Hybrid Mobile Applications
skill iconJavascript
MySQL
+3 more
We are building an app based behavioral well-being offering, that has a data driven approach rooted in analytics, psychology and outcomes. A one of its kind product across the globe we are looking to hire key developer talent as part of our technology team.
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