
Application Engineer Seals or Oil and gas
Summary -
Responsibility – To extend technical support to sales/customers for all kind of technical enquiries,manage projects, handling seal failure analysis(performance issue). Has a large technical understanding to respond to customers' requests to safeguard existing business.
Responsibilities:
- To study the EAR(Engineering action request), customer drawing/technical specification,seal selection and make the proposal drawing for potential customers.
- Follow up on proposal with customer for approval etc
- During proto development, to support the seal installation.
- In case of any seal failure, to study & find out the possible reasons. Sending the failure analysis report taking guidance from experts.
- Understand Customer Technical training
- Visiting the customers along with CSR as & when required
- To handle the projects & maintaining the project report.
- To keep track of customer & supplier drawings, standards, quotes etc.
- Participate in promotional activities like exhibition, technical seminars etc.
- To promote new seals in our customer application.
- Process knowledge of Oil & Gas Segment
Education and Experience:
Qualification: ME / Mechanical Engineering / BE in Mechanical Engineering
Exp in Oil & Gas, & OEM Sales with 5-7 Years
Competencies:
- Strong work experience in application engineering & design with respective customers
- Familiar with CRM Software
- Strong Knowledge on Business Sales and Marketing Practices
- Knowledge in seals, Hydraulics and Pneumatics Systems Preferred
- Process knowledge of Oil & Gas segment.
- Knowledge on Rubber/Plastics products
- Excellent customer focus and understanding of total customer satisfaction
- Ability to lead and motivate customers
Behavioral Characteristics
- Self motivated
- Passionate about learning new things and taking challenges positively.
- Eager to learn the capability
- Able to communicate ideas effectively
- Ability to communicate effectively with business users and other IT Groups
- High level of self-control and good personal time management.
- Flexible adaptation to business process alignment with system and industry best practice
Geography to cover and Travel requirements
- PAN India customers base. Willingness to travel across India, frequently or as & when required.
Behavioral Characteristics:
- Excellent Customer Focus and understanding of Total Customer Satisfaction
- Ability to work independently as well as in a team environment
- Excellent written and verbal communication skills, people and relationship building skills
- Strong analytical, decision making and problem solving skills
- Proactive involvement, good initiator
Interview process
2 rounds - Virtual interview and 1 round Face to Face
Any other Criteria
- Notice Period: Below 60 or 90 Days
- Gender: Female and Male; Female preferred
- Qualification:BE in Mechanical Engineering
- Experience: 4-7 Years
- We don’t consider candidates who have changed multiple companies.
- Without mandatory skills experience, the candidate profiles will not be considered
- We want a candidate from Bangalore/Karnataka; we can look for a candidate from Tamil Nadu, Andhra Pradesh, and Kerala. Other Location candidates will not be accepted.

About Trelleborg Sealing Solutions
About
Similar jobs
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.
It is a platform for creators, influencers and celebrities to grow, manage and monetise their community. It is aimed at both established and aspiring online creators who want to pursue their passion. Our vision is to enable anyone and everyone to make a successful living doing what they enjoy.
Skills And Qualification:-
- Must have experience with any scripting language (JavaScript/NodeJS preferred)
- Experience with API-driven and highly scalable application is a plus
- Good knowledge of non-relational DB (MongoDB preferred)
- Good with data structures and algorithms
- Good to have an experience with testing framework and CI/CD pipeline
- 1+ years of experience in software development preferably B2C experience.
- Basic understanding of Frontend and client side frameworks like React, Angular, Vue will be plus
- Experience in building scalable Restful APIs & Services.
Education requirement:-
• B.Tech (computer science preferred)
Responsibilities:-
• Clarify feature requirements with product team
• Design end to end feature flow
• Write scalable and bug free code
• Take care of test and deployment pipeline
• Maintaining the existing products
Location :- Bangalore (HSR Layout,Sector 1)
- Building scalable, reliable, high-performing platforms
- Managing project priorities, deadlines, and deliverables
- Participating in the entire lifecycle including analysis, development, fixing and monitoring of issues on the assigned product lines
- Maintaining a high service levels in terms of security, performance, availability, and quality
- Establishing and implementing good development practices to create a top-class, results oriented engineering culture.
Requirements :
- 7 years - 10 years of solid hands on experience in J2EE & related technologies.
- Ability to think in terms of APIs all the time
- Hands on experience in object-oriented designs and principles.
- Hands on experience in data structures, algorithms & design patterns
- Hands on experience in server side, web architecture
- Working knowledge in Spring Framework
- Knowledge in data modeling and hands on experience with at least one RDBMS, MySQL is preferred.
- Knowledge on any of the scripting languages is desirable as you may need to write scripts Javascript, HTML or any front-end frameworks experience is desirable
- Understanding on NoSQL databases.
- You can extrapolate requirements from customers and product management and distinguish between what they need vs. what they want?
- You are always on the lookout for adding configurability and extensibility to your design.
- You cannot agree with not having ability to automatically test software.
- Usability of the solution keeps you awake at nights
We are looking for an Angular 10+ Developer responsible for to implement a complete user interface in the form of a mobile and desktop web app, with a focus on performance. Your main duties will include creating modules and components and coupling them together into a functional app. The artistic design will be delivered to you, together with a few HTML templates, but we will ask for your help in regard to animations, CSS, and final HTML output. You will work in a team with the back-end developer, and communicate with the API using standard methods. A thorough understanding of all of the components of our platform and infrastructure is required.
Responsibilities
- Delivering a complete front end application in angular 8+ framework.
- Ensuring high performance on mobile and desktop
- Writing tested, idiomatic, and documented JavaScript, HTML and CSS
- Coordinating the workflow between the graphic designer, the HTML coder, and yourself
- Cooperating with the back-end developer in the process of building the RESTful API
- Communicating with external web services
Skills and Qualifications
- Proficiency with JavaScript and HTML5, Bootstrap and Angular
- Professional, precise communication skills
- Deep knowledge of AngularJS practices and commonly used modules based on extensive work experience
- Creating self-contained, reusable, and testable modules and components
- Ensuring a clear dependency chain, in regard to the app logic as well as the file system
- Extensive knowledge of CSS and JS methods for providing performant visual effects and keeping the framerate above 30fps at all times
- Thorough understanding of the responsibilities of the platform, database, API, caching layer, proxies, and other web services used in the system
- Validating user actions on the client side and providing responsive feedback
- Writing non-blocking code, and resorting to advanced techniques such as multi-threading, when needed
- Creating custom, general use modules and components which extend the elements and modules of core Angular10+ versions
- Experience with all levels of operation available to the front-end,
- Experience with building the infrastructure for serving the front-end app and assets
- Architecting and automating the build process for production, using task runners or scripts
- Documenting the code inline using JSDoc or other conventions
Roles & Responsibilities:
- Work as a Web Developer to create front end & backend of websites
- Play a key role in the design lifecycle, from brief through to design and release/implementation
- Should have good knowledge of HTML, CSS, REACT JS, NODE JS, POSTGRES, GIT, REST API.
- A good understanding of servers, hosting, domains, DNS
- Ensure all designs work across all browsers and on all devices
- Help to design elements of mobile apps
- Ensure all designs are produced to deliver a great user experience
Key Skills/Experience:
- A minimum of one year of experience in designing and developing websites and web apps
- Good working experience in React JS, Redux, JavaScript ES6, NodeJS, AJAX, HTML, CSS, etc
- Knowledge about REST API
- Who has worked on libraries such as Bootstrap, Material is.
- Experience with Unit testing, Git, GitHub, and other DevOps and CI/CD tool
- A strong portfolio that demonstrates a range of work and techniques
- A passion for strong web design that delivers a great user experience
- A good understanding of the latest web design trends






