i
WebPT
Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
SOLID is a set of principles for object-oriented programming to make software more maintainable, flexible, and understandable.
S - Single Responsibility Principle
O - Open/Closed Principle
L - Liskov Substitution Principle
I - Interface Segregation Principle
D - Dependency Inversion Principle
posted on 13 May 2019
I applied via Approached by Company and was interviewed in Jul 2018. There was 1 interview round.
I applied via Approached by Company and was interviewed before Jul 2022. There were 3 interview rounds.
Write a program to solve a challenging programming and algorithm problem.
Program to find the maximum subarray sum using Kadane's algorithm
Initialize max_so_far and max_ending_here to 0
Iterate through the array and update max_ending_here with the maximum of current element or current element + max_ending_here
Update max_so_far with the maximum of max_so_far and max_ending_here
Implement a program to find the longest common subsequence of two strings.
Use dynamic programming to solve this problem efficiently.
Create a 2D array to store the lengths of longest common subsequences of substrings.
Trace back the array to reconstruct the longest common subsequence.
I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.
Topological sort is used to order a directed graph's nodes in a way that all edges go from earlier to later nodes.
Create a graph data structure to represent the dependencies between operations.
Use a depth-first search algorithm to perform the topological sort.
Start by selecting a node with no incoming edges as the first operation to be performed.
Remove this node and its outgoing edges from the graph, then repeat the pr...
Transliteration logic converts text from one script to another, typically preserving pronunciation.
Transliteration is not the same as translation, it focuses on converting characters from one script to another.
Commonly used for European languages like Greek, Cyrillic, and Latin scripts.
Transliteration rules vary by language, for example, converting Cyrillic 'ш' to Latin 'sh'.
I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.
Try to troubleshoot the wifi connection issue by checking settings, restarting devices, and seeking help from IT support.
Check if the wifi is turned on and the correct network is selected
Restart the wifi router and the device
Contact IT support for assistance in retrieving the password
Iterate through array, calculate value at each index, keep track of maximum value
Iterate through the array and calculate the value at each index by multiplying jump length with value of location
Keep track of the maximum value encountered during the iteration
Return the maximum value found
I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.
Data structures, Algorithms
Data Structures, Algorithms
Design an IP blocking system to prevent unauthorized access to a network.
1. Maintain a list of blacklisted IP addresses.
2. Implement a firewall to block incoming traffic from blacklisted IPs.
3. Regularly update the blacklist based on security threats.
4. Consider implementing rate limiting to prevent brute force attacks.
5. Monitor and log blocked IP addresses for analysis.
posted on 4 Apr 2023
Connect nodes at the same level of a binary tree horizontally.
Use a queue to traverse the tree level by level.
For each level, connect the nodes in the queue from left to right.
Set the right pointer of each node to the next node in the queue.
Set the right pointer of the last node in the level to null.
Algorithm to write content to a screen
Determine the type of content to be displayed
Choose an appropriate font and font size
Define the layout and positioning of the content
Implement the algorithm to display the content on the screen
An Elastic Load Balancer distributes incoming traffic across multiple targets to ensure high availability and scalability.
Choose the appropriate load balancer type (Application, Network, Classic)
Configure health checks to ensure traffic is only sent to healthy targets
Set up auto scaling groups to automatically add or remove targets based on traffic
Use security groups to control access to the load balancer and targets
Co...
posted on 16 Oct 2022
System design on Low level design and High level design
posted on 11 Jul 2022
I applied via Instahyre and was interviewed in Jan 2022. There were 3 interview rounds.
Prepare well from leetCode
based on 1 interview
Interview experience
Payment Posting Specialist
30
salaries
| ₹3 L/yr - ₹4.5 L/yr |
AR Specialist
16
salaries
| ₹3.4 L/yr - ₹4.9 L/yr |
Billing Specialist
16
salaries
| ₹3.4 L/yr - ₹4.1 L/yr |
Team Lead
9
salaries
| ₹7.5 L/yr - ₹10.5 L/yr |
Accounts Receivable Specialist
9
salaries
| ₹4 L/yr - ₹4.7 L/yr |
24/7 Customer
Microsoft Corporation
SAP