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 31 Oct 2024
I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.
posted on 29 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
Questions on maths and reasoning
Count pairs in an array with a given difference
Sort the array to easily find pairs
Use two pointers approach to find pairs with difference equal to k
Keep track of unique pairs to avoid duplicates
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
2 problem was given to solve
1) Smallest Negative balance - -----%20America%20-%20Weekly%20Algorithm%20Challenges/Week%2021%20Algorithm%20Challenge/Smallest%20Negative%20Balance.md
2) Find the absolute difference between alpha & beta from the array.
Alpha -An element k in a array occurs k consecutive time
Beta - An element k in an array occurs k consecutive time starting from index k
Sample input
Arr[] = {2,2,2,4,4,4,4,1,2,2]
Output
Alpha - 3
Beta - 1
Absolute difference - 1
Note : consider array index starts with 1
posted on 23 Oct 2024
posted on 26 Mar 2024
I applied via campus placement at SSN College of Engineering, Chennai and was interviewed in Feb 2024. There were 2 interview rounds.
Easy aptitude and MCQ questions in C
Inheritance in software development allows a class to inherit properties and behaviors from another class.
Create a base class with common properties and methods
Create a derived class that inherits from the base class
Use the 'extends' keyword in languages like Java or C++
Override methods in the derived class if necessary
Access parent class methods using 'super' keyword
Virtual functions are used in object-oriented programming to achieve polymorphism by allowing a function to be overridden in a derived class.
Virtual functions are declared in a base class with the 'virtual' keyword and can be overridden in derived classes.
They allow a function to be called based on the actual type of an object rather than the declared type.
Virtual functions are used to achieve runtime polymorphism in C...
posted on 23 Jan 2024
I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.
Bitwise operations are used to manipulate individual bits in memory. Memory layout in C refers to how data is stored in memory.
Bitwise operations include AND, OR, XOR, and NOT.
They are often used for tasks like setting or clearing specific bits, checking if a bit is set, or toggling bits.
Memory layout in C determines how variables are stored in memory, including their size, alignment, and order.
It is important to under...
LTE stands for Long-Term Evolution, a standard for wireless communication in mobile networks.
LTE is a 4G wireless communication technology
It provides high-speed data transmission and low latency
LTE uses OFDMA for downlink and SC-FDMA for uplink
LTE supports multiple antennas for improved signal quality (MIMO)
LTE Advanced (LTE-A) is an enhanced version with higher data rates and capacity
posted on 20 May 2024
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
Selenium xpath is used to locate elements on a web page, especially useful for dynamic loading scenarios.
Use xpath to locate elements based on their attributes or position on the page
For dynamic loading, use explicit waits to ensure elements are present before interacting with them
Consider using relative xpath expressions to make your tests more robust and maintainable
TestNG is a testing framework inspired by JUnit and NUnit, with more advanced features for test automation.
TestNG uses annotations to define test methods and test configurations.
It supports parameterized tests, test dependencies, and test groups.
TestNG allows parallel execution of tests, making it faster than other testing frameworks.
It provides detailed test reports and supports data-driven testing.
TestNG can be integ...
posted on 21 Oct 2023
posted on 3 Feb 2022
I was interviewed in Aug 2021.
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
| ₹5 L/yr - ₹10 L/yr |
System Administrator
7
salaries
| ₹1.6 L/yr - ₹6.5 L/yr |
TCS
Infosys
Wipro
HCLTech