Filter interviews by
I applied via Company Website and was interviewed in Jul 2022. There were 3 interview rounds.
Basics Coding in C++ .Asked to create a management system using files and classes in c
++
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Task for developers to complete
Task is to create a login page and registration page in flutter and golang
I applied via Campus Placement and was interviewed in Apr 2023. There were 3 interview rounds.
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
Task to make a project and submit its code, choice was given between flutter and golang.
BugsMirror interview questions for popular designations
Basic coding assignment
Advanced coding assignment based on Flutter and golang
I was interviewed in Feb 2021.
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.
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...
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...
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...
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...
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.
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...
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'.
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...
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
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
Top trending discussions
I was interviewed before Sep 2016.
I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.
Some of the top questions asked at the BugsMirror interview -
based on 6 interviews
Interview experience
based on 6 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant