Filter interviews by
I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.
60m, DSA (graphs, trees, etc.)
A sparse matrix can be represented using a dictionary of dictionaries or a list of lists.
Use a dictionary of dictionaries where the keys are the row and column indices with non-zero values as values.
Alternatively, use a list of lists where each inner list represents a row with non-zero values and their column indices.
Sparse matrices are efficient for large matrices with mostly zero values.
Example: {0: {1: 5, 3: 7}, 2: ...
Efficiently calculate the sum of a matrix
Iterate through each element in the matrix and add them to a running total
Use parallel processing or multi-threading to calculate the sum faster
Consider using optimized algorithms like Strassen's algorithm for matrix multiplication
A metrics tracker to monitor and analyze key performance indicators
Define the key metrics to track (e.g. user engagement, conversion rates)
Implement a data collection system to gather relevant data
Create visualizations and reports to analyze the metrics
Set up alerts for abnormal metric values
Regularly review and update the metrics based on business goals
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
DSA, java, python, basic problem solving
I applied via Job Portal and was interviewed in Mar 2024. There was 1 interview round.
Find and return all substrings in a main string that match a given string.
Iterate through the main string and check for matches with the given string
Use substring function to extract potential matches
Store all matching substrings in an array and return it
What people are saying about Meta
I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.
Standard data structure and algorithms round. 2 questions to solve in 45 minutes
Use a stack to ensure balanced parenthesis in a string
Iterate through each character in the string
If the character is an opening parenthesis, push it onto the stack
If the character is a closing parenthesis, pop from the stack and check if they match
If at the end the stack is empty, the parenthesis are balanced
Meta interview questions for designations
BFS and DFS and graph problems are asked often
Get interview-ready with Top Meta Interview Questions
Most frequent element
insert in sorted rotated array
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
Clean maze using a robot by navigating through paths and avoiding obstacles.
Create a map of the maze with obstacles and paths.
Implement a pathfinding algorithm for the robot to navigate through the maze.
Use sensors or algorithms to detect and avoid obstacles.
Track the robot's progress and clean the maze efficiently.
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
45 min coding , topics were problem solving needing CS datastructures on platform of choice
Reservoir Sampling explanation
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
45 minutes test. Probability based question. for coding round 1.
Online coding judge to evaluate code submissions and provide feedback.
Create a web application where users can submit code in various programming languages.
Implement a compiler or interpreter to execute the code and check for errors.
Provide feedback on code correctness, efficiency, and style.
Include test cases to verify the code's functionality.
Allow users to view their submission history and track their progress.
The duration of Meta Software Engineer interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 18 interviews
2 Interview rounds
based on 8 reviews
Rating in categories
Software Engineer
18
salaries
| ₹6.5 L/yr - ₹13.9 L/yr |
Senior Software Engineer
15
salaries
| ₹33.3 L/yr - ₹53.8 L/yr |
Software Developer
12
salaries
| ₹17 L/yr - ₹43.9 L/yr |
Data Scientist
6
salaries
| ₹36.2 L/yr - ₹37.4 L/yr |
Marketing Manager
6
salaries
| ₹25 L/yr - ₹36 L/yr |
Amazon
Apple