Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Bi3 Technologies Team. If you also belong to the team, you can get access from here

Bi3 Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bi3 Technologies Interview Questions and Answers

Updated 17 Jun 2024

Bi3 Technologies Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Hackathon 

(1 Question)

  • Q1. Create a video analysis using yolo on given video
  • Ans. 

    Use YOLO for video analysis to detect objects in a given video.

    • Install YOLO and necessary dependencies for video analysis

    • Preprocess the video frames for object detection

    • Run YOLO on each frame to detect objects

    • Draw bounding boxes around detected objects

    • Analyze the results and track objects if needed

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Sorting given numbers
  • Q2. Find the pair of number in the list that their sum is equal to target... Eg: list1=[1,3,5,7,6,8] target: 9 , ans: (8, 1), (6, 3)
  • Ans. 

    Iterate through the list and check for pairs that sum up to the target value.

    • Iterate through the list and for each element, check if the difference between the target and the element is present in a dictionary.

    • If the difference is present in the dictionary, then we have found a pair that sums up to the target.

    • If the difference is not present, add the current element to the dictionary.

    • Return the pairs that sum up to the

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Basic hr question s
  • Q2. Sort the given numbers in a list and count the number of inversions for each number
  • Ans. 

    Sort a list of numbers and count inversions for each number

    • Sort the list of numbers using a sorting algorithm like merge sort or bubble sort

    • For each number, count the number of elements that are greater than it but appear before it in the sorted list

    • Return the list of numbers with their corresponding inversion counts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in python libraries, and python problem solving, sorting and searching algorithms are very important

Skills evaluated in this interview

Python Software Developer Interview Questions asked at other Companies

Q1. What is the purpose of using the super keyword, Inheritance in Python
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

1.30 test covering most of the apptitude topics

Round 2 - Aptitude Test 

Logical reasoning and verbal

Round 3 - Group Discussion 

Love marriage vs arrange marriage

Round 4 - Coding Test 

Data structure,dbms,java

Round 5 - Coding Test 

Write a program in desired language

Interview Preparation Tips

Interview preparation tips for other job seekers - feel free and confident during any interview rounds, fear and trembleness is the biggest enemy of all time

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview before Nov 2022.

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 - Coding Test 

Basic questions with the domain we are being interviewed for.

Round 3 - HR 

(1 Question)

  • Q1. HR round involves basic questions like can you shift and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Please read this before getting interviewed for this company. The HR(Anitha) initially agreed upon a number for salary and I completed all the rounds and I was told that they are happy to welcome me onboard. So, I send over all the details requested like payslips and all. Later, before releasing the offer, HR calls and says 20% lesser salary than what we agreed on earlier. Also says that the total CTC. If she got another candidate who agrees on less pay then HR should have the courage to mention the same to us instead of wasting our time then just ignoring our calls from the resource. The Team is very good only HR's needs to stop playing with candidates.
Also FYI, I hadn't applied to their posting, I was a sourced candidate by the same HR(Anitha) and he did this to me.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 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 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

I applied via LinkedIn and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions to start with. then as rounds proceeds you can see the questions being more application oriented.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 3 rounds of technical interview. One of the toughest interview panel I have come across. It is important to know the technical concept as well as the scenarios where you will be using it.

They give enough time and keep you comfortable. All you have to do is solve it meticulously and they are more in to the approach than the solutions.

All the best.

Interview Questionnaire 

1 Question

  • Q1. All the questions related to your technical work experience throughout the carrier
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Coding test in any language

Round 3 - Group Discussion 

Any topics for the GD

Round 4 - One-on-one 

(4 Questions)

  • Q1. Experience about the java script
  • Q2. My work experience about the java scirpt
  • Q3. Palindrome in any code language
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the input string is equal to its reverse

    • Ignore spaces and punctuation when checking for palindromes

    • Convert the input string to lowercase for case-insensitive comparison

  • Answered by AI
  • Q4. Other general maths programming questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Peak element in array
  • Ans. 

    A peak element in an array is an element that is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the element at index i is greater than or equal to elements at indices i-1 and i+1, it is a peak element.

    • Example: ['1', '3', '2', '4', '1'] has peak elements at index 1 and 3.

  • Answered by AI
  • Q2. 2 dimentional array rotate 90 degree
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise

    • Transpose the array

    • Reverse each row of the transposed array

  • Answered by AI
Round 2 - Group Discussion 

Pollitices current generation

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

1st round we had 3 coding question that has to be written(Easy,Medium,Hard)

Round 3 - Group Discussion 

We had Gd with self intro

Round 4 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself
  • Q2. He gave me a coding question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA coding easy ,time complexity,space complexity

Round 2 - HR 

(2 Questions)

  • Q1. Tiktactoo logic,SQL,
  • Q2. Tell about yourself

Bi3 Technologies Interview FAQs

How many rounds are there in Bi3 Technologies interview?
Bi3 Technologies interview process usually has 4 rounds. The most common rounds in the Bi3 Technologies interview process are Coding Test, Resume Shortlist and Aptitude Test.
What are the top questions asked in Bi3 Technologies interview?

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

  1. Find the pair of number in the list that their sum is equal to target... Eg: li...read more
  2. Sort the given numbers in a list and count the number of inversions for each nu...read more
  3. Create a video analysis using yolo on given vi...read more

Tell us how to improve this page.

Bi3 Technologies Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
Bonami Software Interview Questions
4.1
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
WinZO Interview Questions
4.0
 • 14 Interviews
SentientGeeks Interview Questions
4.2
 • 13 Interviews
TestVagrant Interview Questions
3.4
 • 13 Interviews
Calibraint Interview Questions
3.4
 • 12 Interviews
View all

Bi3 Technologies Reviews and Ratings

based on 51 reviews

4.2/5

Rating in categories

4.5

Skill development

4.1

Work-life balance

3.9

Salary

4.1

Job security

4.2

Company culture

4.0

Promotions

4.2

Work satisfaction

Explore 51 Reviews and Ratings
Associate Software Engineer
10 salaries
unlock blur

₹5.2 L/yr - ₹5.4 L/yr

Software Developer
6 salaries
unlock blur

₹4.5 L/yr - ₹7.5 L/yr

Data Engineer
5 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Junior Software Developer
4 salaries
unlock blur

₹3.8 L/yr - ₹5 L/yr

Associate Software Developer
3 salaries
unlock blur

₹2.3 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Bi3 Technologies with

NexTurn

4.1
Compare

Kanerika Software

4.5
Compare

Smarter BIZ Technologies

3.2
Compare

Nxtra Data

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