Full-Time

Senior Manager Revenue Accounting

Updated on 8/23/2026

Deadline 10/24/26
Cloud Software Group

Cloud Software Group

5,001-10,000 employees

Enterprise software provider for hybrid cloud

Compensation Overview

$136k - $232.6k/yr

+ Annual bonus + Sales incentives

San Ramon, CA, USA

In Person

Bachelor's

Category
Accounting (1)
Required Skills
ERP
Mergers & Acquisitions (M&A)
Data Analysis

Get referred to Cloud Software Group

See people who can refer or advise you

Requirements
  • Provide subject matter expertise on the treatment of revenue accounting transactions under ASC 606 and related financial reporting requirements.
  • Lead and manage quarterly reviews and year-end financial audits by external auditors related to revenue, including compliance with internal control processes.
  • Lead and manage month-end and quarter-end close activities, revenue transaction reviews, manual process analyses, and account reconciliations.
  • Analyze sales transactions within enterprise resource planning systems to ensure data accuracy and revenue schedule integrity, including revenue allocations.
  • Review contract write-ups to ensure revenue is recognized in accordance with ASC 606.
  • Participate in the design and implementation of scalable revenue processes and systems that support growth and operational efficiency.
  • Participate in business transformation initiatives and integration activities related to divestitures and acquisitions.
  • Work cross-functionally with internal business partners in information technology, Business Process Operations, Order Management, Deal Mechanics, financial planning and analysis, and Legal.
  • Hold a bachelor's degree in Accounting.
  • Have at least 9 years of experience in a similar role at a public, high-growth software-as-a-service or technology company.
  • Have prior experience with revenue close operations and reconciliation processes.
  • Have deep expertise in ASC 606.
  • Have experience hiring, managing, and mentoring high-performing teams.
  • Have strong analytical, research, and problem-solving skills.
  • Have a strong background in revenue systems and automation initiatives.
  • Be self-motivated, flexible, deadline-oriented, and able to independently drive projects to completion.
  • Have strong interpersonal, communication, and business partnering skills, with the ability to work cross-functionally and at various levels within a company.
Responsibilities
  • Analyze and review complex revenue transactions to ensure appropriate ASC 606 accounting treatment is applied.
  • Manage an accurate and timely month-end and quarter-end close cycle.
  • Manage annual audit cycles and ensure an effective control environment.
  • Lead and mentor a primarily remote team consisting of internal employees and external contractors.
  • Assist with the preparation and review of executive-level analytics for internal and external presentations.
  • Drive continuous process improvement through automation, artificial intelligence-enabled solutions, and data analytics.
Desired Qualifications
  • CA/CPA preferred.

Cloud Software Group is a private equity–backed parent company formed by merging Citrix and TIBCO to serve large enterprises. It offers software for hybrid cloud environments, with Citrix providing secure digital workspaces and app delivery and TIBCO handling data management and analytics. Customers deploy Citrix for secure access and workload delivery while using TIBCO to integrate systems and analyze data across on‑premises and cloud resources. The goal is to provide a broad, integrated suite that helps enterprises securely access applications, run workloads, and manage data across multi‑cloud and on‑premises environments.

Company Size

5,001-10,000

Company Stage

Series B

Total Funding

$11M

Headquarters

Fort Lauderdale, Florida

Founded

2008

Get referred to Cloud Software Group

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • Anthropic Project Glasswing access should accelerate vulnerability discovery across all businesses in June 2026.
  • Arctera closed December 1, 2025, expanding enterprise infrastructure cross-sell opportunities.
  • NetScaler urgency keeps customers dependent on Cloud Software Group's security patches and support.

What critics are saying

  • Cloud Software Group cut roughly 15% of staff in May 2026, pressuring execution.
  • NetScaler CVE-2026-19490 exposes customer-managed gateways before 14.1-73.32 and 13.1-63.21.
  • ShareFile's 2024 sale signals ongoing asset pruning, not durable organic expansion.

What makes Cloud Software Group unique

  • Citrix and TIBCO together serve 98% of Fortune 500 enterprises.
  • NetScaler anchors remote access, application delivery, and secure hybrid-workflows for regulated customers.
  • Arctera added data resilience, compliance, and backup through the 2025 acquisition.

Help us improve and share your feedback! Did you find this helpful?

Benefits

Health Insurance

Dental Insurance

Life Insurance

Disability Insurance

Remote Work Options

Growth & Insights and Company News

Headcount

6 month growth

0%

1 year growth

0%

2 year growth

0%
ThreatsEye
Aug 20th, 2026
Citrix NetScaler critical flaw enables unauthenticated access bypass.

Citrix NetScaler critical flaw enables unauthenticated access bypass. Cloud Software Group disclosed two critical vulnerabilities affecting customer-managed NetScaler ADC and Gateway appliances. The most severe, CVE-2026-19490, allows authentication bypass with a CVSS score of 9.3, enabling unauthenticated attackers to gain unauthorized access to remote-access environments. Immediate patching and mitigation measures are strongly advised. ThreatsEye Published at August 20, 2026 Reading time Intelligence brief Cloud Software Group has issued an urgent security advisory for two vulnerabilities impacting customer-managed NetScaler ADC and NetScaler Gateway appliances. The most critical of these is an authentication-bypass flaw that could let unauthenticated attackers compromise remote-access environments. Below, ThreatsEye break down the technical details, indicators of compromise, detection strategies, and recommended mitigations. Overview. The primary vulnerability, tracked as CVE-2026-19490, carries a CVSS v4 base score of 9.3, indicating a critical severity. This flaw allows attackers to bypass authentication mechanisms on affected NetScaler appliances, potentially granting them unauthorized access to internal networks and sensitive resources. A second vulnerability, while not detailed in this advisory, also poses significant risk. Both affect customer-managed deployments, meaning organizations running these appliances must act swiftly to apply available patches and harden their configurations. Indicators. While specific indicators of compromise (IOCs) for this vulnerability have not been publicly released, administrators should monitor for the following suspicious activities that may signal exploitation attempts: * Unusual authentication failures followed by successful logins from the same IP * Access requests to administrative interfaces (e.g., /login, /cgi-bin) from unexpected sources * Anomalous network traffic to NetScaler management ports (e.g., 443, 22, 8080) * Presence of known exploit payloads or webshells in web server directories * Modified configuration files or unauthorized changes to user accounts Detection ideas. To detect potential exploitation, review access logs for patterns that deviate from normal behavior. The following pseudo-query can help identify repeated authentication attempts that might indicate an authentication-bypass attack: # Detect multiple login attempts from same source IP within a short time window # Adjust time range and thresholds based on your environment index=main sourcetype=netscaler:access | where event_type="authentication" OR event_type="login" bucket _time span=5m | stats count by src_ip, _time | where count > 10 | table _time, src_ip, count Additionally, enable detailed logging for all NetScaler components and monitor for any successful authentication events that lack corresponding pre-authentication activity, which could indicate a bypass. Mitigations. * Apply Patches Immediately: Upgrade all affected NetScaler ADC and Gateway appliances to the latest firmware versions provided by Cloud Software Group. Refer to the official security bulletin for specific version numbers. * Restrict Management Access: Limit access to management interfaces to trusted IP addresses only, using network-level controls or firewall rules. * Enable Multi-Factor Authentication (MFA): Even though the flaw bypasses authentication, enabling MFA can add an extra layer of security for user accounts, reducing the impact of credential compromise. * Monitor and Audit Logs: Continuously review authentication logs and network traffic for signs of exploitation. Implement alerting for unusual patterns. * Segment Networks: Ensure that NetScaler appliances are isolated from critical internal systems to limit lateral movement if compromised. * Review User Accounts: Regularly audit user accounts and privileges, removing any that are unnecessary or suspicious. Given the critical nature of CVE-2026-19490, organizations should prioritize patching and proactively search for indicators of compromise. The advisory from Cloud Software Group provides detailed guidance, and administrators are urged to act without delay to protect their remote-access infrastructure. ThreatsEye. ThreatsEye analysis covering cyber risk, threat intelligence, and practical security operations - built for defenders who need signal, not noise. PublishedAugust 20, 2026

The Register
Jun 18th, 2026
Citrix launches DaaS Flex to cut virtual desktop costs with credit-based pricing

Citrix has launched "Citrix DaaS Flex", a desktop-as-a-service product that analyses organisations' endpoint needs to optimise costs. The tool, developed from an internal cost-control exercise, assesses which users need full cloud PCs versus managed browsers or published applications. Citrix general manager Shawn Bass said many organisations overspend on inappropriately powerful virtual machines. The service creates user "personas" – typically three categories for task workers, knowledge workers and power users – and runs virtual PCs on Azure. Flex uses a credit-based pricing system spanning three-plus years, with monthly billing. Citrix budgets for 10-14 hours daily usage and absorbs any excess Azure costs. The company plans to expand to other cloud platforms and on-premises infrastructure, with a channel version in development. Bass believes rising PC prices make cloud desktops an attractive alternative to hardware refreshes.

AiThority
Jun 11th, 2026
Cloud Software Group joins Anthropic's Project Glasswing, gaining access to Claude Mythos Preview.

Cloud Software Group joins Anthropic's Project Glasswing, gaining access to Claude Mythos Preview. Partnership reinforces cyber defense capabilities. Jun 11, 2026 Prev Next 1 of 43,144 Cloud Software Group Holdings, Inc., the parent company of key software brands, such as Citrix, TIBCO and InfoScale, that provide mission-critical platforms that global enterprises use every day to run their operations, announced that it is joining Project Glasswing, Anthropic's initiative to secure the world's most critical software infrastructure. Cloud Software Group's products sit at the edge of customer environments and handle customers' most sensitive data, which makes their security a priority for the enterprises and institutions that depend on them. Cloud Software Group already runs an AI-driven product security program, with AI security review built into its software development lifecycle rather than run as a periodic audit. As part of Project Glasswing's recently announced expansion, Cloud Software Group now has access to Anthropic's Claude Mythos Preview. With Mythos, Cloud Software Group expects to build on its existing security program to create a more defensible posture by finding vulnerabilities faster, enhancing vulnerability triage and remediation planning, detecting complex attack paths that traditional security testing can miss and responding more quickly to open-source threats. Anthropic's Claude Mythos Preview will be deployed across all of Cloud Software Group's businesses, with the deployment, security architecture and governance of its use managed by Cloud Software Group. "Joining Project Glasswing advances Cloud Software Group's AI-driven efforts to ensure the security of our customers' applications and data and accelerates our already mature program," said Cloud Software Group Chief Executive Officer Tom Krause. "Our platforms are utilized in highly complex, strategic and sensitive national security, financial services and healthcare environments; and with access to this important program, we expect to move faster than ever before to detect vulnerabilities at scale and address them before they can be exploited. We look forward to working with Anthropic and other Project Glasswing participants to build the next generation of cyber defense."

Business Wire
Jun 11th, 2026
Cloud Software Group joins Anthropic's Project Glasswing to access Claude Mythos Preview for enhanced security

Cloud Software Group has joined Anthropic's Project Glasswing, gaining access to Claude Mythos Preview to enhance its cybersecurity capabilities. The company, which owns Citrix, TIBCO and InfoScale, will deploy the AI tool across all its businesses to detect vulnerabilities faster and identify complex attack paths that traditional security testing might miss. Cloud Software Group's products handle sensitive data for enterprises in national security, financial services and healthcare sectors. The company already operates an AI-driven product security programme integrated into its software development lifecycle. CEO Tom Krause said joining Project Glasswing would accelerate the company's efforts to detect and address vulnerabilities at scale before exploitation. Cloud Software Group will manage the deployment, security architecture and governance of Mythos internally.

Associated Press
May 6th, 2026
Cloud Software Group deploys Kahuna AI across Citrix, TIBCO to modernise technical support

Cloud Software Group is deploying Kahuna AI across its enterprise software portfolio to modernise technical support operations. The rollout is underway within Citrix, with planned expansion to TIBCO, Infoscale and Arctera. The AI platform captures problem states, diagnostic signals and decision paths from historical cases, enabling support teams to apply contextual intelligence in real time. This approach aims to improve resolution speed, consistency and efficiency beyond traditional static knowledge bases and manual processes. "Our AI-first approach enables us to improve efficiency, reduce complexity, and deliver better outcomes for our customers," said Andy Nallappan, president and chief operating officer at Cloud Software Group. Kahuna Labs' platform focuses on learning from real-world troubleshooting rather than relying on static documentation.