Upload Button Icon Add office photos

Signant Health

Compare button icon Compare button icon Compare

Filter interviews by

Signant Health Senior Accounts Executive Interview Questions and Answers

Updated 24 Jan 2024

Signant Health Senior Accounts Executive Interview Experiences

1 interview found

Senior Accounts Executive Interview Questions & Answers

user image Naresh Kumar Kollipara

posted on 24 Jan 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is Intercompany?
  • Ans. 

    Intercompany refers to transactions between two entities within the same company or corporate group.

    • Intercompany transactions are common in multinational corporations to transfer goods or services between subsidiaries.

    • These transactions must be recorded accurately to ensure proper financial reporting.

    • Intercompany accounts are used to track these transactions and eliminate any double counting in consolidated financial s...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Signant Health?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to SQL, BI Tools

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrating more on technical skills

Senior Accounts Executive Interview Questions Asked at Other Companies

asked in Sociabble
Q1. What software/tools are you proficient in using to enhance your s ... read more
Q2. How To Prepare Cash Flow, What Is GR-IR, Which Type of Invoice Bo ... read more
asked in Sociabble
Q3. Can you describe your approach to pricing discussions with enterp ... read more
asked in Pricol
Q4. How would you process an invoice dated from a previous year?
Q5. Type of TDS,Rate and Section, Criteria or checking Point Before B ... read more

I applied via LinkedIn and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Impact of stock split on P&L
  • Ans. 

    A stock split does not have any impact on the P&L of a company.

    • Stock split increases the number of outstanding shares and reduces the share price proportionally.

    • The total value of the shares remains the same before and after the split.

    • The earnings per share (EPS) and the price-to-earnings (P/E) ratio change after the split, but not the total earnings or revenue.

    • Investors may perceive a stock split as a positive signal ...

  • Answered by AI
  • Q2. What Is Total return Swap
  • Ans. 

    A total return swap is a financial contract in which one party agrees to make payments based on the total return of an underlying asset.

    • Total return swap involves exchanging the total return of an asset or index for a fixed or floating rate of interest

    • It allows investors to gain exposure to an asset without actually owning it

    • The party receiving the total return pays a fixed or floating rate of interest to the other par...

  • Answered by AI
  • Q3. Mandatory fields to check the bond income in Bloomberg
  • Ans. 

    Mandatory fields to check bond income in Bloomberg

    • To check bond income in Bloomberg, mandatory fields to be checked are bond identifier, coupon rate, maturity date, and price.

    • The bond identifier can be ISIN, CUSIP, or Bloomberg ticker.

    • Coupon rate is the interest rate paid by the bond issuer to the bondholder.

    • Maturity date is the date when the bond will be redeemed.

    • Price is the current market price of the bond.

    • Other opt...

  • Answered by AI
  • Q4. What are the mandatory checks in client position file
  • Ans. 

    Mandatory checks in client position file

    • Client identification information

    • Position details including quantity and price

    • Trade date and settlement date

    • Margin requirements and collateral

    • Compliance with regulatory requirements

    • Accuracy and completeness of data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please go through the JD carefully. Most of the questions will be from the JD sent by HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Easy 1 coding
Medium 1 coding
It was about arrays and sorting techniques and other is about your common sense

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly about core java
  • Q2. Mainly about SQL , My SQL and different type of joins etc

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best it's easy to crack if you are strong in your basics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Wildcard in excel
  • Ans. 

    Wildcard in Excel is a symbol used to represent one or more characters in a search string.

    • Wildcards include * (asterisk) for multiple characters and ? (question mark) for a single character.

    • Example: 'te*t' can match 'test' or 'text'.

    • Wildcards are commonly used in functions like VLOOKUP and SUMIF.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to Intermediate SQL Based questions
  • Q2. Basic to Intermediate Python Based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

1 python question and 1 sql question for coding and rest were the mcqs based on sql and python.

Round 2 - Technical 

(2 Questions)

  • Q1. Python code was asked for checking the anagrams
  • Ans. 

    This code checks if two strings are anagrams by comparing sorted characters or using a frequency count.

    • An anagram is a word formed by rearranging the letters of another, e.g., 'listen' and 'silent'.

    • Method 1: Sort both strings and compare. Example: sorted('listen') == sorted('silent').

    • Method 2: Count character frequencies using collections.Counter. Example: Counter('listen') == Counter('silent').

    • Consider case sensitivit...

  • Answered by AI
  • Q2. Sql code asked to solve on screen share using various use cases like group by, having, count
  • Ans. 

    SQL code using GROUP BY, HAVING, and COUNT to analyze data effectively.

    • GROUP BY aggregates data based on specified columns. Example: SELECT department, COUNT(*) FROM employees GROUP BY department;

    • HAVING filters aggregated data. Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 10;

    • COUNT() function counts rows or non-null values. Example: SELECT COUNT(*) FROM sales WHERE amount ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Python code was asked for swaping any number but without using python libraries
  • Q2. Sql code was asked using concepts of rank dense,rank, partition by
  • Ans. 

    SQL ranking functions help categorize data into ranks, with options for dense ranking and partitioning for grouped analysis.

    • RANK() assigns a unique rank to each row within a partition, with gaps for ties. Example: RANK() OVER (PARTITION BY department ORDER BY salary DESC).

    • DENSE_RANK() also assigns ranks but without gaps for ties. Example: DENSE_RANK() OVER (PARTITION BY department ORDER BY salary DESC).

    • PARTITION BY div...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hard 2 questions in 45 mins

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerra test with sql ,python coding and theory

Round 2 - Coding Test 

Sql advanced coding round

Round 3 - Coding Test 

Python basic coding test

Round 4 - HR 

(1 Question)

  • Q1. General discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to remove duplicate values from dataset
  • Q2. Difference between zip and enumerate
  • Ans. 

    zip is used to combine two lists into a list of tuples, while enumerate is used to add a counter to an iterable.

    • zip function takes two lists and combines them into a list of tuples

    • enumerate function adds a counter to an iterable and returns it as an enumerate object

    • Example for zip: zip([1, 2, 3], ['a', 'b', 'c']) will result in [(1, 'a'), (2, 'b'), (3, 'c')]

    • Example for enumerate: enumerate(['apple', 'banana', 'cherry']...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Mobile Programming Data Analyst interview:
  • Python
  • numpy
  • pandas
  • SQL

Skills evaluated in this interview

Signant Health Interview FAQs

How many rounds are there in Signant Health Senior Accounts Executive interview?
Signant Health interview process usually has 1 rounds. The most common rounds in the Signant Health interview process are One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

Arcesium Interview Questions
3.5
 • 85 Interviews
Programmers.io Interview Questions
4.2
 • 26 Interviews
Diverse Lynx Interview Questions
3.7
 • 20 Interviews
BANGMETRIC Interview Questions
3.8
 • 12 Interviews
View all
Software Test Engineer II
19 salaries
unlock blur

₹5 L/yr - ₹9.5 L/yr

Softwaretest Engineer
19 salaries
unlock blur

₹3.6 L/yr - ₹8.6 L/yr

Software Developer
17 salaries
unlock blur

₹3.6 L/yr - ₹8.8 L/yr

Automation Test Engineer
15 salaries
unlock blur

₹8 L/yr - ₹12.3 L/yr

Project Specialist
12 salaries
unlock blur

₹3.4 L/yr - ₹6.9 L/yr

Explore more salaries
Compare Signant Health with

Mobile Programming

2.9
Compare

Diverse Lynx

3.6
Compare

Arcesium

3.5
Compare

Solartis Technology Services

3.5
Compare
write
Share an Interview