Filter interviews by
I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.
1 Leetcode Medium Problem - Interviewer was very friendly and was looking for the thought process instead of a mugged up solution
I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.
Java program to find longest substring palindrome
Handle dynamic web elements by using techniques like waiting, locating by attributes, and using explicit waits.
Use implicit waits to wait for elements to load before interacting with them
Locate elements by attributes like ID, class name, xpath, etc.
Use explicit waits to wait for specific conditions before proceeding
Handle dynamic elements by using dynamic locators or regular expressions
Use frameworks like Selenium for
Top trending discussions
posted on 28 Nov 2024
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
To retrieve a value, the key is hash...
Find anagrams from a string array
Iterate through each string in the array
Sort the characters of each string to create a key for comparison
Use a hashmap to group anagrams together
Return the grouped anagrams as arrays
A top view of a binary tree shows the nodes visible when looking at the tree from the top.
The top view of a binary tree is the set of nodes visible when looking at the tree from the top.
Nodes at the same horizontal distance from the root are considered at the same level.
Use a map to store the horizontal distance of each node and only keep the first node encountered at each horizontal distance.
Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.
Height of an empty tree is -1
Height of a tree with only one node is 0
Height of a binary tree can be calculated recursively by finding the height of left and right subtrees and adding 1 to the maximum of the two heights
posted on 25 Mar 2024
I applied via Naukri.com and was interviewed before Mar 2023. There were 4 interview rounds.
posted on 3 Oct 2024
I applied via campus placement at Vignan Institute of Technology and Science, Poochampally Mandal and was interviewed in Sep 2024. There were 4 interview rounds.
Aptitude consists of reasoning, codes etc
I motivate my team by setting clear goals, providing regular feedback, recognizing achievements, and fostering a positive work environment.
Setting clear goals and expectations
Providing regular feedback and constructive criticism
Recognizing and rewarding achievements
Fostering a positive work environment through team-building activities and open communication
String manipulation in Python
Use string methods like split(), join(), replace(), etc.
Remember that strings are immutable in Python
Be mindful of string concatenation efficiency
Developed a mobile app for tracking daily water intake and setting hydration goals.
Used React Native for front-end development
Implemented Firebase for backend database and authentication
Included features like daily reminders and progress tracking
Received positive feedback from users on user-friendly interface
My motivation is my family and the desire to make them proud.
Family is my biggest motivation
I want to succeed to provide a better life for my loved ones
Their support drives me to work harder
Seeing their happiness when I achieve my goals fuels my determination
Developed a mobile application for tracking daily water intake
Designed user-friendly interface for inputting water consumption
Implemented reminder notifications to encourage regular hydration
Integrated with health tracking apps to provide comprehensive health data
Received positive feedback from users on improved hydration habits
posted on 14 Oct 2024
Code snippets apti to guess output
5 questions with each 15 min time
Long coding with 2 hrs time
Database modeling for an accounting application
Identify entities such as customers, invoices, transactions, and accounts
Establish relationships between entities (e.g. one-to-many, many-to-many)
Consider normalization to reduce redundancy and improve data integrity
Use primary keys and foreign keys to maintain data consistency
Implement constraints to enforce business rules (e.g. unique constraints, check constraints)
A fintech app class diagram and system design involves modeling classes, relationships, and interactions for financial services.
Identify key classes such as User, Account, Transaction, and Payment
Define relationships between classes (e.g. User has many Accounts, Account has many Transactions)
Consider security measures for sensitive financial data
Include features like authentication, authorization, and encryption
Design ...
Design a parking lot with efficient layout and features
Consider the size and layout of the parking lot
Include designated spots for different types of vehicles (compact, regular, handicapped)
Implement a clear signage system for easy navigation
Incorporate security measures such as lighting and surveillance cameras
Include payment options for parking fees (e.g. ticket machines, mobile app)
Consider environmental factors lik
I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.
Use indexing to access individual characters from a string.
Use square brackets and the index number to access a specific character in the string.
Remember that indexing starts at 0 in most programming languages.
Example: str = 'hello', to get the first character 'h', use str[0].
posted on 28 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
based on 2 interviews
Interview experience
Technical Support Engineer
868
salaries
| ₹12 L/yr - ₹25 L/yr |
Technical Consultant
311
salaries
| ₹13.8 L/yr - ₹30 L/yr |
Member Technical Staff
290
salaries
| ₹18.8 L/yr - ₹60 L/yr |
Senior Member of Technical Staff
239
salaries
| ₹30 L/yr - ₹100.4 L/yr |
Salesforce Developer
235
salaries
| ₹7.8 L/yr - ₹27 L/yr |
SAP
Zoho
Oracle
Adobe