Filter interviews by
ACID stands for Atomicity, Consistency, Isolation, and Durability in databases.
Atomicity ensures that all operations in a transaction are completed successfully or none at all.
Consistency ensures that the database remains in a consistent state before and after the transaction.
Isolation ensures that multiple transactions can be executed concurrently without affecting each other.
Durability ensures that once a transaction...
Checked exceptions are checked at compile time while unchecked exceptions are not checked at compile time.
Checked exceptions are subclasses of Exception class except RuntimeException and its subclasses.
Unchecked exceptions are subclasses of RuntimeException and Error classes.
Checked exceptions must be caught or declared in the method signature using 'throws' keyword.
Unchecked exceptions do not need to be caught or decl...
To find the minimum difference between any two integers of 2 sorted lists, iterate through both lists simultaneously and keep track of the minimum difference.
Iterate through both sorted lists simultaneously
Keep track of the minimum difference found so far
Update the minimum difference if a smaller difference is found
I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.
AI stands for Artificial Intelligence, which is the simulation of human intelligence processes by machines, especially computer systems.
AI involves the development of algorithms that can perform tasks that typically require human intelligence.
Examples of AI include speech recognition, image recognition, natural language processing, and autonomous vehicles.
AI can be categorized into narrow AI (focused on a specific task...
Machine learning is a branch of artificial intelligence that involves developing algorithms and models that can learn from and make predictions or decisions based on data.
Machine learning uses algorithms to analyze data, learn from it, and make predictions or decisions.
It is used in various fields such as healthcare, finance, marketing, and more.
Examples of machine learning applications include recommendation systems, ...
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Print nodes of n-ary tree in arc wise manner from outside
Traverse the tree level by level from outside to inside
Use a queue to keep track of nodes at each level
Print the nodes at each level in a clockwise or anticlockwise manner
posted on 20 May 2024
It was a project to make automation VM creation with powershell.
Different types of hardware can be accessed on console through device drivers and APIs.
Use device drivers to communicate with hardware components such as printers, scanners, and network cards
Utilize APIs provided by hardware manufacturers to access specific functionalities of hardware devices
Interact with hardware through command line tools or graphical user interfaces
Use the New-SCVMCheckpoint cmdlet in PowerShell to create a checkpoint on SCVMM.
Use the New-SCVMCheckpoint cmdlet in PowerShell
Specify the VM name and checkpoint name as parameters
Example: New-SCVMCheckpoint -VM 'VMName' -Name 'CheckpointName'
Algo from leetcode No.56
posted on 19 Dec 2023
I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.
Create subarrays with sum = 0 from given array of integers.
Iterate through the array and keep track of the running sum.
Store the running sum in a hashmap and check if the current sum - any previous sum equals 0.
If yes, then the subarray between those two indices has a sum of 0.
The left view of a binary tree is the set of nodes visible when the tree is viewed from the left side.
Traverse the tree in a level order manner and keep track of the first node at each level.
Use a queue to store nodes at each level and update the left view nodes accordingly.
Example: For a binary tree with root node 1, left child 2, and right child 3, the left view would be [1, 2].
I was interviewed before Jul 2023.
45 min round. Similar to Leetcode medium level question.
45 min coding round, 2 question asked
Design a system for proximity service
Utilize geolocation data to track user locations
Implement algorithms to calculate proximity between users
Use real-time updates to notify users of nearby contacts
posted on 21 Mar 2023
I applied via Company Website and was interviewed in Sep 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.
I have over 8 years of experience in financial analysis, project management, and team leadership.
Managed a team of analysts to successfully implement cost-saving initiatives
Led cross-functional projects resulting in increased efficiency and profitability
Performed in-depth financial analysis to support strategic decision-making
Collaborated with senior management to develop and execute business plans
My product handling experience has been excellent, with a focus on efficiency and accuracy.
Implemented efficient product handling processes to streamline operations
Ensured accurate inventory management and tracking
Trained team members on proper product handling techniques
Utilized technology to improve product handling efficiency, such as barcode scanning systems
The customer feedback on my work was overwhelmingly positive, highlighting my attention to detail and excellent communication skills.
Received positive feedback on attention to detail
Received positive feedback on communication skills
Customers expressed satisfaction with the overall experience
posted on 6 Jul 2023
I applied via Company Website and was interviewed before Jul 2022. There were 6 interview rounds.
This round contains live coding round on any online editor.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Trust and Safety Specialist
73
salaries
| ₹5.5 L/yr - ₹9 L/yr |
Software Engineer
63
salaries
| ₹15 L/yr - ₹50 L/yr |
Senior Software Engineer
57
salaries
| ₹24 L/yr - ₹85 L/yr |
Content Reviewer
37
salaries
| ₹3.6 L/yr - ₹9.9 L/yr |
Account Director
31
salaries
| ₹15 L/yr - ₹39 L/yr |
Microsoft Corporation
Amazon