Filter interviews by
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
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
Task to make a project and submit its code, choice was given between flutter and golang.
Basic coding assignment
Advanced coding assignment based on Flutter and golang
BugsMirror interview questions for popular designations
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 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 applied via Freshesworld and was interviewed in Nov 2020. There were 6 interview rounds.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I was interviewed before Sep 2020.
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.
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...
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
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 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.
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.
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.
I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 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