About the Organization & Opportunity:
• Our client is well established in the telecom industry
• Employees describe the company as having great people and management is always showing employees how much they are appreciated
• Great office environment to ask questions Senior Accountant
Location: Herndon, VA - Position will be hybrid Responsibilities:
• Senior Accountant position is a general ledger role supporting operating expenses for 35 subsidiaries
• Monthly, Senior Accountant will review contracts and book accruals based on the contracts or PO (going through different vendors lists and expense categories).
• Senior Accountant will complete reconciliations associated with the above accounts.
• During close, which is last week of a month and first week of month Senior Accountant will be busy with month end related tasks.
• Senior Accountant will coordinate with cash team as it relates to debts but will not be booking cash entries.
• Senior Accountant will assist with ad hoc tasks and projects, as requested Requirements
• 2-3+ years of corporate GL accounting experience
• Bachelor's Degree in Accounting or Finance
• Should have a good understanding of the accrual process
• Should have previous exposure to intercompany or multi-subsidiary accounting
• Strong Excel skills - pivot tables, VLOOKUP's, HLOOKUP's, and index matching
• Must have large ERP system experience (NetSuite is system used, previous NetSuite experience is a plus)
• International accounting experience is a plus but not required
• Multicurrency accounting experience is a plus
• Previous real estate experience is a plus Personality Fit:
• Works well in a fast-paced environment
• Eager to learn
• Detail oriented
• Strong written and verbal communication skills
• Enjoys teamwork
• Hard working
• Efficient
• Dedicated to getting the work done and getting it done correctly
• Self-Motivated - Someone who does NOT need to be micromanaged
• Committed to the position Salary: $95,000 - $105,000 Qualified candidates please submit your resume for immediate consideration for this exciting job opportunity!
#INAUG2025 EB- document.addEventListener('DOMContentLoaded', => { const root = document.querySelector('#job_desc'); if (!root) return; // Skip wrapping if we've already done it if (root.dataset.hashtagsWrapped === "1") return; const SKIP = new Set(['SCRIPT','STYLE']); const walker = document.createTreeWalker(root, NodeFilter.SHOW_TEXT, { acceptNode(node) { if (!node.nodeValue !node.nodeValue.match p{L}\p{N}_]+/u)) return NodeFilter.FILTER_REJECT; // Avoid wrapping inside an existing hashtag span let p = node.parentNode; while (p && p !== root) { if (p.nodeType === 1 && p.hasAttribute('data-hashtag')) return NodeFilter.FILTER_REJECT; if (SKIP.has(p.nodeName)) return NodeFilter.FILTER_REJECT; p = p.parentNode; } return NodeFilter.FILTER_ACCEPT; } }); const re = p{L}\p{N}_ gu; function wrapTextNode(textNode) { const text = textNode.nodeValue; re.lastIndex = 0; let m, last = 0; const frag = document.createDocumentFragment ; while ((m = re.exec(text)) !== null) { // preceding plain text if (m.index > last) frag.appendChild(document.createTextNode(text.slice(last, m.index))); // hashtag span const span = document.createElement('span'); span.textContent = m[0]; span.setAttribute('data-hashtag', '1'); // idempotence guard span.setAttribute('style', 'font-size:9px;color:#fff'); // requested inline style frag.appendChild(span); last = re.lastIndex; } // trailing plain text if (last < text.length) frag.appendChild(document.createTextNode(text.slice(last))); textNode.parentNode.replaceChild(frag, textNode); } const toProcess = []; let n; while ((n = walker.nextNode toProcess.push(n); toProcess.forEach(wrapTextNode); root.dataset.hashtagsWrapped = "1"; });