Upload Button Icon Add office photos

Filter interviews by

BugsMirror Interview Questions and Answers

Updated 30 May 2024
Popular Designations

BugsMirror Interview Experiences

6 interviews found

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 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
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:
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 - 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

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:
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 - 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

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!
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 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

I appeared for an interview 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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about BugsMirror?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the activities that you have performed?
  • Q2. Some important journal entries

Interview Preparation Tips

Interview preparation tips for other job seekers - I would advice to be more confident on subject amd have a crisp cv which actually shows what you have done in your last company. After walkin, it is your cv which would create an impression of yours because in walkin, it is difficult to remember the candidate. I got call after 1 month and it was all because they liked my cv.
Be confident and practice all what you have done.
Are these interview questions helpful?

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements and return the result modulo 10^9 + 7.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaNoWipro Limited interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice as much as you can
Tip 2 : Coding is key to crack

Application resume tips for other job seekers

Tip 1 : It should look nice
Tip 2 : Skills should be mentioned properly

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to change the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview panel is good but working with manger is not

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. After 5 year in which position you will be

Interview Preparation Tips

Interview preparation tips for other job seekers - You should must improve your communication skills.

You have basic knowledge of your qualifications

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 Resume Shortlist, Assignment 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. Asked about basics of data structure and algorithm queue stack dequeue HTTP AP...read more
  2. They ask some question releated to dmbs as well as operating sys...read more
  3. Queue ,Stack, API topics are as...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

BugsMirror Reviews and Ratings

based on 6 reviews

3.7/5

Rating in categories

3.2

Skill development

3.4

Work-life balance

3.6

Salary

2.8

Job security

3.4

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 6 Reviews and Ratings
Compare BugsMirror with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview