Associate Software Engineer - Job Description Position Overview We are seeking an Associate Software Engineer to join our EnCore ERP development team. You will work on a large-scale, mission-critical enterprise resource …
Additional Information Renesas is an embedded semiconductor solution provider driven by its Purpose, To Make Our Lives Easier. With a global team of over 21,000 engineers and problem solvers in more than 30 countries, we…
Company Description When you work for John Crane, you join a community driven by pioneering spirit and a legacy of innovation. Our engineered solutions drive reliability, uptime and energy efficiency, empowering the worl…
The group you’ll be a part of The Global Operations Group brings information systems, facilities, supply chain, logistics, and high-volume manufacturing together to drive the engine of our global business operations. We …
Skills: Project Management, Program Management, Supply Chain Management, Operations Management, Cross-functional Team Leadership
Key Responsibilities Test backend services and APIs. Apply C and C++ concepts within the SDLC. Automate desktop, web, and mobile applications. Work extensively with Linux/Windows, Selenium, API testing, Robot Framework, …
Skills: Backend Testing, API Testing, C, C++, Python
The group you’ll be a part of The Global Information Systems Group is dedicated to the success of Lam through providing best-in-class and innovative information system solutions and services. Together, we support users g…
Skills: Palantir Foundry, Data Architecture, Platform Engineering, SQL, Python
Job Summary The Lab Technician will support Senior Technicians in board bring-up activities and shipment packing. The candidate will work closely with Senior Technicians, and the Test & Tune Manager on various tasks. The…
Job Description This role involves the development and application of engineering practice and knowledge in the creation and assurance of products and solutions across engineering disciplines. Includes defining the funda…
Skills: IPC Authoring, Technical Publications, Airbus Standards, Root Cause Analysis, Impact Analysis
Who We Are Applied Materials is the global leader in materials science and engineering solutions that are at the foundation of virtually every new semiconductor chip and advanced display in the world. The equipment that …
Skills: Supplier engineering, Quality assurance, New product development, Design for manufacturability, Project management
At Capgemini Engineering, the world leader in engineering services, we bring together a global team of engineers, scientists, and architects to help the world’s most innovative companies unleash their potential. From aut…
Skills: Mechanical engineering, Mechanical systems design, Equipment maintenance, System simulation, Performance evaluation
Job Description SummaryThe Gas Turbine Inquiry to Remittance (ITR) Engineer within Gas Power business is an Engineering position which leads many aspects of technical support across the spectrum of ITO and OTR to help co…
Skills: Gas turbine engineering, Project management, Technical support, Mechanical systems, Electrical systems
Transport is at the core of modern society. Imagine using your expertise to shape sustainable transport and infrastructure solutions for the future. If you seek to make a difference on a global scale, working with next-g…
Skills: Data analytics, Data visualization, Storytelling, Project management, Quality tools
Be a part of our mission! As a world leader in creating comfortable, sustainable, and efficient climate solutions for buildings, homes and transportation, it's our responsibility to put the planet first. For us at Trane …
Be a part of our mission! As a world leader in creating comfortable, sustainable, and efficient climate solutions for buildings, homes and transportation, it's our responsibility to put the planet first. For us at Trane …
Skills: Creo, Teamcenter, Windchill, Sheet Metal Design, Plastic Part Design
Title: Lead, Commercial Agreements About GlobalFoundries: GlobalFoundries is a leading full-service semiconductor foundry providing a unique combination of design, development, and fabrication services to some of the wor…
Dover is a diversified global manufacturer with annual revenue of over $8 billion. We deliver innovative equipment and components, specialty systems, consumable supplies, software and digital solutions, and support servi…
Skills: Sheet metal design, Weldment design, Plastic part design, SolidWorks, AutoCAD
Who We Are Applied Materials is the global leader in materials science and engineering solutions that are at the foundation of virtually every new semiconductor chip and advanced display in the world. The equipment that …
Who We Are Applied Materials is the global leader in materials science and engineering solutions that are at the foundation of virtually every new semiconductor chip and advanced display in the world. The equipment that …
Skills: Supplier engineering, Quality assurance, New product development, Design for manufacturability, Technical auditing
Be a part of our mission! As a world leader in creating comfortable, sustainable, and efficient climate solutions for buildings, homes and transportation, it's our responsibility to put the planet first. For us at Trane …
Skills: Mechanical Engineering, Automobile Engineering, Product Design, New Product Development, Value Analysis
ABOUT US PHINIA: Advancing sustainability today, powering a cleaner tomorrow. PHINIA is an independent, market-leading, premium solutions and components provider with over 100 years of manufacturing expertise and industr…
Sign up with Clera and we'll reach out the moment a role actually fits you — no more spraying applications into the void.
Full-time
bachelor degree
Posted 8d ago
~40 hrs/week
Responsibilities
The Associate Software Engineer will develop and maintain mission-critical enterprise resource planning systems using C# and SQL. They will participate in code reviews, debug complex issues, and collaborate with cross-functional teams to ensure high code quality and data integrity.
Requirements
Candidates must have a strong foundation in C#, .NET, and SQL fundamentals, including experience with database transactions and debugging. A bachelor's degree in Computer Science or equivalent self-directed learning is preferred, along with a commitment to continuous learning and code quality.
Full job description
Associate Software Engineer - Job Description
Position Overview
We are seeking an Associate Software Engineer to join our EnCore ERP development team. You will work on a large-scale, mission-critical enterprise resource planning system serving the corrugated packaging manufacturing industry. As an entry-level engineer, you will build foundational skills in C#/.NET development, database design, and software quality practices while contributing to a mature, production system used by manufacturing customers worldwide.
This role emphasizes learning, code quality, and data integrity over breadth of features. You will write code that handles financial transactions, inventory management, and production scheduling—where correctness is non-negotiable.
Key Responsibilities
Write safe, testable C# code that follows enterprise standards for parameter binding, exception handling, and resource cleanup.
Develop and maintain SQL queries that correctly handle joins, grouping, null values, and transaction boundaries.
Debug systematically using logs, breakpoints, and methodical reasoning rather than trial-and-error.
Participate in code review as both author and reviewer, learning from peers and contributing to team code quality.
Implement features and bug fixes from specification, with attention to edge cases and test coverage.
Own your learning curve—ask questions, document unfamiliar patterns, and build mental models of the codebase.
Collaborate across functional areas—work with QA, product, and customer success to understand business requirements and validate solutions.
AI Proficiency (L1: AI Aware)
Scope: Self-directed learning and individual task support
Understanding: Recognize when AI tools (Claude, GitHub Copilot, etc.) can accelerate learning and coding, and when human judgment is required.
Usage: Ask AI for explanations of unfamiliar code patterns, database concepts, and debugging techniques.
Validation: Understand that AI can hallucinate or provide incorrect solutions; always verify generated code before committing.
Policy compliance: Follow team policies on data safety, secrets handling, and appropriate use of AI tools.
Risk awareness: Recognize basic risks: AI-generated code without understanding, over-reliance on suggestions, accidental data leakage.
Examples:
Use Claude to explain unfamiliar patterns or Code behavior.
Ask GitHub Copilot for SQL boilerplate while you verify the logic.
Request AI help explaining error messages or debugging strategies.
Always review AI-generated code and understand it before committing.
Required Qualifications
Technical Foundation
C# and .NET Framework fundamentals:
Understanding of value types vs. reference types and when each applies.
Ability to use LINQ and collections (List<T>, Dictionary<TKey, TValue>).
Familiarity with async/await patterns.
Knowledge of exception handling and the using statement for resource cleanup.
SQL fundamentals:
Ability to write SELECT, INSERT, UPDATE, and DELETE queries.
Understanding of INNER JOIN, LEFT JOIN, GROUP BY, and WHERE vs. HAVING clauses.
Correct use of IS NULL / IS NOT NULL instead of equality comparisons with NULL.
Understanding of transactions and why related operations belong in a single transaction.
Ability to use parameterized queries to prevent SQL injection.
Data safety and quality:
Recognition that SQL parameters protect against injection, quoting issues, and data format problems.
Understanding that UI validation is not sufficient—database constraints and application logic must enforce integrity.
Knowledge of why catching exceptions without handling them is dangerous.
Awareness that disabling buttons or showing confirmation dialogs must be paired with database-level uniqueness constraints.
Debugging discipline:
Ability to step through code with a debugger and inspect variable state.
Habit of reviewing logs and error messages before guessing at causes.
Understanding of when to add logging vs. when to set breakpoints.
Willingness to write small test cases to isolate problems.
General Competencies
Communication: Explain unfamiliar code in plain language; ask clarifying questions about business requirements.
Ownership: Take responsibility for code quality, testing, and correctness rather than shipping and hoping.
Curiosity: Understand the "why" behind patterns and best practices, not just the syntax.
Collaboration: Work well with code reviewers, QA, and cross-functional teams.
Preferred Qualifications
Experience with a relational database (SQL Server, PostgreSQL, MySQL, or Oracle).
Familiarity with web development (ASP.NET, WinForms, or similar).
Understanding of version control (Git, Azure DevOps, or similar).
Experience with unit testing frameworks or test-driven development.
Exposure to enterprise software or ERP systems.
Bachelor's degree in Computer Science or a related field (or equivalent self-directed learning
The Leading Software Platform for the Packaging Industry
Industry
Software Development
Company size
51-200 employees
Headquarters
Fort Washington, Pennsylvania
LinkedIn followers
5,092
Amtech is the only platform purpose-built to connect estimating, planning, and plant-floor execution for corrugated, folding carton, flexible packaging, and label manufacturers. With 40+ years of deep vertical expertise, AI-augmented tools, and cloud-ready infrastructure, we turn volatile plant data into predictable, profitable performance.
Offices: 600 W Office Center Dr, Fort Washington, Pennsylvania 19034, US
ERP SystemsCorrugated & Folding Carton SoftwareOnline Ordering SystemsWorkflow ManagementDelivery and LogisticsWireless Inventory ManagementReal Time Production SystemsBusiness IntelligenceData AnalyticsCloud Hosting
How many Manufacturing jobs are open in Bengaluru, India right now?
There are currently 3,357 open manufacturing positions in Bengaluru, India listed on Clera. New openings are added daily as companies post roles.
Which companies are hiring for Manufacturing roles in Bengaluru, India?
Companies currently hiring include Applied Materials, Bosch, Accenture, Capgemini, Qualcomm, among others. Browse the listings above to see every active employer.
Are there remote or hybrid Manufacturing jobs in Bengaluru, India?
Yes — 564 of the 3357 open manufacturing positions offer remote or hybrid work (39 remote, 525 hybrid).
How do I apply for Manufacturing jobs in Bengaluru, India?
Each listing links directly to the employer's application page. Apply early — fresh listings get the most recruiter attention in the first two weeks.