Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
It was good , there was merge intervals questions , and 1 hard questions
On leetcode based prblm there are questions asked
Trees are hierarchical data structures with nodes connected by edges. Binary search is a search algorithm that finds the position of a target value within a sorted array.
Trees are made up of nodes connected by edges, with a root node at the top and leaf nodes at the bottom.
Binary search is a divide and conquer algorithm that compares the target value to the middle element of a sorted array.
Binary search is efficient fo...
Graphs are data structures that consist of nodes (vertices) connected by edges (links).
Graphs can be directed or undirected.
Nodes can have attributes or properties.
Edges can have weights or labels.
Examples of graphs include social networks, road networks, and organizational hierarchies.
Projects and dsa based round is this
Find the longest increasing subsequence in an array.
Use dynamic programming to solve this problem.
Iterate through the array and keep track of the longest increasing subsequence ending at each index.
Return the maximum length found.
Detecting a cycle in a graph using depth-first search or Floyd's cycle detection algorithm.
Use depth-first search to detect a cycle in a graph by keeping track of visited nodes and checking for back edges.
Alternatively, use Floyd's cycle detection algorithm for detecting a cycle in a linked list or graph.
Example: For a graph with nodes A, B, C, D and edges (A->B, B->C, C->D, D->A), a cycle is detected when visiting nod...
What people are saying about Google
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
That was very basic round and it was so easy
Two question are given one from LinkedList and second was from Dynamic Programming
Google interview questions for designations
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Mostly questions come from DP,Graphs
I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.
5 years of experience in software testing
Proficient in manual and automated testing
Strong attention to detail and problem-solving skills
I am interested in the company's innovative approach to software testing and their commitment to quality assurance.
I am impressed by the company's track record of delivering high-quality software products.
I am excited about the opportunity to work with cutting-edge technologies and tools in software testing.
I appreciate the company's focus on continuous learning and professional development for its employees.
Get interview-ready with Top Google Interview Questions
I applied via Naukri.com
50 questions and 1 hour time
3 questions and 40 min time
Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.
Identifying defects or bugs in the software
Verifying that the software meets functional and non-functional requirements
Ensuring the software is user-friendly and meets user expectations
Types of testing include unit testing, integration testing, system testing, and acceptance testing
I applied via AmbitionBox and was interviewed in Aug 2023. There were 3 interview rounds.
Data structures and algorithms. Leet code hard level
I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.
I was too stressed, task about stack
I applied via Company Website and was interviewed before May 2023. There was 1 interview round.
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
You better prepare for dynamic programming
Max sub array refers to the contiguous subarray within an array that has the largest sum of elements.
Max sub array problem is a common algorithmic problem in computer science.
It involves finding the subarray with the largest sum of elements.
Example: Given array [1, -2, 3, 4, -1, 2, 1, -5, 4], the max sub array is [3, 4, -1, 2, 1] with a sum of 9.
3 Interview rounds
based on 30 reviews
Rating in categories
Software Engineer
1.3k
salaries
| ₹21 L/yr - ₹80 L/yr |
Software Developer
1.1k
salaries
| ₹21.8 L/yr - ₹56.7 L/yr |
Senior Software Engineer
610
salaries
| ₹22 L/yr - ₹94 L/yr |
Sde1
254
salaries
| ₹14 L/yr - ₹55 L/yr |
Data Scientist
250
salaries
| ₹24.8 L/yr - ₹55 L/yr |
Yahoo
Amazon
Microsoft Corporation