Upload Button Icon Add office photos

Filter interviews by

BugsMirror Interview Questions, Process, and Tips

Updated 30 May 2024

Top BugsMirror Interview Questions and Answers

BugsMirror Interview Experiences

Popular Designations

6 interviews found

Software Engineer Interview Questions & Answers

user image BANTI KUMAR DAS

posted on 20 Oct 2023

Interview experience
3
Average
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 3 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 Resume tips
Round 2 - Assignment 

Givem a simple assignment to complete within a 3 hours.For example create a api for music appication, the api must be written in golang. you will not judge by knowledge of golang. They provide proper document and pdf where you can learn golang before assignment

Round 3 - One-on-one 

(2 Questions)

  • Q1. The interview questions is totally around your previous round.They ask question from your assignment only.
  • Q2. They ask some question releated to dmbs as well as operating system

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 (196)
Interview experience
3
Average
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:
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 Resume tips
Round 2 - Assignment 

Task for developers to complete

Round 3 - Assignment 

Task is to create a login page and registration page in flutter and golang

Round 4 - Technical 

(2 Questions)

  • Q1. About assignment
  • Q2. About projects, Basic skills Questions

Graduate Student Interview Questions asked at other Companies

Q1. A hollow enclosure is formed between two infinitely long concentric cylinders of radii 1 m and 2 m respectively, Radiative neat exchange takes place between the inner surface of the larger cylinder (surface-2) and the outer surface of the s... read more
View answer (1)
BugsMirror Interview Questions and Answers for Freshers
illustration image

Intern Interview Questions & Answers

user image Anonymous

posted on 30 May 2024

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

Task to make a project and submit its code, choice was given between flutter and golang.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the code you've submitted in the task and keep your communication clear, that's all!

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
1
Bad
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 Resume tips
Round 2 - Coding Test 

Basic coding assignment

Round 3 - Coding Test 

Advanced coding assignment based on Flutter and golang

Round 4 - HR 

(5 Questions)

  • Q1. Can you relocate
  • Q2. Why choose startup over MNC
  • Q3. Tell me about yourself
  • Q4. Any work experience
  • Q5. Tell me about your achivements

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

BugsMirror interview questions for popular designations

 Member Technical Staff

 (1)

 Software Engineer

 (1)

 Graduate Student

 (1)

 Intern

 (1)

 Backend Developer Intern

 (1)

 Software Developer Intern

 (1)

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

I applied via Company Website and was interviewed in Jul 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Basics Coding in C++ .Asked to create a management system using files and classes in c
++

Round 3 - One-on-one 

(2 Questions)

  • Q1. Asked about basics of data structure and algorithm queue stack dequeue HTTP API etc
  • Q2. Queue ,Stack, API topics are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn data structure and algorithm and at least a programming language for a better understanding of the interview process as the interviewer can give you questions to solve instantly

Backend Developer Intern Interview Questions asked at other Companies

Q1. 1. Differences between GET and POST 2. What is MVC? 3. I was asked if I knew any PHP framework. 4. SESSION, COOKIE functionalities 5. Some SQL queries.
View answer (1)

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Hard

This round was carried out on Amcat. It was very user friendly platform and easily understandable. Countdown Timer was located at the top right corner that helped me to keep a check on the remaining time and I planned my answers and code accordingly.

  • Q1. 

    Ninja's Jump Task

    The Ninja has been given a challenge by his master to reach the last stone. These stones are represented as an array of numbers. The Ninja can jump using either odd-numbered or even-numb...

  • Ans. 

    Find the number of starting indices from which a Ninja can reach the last stone by following specific jump rules.

    • Iterate through the array and keep track of the possible jumps for each index.

    • Use dynamic programming to efficiently calculate the number of starting indices.

    • Consider odd and even jumps separately to determine the valid jumps.

    • Handle edge cases where there are no possible jumps from certain indices.

    • Return the...

  • Answered by AI
  • Q2. 

    Count Ways to Reach the N-th Stair Problem Statement

    You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...

  • Ans. 

    The problem involves determining the number of distinct ways to climb from the 0th to the Nth stair by climbing one or two steps at a time.

    • Use dynamic programming to solve this problem efficiently.

    • Define a recursive function to calculate the number of ways to reach each stair based on the number of ways to reach the previous two stairs.

    • Consider base cases for 0th and 1st stairs.

    • Use modulo operation to handle large numb...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

This was carried out on skype and the questions asked were relatively difficult, I wasn't very much sure with my answers. Although, this platform is nice and it wasn't the first time, I was using skype but still the final results didn't went in my faour.

  • Q1. 

    Find the Lone Set Bit

    Your task is to identify the position of the only '1' bit in the binary representation of a given non-negative integer N. The representation contains exactly one '1' and the rest are...

  • Ans. 

    Find the position of the lone '1' bit in the binary representation of a given non-negative integer.

    • Iterate through the bits of the integer to find the position of the lone '1'.

    • Use bitwise operations to check if there is exactly one '1' bit in the binary representation.

    • Return the position of the lone '1' or -1 if there isn't exactly one '1'.

  • Answered by AI
  • Q2. What is the difference between deadlock and livelock?
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource, while livelock is a situation where two or more processes continuously change their states in response to changes in the other processes without making any progress.

    • Deadlock involves a circular wait condition where processes are stuck waiting for resources held by each other.

    • Livelock in...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in HyderabadEligibility criteriastudents from cs and ece branchBugsMirror interview preparation:Topics to prepare for the interview - Pointers, OOPS, System Design, Algorithms, Dynamic Programming, tress and graphs and their algorithmsspanning treesTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : practice regularly on geeksforgeeks and coding ninjas like platforms
Tip 2 : solve all the must do questions from gfg
Tip 3 : compete in codechef long challenge

Application resume tips for other job seekers

Tip 1 : try to keep only those things in resume on which you have very good command and you should be able to answer all of the questions(upto moderate level) related to your technical skills
Tip 2 : mention your projects with brief description, try avoiding very high level description because some times reader might not be able to understand your work, keep it descriptive and understandable

Final outcome of the interviewRejected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at BugsMirror

View all

Interview questions from similar companies

I applied via Freshesworld and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java, mainly versions of Java , which is the latest version of java currently using. Rate yiur java skills out of 10?? Are you relocate, internship project deeply they ask question...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before going to interview. Feel free, listen some music and peace full mind . don't afraid. Be courage.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer
Contribute & help others!
anonymous
You can choose to be anonymous

BugsMirror Interview FAQs

How many rounds are there in BugsMirror interview?
BugsMirror interview process usually has 3 rounds. The most common rounds in the BugsMirror interview process are Assignment, Resume Shortlist and Coding Test.
How to prepare for BugsMirror 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 BugsMirror. The most common topics and skills that interviewers at BugsMirror expect are Sales, Lead Generation, Marketing, Social Media Marketing and B2B Sales.
What are the top questions asked in BugsMirror interview?

Some of the top questions asked at the BugsMirror interview -

  1. The interview questions is totally around your previous round.They ask question...read more
  2. Asked about basics of data structure and algorithm queue stack dequeue HTTP AP...read more
  3. They ask some question releated to dmbs as well as operating sys...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Freshworks

No Interviews

INTERVIEWS

Freshworks

No Interviews

INTERVIEWS

BugsMirror

No Interviews

INTERVIEWS

Freshworks

No Interviews

INTERVIEWS

Freshworks

No Interviews

INTERVIEWS

Spark Minda

No Interviews

INTERVIEWS

Spark Minda

No Interviews

Tell us how to improve this page.

BugsMirror Interview Process

based on 6 interviews

Interview experience

3.5
  
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.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k 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
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

BugsMirror Reviews and Ratings

based on 6 reviews

3.7/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.6

Salary

2.8

Job security

3.3

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 6 Reviews and Ratings
Sales Development Manager

Indore

4-9 Yrs

Not Disclosed

Sales and Marketing intern

Indore

0-2 Yrs

Not Disclosed

Explore more jobs
Compare BugsMirror with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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