i
SoftTech Engineers
Filter interviews by
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2023. There were 2 interview rounds.
Paper pen round
1. Aptitude questions (profit and loss, coding decoding, missing number , time and distance etc)
2. C++ mcq questions(constructor and destructor, virtual functions, class and objects, pointer, oops concept)
Class is a blueprint for creating objects. Objects are instances of a class with their own set of properties and methods.
Classes define the properties and methods that objects will have
Objects are created from a class using the 'new' keyword
Objects can interact with each other through their methods and properties
Example: class Car { int speed; void accelerate(); }; Car myCar; myCar.accelerate();
Example: class Person { ...
Memory management involves allocating and deallocating memory for variables and objects.
Variables can be allocated on the stack or heap depending on their scope and lifetime.
Objects can be created using new operator and must be deleted using delete operator to avoid memory leaks.
Smart pointers like unique_ptr and shared_ptr can be used to manage object memory automatically.
Memory leaks can be avoided by properly managi...
Stack memory is allocated automatically, while heap memory is allocated manually.
Stack memory is limited and has a fixed size, while heap memory is larger and can grow dynamically.
Stack memory is faster to access than heap memory.
Stack memory is used for local variables and function calls, while heap memory is used for dynamic memory allocation.
Examples of stack memory include function call stack and local variables, w...
I am a software developer with 5 years of experience in Java, Python, and SQL.
5 years of experience in Java, Python, and SQL
Strong problem-solving skills
Experience working in Agile development environment
React is a JavaScript library for building user interfaces, while React Native is a framework for building mobile applications using React.
React is a JavaScript library developed by Facebook for building interactive user interfaces.
React Native is a framework that allows developers to build mobile applications using React.
React uses a virtual DOM to improve performance by updating only the necessary components.
React Na...
posted on 7 Oct 2024
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
I was interviewed in Jan 2022.
Round duration - 90 minutes
Round difficulty - Medium
The task is to determine if a given singly linked list forms a cycle or not.
A cycle occurs when a node's next points back to a previous node in the list.
To solve this problem, we can use the Floyd's Cycle-Finding Algorithm.
The algorithm uses two pointers, one moving at a normal pace and the other moving twice as fast.
If there is a cycle, the fast pointer will eventually catch up to the slow pointer.
If the fast pointer ...
Round duration - 60 minutes
Round difficulty - Medium
The minimum depth of a binary tree is the number of nodes along the shortest path from the root node down to the nearest leaf node.
The minimum depth can be found by performing a breadth-first search (BFS) traversal of the binary tree
During the BFS traversal, keep track of the current level and increment the depth by 1 for each level
Stop the BFS traversal when a leaf node is encountered and return the depth as the minim
The problem is to find the intersection of two sorted arrays.
Use two pointers to iterate through the arrays.
Compare the elements at the current pointers and move the pointers accordingly.
If the elements are equal, add it to the intersection array and move both pointers.
If the element in the first array is smaller, move the first pointer.
If the element in the second array is smaller, move the second pointer.
Repeat until...
What is the difference between a mutex and a semaphore
A mutex is a binary semaphore used for mutual exclusion, while a semaphore is a generalized synchronization primitive.
Mutex is used to protect a critical section of code, allowing only one thread to access it at a time.
Semaphore is used to control access to a shared resource, allowing multiple threads to access it simultaneously.
Mutex has ownership, meaning the thread that locks it must unlock it.
Semaphore does not hav...
Round duration - 60 minutes
Round difficulty - Easy
It was a managerial round. The interviewer started by introducing himself and then asked for my introduction. We then had an in-depth discussion on Cloud Computing, its importance and di...
The interviewer asked about Cloud Computing, OSI layers, network security, and security protocols.
Discussed the importance of Cloud Computing
Talked about the different OSI layers
Explored the significance of network security in today's world
Discussed various security protocols in place
Had a healthy and friendly discussion
Round duration - 25 minutes
Round difficulty - Easy
The interviewer introduced himself and then asked for my introduction. He then asked me why I wanted to join F5 networks and why they should hire me. He then told me in-depth about the co...
I wanted to join F5 networks because of their strong reputation in the industry and their commitment to innovation and customer satisfaction.
I am impressed by F5 networks' track record of delivering cutting-edge solutions to their clients.
I believe my skills and experience align well with the company's goals and values.
F5 networks' focus on customer satisfaction resonates with my own commitment to providing excellent s...
Tip 1 : Practice a lot of DSA questions on various online platforms.
Tip 2 : Regularly go back to some of the typical DSA questions.
Tip 3 : Give equal importance to OS, OOPS, and CN subjects.
Tip 1 : Be thorough with your resume to answer anything and everything from your resume.
Tip 2 : Do not put false information on your resume.
I applied via campus placement at Panimalar Engineering College, Chennai and was interviewed in Dec 2022. There were 4 interview rounds.
Technical based question and c++ programing question
I was interviewed before May 2023.
Procedure to find and delete duplicates in SQL
Use a SELECT statement with GROUP BY to identify duplicates
Use a DELETE statement with a subquery to remove duplicates
Consider using a temporary table to store the duplicates before deletion
Aptitude test was based on real world scenario
In 50 minutes 3 questions were asked to be solved.
Difficulty from moderate to hard
I applied via Referral and was interviewed before Nov 2022. There were 6 interview rounds.
3 coding questions haker rank test
posted on 29 Mar 2024
I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed in Sep 2023. There were 3 interview rounds.
I applied in campus placement first round is aptitude test
Polymorphism is the ability of a function or method to behave differently based on the object it is called with.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Animal class with methods eat() and sleep(). Dog and Cat classes can inherit from Animal and override
Software Developer
44
salaries
| ₹2 L/yr - ₹8.1 L/yr |
Software Associate
43
salaries
| ₹2 L/yr - ₹7.1 L/yr |
Junior Software Associate
27
salaries
| ₹2.6 L/yr - ₹4.5 L/yr |
Business Analyst
21
salaries
| ₹3.6 L/yr - ₹7.6 L/yr |
Softwaretest Engineer
21
salaries
| ₹2.7 L/yr - ₹5 L/yr |
TCS
Infosys
Wipro
HCLTech