Senior Full Stack Developer at elitmus evaluation pvt ltd · Bengaluru (Bangalore) · 3 - 5 years · ₹10L - ₹15L / yr · Profitable · Posted 2 Mar 2021

We are looking for people who have a passion for solving problems, can write exceptional code and don't shy away from challenges and new technology. Our products affect thousands of people everyday and we want someone who would love to contribute towards that end.
If you:
- Know how to write robust and reliable systems
- Have knowledge of managing and scaling for high volume traffic
- Are someone who enjoys execution of an idea as much as finding new and innovative ideas to solve problems
- Actively try to gain more knowledge and pass on knowledge to your peers
Then we are definitely a right match for you
What we expect from you:
- Excellent understanding of web applications.
- Good knowledge about AWS or similar services.
- Ability to quickly learn new technologies.
- Good understanding of the delivery pipeline in a team environment.
- Innovative and creative problem solving.
- Ability to understand and communicate across teams and departments.
What you will be doing:
- Work as a part of a team or individually.
- Build products that help us expand our portfolio and drive growth for the organisation.
- Take up ownership of the entire lifecycle of products.
- Help, mentor and guide interns, new joinees and other developers.
- Engage with the client and people from other departments to come up with the best solutions.
- Point out existing problems with our solutions, processes and architecture
What we look for:
- Should have used/contributed to popular Open Source Libraries and Tools
- Should have worked on web technology (Rails / SpringBoot / Django / NodeJs)
- Always on the cutting edge of technology.
- Ability to divide a larger problem into smaller pieces for everyone to work on.
- Process driven and detail oriented
- Should have mentored new joinees
- More than 3 years of relevant experience in the domain
- Should be able to work out of our Bangalore office.

About elitmus evaluation pvt ltd
About
Connect with the team
Similar jobs (10)
Fountane Archipelago · Island Role
A Little Bit About the Role
We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.
The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.
You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.
You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.
All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.
AI-First Engineering Expectation
Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.
At L3, AI-assisted engineering means:
- Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
- Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
- Using Cursor to generate tests that document existing behaviour before any restructuring begins.
- Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
- Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
- Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.
Key Responsibilities
Legacy Codebase Refactoring & the Cleaning Phase
This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.
Full Stack Development — Web & Mobile
Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.
Third-Party API Integrations
Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.
CE Collaboration & Sprint Integrity
Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.
Security Awareness
Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.
Production Incident Response
When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.
Codebase Navigation & Safe Refactoring
On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.
Code Review
Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.
Mentoring
Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.
Documentation
Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.
Qualifications
- 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
- Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
- Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
- Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
- Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
- Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
- Has coached or mentored junior engineers before, and done it well.
- Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
- Treats documentation as part of the job, not an afterthought.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.
What is the role?
You will be responsible for developing and designing front-end web architecture, ensuring the responsiveness of applications, and working alongside graphic designers for web design features, among other duties. You will be responsible for the functional/technical track of the project
Key Responsibilities
-
Developing front end website architecture
-
Designing user interactions on web pages
-
Developing back end website applications
-
Creating servers and databases for functionality
-
Ensuring cross-platform optimization for mobile phones
-
Ensuring responsiveness of applications
-
Working alongside graphic designers for web design features
-
Seeing through a project from conception to finished product
-
Designing and developing APIs
-
Meeting both technical and consumer needs
-
Staying abreast of developments in web applications and programming languages
What are we looking for?
An enthusiastic individual with the following skills. Please do not hesitate to apply if you do not match all of it. We are open to promising candidates who are passionate about their work and are team players.
-
Education - BE/MCA or equivalent
-
Overall 4+ years of experience
-
Agnostic/Polyglot with multiple tech stacks
-
Worked on open source technologies – NodeJs, ReactJs, python, Mysql, No SQL, MongoDB, DynamoDB
-
Good experience with Front-end technologies like Javascript frameworks, Reactjs, Angularjs
-
Backend exposure – good knowledge of building API
-
Worked on serverless technologies
-
Efficient in building microservices in combining server & fronted
-
Knowledge of cloud architecture
-
Should have sound working experience with relational and columnar DB
-
Should be innovative and communicative in approach
-
Will be responsible for functional/technical track of a project
Whom will you work with?
You will work with a top-notch tech team, working closely with the architect and engineering head.
We’re looking for a hands-on builder who can thrive in a fast-paced startup environment. You’ll own features end-to-end, from designing architecture to writing clean, reusable code, testing, deploying, and iterating fast.
What you’ll do
- Build and scale web + mobile applications using Python (Django) and React Native/React.
- Design, develop, and deploy cloud-native solutions using AWS services.
- Work with both SQL and NoSQL databases (PostgreSQL, DynamoDB).
- Ensure applications are secure, scalable, and performance-optimized.
- Collaborate closely with product, design, and business teams to ship features at lightning speed.
- Take ownership of problems - from brainstorming and architecture to debugging in production.
- Bring startup energy: move fast, learn fast, and don’t be afraid to get your hands dirty.
What we’re looking for
- 1-3 years of experience in full-stack development.
- Strong experience in Python (Django).
- Proficiency in React Native/React, with solid knowledge of JavaScript.
- Experience with AWS services (serverless, EC2, S3, etc.).
- Experience with docker or kubernetes.
- Hands-on with databases: PostgreSQL, DynamoDB.
- Strong understanding of data structures, design patterns, and microservices architecture.
- Proficiency with Git and version control workflows.
- A product-first mindset, balancing code quality with speed of execution.
- Great communication skills, detail-oriented, and a true team player.
- Bonus - If you are an AI native developer and try to solve problems using AI
We are looking for full stack developer fresher who will be responsible for developing and contributing to the product road map of enterprise software product.
-A responsible and passionate professional who has will power to drive the product goals and ensure the outcomes expected from the team.
- He / She should have a strong desire and eagerness to learn new and emerging technologies.
- Skills Required :
- Python/Node JS/Django Rest Framework,
- Database Structure
-Cloud-Ops - AWS will add advantage
Roles & responsibilities :-
- Developer responsibilities include writing and testing code, debugging programs
- Design and implementation of REST API
- Build, release, and manage the configuration of all production systems
- Manage a continuous integration and deployment methodology for server-based technologies
If you are willing to take up challenges and contribute in developing world class products, - this is the place for you.
About FarmMobi :
A trusted enterprise software product company in AgTech space started with a mission to revolutionize the Global agriculture sector.
We operate on software as a service model (SASS) and cater to the needs of global customers in the field of Agriculture.
The idea is to use emerging technologies like Mobility, IOT, Drones, Satellite imagery, Blockchain etc. to digitally transform the agriculture landscape.
Job Responsibilities
· Responsibilities for this position include but are not limited to, the following.
· Development experience 3-6 years
· Experience working with Azure cloud-hosted web applications and technologies.
· Design and develop back-end microservices and REST APIs for connected devices, web applications, and mobile applications.
· Stay up to date on relevant technologies, plug into user groups, and understand trends and opportunities that ensure we are using the best techniques and tools.
- Meeting with the software development team to define the scope and scale of software projects.
- Designing software system architecture.
- Completing data structures and design patterns.
- Designing and implementing scalable web services, applications, and APIs.
- Developing and maintaining internal software tools.
- Writing low-level and high-level code.
- Troubleshooting and bug fixing.
- Identifying bottlenecks and improving software efficiency.
- Collaborating with the design team on developing micro-services.
- Writing technical documents.
- Be an active professional in continuous learning resulting in enhancement in organizational objectives.
- Provide technical support to all internal teams and customers as it relates to the product.
Requirements:
- Bachelor’s degree in computer engineering or computer science.
- Previous experience as a full stack engineer and IoT Products.
- Advanced knowledge of front-end languages including HTML5, CSS, JavaScript, Angular, React.
- Proficient in back-end languages including Nodejs and basic knowledge of Java, C#.
- Experience with cloud computing APIs and Cloud Providers such as Azure or AWS.
· Working knowledge of database systems (Cassandra, CosmosDB, Redis, PostgreSQL)
· Messaging systems (RabbitMQ, MQTT, Kafka)
· Cloud-based distributed application scaling & data processing in the cloud
· Agile / Scrum methodology
- Advanced troubleshooting skills.
- Familiarity with JavaScript frameworks.
- Good communication skills.
High-level project management skills.
The organization is headquartered in Mumbai, India with offices in US, Singapore, Bahrain and Philippines.
Today, Trejhara has developed a successful track record of providing robust, transaction intensive products and solutions to top private and MNC banks and in the Logistics Sector.
Position: Java Developer / Sr. Java Developer / Java Lead
Skill Sets and capabilities:
a) 4yrs + IT experience
b) Should have worked on Java technology for min 3+yrs
c) Excellent in Java, J2EE
d) Excellent on Struts 2.0, spring 2.5 and Hibernate 3.0 framework
e) Good hands on with SQL queries
f) Experienced in at least 2 application servers such as TOMCAT, JBOSS, WAS, Web Logic, OAS,
g) Aware of SDLC processes and documentation
h) Aware of source control (SVN, VSS)
i) Insurance or banking domain experience preferred
About QuestionPro:
QuestionPro is one of the leading market research platforms. We have a wide range of products in Market Research, Customer Experience, Employee Experience, Vehicle Experience. All our products are multi-tenant SAAS platforms built on the latest technologies.
Our infrastructure is spread across 6 Data Centers across the globe. The platform collects over 10Million Surveys every month. Our Customer Experience platform was named top provider in the Gartner Voice of the Customer Rankings. Ever since we launched in 2016, we have grown by over 200% YoY. All up we are on plan to hit $ 31M in 2021. We are bootstrapped and proud to get where we are without any funding or investments.
Our operations are spread across the globe with offices in the US, Mexico, Germany, UK, UAE, and Canada.
https://www.questionpro.com/blog/cx-top-provider-gartner-voc-rankings/
We are a bootstrapped company and proud to have not taken any funding or investment.
QuestionPro has a particularly exciting journey ahead, requiring a passionate individual to join our growing team. If you are a true technology craftsman and want to build cutting-edge software solutions, hit us!
We operate 100% remote. You will be working from any place you desire for this position.
Responsibilities
- Be a team player: contribute to our culture, invent new ways to address industry needs, criticize constructively, and help create a world-changing company
- Develop from the ground up a modular architecture to support a web API
- Manage all aspects of the software life cycle (Requirements gathering, Testing, Deployment, Support)
- Design and implement low-latency, high-availability, and performant applications
- Implement security and data protection
- Build exciting applications by utilizing updated technologies and architectural design patterns
- Ability to attract talent and build a team.
Skills & Requirements
Must-Have:
- Passionate about creating high-quality, flexible code
- Strong understanding of REST API principles and best practices
- Expertise in Java,
- Expertise in MySQL/Elasticsearch, Mongo or any NoSQL Database
- Proficient with Git
- Proficient with front-end technologies JavaScript, CSS3 & HTML5
- Proficient in design patterns
- Good understanding of MVC architecture
Good To Have:
- Python, R, Docker, Kubernetes, ES6+
- Proficiency in ReactJS
- Any experience in ML/ NLP
Our ideal candidate is comfortable collaborating with Product Owners, UX and UI Designers, Data Scientists and senior technical team members to build sound solutions to complex business challenges. A Self-starter and problem-solver will thrive in this position.
You should be strong JavaScript developer comfortable in all areas of the software development lifecycle and have experience with React, Node, Mongo, MySQL and Express in a scalable production environment. Some Python and familiarity with AWS would be welcomed.
Focus Areas and Core Responsibilities
Accountable for day-to-day implementation and launch of product roadmap features and updates.
Collaborate with Data Science, Tech and UX teams to create systems design and information architecture based off of user stories and requirements. Ensure test cases are properly written.
Maintain and work on the continuous improvement and development of company tools.
Coordinate with dev ops and QA to ensure continuous integration and deployment of production ready code.
Skillset, Qualifications, and Experience
- 5+ years of web application development experience including strong working knowledge of JavaScript, ReactJS, NodeJS, Mongo and Express.
- Familiar with asynchronous programming and object-oriented programming best practices. Must have prior experience with MVC design pattern
- Experience with node and linux commands necessary for debugging installations and deployment locally and on cloud services such as AWS
- Strong familiarity with a variety of APIs and RESTful interfaces
- Familiar with various methods for performance optimization
- Ability to work with UX/UI team to create a frictionless user experience and pixel perfect web components and data visualizations
- Experience integrating security best practices into the SDLC
- Expert level Git, including branching and best practices to resolve merge conflicts
- 1+ years of Agile development experience
- Experience manipulating and working with data in a variety of forms: csv, xml, json, structured and unstructured
- Excellent communicator who can work independently and be a team player
- Passion for Technology: excitement for new technology, bleeding edge applications, and a positive attitude towards solving real world challenges
We are proud to be an Equal Opportunity/Affirmative Action Employer and committed to leveraging the diverse backgrounds, perspectives and experience of our workforce to create opportunities for our colleagues and our business. We do not discriminate in employment decisions based on any protected category.
The Software Engineer – Order and Corporate Solutions is responsible for designing, developing, testing, and maintaining the full stack for Order and Corporate solutions.
Essential Job Functions:
- Implement application components and systems according to department standards and guidelines.
- Work with product and designers to translate requirements into accurate representations for the web.
- Analyze, design, code, debug, and test business applications.
- Code reviews in accordance with team processes/standards.
- Understand and work with data in varying degrees of complexity and scale.
- Responsible for planning, processing and performing all jobs in an efficient manner.
- Provide assistance to testers and support personnel as needed to determine system problems.
- Resolve problems involved with integrating new technologies with systems.
* Essential functions are the basic job duties that an employee must be able to perform, with or without reasonable accommodation. The function is considered essential if the reason the position exists is to perform that function.
Supportive Job Functions:
- Remain knowledgeable of new emerging technologies and their impact on internal systems.
- Available to work on call when needed.
- Perform other miscellaneous duties as assigned by management.
*These tasks do not meet the Americans with Disabilities Act definition of essential job functions and usually equal 5% or less of time spent. However, these tasks still constitute important performance aspects of the job.
Knowledge, Skill, and Abilities:
- Experience using C#, JavaScript, and Angular or React.(Must Have)
- Experience with web services and RESTful APIs. (Must Have)
- Experience with ASP.NET, ASP.NET MVC, and ADO.NET. (Must Have)
- Experience with Sql databases. (Must Have)
- Experience with Java, Bootstrap, and Event Queueing.
- Experience with order entry, billing, and accounting.
- Familiarity with modern CI/CD methods.
- Exposure to Python, Django, and AWS.
- Ability to organize, prioritize, and handle multiple assignments on a daily basis.
- Strong and effective inter-personal and communication skills
- Ability to interact professionally with a diverse group of clients and staff.
- Must be able to work flexible hours on-site and remote.
- Must be able to coordinate with other staff and provide technological leadership.
- Ability to work in a complex, dynamic team environment with minimal supervision.
- Must possess good organizational skills.
Education, Experience, and Certification:
- Associate’s or bachelor’s degree preferred (Computer Science, Engineer, etc.), but equivalent work experience in a technology related area may substitute.
- 5+ years relevant experience, required. *
- Experience using version control daily in a developer environment.
- Experience with C#, JavaScript, and Angular or React is required.
- Experience with ASP.NET, ASP.NET MVC, and ADO.NET is required.
- Experience working with MS-SQL database.
- Experience working with Java, Bootstrap, and Event Queueing.
- Experience with order entry, billing, and accounting.
- Exposure to Python, Django, and AWS.








