
Job Description:
Location: Bangalore (onsite)
Experience: 6 - 9 years
Employment type: Full-time
The Role:
As IT Manager, you will own day-to-day IT operations and take end-to-end responsibility for the infrastructure, identity, and endpoint security that keep our people productive and our business secure. You will drive initiatives aligned to our information security programme, mentor a junior engineer, and represent IT during audits and leadership reviews. This is a hands-on functional ownership role. You will be equally comfortable writing a security policy, configuring a firewall, troubleshooting a laptop, and presenting an IT health summary to senior management.
What You Will Do:
IT Operations and User Support:
Run daily IT operations across laptops, identity, access, networking, collaboration tooling, and meeting-room infrastructure.
Own the end-to-end onboarding and offboarding experience - provisioning, device configuration, access, training, and clean revocation.
Continuously improve ticket response and resolution quality.
Security and Identity:
Administer and secure Microsoft 365 and Microsoft Entra ID, including licensing, Conditional Access, MFA, and SSO integrations.
Own endpoint security through EDR and MDM platforms - deployment, tuning, alerting, and incident handling.
Maintain firewall, VPN, Wi-Fi, and network segmentation.
Run periodic vulnerability assessments and coordinate remediation.
Compliance and Audit:
Maintain and evolve the information security management system aligned to ISO 27001:2022.
Write, update, and communicate IT and security policies. Keep evidence audit-ready.
Represent IT during internal and external audits.
Vendor and Asset Management:
Manage vendor relationships for hardware, software, SaaS, endpoint security, MDM, firewall, and connectivity partners.
Optimise SaaS licence usage across the organisation.
Oversee the full asset lifecycle - procurement, allocation, audit, and responsible retirement.
Team and Enablement:
Mentor and grow the junior engineer on the team.
Lead IT onboarding sessions and periodic security awareness training.
Build clear, leadership-facing reporting on IT health, security posture, and compliance.
What You Will Bring:
Must-haves:
6 to 9 years in IT operations, including at least 2 years leading the function or a clear sub-function.
Hands-on Microsoft 365 and Microsoft Entra ID administration, including Conditional Access, MFA, and SSO.
Meaningful ISO 27001:2022 experience - you have written or significantly updated security policies and participated in at least one audit cycle.
Hands-on deployment experience with modern EDR and MDM platforms.
Working knowledge of networking: firewall, VLAN, VPN, DHCP, DNS, Wi-Fi security.
Scripting ability in PowerShell or Python.
Experience managing IT in an organisation with no or minimal on-premise server footprint.
Strong written and spoken English.
Preferred:
ISO 27001 Lead Implementer or Lead Auditor certification.
Microsoft certifications: MS-102 or AZ-500.
Experience with a SIEM platform such as Wazuh, Microsoft Sentinel, or equivalent.
Experience administering Google Workspace.
Experience managing Zoom Rooms or Microsoft Teams Rooms.
Familiarity with SOC 2 or GDPR.
Background in a services or consulting company.
Why This Role:
Short reporting line to IT leadership. Fast decisions and real mentorship.
Full-stack ownership of a modern, cloud-first IT function.
Exposure to current security tooling across identity, endpoint, and compliance.
Structured career development toward a Head of IT profile.
Compensation is competitive and will be aligned to your experience and fit.
About the Company:
Pace Wisdom Solutions is a deep-tech Product engineering and consulting firm. We have offices in San Francisco, Bengaluru, and Singapore. We specialize in designing and developing bespoke software solutions that cater to solving niche business problems.
We engage with our clients at various stages:
• Right from the idea stage to scope out business requirements.
• Design & architect the right solution and define tangible milestones.
• Setup dedicated and on-demand tech teams for agile delivery.
• Take accountability for successful deployments to ensure efficient go-to-market Implementations.
Pace Wisdom has been working with Fortune 500 Enterprises and growth-stage startups/SMEs since 2012. We also work as an extended Tech team and at times we have played the role of a Virtual CTO too. We believe in building lasting relationships and providing value-add every time.

About Pace Wisdom Solutions
About
Similar jobs
We have multiple opening for Famous Bar in Mumbai/
Locations : Chembur / Vashi / Wadala / Ghatkophar / Borivalli
Positions :
1.Bartender
2.Chef ( Commi1 ,Commi 2 and commi 3 )
3.Hostess
4.Steward ( Waiter )
5.Runner ( Helper)
6,Guest Relation Officer
7.Asst Restaurant Manager
Experience : Fresher with Degree / Diploma in Hotel management / Hospitality can apply
or Experience can apply
Good communication skills
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 Description:
We are looking for an experienced Laravel Developer to join our dynamic team at Hyvikk Solutions. The ideal candidate will have a strong understanding of PHP and the Laravel framework, along with a passion for coding and problem-solving.
Key Responsibilities:
- Develop, test, and maintain robust Laravel-based web applications.
- Collaborate with cross-functional teams to design and implement new features.
- Troubleshoot and debug application issues and performance bottlenecks.
- Write clean, scalable, and well-documented code.
- Integrate APIs and third-party services into web applications.
- Stay up-to-date with the latest Laravel and PHP trends and technologies.
Requirements:
- Experience: Minimum 6+ months of hands-on experience with Laravel development.
- Skills: Strong proficiency in PHP, Laravel, MySQL, HTML, CSS, JavaScript, and REST APIs.
- Knowledge of version control tools like Git is preferred.
- Understanding of MVC architecture and OOP concepts.
- Ability to work in a team environment and meet project deadlines.
- Problem-solving skills and attention to detail.
Education:
Bachelor's degree in Computer Science, IT, or a related field.
Perks and Benefits:
- Flexible working hours.
- Fun Friday activities.
- Friendly work environment.
- 2nd and 4th Saturday holidays.
- Career growth opportunities.
Roles and Responsibilities
- Write fresh, original in-house long-form SEO content for blogs, landing pages, and website pages
- Conduct keyword research to support SEO-driven content strategies
- Create long-form content such as blogs, guides, and thought leadership articles
- Support the sales team with pitch decks, sales email templates, etc.
- Plan and write content for social media platforms, short-form content, and content management
- Design and write email campaigns for lead generation
- Bring new, bright, and creative content ideas to the table
- Maintain a strong eye for detail in grammar, tone, and structure
- Rewrite, update, and optimize existing content
- Produce SEO-optimized content aligned with search intent
- Collaborate with marketing and SEO teams to improve content performance, impressions, and rankings.
Required Skills and Tools
- Strong writing, editing, and proofreading skills
- Clear and confident communication skills
- Experience or working knowledge of SEO content writing
- Familiarity with tools like SEMrush, Google Analytics, and Google Search Console
- Experience using WordPress for content publishing is a plus
- Ability to write both long-form and short-form content
- Understanding of content optimization for search engines
- Basic knowledge of copywriting principles
We are seeking a skilled DevOps Engineer with 3+ years of experience to join our team on a permanent work-from-home basis.
Responsibilities:
- Develop and maintain infrastructure using Ansible.
- Write Ansible playbooks.
- Implement CI/CD pipelines.
- Manage GitLab repositories.
- Monitor and troubleshoot infrastructure issues.
- Ensure security and compliance.
- Document best practices.
Qualifications:
- Proven DevOps experience.
- Expertise with Ansible and CI/CD pipelines.
- Proficient with GitLab.
- Strong scripting skills.
- Excellent problem-solving and communication skills.
Regards,
Aishwarya M
Associate HR
We are looking "iOS Mobile Developer" for Reputed Client @ Coimbatore Permanent Role
Experience: 3+ Yrs
Essential Duties and Responsibilities:
The candidate would be responsible for iOS development for mobile platform for new products & services.
• To engage hands-on in the development activity of products / services.
• Participate in daily scrum meets & scheduling of tasks, review accomplishments by end of day.
• To contribute to coding / build & also guide the junior developers.
• To estimate task schedules of junior developers & support development team to achieve the tasks.
• Review code quality.
• Preparing time & cost budgets for new projects & revamping of existing products
Education and/or Work Experience Requirements:
• Candidate should possess B. E / B. Tech / MCA or relevant IT academic background.
• Excellent verbal and written communication skills, including ability to effectively communicate with internal and external customers.
• Thorough knowledge of budgeting time & cost of projects.
• Should have 3+ years of relevant experience in Android mobile development process with proficiency in – iOS SDK, Objective C, Swift, Cocoa Touch, Realm.
• Should have the capability to handle & deliver projects with emphasis on quality & delivery schedule.
• Experience in working with cross cultural environment will be an advantage.
• Must be able to work under pressure and meet deadlines, while maintaining a positive attitude and providing exemplary customer service.
• Should possess necessary skills to collaborate with mobile development teams.
• Ability to manage independently and to carry out assignments to completion within parameters of instructions given, prescribed routines, and standard accepted practices.
Job Description
▪ You are responsible for setting up, operating, and monitoring LS system solutions on premise and in the cloud
▪ You are responsible for the analysis and long-term elimination of system errors
▪ You provide support in the area of information and IT security
▪ You will work on the strategic further development and optimize the platform used
▪ You will work in a global, international team requirement profile
▪ You have successfully completed an apprenticeship / degree in the field of IT
▪ You can demonstrate in-depth knowledge and experience in the following areas:
▪ PostgreSQL databases
▪ Linux (e.g. Ubuntu, Oracle Linux, RHEL)
▪ Windows (e.g. Windows Server 2019/2022)
▪ Automation / IaC (e.g. Ansible, Terraform)
▪ Containerization with Kubernetes / Virtualization with Vmware is an advantage
▪ Service APIs (AWS, Azure)
▪ You have very good knowledge of English, knowledge of German is an advantage
▪ You are a born team player, show high commitment and are resilient
Qualifications Required:
Education: Relevant degree in software engineering fields; training in principles and techniques of software development.
Experience: 1-5 years of relevant software architecture, software development and software testing experience.
Skills:
- Strong technical skills in .Net, C#, VB, SQL Server 2008, Oracle, AJAX, Web Services. Strong English reading and writing communication skills, with an ability to express and understand complex technical concepts. Strong analytical, problem-solving, and conceptual skills. Ability to work in teams and has strong interpersonal skills. Ability to work under pressure and meet tight deadlines. Ability to deal with clients and travel to project sites. Possess good organizational skills. Demonstrated ability to lead a moderate group of software engineers and also able to work independently. Ability to anticipate potential problems, determine and implement solutions.
Responsibilities: Responsible for software development activities throughout the project, including key phases of process such as development, testing, implementation.
Other: Be familiar with systems concepts design and standards. Good awareness and practical approach of standard SDLC and be quickly able to understand adhere to coding standard followed by Ember Technologies Pvt. Ltd.
Hi,
Enterprise Minds is hiring Java Developer for Pune Location.
Title: Sr.java Developer
Location : Pune
Exp : 7+ Years
- Strong Java background and backend Database experience
Must have strong exp in SQL
Experience should include working on an Enterprise level product.
- Should have knowledge in Apache Calcite
As part of the Aurum PropTech Development Team, the person will be responsible for working
with the Development Manager and assisting with all functions of software coding and design.
You will be working closely with other developers, UX designers, business, and systems analysts.
You will be responsible for Developing, Testing, and Analyse programming applications in the
Agile method. Analyze and rectify software errors and present precise status reports on time.
Your primary focus will be the development of all server-side logic, definition, and maintenance
of the central database, and ensuring high performance and responsiveness to requests from the
front-end. You will also be responsible for integrating the front-end elements built by your co-workers into the application. Therefore, a basic understanding of front-end technologies is
necessary as well.
To ensure success as a Software Engineer, you should have a good working knowledge of basic
programming languages, the ability to learn new technology quickly, and the ability to work in a
team environment. Ultimately, a top-class Software Engineer provides valuable support to the
design team while continually improving their coding and design skills.
Key Responsibilities:
• Build web apps, mobile apps, POC’s and applications using the latest frontend technologies.
• Providing timely resolution to reported problems with existing websites.
• Working closely with both the design and project resources to achieve the best possible
results in web projects from conception right through to delivery.
• Ensuring all work adheres to current industry best practices.
• Self-motivated, goal-oriented, and able to work in a team environment.
• Detail-oriented and Present minded.
• Committed, enthusiastic, sincere, and trustworthy.
• Excellent communication skills with the ability to effectively interface with all levels and
departments on a formal, informal, written, and verbal basis.
What we are looking for
Essential Skills
• Good understanding of website integration and software creation.
• Excellent verbal and written communication skills.
• Able to follow clear instructions according to client demands.
• Strong analytical and problem-solving skills.
• Creative ability to produce effective solutions to client problems.
• Good team player that is enthusiastic about delivering results.
• Hands-on HTML, CSS, JavaScript, PHP, C++, JAVA, and other relevant web design coding
languages.
• Create and test applications for websites.
• Collaborate with team members.
• Troubleshoot website problems.
• Proficient understanding of code versioning tools.
• Familiarity with development aiding tools.
• Knowledge of React JS & Angular JS is a plus point.
Qualifications
➢ Bachelor’s degree in Computer Science, BCA, MCA, Or Information Technology
Development Values:
New technology is exciting, but at Aurum PropTech we recognize that people are the key to our
successful digital transformation. We are creating a workplace where they can focus on high value, strategic work, high-rewarding career paths, and be inspired to enhance our client’s digital
services - with an Agile mindset. This is a fantastic opportunity to join a fluid and fast-paced
organization offering an attractive working environment both in terms of work type, technologies,
and projects. It is somewhere you can thrive, grow, and be challenged. The program is currently
at its nascent stage and will entail owning a challenging and fulfilling role using cutting-edge
technology. We will be willing to invest in relevant training for the right candidate.
COME JOIN US as we empower our teams with digital skills.











