Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.
I appeared for an interview before Feb 2021.
A Customer Success Manager's day involves engaging with clients, analyzing feedback, and ensuring product satisfaction.
Client Check-Ins: Regularly scheduled calls with clients to discuss their needs and gather feedback, ensuring they are satisfied with the product.
Onboarding New Clients: Guiding new customers through the setup process, providing training sessions to help them understand the product features.
Data Analys...
I handled a sensitive situation with integrity by promptly notifying the customer and ensuring their data was secure.
Immediately recognized the importance of data privacy and security.
Contacted the customer directly to inform them of the error.
Assured the customer that their information would be handled confidentially.
Followed company protocol to secure the information and prevent any misuse.
Documented the incident for...
Top trending discussions
I applied via Company Website and was interviewed before Apr 2021. There was 1 interview round.
posted on 18 Mar 2023
I applied via Company Website and was interviewed before Mar 2022. There were 4 interview rounds.
From the given scenario, draw a solution with Microsoft products for a customer
Group discussion way quite poor and not well organized
posted on 4 May 2023
Present a sales pitch for a cloud migration
I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.
I appeared for an interview before May 2021.
Round duration - 60 minutes
Round difficulty - Medium
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.
Given an array of integers, find the sum of all subsets in non-decreasing order of the given array.
N = 3, array = [1, 2]
[0, 1, 2, 3]
Find sum of all subsets in non-decreasing order of given array.
Use recursion to generate all subsets of the array
Calculate sum of each subset and store in a list
Sort the list in non-decreasing order to get the final result
Round duration - 60 minutes
Round difficulty - Medium
First he asked me to tell about myself, then he asked me some OOPS Concepts,difference in shallow copy and deep copy,
asked me to write a code for boundary traversal of binary tree.
Given a binary tree consisting of integers, your task is to provide the boundary nodes of this tree in an anti-clockwise direction, starting with the ro...
Boundary traversal of a binary tree to find left boundary, right boundary, and leaf nodes in an anti-clockwise direction.
Perform a pre-order traversal to get the left boundary nodes
Perform an in-order traversal to get the leaf nodes
Perform a post-order traversal to get the right boundary nodes
Combine the results to get the boundary nodes in anti-clockwise direction
Round duration - 60 minutes
Round difficulty - Easy
The second tech interview lasted for about an hour and half. First he asked me to tell about myself. Then he asked me how my first interview was. He then asked me where should I start, data structures, databases, to which I replied anywhere.
He started asking questions about C. He asked difference between call by pointer and call by reference. Whether a function can be defined as
void function(int &x, int &y);
Then he asked what is volatile data type in C. Then about the static data class.
He also asked me to write a program to find length of a string.
Then he asked about how functions in C work. How does the program know where to go back after a function is over, etc.
He then asked me if I knew C++, I said no. So he continued to ask a few questions on data structures.
He then asked about the ACID properties which a good database must have. He asked how are transactions managed by a database, what are commits, how, in case of a power failure, data is reverted back, etc.
Then he asked me whether I like to work individually or in a team. I said in a team. He then gave me scenario where I have to decide between a project I am working on, whose deadline is approaching, and helping a friend working on another project whose deadline is also approaching, and asked me what would I do in such a case.
This problem requires you to return a pointer that references the middle node of a singly linked list.
If the number of elements in the linked list is odd, ...
Return the middle node of a singly linked list, considering odd and even number of elements.
Traverse the linked list with two pointers, one moving twice as fast as the other
When the fast pointer reaches the end, the slow pointer will be at the middle
Return the node pointed to by the slow pointer as the middle node
Tip 1 : Practice at least 5 codes daily.
Tip 2 : Do at-least one machine Learning Project.
Tip 1 : Have at least three project.
Tip 2 : Put some achievements.
I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.
Web service flow is the sequence of steps involved in the communication between a client and a server over the internet.
Web service flow involves a client sending a request to a server
The server processes the request and sends a response back to the client
The response can be in various formats such as XML, JSON, or plain text
Web service flow can be synchronous or asynchronous
Examples of web services include RESTful API...
To check ports in Solaris or Linux machine, use the netstat command.
Open the terminal and type 'netstat -an' to display all open ports.
Use 'netstat -an | grep
To check listening ports, use 'netstat -an | grep LISTEN'.
For Solaris, use 'netstat -an | grep .
based on 2 interview experiences
Difficulty level
Duration
based on 29 reviews
Rating in categories
Computer Scientist
492
salaries
| ₹34.5 L/yr - ₹60 L/yr |
Technical Consultant
318
salaries
| ₹12.8 L/yr - ₹24 L/yr |
Computer Scientist 2
312
salaries
| ₹46.6 L/yr - ₹80 L/yr |
Software Engineer
285
salaries
| ₹13.9 L/yr - ₹25 L/yr |
Senior Software Engineer
244
salaries
| ₹24.1 L/yr - ₹40 L/yr |
Salesforce
Oracle
Microsoft Corporation
Amazon