Upload Button Icon Add office photos

CBNITS

Compare button icon Compare button icon Compare

Filter interviews by

CBNITS Interview Questions and Answers

Updated 5 Apr 2025
Popular Designations

CBNITS Interview Experiences

11 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Can you provide details about yourself and your past experiences?
  • Ans. 

    I am a detail-oriented Sr Accountant with 5+ years of experience in financial reporting and analysis.

    • 5+ years of experience in financial reporting and analysis

    • Strong attention to detail

    • Proficient in financial software such as QuickBooks and SAP

    • Experience in budgeting and forecasting

    • Excellent communication and interpersonal skills

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. 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

  • Answered by AI
  • Q2. 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...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. When would you be available to start?
  • Ans. 

    I am available to start immediately.

    • I can start as soon as needed

    • I am flexible with my start date

    • I am ready to begin work right away

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are from the Accounts and Finance domain, it is advisable not to join this company. The CEO, Naveen Bachkethi, has a detrimental influence and could severely impact your career.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Prime number code
  • Q2. Dbms related question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Technical 

(1 Question)

  • Q1. Write a program to implement stack using class.
Round 3 - Technical 

(2 Questions)

  • Q1. 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)

  • Answered by AI
  • Q2. 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.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Write a program to remove duplicate elements from an array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare data structure and oops concepts and practice coding.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Flutter basic questions?
  • Ans. 

    Flutter is an open-source UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

    • Flutter uses Dart as its programming language, which is optimized for UI development.

    • Widgets are the core building blocks in Flutter; everything is a widget, including layout and styling.

    • Flutter provides a rich set of pre-designed widgets, such as Material and Cupertino widgets, for Andro...

  • Answered by AI
  • Q2. 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.

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2024

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 before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Interview wasn't hard interviewer first asked questions related to Golang and then directly moved to the DSA question.

The problem was the valid parentheses, then he asked a question on SQL and gave a problem: to find the second highest salary.

Interview Preparation Tips

Topics to prepare for CBNITS interview:
  • DSA
  • SQL

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Coding Test 

2 coding questions hosted in Hackerearth.
Q1. Related to monotonic stack
Q2. Related to graph traversal

Round 2 - Coding Test 

2 normal coding questions were given during interview, after that they asked fundamentals from OOPs

Round 3 - Assignment 

Last technical round, they asked me 2 questions.
Questions were from linked list and sorting

Round 4 - HR 

(2 Questions)

  • Q1. She just asked basic information related to my project and family
  • Q2. She discussed the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with DSA and Oops fundamentals. keep good knowledge of your project.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Golang's basics were asked alongside the database related questions which was not much harder.

Are these interview questions helpful?

Intern Interview Questions & Answers

user image Anonymous

posted on 18 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

Hackerrank coding question

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some numerical reasoning questions relevant to the job position

Round 2 - Coding Test 

I was asked to write a palindrome program.

I applied via Referral and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basically based on my experience, technology related questions were asked mainly in Nodejs.
Round 2 - HR 

(7 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Where do you see yourself in 5 years?
  • Q6. What are your strengths and weaknesses?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to have in depth knowledge about the technology that you have experienced in.

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 CBNITS?
Ask anonymously on communities.

CBNITS Interview FAQs

How many rounds are there in CBNITS interview?
CBNITS interview process usually has 2-3 rounds. The most common rounds in the CBNITS interview process are Coding Test, Technical and HR.
How to prepare for CBNITS 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 CBNITS. The most common topics and skills that interviewers at CBNITS expect are Javascript, Python, Java, AWS and HTML.
What are the top questions asked in CBNITS interview?

Some of the top questions asked at the CBNITS interview -

  1. What is the method for calculating Tax Deducted at Source (TD...read more
  2. Write a program to find factorial of a number using recursi...read more
  3. Write a program to implement stack using cla...read more
What are the most common questions asked in CBNITS HR round?

The most common HR questions asked in CBNITS interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. Where do you see yourself in 5 yea...read more
How long is the CBNITS interview process?

The duration of CBNITS interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 7 interview experiences

Difficulty level

Easy 40%
Moderate 60%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
View all

CBNITS Reviews and Ratings

based on 137 reviews

4.0/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

4.1

Salary

3.7

Job security

3.9

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 137 Reviews and Ratings
Rpa Developer

Kolkata

5-8 Yrs

₹ 10-18 LPA

Business Development Manager

Bangalore / Bengaluru

9-10 Yrs

₹ 10-15 LPA

Business Development Executive

Bangalore / Bengaluru

3-8 Yrs

₹ 4-6 LPA

Explore more jobs
Programmer Analyst
45 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Software Developer
39 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Junior Programmer
23 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Full Stack Developer
23 salaries
unlock blur

₹3.6 L/yr - ₹13.2 L/yr

Front end Developer
21 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare CBNITS with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.6
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview