Faster and better experience!
i
Planview
Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.
Join two tables in SQL and fetch details with multiple conditions.
Use JOIN keyword to combine tables based on a common column
Use WHERE clause to specify conditions for filtering data
Use AND or OR operators to combine multiple conditions
Example: SELECT * FROM table1 JOIN table2 ON table1.id = table2.id WHERE condition1 AND condition2
My cadences as a CSM involved regular check-ins, proactive outreach, and personalized communication.
Scheduled regular check-in calls with clients to review progress and address any concerns
Sent proactive emails with helpful resources or tips to support client success
Personalized communication based on each client's specific needs and goals
Used a mix of phone calls, emails, and in-app messages to stay connected with cli
Planview interview questions for popular designations
I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.
Use a variable to keep track of the maximum element while iterating through the array.
Initialize a variable to store the maximum element as the first element of the array.
Iterate through the array and compare each element with the current maximum, updating the maximum if necessary.
Return the maximum element after the loop completes.
HashMap is implemented using an array of linked lists to handle collisions.
HashMap stores key-value pairs in an array of linked lists.
Hashing function is used to determine the index of the array where the key-value pair will be stored.
If two keys hash to the same index, a collision occurs and the key-value pairs are stored in the same linked list.
I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.
posted on 2 Nov 2021
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
Top trending discussions
Snake game involves controlling a snake to eat food and grow in size without hitting walls or itself.
Create a grid system to represent the game board
Implement logic for snake movement and growth
Generate food randomly on the board for the snake to eat
Handle collision detection for walls and snake body
Keep track of score and game over conditions
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Karet Interview :
5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min
1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap
Design a file system to calculate total size and find top k collections in size.
Create a file system class with methods to add files and calculate total size.
Maintain a data structure to store the collections and their sizes.
Implement a method to find the top k collections based on size.
Consider using a priority queue or sorting the collections based on size.
Handle edge cases like empty collections or invalid input siz
Calculate the total size of an array of strings.
Iterate through the array and sum the length of each string.
Use the `length` property of each string to get its size.
Handle edge cases such as empty strings or null values.
The question is asking to find the top k collections.
Use a sorting algorithm to sort the collections in descending order based on a specific criteria.
Select the top k collections from the sorted list.
Return the selected collections as an array of strings.
I was interviewed before Mar 2023.
Count characters in a string using array of strings.
Iterate through each string in the array
For each string, iterate through each character and increment count
Return the total count of characters
based on 9 interviews
Interview experience
based on 70 reviews
Rating in categories
Managed Services Consultant
20
salaries
| ₹0 L/yr - ₹0 L/yr |
Integration Developer
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Implementation Consultant
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
ServiceNow
Atlassian
Salesforce
Oracle