Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Disposafe Health And Life Care Team. If you also belong to the team, you can get access from here

Disposafe Health And Life Care Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Disposafe Health And Life Care Executive Accountant Interview Questions and Answers

Updated 19 Aug 2024

Disposafe Health And Life Care Executive Accountant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Account Executive with a proven track record of exceeding sales targets and building strong client relationships.

    • Over 5 years of experience in sales and account management

    • Consistently met or exceeded sales targets by 20% each quarter

    • Built and maintained strong relationships with key clients such as XYZ Company

    • Proficient in CRM software and data analysis tools

  • Answered by AI
  • Q2. Different between 2A and 2B
  • Ans. 

    2A and 2B are different classifications or categories.

    • 2A and 2B are typically used to differentiate between two similar but distinct items or concepts.

    • The difference between 2A and 2B can vary depending on the context in which they are being used.

    • For example, in a business setting, 2A could refer to one type of product while 2B refers to a different type of product.

    • Alternatively, in a scientific context, 2A might repre...

  • Answered by AI
  • Q3. TDS percentage in section 194C for Individual.
  • Ans. 

    TDS percentage in section 194C for Individual is 1%.

    • TDS rate for individuals under section 194C is 1%

    • TDS is deducted on payments made to contractors and sub-contractors for work contracts

    • Individuals need to deduct TDS at the rate of 1% if the payment exceeds Rs. 30,000 in a single payment or Rs. 1,00,000 in aggregate during the financial year

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Seniors are supportive.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. One round of online coding test
  • Q2. Three rounds of technical interviews with focus on Selenium automation and Java concepts.
  • Q3. Some coding questions wrt finding duplicate numbers in integer arrays, finding closest number to zero in arrays, abstract class vs interfaces, finding average of prime numbers till a number number n etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice general coding questions expected in SDET interviews wrt arrays, strings and OOPs concepts.

I applied via LinkedIn and was interviewed before Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding exercise, Basics, Design Principles, Logical Analysis, Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the fundamentals, and logical coding exercises.

I applied via Recruitment Consultant and was interviewed before Mar 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Especially individual caliber and patience been tested.
  • Q2. Problem solving and analytical skills been tested

Interview Preparation Tips

Interview preparation tips for other job seekers - One of a best company of my career but be aware of internal politics which is very prominent in senior level management. Being a big company have scarcity of good talent at senior level. My advice will be for those who wanna join be political & good flatter to do job.

I applied via LinkedIn and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. .Net thorough, JavaScript, Coding questions, Puzzles, Oops, Design patterns, Solid principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the technology stack, coding challenges

I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Python, c++, quans, logical

Round 2 - Technical 

(1 Question)

  • Q1. Oops, data structure, python
Round 3 - HR 

(4 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Share details of your previous job.
  • Q3. What is your family background?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare well and work hard!

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude mcq, technical question 9n c,cpp and python and R

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion about project in detail
  • Q2. Tell me about the projects
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. Basic details abt company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume
Tech knowledge oops,Python, os and basic coding knowledge is a must.

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

Interview Questionnaire 

7 Questions

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer

    • Convert integer to string and reverse the string

    • Use modulo operator to extract digits and reverse them

    • Use recursion to reverse the integer

  • Answered by AI
  • Q2. Without loop print 1 to 10
  • Ans. 

    Print 1 to 10 without using loops.

    • Use recursion to print numbers.

    • Use a switch statement to print numbers.

    • Use an array and map function to print numbers.

  • Answered by AI
  • Q3. Reverse a string using recursion
  • Ans. 

    Reverse a string using recursion

    • Create a function that takes a string as input

    • If the string is empty, return an empty string

    • Otherwise, call the function recursively with the substring starting from the second character

    • Concatenate the first character with the result of the recursive call

  • Answered by AI
  • Q4. Thread vs process
  • Ans. 

    Thread is a lightweight unit of a process. Process is an instance of a program that runs independently.

    • Threads share the same memory space as the parent process while processes have their own memory space.

    • Threads are faster to create and switch between than processes.

    • Processes are more secure and stable than threads.

    • Example: A web server can have multiple threads to handle multiple requests simultaneously.

    • Example: A wo...

  • Answered by AI
  • Q5. SPI vs I2C
  • Ans. 

    SPI and I2C are communication protocols used to transfer data between devices.

    • SPI is faster than I2C.

    • SPI uses separate lines for data and clock signals while I2C uses a shared line.

    • I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.

    • SPI is commonly used for high-speed communication between microcontrollers and peripherals while I2C is used for low-speed communica

  • Answered by AI
  • Q6. Start condition for SPI
  • Ans. 

    The start condition for SPI is a low-to-high transition on the SCK line while SS is high.

    • SPI communication begins when the master device sends a start condition to the slave device.

    • The start condition is a low-to-high transition on the SCK line while SS is high.

    • The SS line is used to select the slave device for communication.

    • The SPI protocol supports multiple slaves, but only one slave can be selected at a time.

    • After t...

  • Answered by AI
  • Q7. C++ program for EMP ID, name, salary
  • Ans. 

    C++ program to store EMP ID, name, and salary using array of strings.

    • Declare an array of strings to store EMP ID, name, and salary

    • Use cin to take input from user and store in the array

    • Use cout to display the stored data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is technical lasted about 1 hr 30 mins,

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself.
  • Ans. 

    I am a dedicated and experienced Senior Engineer with a passion for problem-solving and innovation.

    • Over 10 years of experience in engineering roles

    • Strong background in project management and team leadership

    • Skilled in various engineering software and tools

    • Proven track record of successful project completions

    • Passionate about continuous learning and professional development

  • Answered by AI
  • Q2. What is your current role and responsibilities?
  • Ans. 

    I am currently working as a Senior Engineer at XYZ Company, where I am responsible for leading a team of engineers, designing and implementing new systems, and ensuring the quality and efficiency of our projects.

    • Leading a team of engineers

    • Designing and implementing new systems

    • Ensuring quality and efficiency of projects

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

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a proven track record of successfully leading engineering projects and teams, with a strong technical background and excellent problem-solving skills.

    • Extensive experience in engineering projects

    • Strong leadership skills

    • Excellent technical background

    • Proven track record of success

    • Effective problem-solving abilities

  • Answered by AI
  • Q2. If our rival company will offer you, then will you join to him?
  • Ans. 

    I am committed to my current company and have no intention of leaving for a rival company.

    • I am dedicated to my current role and company

    • I value loyalty and long-term relationships with my employer

    • I am not easily swayed by external offers or competition

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you agree to sign a bond for 3 years.
  • Ans. 

    I am willing to sign a bond for 3 years.

    • I am open to signing a bond for 3 years as long as the terms are fair and reasonable.

    • Signing a bond shows commitment and dedication to the role and company.

    • I would like to discuss the specifics of the bond before making a final decision.

  • Answered by AI
  • Q2. We can't offer more than 15% on current salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for beginners. Micro management there. Mobiles not allowed.

Sales Executive Interview Questions & Answers

Medtronic user image Neeraj Kumar Singh

posted on 16 Jul 2023

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

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Normal resume and experience based questions.
Round 3 - Technical 

(1 Question)

  • Q1. Totally on the ground of job requirements and your experience.
Round 4 - One-on-one 

(1 Question)

  • Q1. Simply general questions to know you better and your interests.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest throughout the interview process.

Disposafe Health And Life Care Interview FAQs

How many rounds are there in Disposafe Health And Life Care Executive Accountant interview?
Disposafe Health And Life Care interview process usually has 1 rounds. The most common rounds in the Disposafe Health And Life Care interview process are Technical.
How to prepare for Disposafe Health And Life Care Executive Accountant interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Disposafe Health And Life Care. The most common topics and skills that interviewers at Disposafe Health And Life Care expect are Accounting, Accounts Payable, Accounts Receivable and General Ledger.
What are the top questions asked in Disposafe Health And Life Care Executive Accountant interview?

Some of the top questions asked at the Disposafe Health And Life Care Executive Accountant interview -

  1. TDS percentage in section 194C for Individu...read more
  2. Different between 2A and...read more

Tell us how to improve this page.

Disposafe Health And Life Care Executive Accountant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
 • 70 Interviews
Poly Medicure Interview Questions
3.6
 • 58 Interviews
Stryker Interview Questions
4.0
 • 41 Interviews
Alcon Interview Questions
3.7
 • 37 Interviews
Unicorn DenMart Interview Questions
4.2
 • 20 Interviews
Essilor Interview Questions
4.0
 • 14 Interviews
View all
Disposafe Health And Life Care Executive Accountant Salary
based on 11 salaries
₹1.8 L/yr - ₹3.6 L/yr
At par with the average Executive Accountant Salary in India
View more details

Disposafe Health And Life Care Executive Accountant Reviews and Ratings

based on 3 reviews

1.8/5

Rating in categories

1.8

Skill development

1.8

Work-life balance

1.7

Salary

1.0

Job security

1.7

Company culture

1.0

Promotions

2.5

Work satisfaction

Explore 3 Reviews and Ratings
Design Engineer
22 salaries
unlock blur

₹1.8 L/yr - ₹4.8 L/yr

Quality Inspector
17 salaries
unlock blur

₹1.6 L/yr - ₹2.8 L/yr

Production Supervisor
16 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Executive Accountant
11 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Production Engineer
9 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Disposafe Health And Life Care with

Poly Medicure

3.6
Compare

Medtronic

4.0
Compare

Medikabazaar

4.5
Compare

Alcon

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview