Upload Button Icon Add office photos

Filter interviews by

Bavis Technologies Interview Questions and Answers

Updated 24 Dec 2024

Bavis Technologies Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There's aptitude questions, reasoning, and also technical questions, coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Write code of Fibonacci series using recursion
  • Ans. 

    Code for Fibonacci series using recursion

    • Define a recursive function to calculate Fibonacci numbers

    • Base case: return 0 if n is 0, return 1 if n is 1

    • Recursive case: return fibonacci(n-1) + fibonacci(n-2)

  • Answered by AI
  • Q2. Print my name in reverse using stack
  • Ans. 

    Reverse a name using a stack data structure

    • Create a stack data structure

    • Push each character of the name onto the stack

    • Pop each character from the stack to print the name in reverse order

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software development engineer with 5 years of experience in building scalable and efficient applications.

    • 5 years of experience in software development

    • Proficient in building scalable and efficient applications

    • Strong knowledge of programming languages such as Java, Python, and JavaScript

    • Experience with cloud technologies like AWS and Azure

    • Excellent problem-solving skills and ability to work in a team

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at University Institute of Technology, Bardhaman and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It is 45 minutes test .....It has reasoning + Coding (basic) questions

Interview Preparation Tips

Topics to prepare for Bavis Technologies Software Development Engineer interview:
  • C
  • C++
  • Java
Interview preparation tips for other job seekers - Prepare any one language C/C++/C#/Java and their OOPS concept.

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Junior associate consultant trainee digitalization Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to moderate level oops concept with good knowledge in any programming language

HR Manager Interview Questions & Answers

user image Moumita Mandal

posted on 24 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Brief about myself
  • Ans. 

    I am an experienced HR professional with a strong background in recruitment, employee relations, and performance management.

    • Over 8 years of HR experience in various industries

    • Skilled in talent acquisition and onboarding processes

    • Proven track record in implementing HR policies and procedures

    • Strong communication and interpersonal skills

    • Experience in conducting training and development programs

  • Answered by AI
  • Q2. Job Role and Responsibility

HR Manager Interview Questions asked at other Companies

Q1. Can you explain the meaning of performance Management as stated in your CV
View answer (2)

Bavis Technologies interview questions for popular designations

 Software Development Engineer

 (2)

 HR Manager

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.

Round 2 - Coding Test 

There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.

Round 3 - Technical 

(5 Questions)

  • Q1. Email validation question from coding challenge
  • Q2. Binary Search on rotated arrays
  • Ans. 

    Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.

    • Identify the pivot point by finding the minimum element in the array.

    • Determine which half of the array the target value falls into based on the pivot point.

    • Perform binary search on the appropriate half of the array to find the target value.

  • Answered by AI
  • Q3. About projects (reason behind using the mentioned database)
  • Q4. Use of package.json file
  • Ans. 

    package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.

    • Contains project metadata like name, version, description, etc.

    • Lists dependencies required for the project to run.

    • Defines scripts for tasks like building, testing, and running the project.

    • Can include configurations for tools like ESLint, Babel, etc.

  • Answered by AI
  • Q5. What are scripts in package.json file
  • Ans. 

    Scripts in package.json file are commands that can be run using npm.

    • Scripts are defined under the 'scripts' key in package.json.

    • Common scripts include 'start', 'test', 'build', etc.

    • Scripts can be run using 'npm run '.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your approach clearly while solving DSA questions. Revise your understanding on the projects before the interview. Also revise oops, cn, os and some basic understanding of Low level design i.e. designing of classes for music player.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

General basic assessment.

Round 2 - MCQ 

(1 Question)

  • Q1. They will give you few PDFs to read and then MCQ from that.

Interview Preparation Tips

Interview preparation tips for other job seekers - So the job application process will start from emailing them to the MCQ. Then if selected you'll receive email with next steps which involves Skype chat(no involvement of voice call or video, only chat). Then after the technical setup you need to email them again that you're done with that, after that you'll get another mail with a link to choose a starting date.
On the starting date you'll again message one person(Yashima Kamra) on Skype, they'll give you 'Zulip'(it's an open source chat system, interface is kind of like Discord but too basic) access. Now you need to message in an assigned group in Zulip. The Zulip part is 'Training' in real but good luck getting any support from the other person. He/she will just give you commands, and if you ask any questions or ask for assistance to understand the new process they'll simply ignore that.
Then if you're lucky like me one day they'll report that you're ate fault, you haven't reported so they've revoked your Zulip access.

I have joined there or you can say hoped to work atleast(as it was 4 hours/day job) but that's not possible it seems.

If you're looking for jobs here I'd suggest to give it a try ofcourse so that people can actually know about this company's rubbish people.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary
  • Q3. How to work in e-commerce
Round 2 - Technical 

(2 Questions)

  • Q1. How to work in Amazon
  • Q2. What the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - E-COMMERCE jobs work in Amazon
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. General discussion
Round 2 - Demo 

(1 Question)

  • Q1. Demo in our specialist subject
Round 3 - One-on-one 

(2 Questions)

  • Q1. General discussion about ourselves.
  • Q2. About work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What was your experience during the face-to-face interview for the department manager position?
  • Ans. 

    The face-to-face interview for the department manager position was challenging but rewarding.

    • The interview panel consisted of senior managers and HR representatives.

    • I was asked about my previous experience in managing teams and handling difficult situations.

    • I had to provide examples of successful projects I had led in the past.

    • There were situational questions to assess my problem-solving skills and leadership abilities...

  • Answered by AI
  • Q2. What is your position preference regarding the preparation of custom-related documents and addressing Bill of Entry queries, as well as completing the checklist for the Bill of Entry?
  • Ans. 

    I prefer to handle the preparation of custom-related documents, addressing Bill of Entry queries, and completing the checklist for the Bill of Entry.

    • I have experience in preparing custom-related documents and addressing Bill of Entry queries.

    • I am detail-oriented and organized, ensuring all necessary information is included in the documents.

    • I am familiar with completing checklists for the Bill of Entry to ensure accurac...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. I have around 9 rounds interview in span of 2 months
Round 2 - One-on-one 

(1 Question)

  • Q1. Everyday one round interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above .it is too much
Round 5 - One-on-one 

(1 Question)

  • Q1. Same only .it is too much
Round 6 - Case Study 

4 member team interview

Round 7 - One on one interview 

(1 Question)

  • Q1. One on one interview
Round 8 - One on one interview 

(1 Question)

  • Q1. Reference . through referral I sent my resume
Round 9 - HR 

(1 Question)

  • Q1. Salary discussion
Round 10 - No 

(1 Question)

  • Q1. It is too much

Bavis Technologies Interview FAQs

How many rounds are there in Bavis Technologies interview?
Bavis Technologies interview process usually has 1-2 rounds. The most common rounds in the Bavis Technologies interview process are HR, Aptitude Test and Technical.
How to prepare for Bavis Technologies 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 Bavis Technologies. The most common topics and skills that interviewers at Bavis Technologies expect are ITK, Javascript, Teamcenter, Business Development Management and C++.
What are the top questions asked in Bavis Technologies interview?

Some of the top questions asked at the Bavis Technologies interview -

  1. Write code of Fibonacci series using recurs...read more
  2. Print my name in reverse using st...read more

Tell us how to improve this page.

Bavis Technologies Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 904 Interviews
View all

Bavis Technologies Reviews and Ratings

based on 12 reviews

3.9/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.8

Salary

4.2

Job security

4.5

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 12 Reviews and Ratings
Associate Consultant
5 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Junior Associate Consultant
5 salaries
unlock blur

₹3.6 L/yr - ₹4 L/yr

Developer
3 salaries
unlock blur

₹3.6 L/yr - ₹4 L/yr

Implementation Consultant
3 salaries
unlock blur

₹4 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Bavis Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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