Upload Button Icon Add office photos

Filter interviews by

CBNITS Interview Questions, Process, and Tips

Updated 2 Dec 2024

Top CBNITS Interview Questions and Answers

CBNITS Interview Experiences

Popular Designations

9 interviews found

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

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

  • Answered by AI

Interview Preparation Tips

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

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
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?
  • 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

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)

Subject Matter Expert - Golang 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 Subject Matter Expert - Golang 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.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

CBNITS interview questions for popular designations

 Back End Engineer

 (1)

 Backend Developer

 (1)

 Flutter Developer

 (1)

 Golang Developer

 (1)

 Intern

 (1)

 Senior Cloud Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

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.

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

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

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Mar 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.

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
View answer (1)

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.

Back End Engineer Interview Questions asked at other Companies

Q1. Do you have experience with SQL and concurrency
View answer (1)

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

Interview Questionnaire 

1 Question

  • Q1. Most based on my resume related to cloud and kubernetes

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you mention the technologies in the resume that you have prepared for

Senior Cloud Engineer Interview Questions asked at other Companies

Q1. What all things we need to consider while creating a VM
View answer (2)

Interview questions from similar companies

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark

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. Write a program to find factorial of a number using recursi...read more
  2. Write a program to implement stack using cla...read more
  3. Write a program to remove duplicate elements from an arr...read more

Tell us how to improve this page.

CBNITS Interview Process

based on 5 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

CBNITS Reviews and Ratings

based on 129 reviews

4.0/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

4.1

Salary

3.7

Job security

4.0

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 129 Reviews and Ratings
Programmer Analyst
43 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Software Developer
39 salaries
unlock blur

₹3 L/yr - ₹8.1 L/yr

Full Stack Developer
23 salaries
unlock blur

₹3.6 L/yr - ₹12.8 L/yr

Front end Developer
20 salaries
unlock blur

₹3 L/yr - ₹13.2 L/yr

Junior Programmer
16 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare CBNITS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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