Add office photos
Employer?
Claim Account for FREE

CBNITS

4.0
based on 131 Reviews
Video summary
Filter interviews by

COMPUTER SYSTEMS WEST Interview Questions and Answers

Updated 3 Mar 2025

Q1. Write a program to find factorial of a number using recursion.

Ans.

Program to find factorial of a number using recursion.

  • Define a function that takes a number as input.

  • Check if the number is 0 or 1, return 1 in that case.

  • If not, call the function recursively with n-1 as input and multiply it with n.

  • Return the result.

Add your answer

Q2. Write a program to implement stack using class.

Ans.

Program to implement stack using class

  • Create a class named Stack with necessary methods like push, pop, peek, isEmpty

  • Use an array or linked list to store the elements in the stack

  • Implement the push method to add elements to the top of the stack

  • Implement the pop method to remove and return the top element from the stack

  • Implement the peek method to return the top element without removing it

  • Implement the isEmpty method to check if the stack is empty

Add your answer

Q3. Write a program to remove duplicate elements from an array.

Ans.

Program to remove duplicate elements from an array

  • Use a hashset to store unique elements

  • Iterate through the array and add non-duplicates to the hashset

  • Convert hashset back to array

Add your answer

Q4. What is the method for calculating Tax Deducted at Source (TDS)?

Ans.

TDS is calculated based on the income slab rates and is deducted at the time of payment.

  • TDS rates vary based on the type of payment and income slab of the recipient.

  • TDS is deducted by the payer at the time of making payment to the payee.

  • The payer is required to deposit the deducted TDS to the government.

  • TDS certificates are issued to the payee as proof of tax deduction.

  • TDS can be calculated using online TDS calculators or manually based on the rates specified by the governmen...read more

Add your answer
Discover COMPUTER SYSTEMS WEST interview dos and don'ts from real experiences

Q5. Implement linked list

Ans.

A linked list is a data structure where each element points to the next one.

  • Create a Node class with a value and a next pointer

  • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

  • Example: Node(5) -> Node(10) -> Node(15)

  • Example: LinkedList.add(5), LinkedList.add(10), LinkedList.add(15), LinkedList.remove(10)

Add your answer

Q6. What is your experience with payroll processing?

Ans.

I have 5 years of experience processing payroll for a medium-sized company.

  • Managed bi-weekly payroll for 200+ employees

  • Processed payroll taxes and deductions accurately

  • Implemented new payroll software to streamline processes

Add your answer

Q7. Flutter state management approaches?

Ans.

Flutter offers various state management approaches like Provider, Bloc, Redux, MobX, etc.

  • Provider: Simple and easy to use for small to medium-sized apps.

  • Bloc: Great for managing complex state and business logic.

  • Redux: Predictable state container for managing app state.

  • MobX: Observable state management with minimal boilerplate code.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at COMPUTER SYSTEMS WEST

based on 6 interviews
Interview experience
3.7
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.3
 • 458 Interview Questions
3.8
 • 403 Interview Questions
3.9
 • 364 Interview Questions
3.6
 • 342 Interview Questions
4.1
 • 299 Interview Questions
3.9
 • 205 Interview Questions
View all
Top CBNITS Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter