Filter interviews by
Top trending discussions
I applied via Company Website and was interviewed in Feb 2021. There were 3 interview rounds.
Find peak in array in less than O(n) time
Use binary search to find peak element
Compare middle element with its neighbors to determine direction
Repeat search in direction of larger neighbor until peak is found
Find the next largest in the right side for every array element.
Iterate through the array from right to left
Use a stack to keep track of elements
Pop elements from stack until a greater element is found
If no greater element is found, assign -1
Find shortest path in 0,1 matrix from (0,0) to (n-1,n-1)
Use Breadth First Search (BFS) algorithm to find shortest path
Create a visited matrix to keep track of visited nodes
Create a distance matrix to keep track of distance from source node
Start BFS from (0,0) and keep updating visited and distance matrices
Return distance value at (n-1,n-1) in distance matrix
Finding the shortest super common string among an array of strings.
Create a set of all substrings of the first string
Iterate through the remaining strings and remove substrings not present in them
Return the shortest remaining substring
I applied via Naukri.com
A user microservice to retrieve data from h2DB
Create a REST API endpoint to handle user requests
Use JDBC to connect to the h2DB and retrieve data
Implement caching to improve performance
Ensure proper error handling and logging
Secure the API with authentication and authorization
To create thread singleton, use double-checked locking or enum.
Use double-checked locking to ensure only one instance is created
Alternatively, use enum to create a singleton with thread safety
Ensure proper synchronization to avoid race conditions
Spring Boot Starter POM is a parent POM that provides a set of dependencies for Spring Boot applications.
It includes commonly used dependencies such as Spring Framework, Spring Boot, and Spring Data.
It simplifies the process of configuring and deploying Spring Boot applications.
Developers can add additional dependencies to the POM file as needed.
Examples of Spring Boot Starter POMs include spring-boot-starter-web, spri...
I applied via Company Website and was interviewed before Nov 2021. There were 3 interview rounds.
English, Quantitative Ability, Data Interpretation
Multiple guesstimates, questions on resume and work experience
I applied via Walk-in and was interviewed in May 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in May 2020. There was 1 interview round.
IT Asset Management Life Cycle involves the management of IT assets from acquisition to disposal.
Acquisition of IT assets
Tracking and monitoring of assets
Maintenance and upgrades
Retirement and disposal
Compliance with regulations and policies
I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.
posted on 13 Sep 2022
I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.
Aptitude and English test
Software Engineer
25
salaries
| ₹2.2 L/yr - ₹6.5 L/yr |
Software Developer
13
salaries
| ₹3.1 L/yr - ₹6 L/yr |
Quality Control Analyst
10
salaries
| ₹4.2 L/yr - ₹6 L/yr |
Junior Software Engineer
8
salaries
| ₹4 L/yr - ₹4.4 L/yr |
Java Developer
7
salaries
| ₹2.2 L/yr - ₹6.2 L/yr |
Wipro
Cognizant
Infosys
Tech Mahindra