Filter interviews by
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
DSA Round - Graphs & Trees
I applied via Job Portal
DSA:
Dynamic programming;
More focus on approach and readability.
Ephasis on dry run and test cases
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
This was a panel interview with 2 DSA questions, 1 hiring manager round and 1 system design
What people are saying about Meta
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
5 mins introduction, 10 mins project behavioural, 2 Coding Questions - 20 mins each, 5 mins to ask questions
Meta interview questions for designations
posted on 6 Aug 2024
I applied via Naukri.com
posted on 8 Sep 2023
I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 5 interview rounds.
Mixed conceptual questions from java8, Spring Boot and SQL and microservices
Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.
Use lazy initialization to create the instance only when needed.
Use synchronized keyword to make the getInstance() method thread-safe.
Consider using double-checked locking for better performance.
Use enum to implement singleton pattern as it is inherently thread-safe.
Linked list is a data structure where each element points to the next element in the sequence.
Nodes contain data and a reference to the next node
Insertion and deletion can be done efficiently in a linked list
Traversal starts from the head node and follows the next pointers
Caching in Hibernate improves performance by storing frequently accessed data in memory.
Hibernate supports first-level cache at session level
Second-level cache can be configured at session factory level
Caching strategies include read-only, read-write, and transactional
Cache providers like Ehcache, Infinispan, and Hazelcast can be used
posted on 4 Jan 2022
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
To resolve sb37, increase space by twice and use volume counter to increment extend if needed.
Increase space by twice at first
If issue persists, use volume counter to increment extend
Ensure adequate space is available before running job
posted on 12 Sep 2023
I was interviewed in Aug 2023.
posted on 21 May 2022
Java threads are lightweight processes that enable concurrent execution of code.
Threads allow multiple tasks to be executed simultaneously within a single program.
They share the same memory space and can communicate with each other.
Java provides built-in support for creating and managing threads through the Thread class.
Threads can be created by extending the Thread class or implementing the Runnable interface.
Thread s...
posted on 9 Oct 2023
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
There are multiple types of authentication that can be implemented, including password-based, token-based, biometric, and multi-factor authentication.
Password-based authentication: Users authenticate themselves using a password.
Token-based authentication: Users authenticate themselves using a token, such as a one-time password or a security key.
Biometric authentication: Users authenticate themselves using their unique ...
Develop a Spring Boot API for a given table
Create a Spring Boot project with necessary dependencies
Define entity class representing the table
Create a repository interface extending JpaRepository
Implement service layer with business logic
Create REST controller with CRUD operations
based on 4 interviews
1 Interview rounds
based on 2 reviews
Rating in categories
Software Engineer
18
salaries
| ₹16.4 L/yr - ₹22.9 L/yr |
Senior Software Engineer
15
salaries
| ₹33.3 L/yr - ₹53.8 L/yr |
Software Developer
10
salaries
| ₹31.6 L/yr - ₹56.4 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