Filter interviews by
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
Find and remove duplicates in an array of strings
Iterate through the array and use a Set to keep track of unique elements
Check if each element is already in the Set, if so, remove it from the array
Top trending discussions
I applied via Naukri.com and was interviewed before Feb 2023. There were 4 interview rounds.
Creating a full flow of spring boot application to take input and update database
I applied via Job Portal and was interviewed before Mar 2023. There were 2 interview rounds.
Scenario based questions
I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.
Angular life cycle hooks are methods that allow developers to tap into specific moments in the component's life cycle.
There are eight life cycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy
ngOnChanges is called when an input property changes
ngOnInit is called after the first ngOnChanges
ngDoCheck is called during every cha...
Data binding in Angular is a way to synchronize data between the model and the view.
Data binding allows for automatic updates to the view when the model changes and vice versa.
There are three types of data binding in Angular: Interpolation, Property binding, and Event binding.
Interpolation is used to display data in the view using double curly braces {{}}.
Property binding is used to set a property of a directive or com...
posted on 11 Sep 2022
Few MCQ's and along with couple of SQL scenario questions
I was interviewed in Mar 2022.
Round duration - 60 minutes
Round difficulty - Medium
Mcq + Data structures questions
Given an array of integers, find the maximum sum of any contiguous subarray within the array.
array = [34, -50, 42, 14, -5, 86]
137
O(1) because the extra space being used (looping vari...
Round duration - 70 minutes
Round difficulty - Medium
Standard System Design round
Tip 1 : Implement using OOPs
Tip 2 : Try to tell your approach to the interviewer as much as you can side by side
Round duration - 90 minutes
Round difficulty - Medium
Interview of DSA + OOPS + Databse(SQL query) + Operating System
Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.
This problem can be solved through recursion.We will maintain max_level variable which will keep track of maxLevel and will pass current level in recursion as argument. Whenever we see a node whose current level is more than maxLevel then we will print that node as that will be first node for that current level. Also update maxLevel with current level.
Space Complexity: O(n)Explanation:O(N), where ‘N’...
Round duration - 60 minutes
Round difficulty - Easy
Hr round - normal hr questions + situational
Thoughtworks community discussion
Tip 1 : Read all Thoughtworks community page and be honest
Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.
Tip 3 : The cross-questioning can go intense sometimes, think before you speak.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 19 Oct 2022
TreeSet is a sorted set implementation in Java. WeakHashMap is a hash table-based Map implementation with weak keys.
TreeSet is implemented using a tree structure and maintains elements in sorted order.
WeakHashMap is a Map implementation that allows keys to be garbage collected when they are no longer referenced.
WeakHashMap is useful for caching or memoization where the keys are not always needed and can be garbage coll
Comparable and Comparator are interfaces used for sorting objects in Java.
Comparable interface is used to define the natural ordering of objects based on their own class.
Comparator interface is used to define the ordering of objects based on a separate class.
Comparable interface has compareTo() method while Comparator interface has compare() method.
Comparable interface is implemented by the class whose objects need to ...
posted on 4 Sep 2021
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
To switch between tabs in a browser using Selenium, we can use the getWindowHandles() method and switchTo() method.
Use getWindowHandles() method to get the handles of all open tabs
Store the handles in a Set
Use switchTo() method to switch to a specific tab by passing the handle as an argument
Code to give rating in webtable for given applicant name and rating as input.
Create a function that takes applicant name and rating as input.
Search for the applicant name in the webtable.
Update the rating for the applicant in the webtable.
Return the updated webtable.
Count the number of repeated integers in an array
Iterate through the array and use a hash table to keep track of the count of each number
Return the count of numbers with a count greater than 1
I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Technical Support Engineer
182
salaries
| ₹2.6 L/yr - ₹8.7 L/yr |
Senior Software Engineer
117
salaries
| ₹9 L/yr - ₹34 L/yr |
Security Analyst
91
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Software Support Specialist
64
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Software Engineer
57
salaries
| ₹4.5 L/yr - ₹15 L/yr |
Zoho
Freshworks
TCS
HCLTech