i
Soliton Technologies
Filter interviews by
Factorial program in C calculates the product of all positive integers up to a given number.
Use a loop to multiply all positive integers up to the given number.
Handle edge cases like 0 and negative numbers.
Consider using recursion for a more concise solution.
Top trending discussions
posted on 5 Jun 2015
I am a software engineer with experience in developing web applications and a passion for problem-solving.
Experienced in developing web applications using languages such as Java, Python, and JavaScript
Proficient in using frameworks such as Spring, Django, and React
Strong problem-solving skills and ability to work in a team environment
Passionate about learning new technologies and keeping up with industry trends
Yes, I got placed at XYZ company.
I received an offer from XYZ company and accepted it.
I will be starting my new job at XYZ company next month.
I am excited to join the team at XYZ company and contribute to their software development projects.
Looking for better growth opportunities and challenges.
Limited scope for learning and development
No clear career progression path
Lack of challenging projects
Unsatisfactory work-life balance
Better compensation and benefits offered by new company
Unknown
I apologize, but I do not have any information about your company at this time.
Remove duplicates from a string
Convert string to char array
Create a HashSet to store unique characters
Iterate through char array and add to HashSet
Convert HashSet back to string
posted on 8 Jun 2015
posted on 13 Jul 2021
posted on 21 Oct 2023
posted on 16 Sep 2021
I appeared for an interview in Sep 2020.
Round duration - 40 minutes
Round difficulty - Medium
Data structures were asked like linked list and stacks. Hashmaps were also there. some basic questions of DBMS were asked and the interviewer asked if i know networking for which i said no. After that there was a 5 minute simple straightforward round with H.R
You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.
If there is an odd number of elements, return the ...
Return the middle node of a singly linked list, considering odd and even number of elements.
Traverse the linked list with two pointers, one moving twice as fast as the other
When the fast pointer reaches the end, the slow pointer will be at the middle
Return the node pointed by the slow pointer
Tip 1 : Practice maximum questions of linked lists and stacks.
Tip 2 : DBMS concepts should be crystal clear.
Tip 3 : If you are not able to complete something in-depth, clearly mention that to the interviewer.
Tip 4 : Practice a mock interview and try to solve any random question in front of your friend.
Tip 1 : Mention maximum projects you have one and be prepared to explain them.
Tip 2 : Don't mention anything you are not confident in.
posted on 13 Jun 2024
I applied via Walk-in and was interviewed in Aug 2023. There were 6 interview rounds.
Aptitude questions like 1.relational questions 2.table ques 3.age ratio
2 codes are there 1 is easy 2nd medium level and in other section mcq quetions on technologies like java,js
posted on 13 Jul 2024
I applied via Company Website and was interviewed before Jul 2023. There were 2 interview rounds.
Test conducted by company and it was easy
Compilation process is the process of converting source code into machine code by a compiler.
Source code is written in a high-level programming language
Compiler translates the source code into machine code
Compilation involves multiple steps like lexical analysis, syntax analysis, optimization, and code generation
Pointers are variables that store memory addresses of other variables or functions.
Pointers are used to access and manipulate memory directly.
They are often used in dynamic memory allocation.
Pointers can be used to pass variables by reference.
Example: int *ptr; ptr = # *ptr = 10; // num now equals 10
posted on 8 Aug 2024
Object-oriented programming concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: bundling data and methods that operate on the data into a single unit (class). Example: class Car with properties like make, model, and methods like start(), stop().
Inheritance: creating new classes based on existing classes, inheriting their attributes and methods. Example: class SUV inheriting from cl...
Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.
Types of data structures include arrays, linked lists, stacks, queues, trees, graphs, and hash tables.
Arrays are a collection of elements stored in contiguous memory locations, accessed using an index.
Linked lists are a series of nodes where each node contains data and a reference to the next node.
Stack...
A class is a blueprint for creating objects in object-oriented programming. Objects are instances of classes.
A class defines the properties and behaviors of objects. For example, a 'Car' class may have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.
An object is an instance of a class. For example, 'myCar' can be an object of the 'Car' class with specific values for 'color' and 'model'.
Code e...
Virtual functions are functions in a base class that are overridden in derived classes, while static functions belong to the class itself rather than instances.
Virtual functions allow for dynamic binding and polymorphism in object-oriented programming.
Static functions are associated with the class itself and can be called without creating an instance of the class.
Example: virtual void display() = 0; // pure virtual fun...
Developed a web-based project management tool for tracking tasks and deadlines.
Used AngularJS for front-end development
Implemented RESTful APIs for communication between front-end and back-end
Utilized MySQL database for storing project data
Write a function over loading and friend class with example?
based on 1 interview
Interview experience
Senior Project Engineer
53
salaries
| ₹6.1 L/yr - ₹13 L/yr |
Project Engineer
52
salaries
| ₹5 L/yr - ₹11 L/yr |
Project Lead
18
salaries
| ₹9 L/yr - ₹18.5 L/yr |
Software Engineer
7
salaries
| ₹7 L/yr - ₹10 L/yr |
System Administrator
6
salaries
| ₹2.8 L/yr - ₹4.4 L/yr |
Apar Industries
Tessolve Semiconductor
Carrier Midea
Mirafra Technologies