You are on page 1of 3

SOLITON INTERVIEW EXPERIENCE

ROUND 1: MCQ(ONLINE)

PRELIMINARY ROUND (Technical and C programming)

 5 questions from physics and 5 questions from C programming


 Physics Topics: Kinematics, Work, Current Electricity and Power
 C programming:
1) Increment operator:
int i,res;
res=i++ + ++I + i++ + ++I;
printf(“res”);
2) Cube:
#define cube(x*x*x)
int x=3,res;
res=256/cube(x);

PRELIMINARY ROUND (C programming)

1) Sum of Perfect squares in a given array of numbers


2) Check whether the given number is a Palindrome
3) Number of leading zeroes for the given decimal number
4) Given two strings A and B, Find the maximum number of times A substring repeats in
B.

ROUND 2: SOLITON ONLINE TEST (APTITUDE, TECHNICAL, C PROGRAMMING)

1) Given two circles of radius 4cm and 5cm, they meet at only one point. Taken a point
on first circle A and on second circle B Find the maximum length of the line segment
AB.
2) Given an equation of circle x^2+y^2=4y+6 and parabola x^2=y+2, Find the x
coordinate if they intersect at 3rd quadrant.
3) Find resistance for the given values of resistivity, length and radius.
4) Tautology - the output will be TRUE or ‘1’ even the input value changes. Find the
gate that can be used to make the circuit to obey tautology.
5) Given parameters: Force, initial velocity, final velocity and mass. Find the time taken.
6) Find the distance from the given velocity equation v=4t^3+3t^2+2t.
7) Accessing string elements using pointers.
8) Iteration with for loop and switch case.

ROUND 3: PROGRAMMING ROUND 1(ONLINE)

1) Find Jumping Number less than or equal to the given number.


2) Given a number, find whether the given number is in US representation or INDIAN
representation. If the number is in US representation, print US and convert it to
INDIAN representation.
3) Find the maximum concatenated number from the given array of numbers.

ROUND 4: PROGRAMMING ROUND 2(ONLINE)

1) Given two names, find the relation between them using FLAMES game.
https://www.geeksforgeeks.org/program-to-implement-flames-game/

ROUND 5: PERSONAL HR

 Personal information
 Why you chose Soliton?

ROUND 6: TECHNICAL HR

 Self Intro
 About your projects (Block diagram of the project)
 Questions from topics in resume (Area of Interest, Expertise)

ROUND 7: DESIGN ROUND

Problem: To design illumination of Auditorium (Try to derive Formulas for the problem
given)
 HR will explain the problem and we will be asked to discuss among our group and
come up with a possible idea.
 Then a paper will be given to every member of the group and asked to write their
idea.
 Then each member will be asked to present their idea and the other team mate can ask
questions to them.
 Then again, we are asked to write a pseudo code for the idea we presented.

ROUND 8: ESSAY WRITING

1) Describe yourself.
2) Why do you choose soliton? What will you do for soliton? What soliton will do for
you?
3) In next 5 years, what is your plan in both personal and professional life?

KAVYASRI P P
201EC179

You might also like