i
Persistent Systems
Filter interviews by
I was interviewed in Jul 2024.
Find the longest substring without repeating characters in a given string.
Use a sliding window approach to iterate through the string and keep track of the characters seen so far.
Update the start index of the window when a repeating character is encountered.
Keep track of the longest substring length and characters seen in a hashmap.
I applied via Naukri.com and was interviewed before Dec 2021. There were 2 interview rounds.
What people are saying about Persistent Systems
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
posted on 28 Oct 2024
I was interviewed in Sep 2024.
There were MCQ questions consists of different sections like Design Pattern,Java 8
posted on 27 Sep 2024
ExecutorService is an interface in Java that provides a way to manage and control the execution of threads in a multithreaded environment.
It is part of the java.util.concurrent package.
It provides methods to submit tasks for execution, manage thread pools, and control the execution of tasks.
It allows for the execution of tasks asynchronously and provides features like scheduling, cancellation, and monitoring of tasks.
E...
JPA is a Java specification for mapping Java objects to relational databases.
JPA stands for Java Persistence API
It provides a way to map Java objects to database tables and vice versa
JPA simplifies the development of data access layer in Java applications
It supports object-relational mapping (ORM) and allows developers to work with entities, relationships, and queries in a more object-oriented way
PreparedStatement is used in Java to execute parameterized SQL queries to prevent SQL injection attacks.
PreparedStatement is a subinterface of Statement in Java.
It is used to execute parameterized SQL queries.
It helps prevent SQL injection attacks by automatically escaping special characters.
Example: PreparedStatement pstmt = connection.prepareStatement("SELECT * FROM users WHERE username = ?");
Program to find missing numbers from Array
Iterate through the array and store each number in a HashSet
Then iterate from 1 to the length of the array and check if each number exists in the HashSet
If a number is not found in the HashSet, it is a missing number
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
A Spring Boot REST controller is used to handle incoming HTTP requests and return appropriate responses.
Create a new Java class annotated with @RestController
Define request mapping annotations like @GetMapping, @PostMapping, @PutMapping, @DeleteMapping
Inject dependencies using @Autowired annotation
Return response using ResponseEntity or directly as method return value
Code to reverse a comma separated string in Java
Split the input string by comma to get an array of strings
Iterate through the array in reverse order and append each element to a new string with a comma
Return the reversed comma separated string
posted on 22 Mar 2024
I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
4.4k
salaries
| ₹2.5 L/yr - ₹9.5 L/yr |
Senior Software Engineer
3.8k
salaries
| ₹5 L/yr - ₹13 L/yr |
Lead Engineer
3k
salaries
| ₹9.8 L/yr - ₹30 L/yr |
Lead Software Engineer
2.9k
salaries
| ₹7.2 L/yr - ₹18.4 L/yr |
Project Lead
1.8k
salaries
| ₹13.2 L/yr - ₹38.8 L/yr |
Cognizant
TCS
IBM
Wipro