Cutshort logo
Microsoft Access Jobs in Chennai

11+ Microsoft Access Jobs in Chennai | Microsoft Access Job openings in Chennai

Apply to 11+ Microsoft Access Jobs in Chennai on CutShort.io. Explore the latest Microsoft Access 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
Metricbees
Chennai
4 - 6 yrs
₹5L - ₹20L / yr
skill icon.NET
ASP.NET
skill iconC#
Web API

JD for .Net:


• Strong knowledge on C#, Asp.Net Web forms and Web API


• Experience with Bootstrap, jQuery and Responsive web designing


• Experience with SQL server, Stored Procedure and performance tuning


• Excellent Problem solving, communication and Debugging skills

• Ability to learn and work on new technology in a short span of time


• Extensive experience with Object- Oriented Programming and Design patterns.


• Knowledge on .NET Core, Elastic Search, Knockout JS, Windows services are added advantage.

Read more
Client Of PFC

Client Of PFC

Agency job
Chennai
3 - 6 yrs
₹2L - ₹10L / yr
skill icon.NET
ASP.NET
skill iconC#
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
Alchemy Solutions
Agency job
via HyreSpree by HyreSpree Team
Bengaluru (Bangalore), Pune, Chennai, Noida
3 - 8 yrs
₹12L - ₹22L / yr
skill icon.NET
ASP.NET
MVC Framework
skill iconAngular (2+)
SQL
+1 more
Company: Alchemy Techsol (client HCL)
Budget: Industry Standards
Location: Bangalore, Pune, Noida and Chennai (WFO)
Positions: Multiple

Skills:

- .net with MVC/Angular/Web API
- Exp in SQL
Read more
agrya consulting private limited
Chennai
1 - 4 yrs
₹3L - ₹8L / yr
skill iconRuby on Rails (ROR)
skill iconRuby
skill iconJavascript
MySQL
skill iconMongoDB
+2 more

Must haves 

  • At least 3 years of professional programming experience in Ruby on Rails.
  • Solid fundamentals with software development, systems, troubleshooting, and teamwork
  • Strong testing habits, passionate towards unit testing and TDD. 
  • Good understanding of RDBMS like MySQL, PostgreSQL 
  • Strong knowledge of git 
  • Good understanding of data structures 
  • Strong analytical and problem-solving skills 

Good to have 

  • Experience with Javascript
Read more
Mobile Programming LLC

at Mobile Programming LLC

1 video
34 recruiters
Nivedita Kumari
Posted by Nivedita Kumari
Gurugram, Bengaluru (Bangalore), Chennai, Pune, Mohali, Panchkula, Dehradun
4 - 10 yrs
₹7L - ₹14L / yr
skill iconNodeJS (Node.js)
skill iconDocker
skill iconKubernetes
skill iconJavascript
Databases
Mandatory Skills:

- Backend server development & support with Node, JavaScript, JSON, REST, NoSQL, Cloud Native technologies like Docker & Registry, Kubernetes & Helm

- Skilled in data structures, algorithms, modularization, OOP, microservices, and design patterns

- Skilled in coding best practices using containers, packaging (npm, yarn), agility (with Git, Jira), unit testing (JEST), CI/CD (Jenkins), debugging, and ensuring high productivity & quality

- Exposure to security (OIDC/JWT, RBAC, monitoring, auditing)

- Good with learning, problem solving & innovation

- Good written & verbal communications skill; team player with good logical thinking, EQ, and resilience
Read more
HashHackCode

at HashHackCode

1 recruiter
HashHackCode Careers
Posted by HashHackCode Careers
Chennai
3 - 5 yrs
₹4.8L - ₹7.2L / yr
skill iconLaravel
skill iconPHP
skill iconHTML/CSS
skill iconAmazon Web Services (AWS)

Project

You will be working to build a browser-based IDE and various other inclusive edtech product, if you’re up for the task - apply


Requirements 

Deep understanding of HTML, CSS, and JavaScript.

Solid experience working with the PHP and latest Laravel version

Proven expertise in managing API services (REST and SOAP)

Good working knowledge in design and query optimization of databases

Familiarity with server tools (Apache) and cloud servers (Azure / AWS)


Our Culture

We are passionate about other’s success and believe that all individuals are unique and capable of reaching their full potential. Our goal is to challenge the status quo and make a difference.


Do you want to translate your skills & time into something more meaningful? Join us to empower individuals who have been neglected by society and break barriers through tech. Together, we will build a wider movement for educational equity.

Read more
StuCred

at StuCred

1 recruiter
Jansi Rani
Posted by Jansi Rani
Chennai
3 - 6 yrs
₹4L - ₹8L / yr
skill iconNodeJS (Node.js)
skill iconPHP
skill iconPython
NOSQL Databases
MEAN stack
We are looking for a motivated and talented MEAN Stack Developer to join our talented and fun dream team. Must have: Previous working experience as a Full-stack Developer for 4+ years with a minimum one-year experience with MEAN Full stack paradigm. In depth knowledge of NodeJS, ExpressJS, AngularJS and MongoDB. Experience implementing applications using Angular 4. Experience creating front end applications using HTML5, Angular. Experience in coding back end applications using Node.js and MongoDB. Hands on experience with JavaScript Development on both client and server-side. Consumer Web Development Experience for High-Traffic, Fin-tech applications. Experience with AWS technologies is a must. Creating secure RESTful-based web services in XML and JSON, JavaScript. Compulsory Working Expertise: 1. Node.js 2. AWS Lambda 3. Micro-services Architecture 4. RESTful API 5. Swagger API Framework 6. Mongo DB / Dynamo DB 7. ExpressJS, Angular.js 8. SenecaJS {Bonus} 9. Agile frameworks for project planning, execution and resource management Skills & Responsibilities: 1. Plan, architect and build our AWS infrastructure for micro-services 2. Develop Node.js functions and templates to create micro-services on AWS Lambda 3. Full ownership and accountability of micro-services which include day-to-day operations and maintenance 4. Ability to work within an agile environment (SCRUM) 5. Excellent communication and interpersonal skills. Tools & Platforms: 1. AWS Lambda, S3, API Gateway, CloudFront 2. MongoDB, MySQL, Redis 3. Github, Jira, Slack
Read more
Unibros Technologies

at Unibros Technologies

1 recruiter
Srivasanthan Anandan
Posted by Srivasanthan Anandan
Chennai
1 - 3 yrs
₹1.5L - ₹3L / yr
skill iconPHP
skill iconHTML/CSS
skill iconJavascript
Yii
skill iconCodeIgniter
+2 more
ABOUT THE COMPANY :   Unibros Technologies offers Creative Designing, Web Enterprise Application Development, Product Solutions, Business Solutions, Web Marketing and Support Services. We are Global Technology and Business Solution service provider to the Enterprises in various verticals like Manufacturing, Financial Services, Education, E-Learning, Retail, Realty, Travel, Automobile, Logistics,  Media & Entertainments, Infrastructure, Pharmaceuticals and Healthcare. We are nurturing the customer business through our esteemed services; it helps our customer to remain focus more on their core business. Our ability to understand the expectations of our customers and provide a customized solution is our stand-point. We establish reliable, realistic service levels and quality metrics from the beginning of the engagement.  SPECIALITIES:   Responsive Designs, Web Enterprise Applications, Product Development,  Online & Social Marketing   ADDRESS :   Unibros Technologies,  No.6 Alagesan Street,  West Tambaram, Chennai - 600 045.  L.M - Opp.lane to Newline Fashion Showroom.  Contact - 044-42034909   QUALIFICATION : Any UG /PG Degree from IT/CS/Maths Background   DESIGNATION : Software Engineer Trainee   Experience: 1 to 3 Years   Skill Set: HTML5 / CSS3 / Php/MySQL / JavaScript / JQuery / Ajax / CI or YII  Job Description:-   Should have sound experience in the above mentioned  skillset. Should worked on various Web-application and Website Assignments.   Go-getter Attitude and Pro-activeness required.   Should be Quick Learner and Ready to take the new assignments   Flexible to work on Multiple Platforms.   Excellent in Written & Oral communication.   Advantage: Candidates with Web Application in CI framework. Preference: - Immediate Joiners - Candidates In & Around Tambaram   Interview Process: 1. Technical Interview. 2. Technical Assignment 3. HR  Preference: IMMEDIATE JOINERS.   EXPERIENCE : 1 to 3 Years   CATEGORY OF JOB : Software  WALKIN DATE(s) : 03Dec2018 to 08Dec2018  WALKIN TIME : 10:30 A.M TO 4:30 P.M   Note:   * Refer your Friends for the same.  * Candidates with relevant skillset and experience only will be  entertained.  * Candidates appeared for the interview within 3 months period of time  is not eligible.  * Preference - Candidates in and around Tambaram.
Read more
Pion Global Solutions LTD
Anudeep G
Posted by Anudeep G
Chennai
4 - 10 yrs
₹8L - ₹20L / yr
skill iconPython
skill iconDjango
skill iconJava
skill iconJavascript
Experience in developing commercial software using Python, Java script, or Java.  Working knowledge of object-oriented programming and/or functional programming paradigms.  Good understanding of Algorithms and Data Structures.  Should have valid US B1 Visa, and be willing to travel in a weeks’ time to US  Expected to be in US for a week for the training;  Experience: 4 – 8 years
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