Upload Button Icon Add office photos

Filter interviews by

Threshold Software Solutions Senior Assistant Accountant Interview Questions and Answers

Updated 7 Apr 2024

Threshold Software Solutions Senior Assistant Accountant Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What do you know About work like tally, accounts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be worthy

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Threshold Software Solutions?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is not a aptitude just like a game

Round 2 - One-on-one 

(1 Question)

  • Q1. Here Director will take
  • Ans. Asking out of box Questions,He also dont know the answers😂😂😂
  • Answered by successfulcucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, Dont go for interview for this company,Who is doing interview they dont know what to ask and mostly last round director will he is uneducated person mostly he will ask unwanted questions if we didn't answer he will be angry and suppose we ask answer he didn't reply because he doesn't know the answer simply staying in long years in company for time pass.

Senior Assistant Accountant Interview Questions Asked at Other Companies

Q1. Golden rules of accounting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Current roles & responsibilities
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume
  • Ans. 

    I have extensive experience in data analysis, project management, and strategic planning across various industries.

    • Led a team of analysts to improve data reporting efficiency by 30%, resulting in faster decision-making.

    • Developed predictive models that increased sales forecasting accuracy by 25%, directly impacting revenue growth.

    • Implemented a new data visualization tool that enhanced stakeholder engagement and understa...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume
  • Ans. 

    I have extensive experience in data analysis, project management, and strategic planning across various industries.

    • Led a team of analysts to improve data reporting efficiency by 30%, resulting in faster decision-making.

    • Implemented a new data visualization tool that enhanced stakeholder engagement and understanding of key metrics.

    • Conducted market research that identified a new customer segment, leading to a 15% increase...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic information
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume
  • Ans. 

    I have extensive experience in data analysis, project management, and strategic planning across various industries.

    • Led a team of analysts to improve data reporting efficiency by 30%, resulting in faster decision-making.

    • Implemented a new data visualization tool that enhanced stakeholder engagement and understanding of key metrics.

    • Conducted market research that identified a new customer segment, leading to a 15% increase...

  • Answered by AI
Round 5 - Coding Test 

Scenario questions logical solving

Round 6 - Case Study 

Need to explain about problems solved in previous round

Round 7 - One-on-one 

(1 Question)

  • Q1. Project discussion and basics information

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company no job guarantee. Dont waste your time on attending interview. They will conduct 10 around and reject the candidate easily in last round.

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Be interview-ready. Browse the most asked HR questions.
illustration image

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Ans. 

    Led multiple projects focusing on scalable web applications and microservices architecture, enhancing performance and user experience.

    • Developed a scalable e-commerce platform using React and Node.js, improving load times by 30%.

    • Implemented a microservices architecture for a healthcare application, enabling independent deployment and scaling of services.

    • Optimized an existing legacy system by refactoring code and introdu...

  • Answered by AI
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. Which programming language are you proficient in?
  • Q2. Are you comfortable working with the .NET Framework?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. High level design questions as well as core java questions were asked.
  • Q2. Behavioural questions were asked in one of the rounds.
  • Ans. 

    Behavioral questions assess how past experiences shape your work style and problem-solving abilities.

    • Describe a challenging project where you had to lead a team. Example: Led a team to deliver a product under tight deadlines.

    • Discuss a time you faced a conflict with a colleague. Example: Resolved a disagreement by facilitating a meeting to find common ground.

    • Share an instance where you had to adapt to a significant chan...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. First round was a written test with few coding questions and MCQs Second round was on average level of coding
  • Q2. What design considerations would you implement for scaling an application in the third round of the interview process
  • Q3. Final round is behavioural round which plays a vital role in the selection process.

Threshold Software Solutions Interview FAQs

How many rounds are there in Threshold Software Solutions Senior Assistant Accountant interview?
Threshold Software Solutions interview process usually has 1 rounds. The most common rounds in the Threshold Software Solutions interview process are HR.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
HR Executive
5 salaries
unlock blur

₹2 L/yr - ₹2.5 L/yr

Android Developer
5 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

UI Developer
5 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Angular Developer
5 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Software Developer
4 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

Explore more salaries
Compare Threshold Software Solutions with

Global Edge Software

3.5
Compare

Moveinsync Technology Solutions

3.1
Compare

Yalamanchili Software Exports

3.2
Compare

Exotel

3.0
Compare
write
Share an Interview