i
Soften Technologies
Filter interviews by
I applied via campus placement at Greater Noida Institute of Technology, Greater Noida and was interviewed in Jan 2023. There were 3 interview rounds.
Percentage, profit and loss, Reminder Theorem, Age & Average, Probability, Calculation
Multi-threading is a technique of executing multiple threads simultaneously in a single process.
Multi-threading improves application performance by utilizing multiple CPUs or CPU cores.
Each thread runs independently and shares the same memory space.
Threads can communicate with each other through shared memory or message passing.
Examples of multi-threaded applications include web servers, video games, and database syste
posted on 14 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Find the maximum number of non-repeating consecutive characters in a given string.
Iterate through the string and keep track of the current substring of non-repeating characters
Update the maximum length of non-repeating characters as you iterate
Return the maximum length found
posted on 4 Sep 2024
I applied via Company Website
Thread life cycle includes new, runnable, running, blocked, and terminated states.
Thread is created in 'new' state
It becomes 'runnable' when start() method is called
Thread enters 'running' state when CPU starts executing its run() method
It can go to 'blocked' state if it's waiting for a resource
Finally, thread reaches 'terminated' state when run() method completes or stop() method is called
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash map consists of an array of buckets, each containing a linked list of key-value pairs.
When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.
To retrieve a value, the hash function is used to find the corresponding bucket...
Seeking new challenges, growth opportunities, and a better work-life balance.
Looking for new challenges and opportunities to learn and grow
Seeking a better work-life balance
Interested in working with new technologies or in a different industry
Wanting to advance career progression
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java based questions
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
Traversal starts from the head node
Example: Singly linked list, Doubly linked list
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
Basic java questions
Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.
Linked list implementation involves creating nodes with data and a pointer to the next node.
Stack implementation involves pushing elements onto the stack and popping them off in reverse order.
Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)
Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability of a method to do different things based on the object it is acting upon.
Abstraction: Hiding the imp...
posted on 28 Jun 2021
I applied via Walk-in and was interviewed in May 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
Questions mainly from Linked list.
based on 1 review
Rating in categories
Network Engineer
11
salaries
| ₹1.2 L/yr - ₹3.2 L/yr |
Junior Network Engineer
8
salaries
| ₹1 L/yr - ₹2 L/yr |
Jr Python Developer
8
salaries
| ₹1 L/yr - ₹1.9 L/yr |
Junior Software Tester
7
salaries
| ₹1.5 L/yr - ₹2.5 L/yr |
System Administrator
6
salaries
| ₹1 L/yr - ₹2 L/yr |
TCS
Infosys
Wipro
HCLTech