Upload Button Icon Add office photos

Filter interviews by

Bizense Technologies Product Engineer Interview Questions and Answers

Updated 16 Jan 2015

Bizense Technologies Product Engineer Interview Experiences

1 interview found

Interview Preparation Tips

Round: Test
Experience: Written test, Quant.
Tips: Do not neglect Quant problems.

Round: Interview
Experience: An interview lasting half an hourInterview Process:This one is important: remember the answers to test questions, they'll ask you to reason your answers and also to solve unanswered questions.
Tips: Solve puzzles and have good basics of C and C++They will evaluate you on upon the logic and algorithms.

College Name: IIT Madras

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Bizense Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Logical questions from String, Arrays, Collections, Java Oops and Selenium.
  • Q2. See few puzzles from google.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with basics...

Interview Questionnaire 

1 Question

  • Q1. Stge concepts, vSAN, RAID, basic testing, OS concepts, NVMe, SATA, SAS

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.

I appeared for an interview before May 2021.

Round 1 - Coding Test 

Round duration - 120 Minutes
Round difficulty - Medium

Round 2 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    Insertion Sort in a Linked List

    Given a singly linked list with 'N' nodes containing integer values, your task is to sort the list using insertion sort and output the sorted list.

    Insertion Sort is an al...

  • Ans. 

    Implement insertion sort algorithm on a singly linked list with integer values.

    • Traverse the linked list and for each node, find its correct position in the sorted list.

    • Remove the node from the original list and insert it at the correct position in the sorted list.

    • Repeat this process until all nodes are sorted.

    • Ensure the implementation is in-place, without using extra space.

    • Handle edge cases like empty list or single no...

  • Answered by AI
  • Q2. 

    Implement Stack with Linked List

    Your task is to implement a Stack data structure using a Singly Linked List.

    Explanation:

    Create a class named Stack which supports the following operations, each in O(1...

  • Ans. 

    Implement a Stack data structure using a Singly Linked List with operations in O(1) time.

    • Create a class named Stack with getSize, isEmpty, push, pop, and getTop methods.

    • Use a Singly Linked List to store the elements of the stack.

    • Ensure each operation runs in O(1) time complexity.

    • Handle cases where the stack is empty appropriately.

    • Implement the logic for each query type as specified in the input and output sections.

  • Answered by AI
  • Q3. 

    Prime Numbers within a Range

    Given an integer N, determine and print all the prime numbers between 2 and N, inclusive.

    Input:

    Integer N

    Output:

    Prime numbers printed on separate lines

    Example:

    Input...
  • Ans. 

    Generate and print all prime numbers between 2 and N, inclusive.

    • Iterate from 2 to N and check if each number is prime

    • Use a helper function to determine if a number is prime

    • Print each prime number on a new line

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round was based on oops concepts and their applications and about STLs.

  • Q1. 

    Rectangular Numbers Pattern

    Given a number N, generate a pattern where the outer rectangle is filled with the number N, and the inner rectangles contain decreasing numbers down to 1.

    Input:

    The input be...
  • Ans. 

    Generate a rectangular pattern with outer rectangle filled with N and inner rectangles containing decreasing numbers.

    • Create a 2-D array with dimensions based on input N

    • Fill the outer rectangle with N and inner rectangles with decreasing numbers down to 1

    • Adjust the values in the inner rectangles based on the layer number

    • Return the generated pattern as a 2-D list/array

  • Answered by AI
Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This around was basically to judge my communication and behavioral skills.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in BangaloreEligibility criteria7 CGPAQualcomm interview preparation:Topics to prepare for the interview - Standard template libraries, Data Structures, Algorithm, Pointers, Dynamic ProgrammingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Basics should be very clear related to DSA.
Tip 2 : Good knowledge of OS will be plus for Qualcomm
Tip 3 : One should revise the college project thoroughly before interview.

Application resume tips for other job seekers

Tip 1 : Be brief while writing resume.
Tip 2 : Mention atleast 2 projects.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2021. There were 5 interview rounds.

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

It was overall an easy test. It had Aptitude , logical reasoning and technical questions.

Round 3 - Coding Test 

It had 2 coding questions. , Both were moderate level questions

Round 4 - Technical 

(2 Questions)

  • Q1. It was overall a good technical round
  • Q2. Be clear with whatever you write in your resume.
Round 5 - One-on-one 

(1 Question)

  • Q1. Tell me something about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with whatever you say. Be clear with your programming language concepts

I applied via Company Website and was interviewed in Jul 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. There were 3 technical rounds and 2 techno-managerial rounds conducted for the post of Senior Software Engineer. The techno-managerial rounds were straight forward with an aim to understand your comfort le...
  • Q2. In technical round 1, there were questions from Core Java, Microservices, DB, and from few techs that I had mentioned in my resume especially the CI/CD work that I have been doing.
  • Q3. In tech round 2, they started with asking questions from the Java collections framework, Kafka, Jenkins, Docker, Git, etc. Few Ques: 1. Internals of HashMap. 2. Programming ques with arrays, String, and ha...
  • Q4. Tech round 3 was to test if I can work as a manager in the team, so they gave me scenario-based questions like designing a movie ticket booking system using spring boot. And what all steps/entities I would...

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to keep honest with the interviewer, do your homework well. If you have worked on 5 technologies in your last project make sure you brush your concepts b4 your interview. Your code doesn't have to be working if you can get the logic right and create an algorithm you can proceed. Just make sure you are verbal during the coding part make sure the interviewer is on the same page and understands what you are writing b4 you write anything. That would be all, best of luck. :)

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself ?
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Experience in developing web applications using React and Node.js.

    • Worked on a team project that improved application performance by 30%.

    • Strong understanding of algorithms and data structures, demonstrated in coding competitions.

    • Enjoy collaborating with cross-functional teams to deliver high-qual...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your technical knowledge

Interview Questionnaire 

2 Questions

  • Q1. HTML tags, Fibonacci search series and its uses, binary search and its real-life applications, what is a relational operator in CPP and what does it return, how do you declare a boolean value, what is str...
  • Q2. Be confident

I applied via Naukri.com and was interviewed before Oct 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 - Technical 

(3 Questions)

  • Q1. Angular Questions were asked.
  • Q2. .NetCore Questions were asked.
  • Q3. Azure Functions, App Services

Interview Preparation Tips

Topics to prepare for Optum Global Solutions Senior Software Engineer interview:
  • Angular
  • .NetCore
  • SqlServer
Interview preparation tips for other job seekers - Good fundamentals should be there and good communication skill.

Tell us how to improve this page.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 2k Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
FIS Interview Questions
3.9
 • 503 Interviews
Dell Interview Questions
3.9
 • 406 Interviews
Quest Global Interview Questions
3.6
 • 331 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Qualcomm Interview Questions
3.8
 • 272 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
View all
Bizense Technologies Product Engineer Salary
based on 4 salaries
₹5 L/yr - ₹14.4 L/yr
6% more than the average Product Engineer Salary in India
View more details
Compare Bizense Technologies with

Teleperformance

3.9
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

4.0
Compare
write
Share an Interview