
Job Title: Senior Executive & Executive Assistant to [CEO / C-Suite Leadership]
Location: Ghansoli, Navi Mumbai
Employment Type: Full-time
Experience Level: 4–7 Years
Role Overview
We are seeking a proactive, highly organized, and detail-oriented Senior Executive & Executive Assistant to provide strategic, administrative, and operational support to executive leadership. This high-visibility role acts as the primary liaison between the Executive Office and key internal/external stakeholders, ensuring seamless calendar management, cross-functional project tracking, and overall business execution.
Key Responsibilities
- Executive Support & Calendar Management: Proactively manage complex calendars, resolve scheduling conflicts, coordinate international/domestic travel logistics, and prioritize daily executive workflows.
- Project & Operational Coordination: Track action items from executive meetings, follow up on deliverables with department heads, and ensure key strategic projects progress on schedule.
- Communication & Board Support: Draft executive communications, prepare board decks, build high-impact presentations (PowerPoint/Google Slides), and compile briefing materials prior to critical meetings.
- Meeting & Minutes Governance: Design agendas, take structured meeting minutes, log key decisions, and drive accountability across cross-functional teams.
- Stakeholder & Vendor Management: Serve as the first point of contact for board members, clients, external partners, and vendors, demonstrating discretion and professional diplomatic communication.
- Expense & Workflow Administration: Oversee executive expense reports, coordinate administrative department budgets, and maintain confidential corporate archives.
Qualifications & Requirements
- Education: Bachelor’s degree in Business Administration, Communications, Management, or a related field.
- Experience: 4–7 years of proven experience supporting senior executives (C-level, VP, or Founder level) in a fast-paced corporate or growth environment.
- Tech Stack Skills: Advanced proficiency in Microsoft Office 365 (Excel, PowerPoint, Word), Google Workspace, and project management applications (e.g., Asana, Trello, Jira, or Slack).

About Hunarstreet Technologies Pvt Ltd
About
At Hunarstreet Technologies Pvt Ltd, we specialize in delivering India’s fastest hiring solutions, tailored to meet the unique needs of businesses across various industries. Our mission is to connect companies with exceptional talent, enabling them to achieve their growth and operational goals swiftly and efficiently.
We are able to achieve a success rate of 87% in relevancy of candidates to the job position and 62% success rate in closing positions shared with us.
Similar jobs
Fountane Archipelago · Island Role
A Little Bit About the Role
We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.
The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.
You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.
You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.
All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.
AI-First Engineering Expectation
Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.
At L3, AI-assisted engineering means:
- Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
- Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
- Using Cursor to generate tests that document existing behaviour before any restructuring begins.
- Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
- Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
- Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.
Key Responsibilities
Legacy Codebase Refactoring & the Cleaning Phase
This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.
Full Stack Development — Web & Mobile
Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.
Third-Party API Integrations
Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.
CE Collaboration & Sprint Integrity
Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.
Security Awareness
Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.
Production Incident Response
When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.
Codebase Navigation & Safe Refactoring
On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.
Code Review
Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.
Mentoring
Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.
Documentation
Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.
Qualifications
- 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
- Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
- Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
- Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
- Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
- Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
- Has coached or mentored junior engineers before, and done it well.
- Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
- Treats documentation as part of the job, not an afterthought.
- Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.
Good Communication skills
Logistics & supply chain undersating
invintory management, Data management, MS Excel.
Role - Manager (Programmatic)
About Company :-
Our Client is the world’s largest media investment company and is a part of WPP. In fact, we are responsible for one in every three ads you see globally. We are currently looking for a Manager -Social to join us. As part of the largest media agency in India, you’ll have the opportunity to leverage the scale that comes with the job. You will become an integral part of this growing team and will be working with both internal teams and external parties to ensure campaign delivery objectives are met.
This team is responsible for delivering international solutions, particularly in APAC & EMEA, with some global influence. You will enjoy working in a collaborative team environment and will hold a ‘can do’ attitude with the passion to learn and grow.
At APAC, our people are our strength, which is why fostering a culture of diversity and inclusion is important to us.
What your day job looks like at GroupM-Hub:
· Develop strong relationships with counterparts in Hub regional teams (Europe, U.S., Asia)
· Lead the training and growth of your local programmatic team
· Enforce DV360 and TrueView best practices with a focus on platform expertise, consistency, and quality of work delivery
· Be accountable for consistent work delivery to regional teams by ensuring a high quality of output
· Serve as point of escalation for your team and take ownership of resolving challenges
· Provide career development and coaching for your team
· Line manage 2-5 direct reports with as many as 10 indirect reports
· Provide timely and actionable feedback to the team to aid in their development, improvement, and progress. Provide awareness and recognition for jobs well done
· Provide support to in capacity planning & resource management for the team
· Present strong and effective communication across all level.
What you’ll bring:
· Working experience in Agency, Trading Desks or Programmatic Tech Partners
· Actual Campaign execution experience with most of the local programmatic players as well as measurement providers
· Familiar with DSP and exchange revenue streams and be able to negotiate trading benefits
· Existing relationships with publishers, programmatic product partners, as well as data providers in the local market
· Knowledge of different programmatic trading models and their implications to both advertiser’s inventory quality and publisher monetization strategies
· Being able to articulate difficult technical concepts to non-technical people such as explaining lookalike modeling and cookie mapping to the lay person.
Minimum qualifications:
· 3+ year's professional experience with digital media preferably within a media agency/trading desk
· Experience in Google Marketing Platform (DV360, CM, GA360).
· Experience in top AdTech & MarTech platforms.
· Experience in Client Decks, Programmatic Strategy, New Pitches, etc.
· Hands on experience and knowledge on programmatic platforms.
· Clear thought process & strategy to build on existing businesses.
· Competent in all Microsoft office software
• Ensuring high performance on mobile and desktop
• Writing tested, idiomatic, and documented JavaScript, HTML, and CSS
• Coordinating the workflow between the graphic designer, the HTML coder, and yourself
• Cooperating with the back-end developer in the process of building the RESTful API
• Communicating with external web services
• Ensure high-quality graphic standards and brand consistency
• Stay up-to-date on emerging technologies
• Write functional requirement documents and guides
- Deep knowledge of Angular practices and commonly used modules based on extensive work experience
- Proficiency with JavaScript and HTML5
- Extensive knowledge of CSS and JS methods for providing performance visual effects and keeping the frame rate above 30fps at all times
- Thorough understanding of the responsibilities of the platform, database, API, caching layer, proxies, and other web services used in the system
- Creating custom, general use modules and components which extend the elements and modules of core Angular
- Ability to understand business requirements and translate them into technical requirements
Job Description
We are looking for a Full stack PHP Developer responsible for managing back-end services and the interchange of data between the server and the users. Your primary focus will be the development of all server-side and user-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 into the application. Therefore, understanding of front-end technologies is necessary as well.
Responsibilities
- User-facing elements developed by front-end developers
- Build efficient, testable, and reusable PHP modules
- Solve complex performance problems and architectural challenges
- Integration of data storage
Experience: 2-5years
Key Skills: PHP, Angular JS, React JS, MySQL
Desired Skills and competencies
- Understanding of MVC design patterns
- Strong knowledge of PHP web frameworks {such as Laravel, Yii, etc depending on your technology stack}, preferably into SaaS Product development
- Understanding the fully synchronous behavior of PHP
- Basic understanding of front-end technologies, such as JavaScript, HTML5, and CSS3
- Knowledge of object oriented PHP programming
- Strong knowledge of the common PHP or web server exploits and their solutions
- User authentication and authorization between multiple systems, servers, and environments
- Integration of multiple data sources and databases into one system
- Familiarity with limitations of PHP as a platform and its workarounds
- Creating database schemas that represent and support business processes
- Strong knowledge of SQL/NoSQL databases and their declarative query languages
Proficient understanding of code versioning tools, such as GITLab
Preferred Skills
- Knowledge on Linux/Shell commands
- Demonstrates ability to communicate effectively in both technical and business environments.
- Willingness to learn Perl, NodeJS and new technologies
- Willingness to work in a collaborative, innovative, flexible and team-oriented environment
- Demonstrates ability to communicate effectively in both technical and business environments.
Job Title: Performance Engineer
Experience: 6+ years
Primary Skill: Jmeter, Neoload
Location: Hyderabad
Fulfilment Type: Fulltime
- Identify future performance needs and architectural changes based on platform scale;
- Bring your passion to contribute to an exceptional customer experience regarding the performance and scalability of our platform;
- Develop a framework to run PSR tests and measure stats for them;
- Continuously tune Infrastructure and platform performance;
- Provide capacity planning for platform services and influence product architecture for higher resiliency and lower cost of ownership;
- Operate internal testing infrastructure and raise potential defects to development teams;
- Establish best practices and standards for performant platform development;
- Create and maintain reports that describe performance issues and possible root causes;
- Work with various development teams to ensure SLA of their core APIs are tracked and maintained release over release;
- Collaborate with developers, architects, Product Management, Operations and other cross functional teams to successfully achieve teams’ objectives;
- Build and enhance infrastructure and framework and provide actionable metrics to help understand performance issues and address them proactively;
- Evaluate system performance and recommend improvements;
- Provide technical assistance to improve system performance, capacity, reliability and scalability;
- Perform load tests to validate system and solution performance and stability.
• Rich experience in Javascript / NodeJS
• Front end frameworks such as Angular, Bootstrap, Pug, Jquery
• Experience in web frameworks like ExpressJS, Webpack
• Experience in Nginx, Redis, Apache Kafka and MQTT
• Experience with MongoDB
• Experience with Version Control Systems like Git / Mercurial
• Sound knowledge in Software engineering best practices
• Sound knowledge in RestFul API Design
• Working knowledge of Automated testing tools
• Experience in maintaining production servers (Optional)
• Experience with Azure DevOps (Optional)
Others:
• Experience in digital payments or financial services industry will be an advantage.
• Participation in the processes of strategic project-planning meetings.
• Accountable for the overall application lifecycle process.
• Collaborate with External Development Teams.
• Define and communicate technical / design requirements, understanding of the workflow
and write code as per coding standards.
• Develop functional and sustainable web applications with clean codes
• Focus on coding and debugging
Job Summary
Immediate vacancy for fresher male & female candidates for Kolkata Howrah hooghly durgapur Mednipore Location.
Should be smart & Presentable
Its Full time & Permanent job.
Responsibilities and Duties
Maintain good relationship with the walk in customer in the bank branch
Move towards to high value customer for SBI bank Product & its benefit
KYC updation of SBI cards
No Field work
In House banking job
Note : Work inside the SBI bank work for SBI bank under company payroll
Key Skills
banking job, fresher, freshers, back office, backend, HS pass, data entry, bank job, finance, reception, front dest, customer care, HS pass, Undergraduate, Sales job, marketing job
Required Experience and Qualifications
HS pass or 10+2
good communication skill
Should be smart & Presentable
Age 18-32 years








