
Strong Profile in Art Direction/Integrated Design in Print & Digital Media
Mandatory (Experience): 4+ YOE in Print design (Brochures, Pamphlets, Flyers, Banner Templates) and digital designs for social media
Mandatory (Skill 1): Must have strong experience in InDesign & Figma (Figma is mandatory)
Mandatory (Skill 2): Must have experience in both Print and Digital Designing (60% in Print and 40% in Digital)
Mandatory (Portfolio) - Strong portfolio of Graphic Design works for both Print / Outdoor Ads and Social Media Campaigns (Both types of works are mandatory)
Preferred
Preferred (Education): BFA (Bachelor of Fine Arts)
Preferred (Industry): Pharma/Medico/Life Science, Advertising or Marketing Agency

Similar jobs
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.
Job Summary
Key Responsibilities
- Recruitment & Onboarding:
- Assist in the end-to-end recruitment process, including sourcing, screening, interviewing, and onboarding new employees.
- Ensure all new hires are properly oriented to company policies, including those related to information security and data privacy.
- Policy & Compliance:
- Support the development and implementation of HR policies and procedures.
- Ensure compliance with relevant labor laws and internal company regulations concerning data handling and employee conduct.
- Employee Relations:
- Address employee queries and concerns, providing guidance on HR policies and procedures.
- Assist in managing sensitive employee data securely and confidentially.
- Performance Management:
- Support performance appraisal processes and provide feedback to employees.
- HR Operations:
- Maintain accurate and up-to-date employee records, ensuring data integrity and confidentiality.
- Prepare HR reports and analytics as required.
Qualifications
- Bachelor's degree in Human Resources, Business Administration, or a related field.
- 2-3 years of progressive experience in Human Resources.
Skills & Competencies
- Excellent Communication Skills: Exceptional verbal and written communication abilities, with the capacity to articulate complex concepts clearly and concisely to diverse audiences.
- Analytical & Problem-Solving Skills: Ability to analyze HR data, identify potential risks, and propose effective solutions.
- Interpersonal Skills: Strong ability to build rapport and work effectively with employees at all levels.
- Attention to Detail: Meticulous in record-keeping and policy adherence.
- Proactive & Self-Motivated: Ability to work independently and as part of a team in a fast-paced environment.
Must have two wheeler for client visit
Senior AI Engineer
Code Generation, Agent Architecture & LLM Systems
📍 Mumbai (On-site) | Full-time | 5+ years
About the Role:
Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.
We are hiring a Senior AI Engineer for a dedicated client engagement focused on building an AI-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 LLM-powered 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 single-agent vs. multi-agent designs, including planner/executor splits and dedicated build-repair 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 quality-degrading changes from shipping.
Treat evals the way engineers treat automated testing: versioned, automated, and tracked over time.
This responsibility is non-negotiable 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 AI work, and raise the engineering bar across the AI 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 AI system - agentic, multi-step, or code generation - with end-to-end ownership of architecture, evaluation, and cost.
POCs, internal demos, and tutorial-grade work do not qualify.
5+ Years of Professional Software or AI Engineering Experience
With at least 3 years focused on LLM applications, AI engineering, or production AI 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 OpenAI, Anthropic Claude, Google Gemini, or open-weight models (vLLM, Ollama, Together).
Production experience with at least one agent framework (LangGraph, CrewAI, AutoGen, LlamaIndex 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 AI
Track record of measurable cost optimisation on production AI 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 AI 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 AI contributions
- Published technical writing on LLM systems
- Multi-modal model experience
- Fine-tuning exposure (LoRA, QLoRA, PEFT)
About the Internship
LetsIntern is looking for enthusiastic and creative students who are passionate about Web Development and Artificial Intelligence. This internship provides hands-on experience in building modern websites, integrating AI-powered features, and working on real-world industry projects.
Interns will learn how to develop responsive web applications, work with modern development tools, and leverage AI technologies to create smarter digital solutions.
Key Responsibilities
- Design and develop responsive websites and web applications.
- Work with HTML, CSS, JavaScript, and modern web development frameworks.
- Integrate AI-powered tools and features into web applications.
- Assist in website testing, debugging, and performance optimization.
- Collaborate with mentors and team members on project development.
- Create and maintain project documentation.
- Participate in code reviews and development discussions.
- Research emerging AI and web technologies.
Required Skills
- Basic knowledge of HTML, CSS, and JavaScript.
- Understanding of web development concepts and responsive design.
- Familiarity with Bootstrap, React, or similar frameworks is a plus.
- Interest in Artificial Intelligence and AI-powered web applications.
- Strong problem-solving and analytical skills.
- Willingness to learn and work on real-world projects.
Eligibility
- B.Tech, BCA, MCA, B.Sc., M.Sc., or related fields.
- Students and recent graduates interested in Web Development, Software Engineering, or AI.
- Freshers are encouraged to apply.
What You Will Learn
✅ Front-End Web Development
✅ Responsive Website Design
✅ JavaScript & Modern Frameworks
✅ AI Integration in Web Applications
✅ API Integration
✅ Website Deployment & Hosting
✅ Real-World Project Development
Benefits
✅ Internship Completion Certificate
✅ Letter of Recommendation (Performance-Based)
✅ Hands-on Industry Project Experience
✅ Professional Mentorship & Guidance
✅ Portfolio Development Support
✅ Resume & LinkedIn Profile Enhancement
✅ Exposure to AI-Powered Web Technologies
IT Infrastructure & System Administration
• Manage Windows/Linux servers, desktop systems, Active Directory, DNS, DHCP, and virtual environments (VMware/Hyper-V)
• Monitor system performance and implement improvements for efficiency and availability
• Oversee patch management, backups, disaster recovery, and security configurations
• Ensure IT compliance, conduct audits, and maintain detailed documentation
DevOps & Cloud Operations
• Design, implement, and manage CI/CD pipelines using Jenkins, GitHub Actions, or similar tools
• Manage container orchestration using Kubernetes; deploy infrastructure using Terraform
• Administer and optimise AWS cloud infrastructure
• Automate deployment, monitoring, and alerting solutions for production environments
Security, Maintenance & Support
• Define and enforce IT and DevOps security policies and procedures
• Perform root cause analysis (RCA) for system failures and outages
• Provide Tier 2/3 support and resolve complex system and production issues
Collaboration & Communication
• Coordinate IT projects (e.g., upgrades, migrations, cloud implementations)
• Collaborate with engineering and product teams for release cycles and production deployments
• Maintain clear communication with internal stakeholders and provide regular reporting
Qualifications & Skills
• Bachelor's or master’s in computer science, IT, or related field
• 3-8 years of experience in IT systems administration and/or DevOps roles
• Proficiency in:
o Windows Server (2016/2019/2022), Linux systems
o Cloud platforms (preferably AWS) o CI/CD tools (Jenkins, GitHub Actions, etc.)
o Kubernetes, Docker, Terraform, Python/Shell scripting
o Database management (MySQL, MongoDB)
• Relevant certifications (e.g., MCSA, AWS, DevOps) are a plus
• Strong knowledge of Windows Server (2016/2019/2022) and Windows operating systems.
• Experience with Active Directory, Group Policy, DNS, DHCP, and other Windows-based services.
• Familiarity with virtualization technologies (e.g., VMware, Hyper-V).
• Proficiency in scripting languages (e.g., PowerShell).
• Strong understanding of networking principles and protocols.
• Relevant certifications (e.g., MCSA, MCSE) are a plus.
Key Competencies
• Strong problem-solving and troubleshooting skills
• Excellent communication and interpersonal abilities
• Ability to manage multiple priorities and work independently
• High attention to detail and a continuous improvement mindset
We are looking Python intern/developer role. We are looking for candidates who are strong in core Python skills, able to work independently, and strong in developing logic.
Customer Support Executive
Homes247.in is seeking active and cheerful Female Customer Support Executives for our Bangalore Branch. The candidates must have excellent communication skills and persuasive skills.
Be a part of India's Favourite Real Estate Portal and scale up your career with the best.
Qualifications (FEMALE CANDIDATES ONLY)
PUC/ Any Degree
1-3 years experience
Leadership
Pleasant Personality & Voice
Enthusiasm
Communication and Negotiation Skills
Punctual and Dedicated
Job Description
Contact potential or existing customers to inform them about multiple projects and service
Good knowledge about the locations in Bangalore is preferred
Direct prospects to the field sales team when needed
Ability to form and lead CSE Teams
Handle grievances and follow up customer requirements
Keep records of calls and sales and note useful information
Explain about the project or the brand to the customers.
PAY-SCALE - BEST IN INDUSTRY
Come and Be a Part of India's Favourite Property Portal and scale up your career with the best!
- You will be responsible for the delivery of the application/ feature/ module your team will be working on.
- Write/Review Code every day in addition to pairing with team members on functional and non-functional requirements and spread design philosophy, goals, and improvements to code quality across the team
- Work with development teams and product managers to ideate software solutions
- Design client-side and server-side architecture
- Build the front-end of applications through appealing visual design
- Develop and manage well-functioning databases and applications
- Write effective APIs
- Ensure all code is thoroughly covered by automated tests and that all features meet quality checks before deployment.
- Contributing to the constant improvement of practices and processes in the team.
- Building and managing automated build/test/deployment environments
- Coordinate with cross-functional teams (Sales, Marketing, Product, Mobile, DevOps, UX, Data Science, Data Engineering, QA, etc.) to define and execute the feature roadmap.
- Research new technologies and tools and share your learning with the rest of the team.
- Provides mentoring and guidance to other team members, including new hires.
What makes you a great fit for our team:
- 5-8 years of overall experience with at least 2+ years of full-stack experience.
- Proven experience as a Full Stack Developer or similar role
- Experience developing desktop and mobile applications
- Familiarity with common stacks
- Knowledge of multiple front-end languages and libraries (e.g. HTML/ CSS, JavaScript, XML, jQuery)
- Experience in NodeJS for at least two years and exposure to Python, Go, etc will be a huge plus and JavaScript frameworks (e.g. Angular, ReactJs(preferred), VueJs)
- Familiarity with databases (e.g. MySQL, MongoDB) and UI/UX design
- Experience and knowledge of open source tools & frameworks, broader cutting edge technologies around server-side development.
- Data modeling experience in both Relational and NoSQL databases.
- Experience in building microservices-based architectures
- Knowledge of or experience with at least one or more of PaaS environments - AWS, Google App Engine, Windows Azure Cloud Services or similar
- Ability to deliver in a global team environment with members working remotely in various time zones and locations
- You are a problem solver with exceptional analytical skills and high attention to detail
- Good knowledge of data structures(list, graphs, maps) and their advantages or disadvantages.
- You thrive in a fast-paced environment, successfully handle ambiguity, and have experience working with Agile methodologies, TDD and Test Engineering and Automation
- You have excellent written and oral communication skills, with an ability to handle both executive-level discussions as well as technical deep dives
- Excellent understanding of interactive application development paradigm, memory management, performance/resource optimizations, database interactions, concurrency and multithreading, fault tolerance, monitoring, security, operability, and scalability of systems.
- Able to occasionally travel to our USA headquarters in Redwood Shores, CA
Education:
- Bachelors - (Preferably from Tier-1 College)
Keywords:
- Node, NodeJS, AWS, Full Stack, Serverless, Amazon Web Services, Lambda, REST APIs, Webservices, Microservices, ReactJs, VueJs, AngularJs
- Highly motivated and target driven with a proven track record in sales
- Excellent selling, negotiation and communication skills
- Prioritizing, time management and organizational skills
- Ability to create and deliver presentations tailored to the audience needs
- Relationship management skills and openness to feedback
- Bachelor’s degree in business or a related field
- Familiarity with BRM and CRM practices along with ability to build productive business professional relationships
- Stay abreast with customer needs, market trends and procedures at all time.
- Manage promotional programs to increase sales and revenue.









