Filter interviews by
I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 4 interview rounds.
The point where maximum intersections are happening in a 2D graph can be found by analyzing the overlapping regions of lines or curves.
Identify all the lines or curves in the graph
Determine the regions where these lines or curves overlap
Count the number of intersections in each overlapping region
Find the point with the highest number of intersections
A custom string sorter that sorts an array of strings in ascending order.
Use a sorting algorithm like bubble sort, selection sort, or merge sort to sort the array of strings.
Compare each pair of strings and swap them if they are in the wrong order.
Repeat the process until the array is sorted in ascending order.
Find max of multiple of 3 elements in an array with positive and negative values.
Iterate through the array and keep track of the three largest positive and negative numbers.
Multiply the three largest positive numbers and the three largest negative numbers by each other and find the maximum of the resulting products.
I applied via Recruitment Consultant and was interviewed before Jul 2020. There was 1 interview round.
I appeared for an interview before Jun 2016.
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MongoDB and MySQL
Familiar with version control systems like Git and deployment tools like Heroku
I appeared for an interview before Jul 2016.
I am a passionate software engineer with experience in developing web applications and solving complex problems.
Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React
Skilled in problem-solving and debugging code to ensure optimal performance
Strong understanding of data structures and algorithms
Familiar with Agile development methodologies and version control systems like Git
I appeared for an interview before May 2016.
You need to take 36 turns to find a perfect pair.
You need to pick 19 gloves to ensure a perfect pair.
The worst case scenario is picking 18 white gloves and then the 19th glove is black.
In that case, you need to pick 17 more gloves to find a black one and complete the pair.
The seven layers of networking refer to the OSI model which defines how data is transmitted over a network.
The seven layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.
Each layer has a specific function and communicates with the layers above and below it.
For example, the Physical layer deals with the physical transmission of data, while the Application layer deals with user inte...
Sort a list of people by their cities and states.
Use a sorting algorithm like quicksort or mergesort.
Create a custom comparator function that compares the city and state of each person.
If two people belong to the same city and state, sort them by their names.
Example: [{name: 'John', city: 'New York', state: 'NY'}, {name: 'Jane', city: 'Boston', state: 'MA'}]
Example output: [{name: 'Jane', city: 'Boston', state: 'MA'},
I appeared for an interview in Oct 2016.
I appeared for an interview in Oct 2016.
I am a passionate software engineer with experience in developing web applications using various technologies.
Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular
Proficient in backend development with Node.js and databases like MongoDB and MySQL
Familiar with version control systems like Git and deployment tools like Docker
I have a strong technical background, a passion for problem-solving, and a proven track record of delivering high-quality software solutions.
I have a Bachelor's degree in Computer Science and 5 years of experience in software development.
I am proficient in multiple programming languages such as Java, Python, and JavaScript.
I have successfully led a team in developing a complex web application that increased user engage
Strengths include problem-solving skills and teamwork. Weaknesses include perfectionism and time management.
Strengths: problem-solving skills, teamwork
Weaknesses: perfectionism, time management
Yes, I am able to adapt to changing situations by staying flexible, open-minded, and proactive.
I am comfortable with ambiguity and can quickly adjust my approach when needed.
I have experience working on projects with changing requirements and deadlines.
I actively seek feedback and am willing to learn new technologies or methodologies to adapt to evolving situations.
SDLC stands for Software Development Life Cycle. There are different types of SDLC models.
Waterfall model
Agile model
Spiral model
V-shaped model
Iterative model
I have presented papers on machine learning and natural language processing.
Presented a paper on sentiment analysis using machine learning algorithms at the International Conference on Natural Language Processing.
Presented a paper on named entity recognition using deep learning techniques at the IEEE International Conference on Machine Learning and Data Mining.
Co-authored a paper on text classification using convolutio...
I chose that topic because of my interest in machine learning and its potential applications in various industries.
I have always been fascinated by the idea of machines learning from data and making predictions or decisions based on that.
I believe that machine learning has the potential to revolutionize many industries, from healthcare to finance to transportation.
I have worked on several projects related to machine le...
It is not possible to accurately determine the number of toothpastes sold in one month in Hyderabad without available data.
The number of toothpastes sold can vary depending on various factors such as population, consumer behavior, and market trends.
To estimate the number, data from toothpaste manufacturers, distributors, and retailers would be required.
Factors like brand popularity, pricing, and promotional activities ...
Yes, I attended multiple interviews before this one.
I have attended interviews at Company A, Company B, and Company C.
I have experience interviewing for both frontend and backend software engineering roles.
I have also interviewed for positions in different industries such as e-commerce and healthcare.
Function to check if a string of parenthesis is balanced
Use a stack to keep track of opening parenthesis
If a closing parenthesis is encountered, pop from stack and check if it matches
If stack is empty and a closing parenthesis is encountered, return False
If all parenthesis are matched and stack is empty, return True
Count the occurrences of words in a paragraph.
Split the paragraph into words using whitespace as a delimiter.
Create a dictionary to store the count of each word.
Iterate through the words and increment the count in the dictionary.
Return the dictionary with the word counts.
Find common elements out of two sorted array
Use two pointers to traverse both arrays simultaneously
Compare elements at each pointer and move the pointer of the smaller element
If elements are equal, add to common elements list and move both pointers
Stop when either pointer reaches end of array
Convert a Binary Search Tree to a Doubly Linked List.
Create a DLL node class with left, right, and data fields.
Traverse the BST in-order and add each node to the DLL.
Adjust the left and right pointers of each node to create the DLL.
Return the head of the DLL.
The task is to fill the 'next' field of each node in a binary tree to point to the next node at the same level.
Use a level order traversal to process the tree nodes.
Maintain a queue to store the nodes at each level.
For each node, set its 'next' field to the next node in the queue.
If a node is the last node at its level, set its 'next' field to NULL.
To find anagrams of a given word in a dictionary, use a hash table to store sorted versions of each word as keys and their corresponding original words as values.
Create a hash table to store the anagrams
Iterate through each word in the dictionary
Sort the characters of the word and use it as a key in the hash table
If the key already exists, add the word to the list of values for that key
Print the list of values for the
Suggest a data structure for efficient search of a string in 10 files and print line number and file if string appears more than once.
Use a hash table to store the file name and line number of each occurrence of the string.
Iterate through each file and for each line, check if the string is present and update the hash table accordingly.
Print the hash table entries for the string.
Amazon is the right place for me because of its innovative culture, vast resources, and opportunities for growth.
Amazon's innovative culture aligns with my passion for pushing boundaries and finding creative solutions.
The company's vast resources provide the necessary tools and support to develop and deliver high-quality software.
Amazon offers numerous opportunities for growth and career advancement, allowing me to con...
Technical Support Engineer
22
salaries
| ₹7.5 L/yr - ₹18 L/yr |
Escalation Engineer
12
salaries
| ₹12 L/yr - ₹18 L/yr |
Automation Developer
10
salaries
| ₹18.5 L/yr - ₹26 L/yr |
Professional Service Engineer
7
salaries
| ₹14 L/yr - ₹19 L/yr |
Resident Engineer
4
salaries
| ₹15 L/yr - ₹32 L/yr |
Tufin
Skybox Security Inc.
Palo Alto Networks
Check Point Software Technologies