Filter interviews by
I applied via Company Website and was interviewed in Sep 2020. There were 7 interview rounds.
Authentication is the process of verifying the identity of a user, while authorization is the process of granting access to specific resources.
Authentication confirms the identity of a user through credentials such as username and password.
Authorization determines what resources a user can access based on their authenticated identity.
Authentication is the first step in the authorization process.
Examples of authenticati...
Tableau uses Tableau Server for optimization of deployments.
Tableau Server provides centralized management and scalability for Tableau deployments.
It allows for easy sharing and collaboration of dashboards and data sources.
Tableau Server also offers features such as load balancing, failover, and backup and recovery.
It can be deployed on-premises or in the cloud, depending on the organization's needs.
Tableau also offers...
Top trending discussions
posted on 26 Oct 2020
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
Data scraping, computer vision, agile methodologies, change request, and testing methods are all important aspects of software engineering.
Data scraping involves extracting data from websites or other sources.
Computer vision involves using algorithms to interpret and analyze visual data.
Agile methodologies are a set of principles for software development that prioritize flexibility and collaboration.
Change requests are...
posted on 16 May 2021
I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 28 Apr 2021
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 30 Nov 2021
I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.
Find sum of squares of numbers in list using stream API.
Use mapToInt() to convert list of integers to IntStream
Use map() to square each element of IntStream
Use sum() to get the sum of squares
Searching in 2D sorted array row wise and column wise.
Start from the top right corner or bottom left corner
Compare the target with the current element
Move left or down if target is smaller or move right or up if target is larger
Repeat until target is found or out of bounds
posted on 8 Apr 2021
posted on 5 Dec 2021
I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.
Use Dijkstra's algorithm to find the shortest path between 2 vertices in a graph.
Implement Dijkstra's algorithm to find the shortest path
Create a priority queue to keep track of the vertices with the shortest distance
Use a visited set to avoid revisiting vertices
Stop when the destination vertex is reached
Return the shortest path found
Example: finding the shortest path between A and D in a graph with weighted edges: A->...
Find pairs in an array with sum equal to 0.
Use a hash table to store the frequency of each element.
Iterate through the array and for each element, check if its complement (negative value) exists in the hash table.
If it exists, add the frequency of the complement to the count of pairs.
Return the count of pairs.
Example: array = [2, -2, 3, 0, -3], pairs = 2 (-2, 2 and -3, 3)
I appeared for an interview in Jul 2019.
Design a traffic signal system
Identify the number of lanes and intersections
Determine the traffic flow and peak hours
Choose appropriate sensors and controllers
Implement a synchronization algorithm
Consider emergency vehicle prioritization
Include pedestrian crossing signals
Ensure compliance with local regulations
Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.
Hashmap uses hashing function to map keys to indices in an array
Collisions can occur when multiple keys map to the same index, which can be resolved using separate chaining or open addressing
Java implementation: HashMap
Printing patterns using code
Identify the pattern to be printed
Use loops to print the pattern
Adjust the loop variables to control the pattern
Use conditional statements to modify the pattern
Examples: printing stars, triangles, squares, etc.
Common point in linked list refers to the node where two or more linked lists intersect.
The common point can be found by traversing both linked lists and comparing the nodes.
The common point can also be found by using two pointers, one for each linked list, and moving them until they meet at the common point.
Examples include finding the intersection point of two linked lists or finding the loop in a linked list.
based on 14 reviews
Rating in categories
Technical Support Engineer
971
salaries
| ₹8.5 L/yr - ₹25 L/yr |
Technical Consultant
343
salaries
| ₹13.8 L/yr - ₹32 L/yr |
Member Technical Staff
284
salaries
| ₹18.8 L/yr - ₹60 L/yr |
Senior Member of Technical Staff
259
salaries
| ₹30 L/yr - ₹95 L/yr |
Senior Technical Consultant
252
salaries
| ₹18 L/yr - ₹45 L/yr |
SAP
Zoho
Oracle
Adobe