Filter interviews by
I appeared for an interview in Jan 2021.
Round duration - 120 minutes
Round difficulty - Hard
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.
Use Floyd's Tortoise and Hare algorithm to detect a cycle in O(N) time complexity and O(1) space complexity.
Initialize two pointers, slow and fast, and move them at different speeds through the list.
If there is a cycle, the fast pointer will eventually meet the slow pointer within the cycle.
If the fast pointer reach...
Round duration - 35 minutes
Round difficulty - Medium
This was face to face interview round.
You are provided with two 32-bit signed integers. Your task is to check whether their multiplication will overflow a 32-bit signed integer limit or not.
An integer...
Check if the multiplication of two 32-bit signed integers will cause an overflow.
Check if the product of A and B exceeds the maximum or minimum value of a 32-bit signed integer.
Consider the range of 32-bit signed integers (-2^31 to 2^31 - 1) for overflow check.
Avoid typecasting to other data types while solving the problem.
Round duration - 20 minutes
Round difficulty - Easy
This was last round and I was interacting with the interviewer without getting nervous.
Tip 1 : Focus on data structures and algorithms part more.
Tip 2 : Try to do as much deep study of logic as you can’t memorize each question so the only thing you will remember is the logic part which you have applied.
Tip 3 : Also, try to do lot of practice for Data Structures and Algorithms related problems. I personally used Codezen and Geeks For Geeks. You may refer to any portal but I suggest you to use Codezen of Coding Ninjas as you can get a variety of interview problems there.
Tip 4 : DO projects properly
Tip 1 : Write what you know and know what you write
Tip 2 : it’s better not to exaggerate and getting into your own trap.
Tip 3 : To be honest, the problem-solving ability is the only thing that most companies care about. So you can manipulate your resume according to that.
Tip 4 : Mention your competitive programming handles in your resume and also other coding ranks or achievements which you have achieved.
Top trending discussions
I applied via Campus Placement and was interviewed before May 2021. There were 4 interview rounds.
VERBAL QUANT DI/LR and Picture based test
Fibonacci series can be easily implemented using loops in C++ or C.
Declare variables for first two numbers of the series
Use a loop to calculate and print the next number in the series
Repeat the loop until desired number of terms are printed
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
Abstract class is a class that cannot be instantiated, List is a collection of objects, SQL is a language used to manage databases, ADO.net is a framework for accessing databases.
Abstract class is used as a base class for other classes
List is a generic collection of objects
SQL is used to create, modify, and query databases
ADO.net provides a set of classes for accessing databases
Example: abstract class Animal { public a...
I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.
Java, program logic, software engineering
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Feb 2021. There were 3 interview rounds.
I come from a close-knit family that values education, creativity, and support, shaping my personal and professional growth.
Supportive Parents: My parents encouraged my interests in technology from a young age, providing resources for learning programming.
Siblings: I have a younger sister who is passionate about art, and we often collaborate on projects that blend technology and creativity.
Family Traditions: We have a ...
I come from a close-knit family that values education, creativity, and support, which has greatly influenced my career path.
Supportive Parents: My parents encouraged my interest in technology from a young age, providing me with resources like books and courses.
Siblings: I have a younger sister who is also in the tech field, and we often collaborate on projects, sharing ideas and learning from each other.
Family Values: ...
Handled a difficult project involving complex data migration and integration
Had to understand the existing data structure and map it to the new system
Dealt with multiple data sources and formats
Ensured data integrity and accuracy throughout the migration process
Collaborated with cross-functional teams to ensure successful integration
Implemented automated testing to validate data migration and integration
Managed project...
I applied via Campus Placement and was interviewed before Sep 2021. There was 1 interview round.
I appeared for an interview before Sep 2020.
Round duration - 30 Minutes
Round difficulty - Easy
The interviewer was quite friendly. There were two questions one from arrays and other one from strings.
Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...
Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.
Iterate through the string and keep track of consecutive characters and their counts.
Replace consecutive duplicates with the count of repetitions.
Ensure the count of repetitions is ≤ 9.
Return the compressed string.
Given an array ARR
consisting of N
integers, your goal is to determine the maximum possible sum of a non-empty contiguous subarray within this array.
Find the maximum sum of a contiguous subarray in an array of integers.
Use Kadane's algorithm to find the maximum subarray sum in linear time.
Initialize two variables: maxEndingHere and maxSoFar to keep track of the current subarray sum and the maximum subarray sum seen so far.
Iterate through the array and update the variables accordingly.
Return the maxSoFar as the result.
Tip 1 : Practice at-least 200-250 questions from different topics.
Tip 2 : Prepare aptitude well.
Tip 1 : Resume should be always one pager.
Tip 2 : Mention all your projects and if you have a good score mention it on top.
based on 1 interview experience
based on 11 reviews
Rating in categories
Associate Software Developer
27
salaries
| ₹4 L/yr - ₹8.5 L/yr |
Software Developer
16
salaries
| ₹5.4 L/yr - ₹15 L/yr |
Business Analyst
8
salaries
| ₹6.6 L/yr - ₹12.2 L/yr |
Software Engineer
6
salaries
| ₹1 L/yr - ₹9.6 L/yr |
HR Executive
6
salaries
| ₹4.1 L/yr - ₹6.5 L/yr |
Wipro
Cognizant
Infosys
Tech Mahindra