Filter interviews by
All about java good basic medium leetcode
Java node js, sql,python
Top trending discussions
Easy level test can be cleared
I applied via Approached by Company and was interviewed before Feb 2023. There were 4 interview rounds.
The coding round was for 1 hour. The problems asked were fairly easy to comprehend the logic.
This round was for an hour. In this round the test automation questions were asked, like finding the XPath and automating a simple feature such as search on make my trip or the calendar date select on mmt.
Implement a data structure like a hash table or a cache to optimize memory search.
Use a hash table to store the data with keys as memory locations
Implement a cache to store frequently accessed data for faster retrieval
Consider using indexing or sorting techniques to optimize search operations
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Fluent wait in Selenium is used for handling dynamic elements and synchronization issues.
Fluent wait is used to wait for a condition to be true before proceeding with the next steps in Selenium automation scripts.
It provides more flexibility in defining wait conditions compared to implicit or explicit waits.
Fluent wait can be used to wait for a specific element to be visible, clickable, or any other custom condition.
It...
To get all the links available on a page, you can use web scraping techniques.
Use a web scraping tool like BeautifulSoup in Python or Selenium to extract all the links from the page
Identify the HTML elements that contain the links, such as tags with href attributes
Iterate through the elements to extract the URLs and store them in a list
Easy level test can be cleared
I applied via Approached by Company and was interviewed before Feb 2023. There were 4 interview rounds.
The coding round was for 1 hour. The problems asked were fairly easy to comprehend the logic.
This round was for an hour. In this round the test automation questions were asked, like finding the XPath and automating a simple feature such as search on make my trip or the calendar date select on mmt.
Implement a data structure like a hash table or a cache to optimize memory search.
Use a hash table to store the data with keys as memory locations
Implement a cache to store frequently accessed data for faster retrieval
Consider using indexing or sorting techniques to optimize search operations
posted on 17 Oct 2022
DP,Binary Search, Graphs these are important topics.And focus on aptitude.
Tricky questions and need some time.
posted on 25 Jul 2022
I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.
2 coding ques easy - medium level
Merge intervals and find second largest salary in SQL
For merging intervals, sort them by start time and then iterate through the intervals to merge overlapping ones
For finding second largest salary, use the SQL query: SELECT MAX(salary) FROM employees WHERE salary < (SELECT MAX(salary) FROM employees)
I was interviewed in Jan 2021.
Round duration - 90 Minutes
Round difficulty - Medium
It was a zoom call with a SDE-2 person, after 15 mins into my background he jumped directly to the questions
In zigzag ord...
We can use level order traversal (recursive) to explore all levels of the tree. Also, at each level nodes should be printed in alternating order.
For example - First level of tree should be printed in left to right manner, Second level of tree should be printed in right to left manner, Third again in left to right order and so on.
So, we will use a Direction variable whose value will toggle a...
The idea is to traverse the binary tree and swap the left and right subtrees.
The steps are as follows:
The idea is to first create an undirected graph of the given binary tree and then doing a bfs traversal of the undirected graph starting from the start node. We will keep a variable ‘count’ that will be incremented at each level of bfs traversal. ‘count-1’ is the required time needed to burn the whole tree.
Algorithm
Round duration - 90 Minutes
Round difficulty - Medium
Again this was a Problem Solving round taken by a SDE-2
In the Depth First Search (DFS), we start from a vertex, we first print it and then recursively call DFS for its adjacent vertices. In topological sorting, we use a stack. We don’t print the vertex immediately, we first recursively call topological sorting for all its adjacent vertices, then push it to a stack. Finally, print contents of the stack. Note that a vertex is pushed to stack on...
Round duration - 100 Minutes
Round difficulty - Hard
This round was with a SDE-3(Principal Engineer)
1. Trailing zeros in a number can be defined as the number of continuous...
O(1), as we are using constant extra m...
Round duration - 90 Minutes
Round difficulty - Hard
This round was scheduled with a SDE-3/SDE-4(Senior Principal Engineer):
He directly started with questions after my introduction of 5mins
Round duration - 90 Miinutes
Round difficulty - Medium
Discussion with Hiring Manager
The first line of...
Suppose that the robber is at the ith house. The robber has two options:
You will follow the same for the rest of the houses. Thus, if maxLoot(i) is the maximum loot possible when we’re at the ith house, t...
Round duration - 75 Minutes
Round difficulty - Easy
This round was with VP in Redwood City , it was scheduled around 11:00 pm IST
Tip 1 : Be solid with the basics of Ds, Algo. Good to have end to end projects which are hosted on cloud/Github.
Tip 2 : Its always good to be presentable and have good communications skills
Tip 3 : Be honest, clear in approach and always walkthrough your thought process to the interviewer, If you dont know something kindly refuse , dont try to fake anything
Tip 1 : Mention your projects and experience at the top. Be clear on what was done, a brief on how it was done, language /tech stack involved. If possible try to host and make it accessible. You never know if you can present it with just one click.
Tip 2 : Choose a balance between, white spaces and text, it should be well indented, no grammatical errors.
Tip 3 : It takes less than 2 min to scan a resume. Don't mention things which are irrelevant.
based on 1 review
Rating in categories
Software Engineer
60
salaries
| ₹10 L/yr - ₹26 L/yr |
Senior Software Engineer
57
salaries
| ₹18 L/yr - ₹38.5 L/yr |
Technical Account Manager
21
salaries
| ₹14 L/yr - ₹28 L/yr |
Customer Success Manager
20
salaries
| ₹14 L/yr - ₹20.5 L/yr |
Implementation Consultant
19
salaries
| ₹4.6 L/yr - ₹27 L/yr |
Zoho
Freshworks
CleverTap
WebEngage