Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 3 interview rounds.
Spring bean scope defines the lifecycle and visibility of a bean in the Spring container.
Singleton scope: Only one instance of the bean is created and shared across the application.
Prototype scope: A new instance of the bean is created every time it is requested.
Request scope: A new instance of the bean is created for each HTTP request.
Session scope: A new instance of the bean is created for each HTTP session.
Global se...
HashMap is a data structure that stores key-value pairs and uses hashing to provide constant time complexity for basic operations.
HashMap internally uses an array of linked lists called buckets to store the key-value pairs.
When a key-value pair is added, the hash code of the key is computed and used to determine the index of the bucket.
If multiple key-value pairs have the same hash code, they are stored as a linked lis...
The main difference is that Spring singleton is managed by the Spring container, while Java singleton is managed by the developer.
Spring singleton is created and managed by the Spring container, while Java singleton is created and managed by the developer.
Spring singleton is a design pattern used in Spring framework to create a single instance of a class, while Java singleton is a design pattern used in Java to create ...
No
Singleton is not inherently thread-safe
Multiple threads can access and modify the singleton instance simultaneously
To make it thread-safe, synchronization or double-checked locking can be used
Alternatively, an enum implementation of singleton is inherently thread-safe
posted on 28 Oct 2024
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
Dp
stirngs
sortings
I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.
First round was a DSA round. Interviewers were helpful.
posted on 12 Nov 2024
Basic aptitude problem time speed and distance
Waste of time and energy sql queries
posted on 15 Mar 2024
I applied via Job Fair and was interviewed before Mar 2023. There were 3 interview rounds.
2 data struture question advancevds i cpp
Implement a data structure for storing and manipulating an array of strings.
Use a dynamic array to store the strings.
Implement functions for adding, removing, and accessing strings in the array.
Consider memory management and resizing the array as needed.
posted on 28 Oct 2024
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
Dp
stirngs
sortings
I applied via campus placement at National Institute of Technology, (NIT), Sikkim and was interviewed in Sep 2023. There were 3 interview rounds.
It is consisting of 5 questions,and each question carry 20 marks.difficulaty level of the question is easy to moderate.
posted on 16 Sep 2021
I was interviewed in Apr 2021.
Round duration - 45 minutes
Round difficulty - Medium
Timing was 12 PM. Interviewer was nice.
If the given string is: STR...
O(1).
In the worst case, only constant extra space is required.
Time Complexity: O(...The idea is to use an extra vector to store all the non-zero elements while maintaining their relative order. So we will first add all the non-zero elements to a vector and then iterate that vector backwards and start updating the array values from end. In the end we will set all the array values whose values were not updated to 0.
Steps:
Write SQL query to find second highest salary from a table.
Given a Circle and Six Straight Lines. What is the maximum number of pieces that one can cut the circle using these six straight lines?
Tip 1 : Do some projects.
Tip 2 : Practice problem solving questions.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.
4 Easy to Medium Leetcode Type Questions on Signal Hire Platform
Product Manager
14
salaries
| ₹13 L/yr - ₹27 L/yr |
Software Developer
13
salaries
| ₹4.5 L/yr - ₹16 L/yr |
Software Development Engineer II
7
salaries
| ₹20 L/yr - ₹33 L/yr |
IOS Developer
6
salaries
| ₹9.8 L/yr - ₹11 L/yr |
Associate Product Manager
6
salaries
| ₹6 L/yr - ₹14 L/yr |
Razorpay
Paytm
PhonePe
Mobikwik