You are on page 1of 4

SOLITON TECHNOLOGIES – 2024

INTERVIEW EXPERIENCE
DAY - 1
ROUND – 1
PRELIMINARY ROUND:
It consists of two round. First round is the MCQ questions in physics and C. Second
round is the coding round.
PHYSICS (11th &12th)

● Electrostatics

● Kinematics (Projectile motion)

● Current Electricity

● Work, Power & Energy

● Laws of Motion

CODING ROUND
PRELIMINARY C MCQ Palindrome
Example:
A=6; 121 – Palindrome
A=++A + A++ + ++A + A++; 423 – Not a palindrome
printf(“%d’’, A);
Find the perfect square sum in
How to find array size? the given array.
A=sizeof(arr)/sizeof(arr[0]); 3 25 16 8 4
Perfect square sum = 45
float f=1.1;
double d=1.1; Given a number. Convert it into
binary. Then find the leading zeros
of binary number in 32bit.

Input = 52
ROUND 2 Binary =
000000000000000000000000000110
SOLITON SPECIFIC TEST (Fill ups): 11
No of leading zeros - 26
Formulas are given in hint. We have
to find answer using those formulas.
TOPICS
● Aptitude – 2 Qns

● Physics – 5 Qns

● C – 3 Qns

Aptitude:
1. Two circles are given with radius. Circles have one common point. We have to find
maximum line segment. (Distance formula – Two points)

2. Circle and Parabola equations are given. Find the intersection point of parabola and
circle. (Equate two given equations)
Physics:
1. Velocity equation v(t)=4t^3+3t^2+2t is given. Find the distance equation and how much
distance the object will cover after 5 sec. (Differentiate velocity equation to get distance
equation and apply the given time on distance equation)

2. An object with the mass of 2kg moving in 2m/s velocity by applying the force of 25N. At
what time the object will achieve 8m/s velocity for the same force? (v=u+at)

3. What is the resistance of silver wire with length of 20cm and radius of 1mm? The
resistivity of aluminium is given. (R=p*L/A)

4. Find equivalent resistance on the given circuit.

C (Find the output for the given code)


1. Based on for loop and switch case.
2. Pseudocode is given. Find the number of iteration to the given step in pseudocode.
3. Accessing string pointer concept question.

ROUND 3(SHORT CODIND ROUND – 3 Qns)


1. Find the largest jumping number less than the given number.
2. Given a number separated with commas. First we have to find whether it is a format of
Indian rupee representation or USD representation. If it is Indian, then convert to USD
and vice versa.
Example – 3,20,500 (Indian)
Convert it into USD – 32,0,500.

3. Given an array of integers. Concatenate the numbers to get largest whole number.

ROUND 4:
1. FLAMES
2. Find largest palindrome in a given string.

DAY – 2
ROUND -5
TECHNICAL HR:
1. Questions about projects that you have mentioned in your resume.
2. Questions about C programming

ROUND - 6
PERSONAL HR:
1. Personal questions like family background.

ROUND – 7
DESIGN ROUND:
Problem Statement – How many lights are required to get optimum intensity of light in the large
room?
1. Interact with other members in your team well.
2. Present your ideas in the board.
3. Try to give a mathematical solution for the given problem.

ROUND - 8
ESSAY WRITING:
1. Describe about yourself & your ambition in your life?
2. Why do you want to join in soliton? What will you do for soliton and what soliton will do
for you?
3. In next 5 years, what’s your plan in both professional and personal?
TIPS:
1. Practice coding consistently.
2. Learn how to interact with others.
3. Be calm and relax.
4. All the best.

PUVIYARASU S
201EC227
ECE

You might also like