i
Persistent Systems
Filter interviews by
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
My design process involves research, ideation, prototyping, testing, and iteration.
Research: Gather information about the problem, users, and competition.
Ideation: Brainstorm and sketch out potential solutions.
Prototyping: Create low-fidelity and high-fidelity prototypes.
Testing: Conduct user testing to gather feedback and insights.
Iteration: Use feedback to refine and improve the design.
I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.
I applied via Campus Placement and was interviewed before Oct 2021. There were 4 interview rounds.
Aptitude test has aptitude, logical and 2 coding questions
I applied via Campus Placement and was interviewed before Nov 2020. There were 6 interview rounds.
I appeared for an interview before Feb 2021.
Round duration - 150 Minutes
Round difficulty - Medium
It was an Aptitude test and Technical objective test of 60 minutes followed by a Coding test of 90 minutes.There was a 1 hour gap b/w the two tests.
Determine the number of derangements possible for a set of 'N' elements. A derangement is a permutation where no element appears in its original position.
An integer 'T' repres...
Count the number of derangements possible for a set of 'N' elements.
Derangement is a permutation where no element appears in its original position.
Use dynamic programming to calculate derangements efficiently.
Apply the formula: D(n) = (n-1) * (D(n-1) + D(n-2)), with base cases D(1) = 0 and D(2) = 1.
Given a positive integer N
, your task is to identify all prime numbers less than or equal to N
.
A prime number is a natural number greater than 1 that has no po...
Identify all prime numbers less than or equal to a given positive integer N.
Iterate from 2 to N and check if each number is prime
Use the Sieve of Eratosthenes algorithm for better efficiency
Optimize by only checking up to the square root of N for divisors
Identify and output the common strings present in both given arrays of lowercase alphabets for each test case.
The first line contains an integer 'T' representin...
The problem requires identifying and outputting common strings present in two arrays of lowercase alphabets for each test case.
Iterate through the elements of the second array and check if they are present in the first array.
Use a hash set or map to efficiently check for common elements.
Return the common strings in the order they appear in the second array.
Round duration - 60 Minutes
Round difficulty - Medium
This round had 1 question from DSA particulary Trees and after that some questions from OOPS were asked.
Given a binary tree with N
nodes, your task is to output the Spiral Order traversal of the binary tree.
The input consists of a single line containing elem...
Implement a function to return the spiral order traversal of a binary tree.
Traverse the binary tree level by level, alternating the direction of traversal.
Use a queue to keep track of nodes at each level.
Append nodes to the result list based on the traversal direction.
Handle null nodes appropriately to maintain the spiral order.
Example: Input: 1 2 3 -1 -1 4 5, Output: 1 3 2 4 5
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructor, fields, and methods, while interface can only have constants and abstract methods.
A class can extend only one abstract class, but can implement multiple interfaces.
Abstract classes are used to provide a common base for subclasses, while interfaces are used to define a contr...
The static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.
Static variables are shared among all instances of a class.
Static methods can be called without creating an object of the class.
Static blocks are used to initialize static variables.
Example: public static int count = 0;
Constructor is a special method used to initialize objects, while a method is a regular function that performs a specific task.
Constructors are called automatically when an object is created, while methods need to be called explicitly.
Constructors have the same name as the class, while methods have unique names.
Constructors do not have a return type, while methods have a return type.
Example: Constructor - public ClassN...
Round duration - 60 minutes
Round difficulty - Medium
This round had 2 questions from DSA and after that some basic HR questions were asked.
Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...
The task is to find the total number of ways to make change for a specified value using given denominations.
Use dynamic programming to solve this problem efficiently.
Create a 1D array to store the number of ways to make change for each value from 0 to the target value.
Iterate through the denominations and update the array based on the current denomination.
The final answer will be the value at the target index of the ar
Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.
The string 'S' should be evaluated in a case...
Check if a given string is a palindrome after removing special characters, spaces, and converting to lowercase.
Remove special characters and spaces from the input string
Convert the string to lowercase
Check if the modified string is a palindrome by comparing characters from start and end
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.
A program to replace a character with another character in Java.
Create a string variable with the original text
Use the replace() method to replace the character with another character
Print the new string with the replaced character
I applied via LinkedIn and was interviewed in Feb 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed before Jan 2022. There were 2 interview rounds.
Actually first round was Aptitude + coding . Try to solve questions from various website like India bix , U can also go for RS Agarwa . N for coding solve questions from leetcode.
The company is a software engineering firm.
The company specializes in developing software solutions.
It has a team of skilled software engineers.
The company focuses on delivering high-quality products.
It has a strong reputation in the industry.
The company offers a collaborative and innovative work environment.
Yes, I am willing to work in shifts.
I am flexible and adaptable to different work schedules.
I understand the importance of round-the-clock support for software systems.
I have previous experience working in shifts.
I am comfortable with the potential challenges and adjustments that come with working in shifts.
My areas of strength include problem-solving, teamwork, and adaptability. My weakness is public speaking.
Strengths: problem-solving (e.g. developing efficient algorithms), teamwork (e.g. collaborating with colleagues on a project), adaptability (e.g. quickly learning new programming languages)
Weakness: public speaking (e.g. presenting technical information to a large audience)
I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.
Basic logical program
Software Engineer
4.4k
salaries
| ₹2.4 L/yr - ₹10 L/yr |
Senior Software Engineer
4k
salaries
| ₹5 L/yr - ₹15.6 L/yr |
Lead Engineer
3.2k
salaries
| ₹10 L/yr - ₹30 L/yr |
Lead Software Engineer
3.1k
salaries
| ₹7.1 L/yr - ₹21.5 L/yr |
Project Lead
1.9k
salaries
| ₹13.4 L/yr - ₹39 L/yr |
Cognizant
TCS
IBM
LTIMindtree