
KEY RESPONSIBILITIES: Execution of sales/marketing plan, like
To reply all inquiries, ONLINE marketing/sales tracking for all websites / registered online portals
To Conduct Feasibility Study of inquiries received.
To call/meet existing and potential Clients Regularly
To Collect the data of requirements from customers / potential buyers
Update all Websites / online registered Portals (Indiamart /Tradeindia/tatanexarc /GEM /L&T SUFIN etc.) with latest product details.
Ensure Clear Communication with Customer and Production Team and Management
To Track Customer Complaints
Responsible to analyze feedbacks from market & give correct information to HOD- business development (strategy department)
To Measure customer satisfaction survey and track actions on the results.

About Protech Engineering and Controls Pvt Ltd
About
Company social profiles
Similar jobs
About Us: We are not just an AD agency or a creative agency, we are a Communication Company. Founded in 2014, Moshi Moshi is a young, creative, gutsy, and committed communication company that
wants its clients to always Expect the EXTRA from it. Our primary clientele consists of Startups and corporations like Ola, Zoomcar, Mercedes Benz, ITC, Aditya Birla Group, TATA Group, MTV, IHCL, Jaquar, Sobha, Simple Energy, and Godrej amongst others. We have a huge team of creative folks, marketers, learners, developers, and coders who believe Moshi Moshi is an experience rather than a company.
Job Role: Associate Art Director
Experience Level: 5+ years
Location: Bangalore, Onsite
Roles and Responsibilities:
1. Driving Organization Culture:
● Play an active and supportive role in driving the vision for the company in coordination with the Copy and SM and communicating the same to the employees within the Team
● Focus on Leadership actions impacting team members' performance to create better customer experiences and business results.
● Key focus on trying to plug any existing issues within the Organization as a whole
● Setting the democratic leadership tone for the organization
2. Business Strategy, Direction & Positioning:
● Involvement in existing brand strategy discussions and brainstorming sessions
● Develop creative programs and design concepts that meet the business objectives of the organization and that advance the brand strategies
● Lead initiatives and define future brand design direction
● Ensure design quality and that design directives are followed.
● Knowledge of the strategic direction of all accounts handled by his/her team
3. Account Mining & Partnerships:
● Work collaboratively with the SMM and strategy team to develop innovative concepts identify potential problems, and formulate recommendations
● Contributing to pitch presentations
4. Account Management:
● Detailed knowledge of the design strategy formulated for different brands.
● Ensure effective and timely implementation of strategies
● Communicate and represent the brand from the design perspective, in and outside the design team
● Briefing and managing social media and development teams
● Take regular feedback from the client regarding the quality of work and areas of improvement
● Attend important and strategic Client meetings
5. Team Management:
● Foster growth and skill development of team members
● Creative Direction. Helping to drive innovation and creativity within the team
● Internal communication to streamline and standardize service quality in line with Moshi Moshi’s positioning
● Provide leadership of the account team and client, and ensure best-in-class work is delivered consistently.
6. Planning and prioritizing the team’s work:
● Improving the tracking and monitoring of team members as they progress through their work and skill set, and providing support such as counseling and extra training, where needed
● Project Manage work and ensure all deadlines are met
● Actively participate in the hiring process as part of interviewing and assessing candidates for their team as per the requirements of the accounts.
● Keep a tab/lower the attrition factors within the team and advise and inform the management accordingly
● Training Needs Analysis and other Employee Development activities of new joiners and team members
● Track and report the length of time for the training required on various training modules and suggest improvements to the company
● Perform Quarterly Evaluations and Annual Appraisals for the team members periodically andupdate the HR and Management on the progress
● Strong Inter – department coordination to avoid any confusion
Moshi Moshi is looking for a talented and experienced Associate Art Director to join our Digital Marketing Team in Bangalore. If you are passionate about Designs larger than life. - You are meant for this role!
About the role:
Unico Connect is an Al-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies. We are hiring a Senior Al Engineer for a dedicated client engagement focused on building an Al-powered application builder platform - a product where users describe software in plain English and the system generates, previews, and iteratively refines working code. The mandatory requirement for this role is hands-on production experience shipping LLMpowered systems with agent architectures, with experience in code generation or developer tooling contexts a strong advantage. The role is product-focused and deeply hands-on. You will own everything between the user's prompt and correct code landing in the project: the agentic loop, code generation pipeline, context management, evaluation suite, and model cost strategy. You will work alongside the Senior MLOps Engineer who operationalises the infrastructure around your system, and collaborate closely with backend, frontend, and DevOps engineers.
Responsibilities:
Agent architecture: Design and own the agentic loop for the platform - request interpretation, planning, tool-calling sequence (read file, edit file, run build, search code, install package), and stop conditions. Make and revisit architectural decisions on singleagent vs. multi-agent designs, including planner/executor splits and dedicated buildrepair sub-agents.
Code generation pipeline: Own the end-to-end generation flow: task classification, context gathering, planning, targeted edits, verification, and commit. Implement diff/search-replace-based file editing with fuzzy matching and fallback strategies. Enforce scope discipline so the agent makes minimal diffs and does not modify code it was not asked to touch.
Self-repair loop: Build and tune the automated repair loop that pipes compiler, lint, build, and runtime errors back to the model with retry budgets and model escalation. This loop is the primary quality lever - the difference between 60-70% and 90%+ build success rates.
Context management: Build file-relevance retrieval so the agent sees the right files, not the whole codebase: dependency graphs, AST/tree-sitter-based chunking, embeddings, recency signals, and hybrid retrieval. Implement conversation summarisation and memory for long sessions, and address long-project degradation through codebase summaries and periodic consistency passes. Own token budgeting and prompt caching strategy.
Prompt engineering as a discipline: Own the system prompt and per-task prompt variants (new feature, bug fix, styling change). Maintain few-shot examples and enforce coding conventions, stack rules, and prohibited behaviours such as no hardcoded secrets and no whole-file rewrites. Version prompts like code with changelogs and rollback capability.
Evaluation and quality measurement: Design and own the evaluation suite: representative test prompts run on every prompt and model change, scored on build success rate, instruction adherence, and output quality including LLM-as-judge and visual/screenshot checks where relevant. Define regression gates that block qualitydegrading changes from shipping. Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time. This responsibility is nonnegotiable at this level.
Model strategy and cost: Design model routing - cheap and fast models for classification and small edits, frontier models for complex generation. Drive cost optimisation through prompt caching, diff-based edits over full-file rewrites, and tighter context selection. Track cost per agent run and tokens per task; evaluate new model releases against the eval suite and lead migrations when results justify it.
Safety and reliability of agent behaviour: Defend against prompt injection from user content and fetched web content. Ensure secrets never appear in generated client code. Define what the agent's tools may and may not do in collaboration with the platform team. Contribute to output moderation and abuse-pattern awareness.
Mentorship and engineering standards: Run code reviews, define engineering conventions for Al work, and raise the engineering bar across the Al team. Work closely with the Senior MLOps Engineer on handoff of eval design, prompt configurations, and model routing logic.
Requirements:
Hands-on production ownership of LLM-powered systems with agent architectures (mandatory). Must have personally shipped and operated at least one complex production Al system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost. POCs, internal demos, and tutorialgrade work do not qualify.
5+ years of professional software or Al engineering experience, with at least 3 years focused on LLM applications, Al engineering, or production Al systems. Candidates with strong backend backgrounds and a clear, substantive pivot into LLM systems qualify.
Strong Python proficiency and service development. Production-grade Python with FastAPI or equivalent: type hints, async patterns, streaming responses, testing, and packaging. Not notebook-only.
Depth across LLM APIs and agent systems. Production experience with at least two of OpenAl, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together). Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, Llamalndex Agents) or hand-rolled equivalent. Hands-on with tool calling, structured outputs, and multi-step reasoning.
Demonstrated, systematic evaluation practice - non-negotiable. Must have built evaluation harnesses that gate production releases, not ad-hoc testing. Hands-on with at least one of LangSmith, Langfuse, Promptfoo, Ragas, or DeepEval. Candidates with no systematic answer to evaluation should not be considered at senior level regardless of other strengths.
Cost discipline for production Al. Track record of measurable cost optimisation on production Al features. Able to speak in specifics: cost per request, savings achieved through caching or model routing, context reduction decisions.
AWS working knowledge. Hands-on with EC2, S3, IAM, and Docker. Comfort with CI/CD workflows and deploying Al services.
Awareness of LLM security failure modes. Familiar with prompt injection patterns, understands that system prompt rules alone are insufficient, and has experience with output validation and content safety in production.
Nice to have: experience with AST/tree-sitter tooling, diff-based editing systems, or compiler-adjacent work; MCP server authoring; open-source Al contributions; published technical writing on LLM systems; multi-modal model experience; fine-tuning exposure (LORA, QLORA, PEFT).
Job Summary
We are seeking a QA Engineer with strong expertise in manual testing, automation using Selenium (Java), and SQL, with hands-on experience in finance applications such as banking systems, payments, or insurance platforms. The candidate should understand core financial processes and ensure high-quality, compliant software delivery.
Key Responsibilities
- Analyze financial business requirements and create detailed test scenarios
- Perform manual testing on finance applications (web/mobile)
- Develop and execute automation scripts using Java + Selenium
- Validate backend data using SQL queries (transactions, balances, reports)
- Test critical financial workflows like:
- Account creation & maintenance
- Fund transfers (NEFT, RTGS, IMPS)
- Loan processing
- Insurance policy lifecycle
- Payment gateways & reconciliation
- Perform functional, regression, integration, and UAT testing
- Log and track defects using JIRA
- Ensure compliance with financial regulations and data accuracy
- Collaborate with developers, BAs, and stakeholders
Required Skills
Testing & Automation
- Strong knowledge of Manual Testing concepts (STLC, SDLC)
- Hands-on experience with Java + Selenium WebDriver
- Experience in test case design & execution
- Understanding of regression and data-driven testing
Key Responsibilities
- Backend & API Engineering (60% Focus)
- Design and implement REST APIs and microservices for high-performance AI systems.
- Apply enterprise object-oriented programming best practices for secure, scalable backend services.
- Integrate AI-powered features with cloud-native architectures.
- Generative AI & LLM Development (40% Focus)
- Build LLM-powered features with the OpenAI API or other LLM APIs (reasoning and non-reasoning models, temperature tuning, version control).
- Implement retrieval-augmented generation (RAG).
- Apply advanced prompt engineering and model tuning techniques for optimized results.
- Deploy and manage solutions using Docker and secure integrations (e.g., SSO, Google Drive).
What We’re Looking For
- 10+ years of backend engineering experience (REST APIs, microservices, OO enterprise architecture).
- 3+ years of experience building AI/ML solutions (LLMs, RAG, OpenAI API).
- Strong hands-on Python expertise and object-oriented design patterns.
- Hands-on experience with Langchain, Lambda, Docker, and secure system integrations.
- Proven track record delivering production-ready, scalable applications.
What’s the opportunity?
Are you a backend developer looking to fast-track your learning and growth? Have you looked at world-class products like Asana, Notion, or Airtable, and felt “I wish I were part of the early team that built these products”?
We’re a team that has previously built and rolled out globally successful SaaS products used by tens of thousands of customers. We’re laser-focused on delivering a world-class product again, and looking for an ambitious backend engineer to join our existing team of 9 engineers.
If it excites you to think of a fast-paced start-up environment, building something big from scratch, breaking down new problems, creating new APIs, working on performance issues, getting hands-on with DevOps initiatives, and showcasing demos of your work every Friday with a happy and passionate team, then this is the right opportunity for you.
Some of the tech problems you get to work on as a backend engineer would be to build the backend for a modern spreadsheet experience from scratch, work on infra as code, write robust code that is fault-tolerant, work on performant code that adheres to SLOs set by the organization.
About you:
● 3- 5 years of experience
● Expertise in the following areas ○ Java ○ HTTP Protocol
● You’ve heard of or worked with some of the following tech stacks/products ○ Spring ○ PostgreSQL ○ Redis ○ Docker ○ Message brokers ○ GitHub
● These non-functional areas are familiar to you ○ Performance ○ Debugging ○ Log management
Nice to have:
● Familiarity with AWS
What’s in it for me?
● Great opportunity: We genuinely care about everyone we hire. You’ll learn new things and grow no matter how experienced you are; you will be working with founders who have more than three decades of collective experience in building significant B2B SaaS startups.
● Great team: Work with a world-class, high-velocity team that truly embodies the values of empathy, curiosity, and customer-centricity. Check out the MTT(Meet The Team) videos on our LinkedIn.
● Great culture: An open, fun, and exciting startup culture that empowers its people to champion big problems with the freedom to think and innovate.
● Growth: You could easily and quickly transition into other roles you might like.
● Impact: You get to be part of a global, passionate team in a fast-paced and growth-oriented environment. The team has a work philosophy of being high on ambition, ownership, and a bias for action.
● Monetary rewards and benefits: Competitive stipend, flexible leave policy, and more
Business Development responsibilities includes:
Business Development Skills.
Good in Bidding, Upwork, Guru, CRM, LinkedIn and Freelancer Platform.
Have knowledge of Email Marketing.
Should have good knowledge about Digital Marketing.
Help in contacting potential clients to establish rapport and arrange meetings.
Help in developing quotes and proposals for clients.
Help in finding and developing new markets and improving sales.
Business development requirements includes:
Bachelor’s degree in any domain.
Strong communication skills and IT fluency.
Ability to manage projects and multi-task.
Excellent organizational skills.
Should be presentable.
Note - This opportunity is for those who wants to learn from starting and wants to build their career in business development profile.
Job Types: Full-time, Regular / Permanent, Fresher
Work From Office: Dehradun
Salary: ₹10,000.00 - ₹12,000.00 per month
JOB DESCRIPTION:
- Dossier preparation, review submission in ACTD/ CTD/ Country Specific format for Product registration for local and export to ensure error free timely submissions as per marketing Dept. timeline.
- To evaluate respond to any regulatory query, customer requirements that may arise from health authority so as to satisfy the query. Ensure accurate and timely responses to queries.
- Review technical documents like process validation, AMV, Stability and composition etc, labeling, batch records, specification sheets or test methods for compliance with applicable regulations and policies.
- To Co-ordinate / to visit with respective dept. in HO / Plant / ADL / R D for documents samples required for dossier / registration purpose. Co-ordination with API / PM vendors to resolve technical quires w.r.t. regulatory requirements.
- Artwork Checking development for registration and commercial purpose as per regulatory requirement Ensure that all product artwork is updated when necessary and submitted in correct format and subsequent approved artwork is accurately recorded and communicated. Handling local FDA, DCGI and regulatory related activities.
- Ensuring accurate recording and communication of regulatory submissions, correspondence with authorities and final approval to facilitate compliance.
- Carrying out any task delegated by Export Manager which contributes to overall running of the Export Department and assisting Export Manager in marketing business development activities. Participate in training activities for career development to attain a high level of competency in all aspects of regulatory affairs. Maintain current knowledge base of existing and emerging regulations, standards or guidance documents.
- 2+ years of experience in Java Development with sound knowledge of core Java
- Should have strong hands on experience with developing web applications using Servlets and JSP, Spring, Hibernate, Web Services, HTML, JavaScript
- Should have experience of working on Tomcat/Glassfish
- Experience of Google App Engine or AWS will be added advantage
- Strong knowledge of OOAD
- Comfortable working on Linux/Unix
- Good communication skills and good organization
- Willingness to work in a team environment, as well as
- Willingness to learn new
Responsibilities:
- Write production quality code in Java, J2EE, and Spring
- Adhere to software development and source control processes, git is added Advantage
- Design, build, configure, test, and document production quality software on an iterative
- Participate in design and implementation of new software.
- Work closely with users, technical leads, project managers, and other cross-functional development
- Execute on the provided design. Active coding in key technologies is required for this development position and includes: Java/J2EE, Tomcat, Web Services, REST, and spring, Hibernate/Ibatis, XML, UNIX and
- As part of the software development process you will need to create, review, and maintain all required technical documentation related to assigned software to ensure supportability and reuse.
- This individual must develop software using disciplined software development processes, adhering to team/company standards and software best practice guidelines, and corporate policies.













