
Designation: Game Designer
Department: Game Development Team
Location: Bangalore
Qualification: Any Graduate or Post Graduate
Experience: 3+ years of relevant experience in mobile game design, including at least one year on a game in live ops.
Responsibilities:
- Experience building in-game content designed to appeal to a specific audience
- Deep understanding of game currency and reward systems
- Experience writing clear and concise specs, user flows, and feature documentation
- Wide exposure to having played a variety of mobile and computer games
- 300+ hours of obsessive gaming experience in the last 1 year.
- Excellent written and verbal communication via phone, email and in-person meetings.
- Strength in collaborating with cross-functional teams
Skills:
- Proactivity - acts without being told; Brings new ideas in marketing.
- Organization and Planning - schedule, budget, focus on key priorities. Highly process driven.
- Handles pressure well - performs well under pressure; sets goals for self and product, and stays focused on the goals.
- Team Player - Works well with cross-functional teams; overcomes obstacles by collaborating with others. Can inspire teams.
- Analytical Skills - structure and process qualitative/quantitative data draw insights.
- Attention to Detail - doesn’t let important details slip or derail projects.
- Tech Skills - Strong technical background in game development
- Creative- has the ability to think outside the box; willing to take calculated risks with innovative solution approaches
- Decisive - ability to make informed decisions and stand by them
Salary: Upto 6LPA (Negotiable)
IMMEDIATE JOINING PREFERRED!

About K12 Techno Services
About
K12 Techno Services Pvt. Ltd was incorporated in the year 2010 and with its registered office in Bangalore is a leading education service provider in India, offering a dynamic suite of academic support, services and solutions to schools. The upgraded teaching methodologies, blended with effective use of technology has been the main idea behind the organization i.e. to pave the way for a global approach towards education. With its band of services, facilitate schools to leverage on its strength.
Planning academics and its execution with teachers and resource management are some of the key features of our academic support and services. We provide a combination of digital media supports, including multimedia teaching aids in the form of text, images, audio-visual mode to facilitate a multi-sensory approach to knowledge sharing. We also train and support the teachers throughout the academic year, for effective classroom management practices.
Our range of offerings:
- Orchids The International Schools
- Sparkle Box - Education Kits (Preschool – 10th Grade)
- AOL Online Schools
- Plufo - Online Tuitions (Preschool – 8th Grade)
- Eduvate (ERP – School Management)
Company video
Connect with the team
Similar jobs
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).
Qualifications:
- Master’s degree in Business Administration or any Graduate in IT or Computer Science or MCA.
- Minimum of 3 years of experience in business development within the IT services industry.
- Proven track record of achieving sales targets and driving business growth.
- Strong leadership and team management skills.
- Excellent communication, negotiation, and presentation skills.
- Strategic thinker with the ability to execute plans effectively.
- Ability to work in a fast-paced, dynamic environment and manage multiple priorities
Responsibilities
We’re growing quickly on grounds of great customer love & are looking to add a new Retention Marketing Manager to our growth team. Your responsibilities would include (but not be limited to):
● Find key levers for growth in the user journey funnels across all channels (CRM, Digital marketing, direct, etc.) and platforms (App, Web, Mweb, etc.)
● Develop a personalization roadmap and execution plan across teams to help drive better visits/user and visit to buy conversions
● Drive initiatives to maximize LTV
● Manage cross-functional growth projects at both macro and micro levels, working closely with product and functional teams to run experiments, A/B tests, and roll out features on an ongoing basis
● Analytical :- Develop data-backed insights to predict good/bad customer journeys, understand user engagement, new vs retention programs to find levers for growth
Skills You’d be a great fit for the role if you display these qualities:
● Ability to drive data-backed business decisions for revenue growth
● Detail Oriented- Good at problem-solving skills
● Experience of working in unstructured environment and entrepreneurial in nature
• Action-oriented and energetic, with a focused and pragmatic approach to problem
Financial Analyst/ Financial Associate- Operations
# IMMEDIATE JOINING!!!!
# WORK TIME- 9 AM - 7 PM FIXED DAY SHIFT !!!
# WORD DAYS - MONDAY TO SATURDAY - IT IS INDIAN CORPORATE !!!
# EXCELLENT COMMUNICATION SKILLS
# CA drop outs are welcomed!!!
# NO FRESHERS ALLOWED
# ANYONE PURSUING COLLEGE DON'T APPLY
Roles and responsibilities-
- Analyze client financials, business models, and cash flows to determine optimal debt solutions.
- Develop tailored debt structures that align with client needs and market conditions.
- Conduct risk assessments and prepare feasibility reports to support lending decisions.Collaborate with clients to gather necessary financial documentation and understand funding requirements.
- Advise clients on suitable funding options, such as term loans, working capital finance, or structured finance products.
- Act as a liaison between clients and lenders to ensure smooth communication and process execution.
- Identify and establish relationships with banks, NBFCs, and other financial institutions.
- Negotiate loan terms, interest rates, and other conditions on behalf of clients to secure favorable terms.
- Manage the end-to-end loan application process, from initial submission to final disbursement.
- Oversee the preparation and review of financial models, business plans, and funding proposals.
- Ensure all documentation is accurate, complete, and compliant with regulatory and lender requirements.
- Monitor and address compliance risks during the funding process.
- Research trends in debt markets, interest rates, and regulatory changes to advise clients and the team.
- Develop strategies to position Terkar Capital as a leader in debt funding services.
- Provide insights into new debt products and innovative funding solutions.
- Track the progress of debt funding projects and ensure deadlines are met.
- Analyze the financial impact of debt funding solutions for clients and prepare performance reports.
- Provide feedback to the operations team to streamline funding processes.
- Build and maintain relationships with lenders, investors, and regulatory bodies.
- Coordinate with cross-functional teams, such as credit analysts and legal advisors, to ensure project success.
- Present funding proposals and progress updates to senior management and external stakeholders.
- Lead a team of analysts in conducting due diligence, financial analysis, and proposal preparation.
- Review and validate work done by junior team members to ensure quality and accuracy.
- Mentor and train team members to enhance their understanding of debt funding operations.
- Leverage financial tools and software to improve efficiency in analysis and reporting.
- Recommend and implement process improvements to enhance the debt funding lifecycle.
Education-
1. Basic B.Com, M.com / Finance / BBA/ MBA Finance knowledge is must with 2+ years of experience in CA firm / Accountiing firm
2. Excellent communication Skills
3. Excellent technicals skills
4. Keen to learn
5. Should be resposible in all aspects along, sense of maturity and responsibility is must.
6. PLEASE CFA/ CS/ ACCS/ CA LEVEL- APPERARING/ WILL APPERAR/ APPEARED - DON'T APPLY
7. ALREADY WORKED IN BANKS - DON'T APPLY
SALARY WILL BE BASED ON INTERVIEW - BUT NOT UNDER PAID !!!
Schedule:
- Day shift
- Fixed shift
Supplemental Pay:
- Joining bonus
- Performance bonus
Ability to commute/relocate:
- Erandwane, Pune, Maharashtra: Reliably commute or planning to relocate before starting work (Required)
Application Question(s):
- Comfortable in Monday to Saturday - 9 AM to 7 PM working ????
- Have You read the complete Job description ???? If not, please read again !!!
- Can you join immediately?? Or please tell your notice period??
Experience:
- total work: 2 years (Required)
Language:
- English (Required)
Work Location: In person
Expected Start Date: Immediately
PLEASE GO THROUGH THE WEBSITE- www.terkarcapital.com
About Propacity:
Propacity is a leading real estate company committed to transforming the real estate landscape through innovative technology and data-driven solutions. Our mission is to empower stakeholders in the real estate ecosystem with cutting-edge tools and insights. We are seeking a passionate and creative Content Writer Intern to contribute to our dynamic marketing team.
Responsibilities:
Content Creation:
-Collaborate with the marketing team to produce compelling and informative content for various platforms, including blogs, articles, social media, and website copy.
-Conduct in-depth research on real estate industry trends, market analysis, and related topics.
SEO Optimization:
-Work closely with the SEO team to optimize content for search engines and improve organic visibility.
-Implement best practices for keyword usage and on-page SEO.
Social Media Engagement:
-Assist in the creation and scheduling of engaging social media content.
-Monitor social media channels for industry trends and contribute to relevant conversations.
-Cross-Functional Collaboration:
-Coordinate with design, product, and data analytics teams to ensure content aligns with brand guidelines and messaging.
-Participate in brainstorming sessions to generate creative ideas for content campaigns.
Data Analysis:
-Utilize analytics tools to track and analyze the performance of content.
-Provide insights and recommendations based on data to enhance content effectiveness.
-Professional Development:
-Stay informed about industry developments, content marketing trends, and emerging technologies.
-Actively seek feedback and incorporate it into continuous improvement.
Requirements:
-Currently pursuing a degree in Marketing, Communications, Real Estate, or a related field.
-Exceptional written and verbal communication skills.
-Strong creative thinking and storytelling abilities.
-Ability to work independently and collaboratively in a remote or office setting.
-Basic understanding of SEO principles and content optimization.
-Familiarity with social media platforms and trends.
-Proficiency in Microsoft Office and/or Google Workspace.
Benefits:
-Hands-on experience in content creation and marketing within the real estate and technology sectors.
-Exposure to a fast-paced and innovative work environment.
-Mentorship and guidance from experienced professionals.
-Networking opportunities within the real estate and tech industries.
Job Location: Kharadi, Pune.
Experience - 7 to 8 Years
Location - Remote
Shift - US Shift (Timing 7pm to 3am IST OR 8pm to 4am IST)
Notice Period – Immediate/ 15 Days/ 1 month
Job Description:
We are looking for a Java developer experienced in developing microservices using a framework such as Quarkus, Micronaut or Spring Boot. Your primary responsibility will be to implement these microservices to a high level of quality.
Responsibilities:
- Create REST APIs to specification.
- Create documentation for the individual microservices.
Technologies:
JAVA 8, J2EE, Spring, Spring Boot, Spring Data JPA, Tomcat, SHELL Script, Hibernate, etc
Skills:
- Strong Understanding of Microservice Architecture
- Minimum 6 years of Proven/ Implementation experience in developing and deploying microservices.
- Experience working on J2EE based applications.
- Experience in performing Technical Assessment of current state of systems/ Debugging.
- Good skills in debugging.
- Strong in development of Spring Boot and Spring applications.
- Strong in development of Restful API using JAX-RS and JSON
- Good knowledge possibly experienced with AWS components like S3, Lambda, API Gateway,
- Dynamo DB, CloudWatch.
What you’ll do
- You will create REST/GraphQL based web services and APIs for consumption by mobile and web for distributed B2B platform
- You will code, test and operate Nodejs based services
- You willI implement new features in a highly collaborative environment with product managers, UI/UX experts, and fellow engineers
- You will contribute to a future-ready, high quality, and performance code base
- You will share your technical solutions and product ideas with the team
- You will mentor other engineering team members
- You will contribute to team and organizational improvements in process and infrastructure
- You will be part of a truly global team
- You will work in an exciting startup environment where you can be autonomous and try new things :)
You should apply if
- You have experience in backend development, using languages like Node.JS and Golang
- You have used TypeScript extensions
- You are familiar with NoSQL databases such as MongoDB or CouchDB, Web services, SOA patterns
- You have good working knowledge of design patterns, building and deploying microservices on the cloud
- You have hands on experience with REST APIs or GraphQL
- You have experience with Test Driven Development and know when to apply it
- You have knowledge of web libraries and frameworks such as ReactJS/VueJS, AngularJS, and Clojure
- You have experience working on AWS or other cloud stacks and Docker
- You have experience building / consuming OpenAPI and GraphQL specifications
- You have experience building microservices systems and testing them
- You have experience building systems with high data protection requirements, anonymous data and data encryption
Bonus points if
- You have worked with Blockchain technology
- You have domain expertise working with decentralised identity solutions
- You have experience of building systems that require cryptography
Logistics
Here is the interview process for this role:
- 30m interview with one of our Talent Team or Recruitment Partners
- 1h interview with our Engineers
- 1.5h pairing interview with one of our Engineers
- 3hs final interview meeting a variety of people including our CTO, Leads and other Engineers
We can be flexible with the structure if someone's circumstances or timescales require it for good reason, just let us know!
Please reach out if you have any specific requirements so we can be as accommodating as possible for you.
- Manage Denial procedures
- Process guidelines management
Key Performance Areas:
- Applying patient and insurance payments and corresponding contractual adjustment/write[1]offs/Offset for all bill types to accounts.
- Electronic scanning of Explanation of Benefits
- Preparing and processing credits and patient and insurance refunds and posting.
- Resolving misdirected payments and returning incorrect payments to sender.
- Copies any zero payments (denial) to the appropriate Patient Account representative for follow-up and post.
- Appealing both denied or underpayments.
- Correct and most debit/credit adjustments of misapplied payments to ensure accurate and timely reporting of accounts.
- Claim scrubbing and Claim submission
- Posting of Electronic Remittance Advice (ERA)
- Knowledge of Durable Medical Equipment is recommended
Skills required:
- Analytical skills
- Typing speed- at least 40 wpm
- MS office skills- MS excel proficiency is preferred
- Eye for details- error-free work
- Fair skills of English language knowledge and understanding
- Domain knowledge on medical billing is preferred but not mandatory
Educational Qualification & Work Experience
- Graduation in any stream
- Additional certification in typing, a medical prescription will be preferred
Individual abilities:
- Willing to work in night shift
- Self- driven/ self-starter
- Problem-solving ability- proactive approach to finding solutions
- Good interpersonal ability
- Career-oriented
In particular, the candidates should have prior experience of :
- Keyword research and optimization strategy
- Use of tools to monitor parameters affecting SEO
- Understanding of Google Analytics and other such tools.
- Coordinate with external agencies, freelancers etc. for executing various strategies.
Prior work experience with digital platforms in the marketplace model will be highly beneficial.










