Filter interviews by
Be the first one to contribute and help others!
I appeared for an interview before Sep 2020.
Round duration - 30 minutes
Round difficulty - Easy
It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.
A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.
Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a loop, the two pointers will eventually meet at some point within the loop.
To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.
Round duration - 30 minutes
Round difficulty - Easy
This round was mostly focused on my resume and projects.
Round duration - 30 minutes
Round difficulty - Easy
It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience.
Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.
Application resume tips for other job seekersKeep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.
Final outcome of the interviewSelectedI appeared for an interview in Sep 2016.
I am a dedicated software developer with a passion for creating innovative solutions.
Experienced in multiple programming languages such as Java, Python, and C++
Strong problem-solving skills and ability to work well in a team
Developed a mobile app for tracking fitness goals using React Native
The question is about bond and location.
Discuss the concept of bond and its importance in software development
Explain the significance of location in software development
Provide examples of how bond and location can impact software development projects
gcd stands for greatest common divisor, the largest positive integer that divides two or more numbers without leaving a remainder.
gcd is used to find the largest integer that can evenly divide two or more numbers.
It is commonly used in mathematics and computer science algorithms.
For example, the gcd of 12 and 18 is 6, as 6 is the largest number that can divide both 12 and 18 without leaving a remainder.
ARC stands for Automatic Reference Counting, a memory management technique used in programming languages like Objective-C and Swift.
ARC automatically tracks and manages the memory used by objects in a program
It increases the retain count of an object when it is referenced and decreases it when it is no longer needed
ARC helps prevent memory leaks and retain cycles in iOS and macOS development
I have 5 years of experience in software development, focusing on web applications and agile methodologies, seeking a competitive salary.
Worked at XYZ Corp for 3 years, developing a customer management system that improved client interactions by 30%.
Led a team of 4 developers in creating a mobile app that increased user engagement by 50%.
Implemented CI/CD pipelines that reduced deployment time by 40%, enhancing overall...
I applied via Naukri.com and was interviewed before Aug 2022. There were 4 interview rounds.
Basic aptitude questions, length of test varies from time 2 time
It was good and nice to talk
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interf...
posted on 6 Dec 2023
ConcurrentHashMap is a thread-safe implementation of the Map interface in Java.
ConcurrentHashMap allows multiple threads to access and modify the map concurrently.
It achieves thread-safety by dividing the map into segments, allowing concurrent access to different segments.
Each segment acts as an independent hash table, reducing contention between threads.
ConcurrentHashMap provides atomic operations like putIfAbsent(), ...
I applied via Naukri.com
Replication of databases involves copying and maintaining multiple copies of the same database for redundancy and fault tolerance.
Replication helps in ensuring high availability and fault tolerance by having multiple copies of the same data.
There are different types of replication such as master-slave replication, master-master replication, and multi-master replication.
Replication can be synchronous or asynchronous, wi...
I appeared for an interview in Sep 2021.
Round duration - 90 Minutes
Round difficulty - Medium
You are given a list of N
strings called A
. Your task is to determine whether you can form a given target string by combining one or more strings from A
.
The strings from A
c...
Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.
Iterate through all possible combinations of strings from the list to form the target string.
Use recursion to try different combinations of strings.
Check if the current combination forms the target string.
Return true if a valid combination is found, otherwise return false.
In a directed graph with 'N' nodes numbered from 0 to N-1, determine whether every possible path starting from a given source node (SRC) eventua...
Determine if all paths from a source node lead to a destination node in a directed graph.
Check if there is at least one path from source to destination.
If a node has no outgoing edges, it should be the destination.
Ensure the number of paths from source to destination is finite.
Traverse the graph to validate all paths lead to the destination.
Round duration - 45 Minutes
Round difficulty - Medium
Given an array of integers, determine the maximum sum of a subsequence without choosing adjacent elements in the original array.
The first line consists of an...
Find the maximum sum of a subsequence without choosing adjacent elements in an array.
Use dynamic programming to keep track of the maximum sum at each index, considering whether to include or exclude the current element.
At each index, the maximum sum can be either the sum of the current element and the element two positions back, or the sum at the previous index.
Iterate through the array and update the maximum sum accor...
Given a string STR and a non-empty string PTR, identify all the starting indices of anagrams of PTR within STR.
An anagram of a string is another string ...
Given a string STR and a non-empty string PTR, find all starting indices of anagrams of PTR within STR.
Create a frequency map of characters in PTR.
Use sliding window technique to check anagrams in STR.
Return the starting indices of anagrams found.
Round duration - 45 Minutes
Round difficulty - Easy
First half of the interview was based on DBMS, OS and some puzzles. Second half was dedicated to projects related questions.
Round duration - 20 Minutes
Round difficulty - Easy
Tip 1 : Practice atleast 200 leetcode easy to medium level questions
Tip 2 : Take part in hackathon to learn time management during coding test
Tip 3 : Make 2-3 good projects
Tip 1 : It should be ATS friendly
Tip 2 : Do not be repetitive
Tip 3 : Be confident about techs you mention on your resume
Commis 1
3
salaries
| ₹3.2 L/yr - ₹3.2 L/yr |
American Express
Taj Hotels Resorts and Palaces
Mahindra Holidays & Resorts
Radisson Hotels