Swiss american inc. Interview Questions, Process, and Tips

Ques:- In a certain code language DESERT is written RTSEDE. How will the word FAULTS the written in that code language?
A. TSULFA
B. AFLUST
C. LUAFST
D. UAFSTL
E. None of these
Recent Answer : Added by Princess Sakura On 2022-03-09 16:33:21:

It’s choice A because you take the last to letters and move them to the front then the previous two letters go after them and so on.

Ques:- An individual pays 30% income tax. On this tax he has to pay a surcharge of 10%. Thus the net tax rate, he has to pay is
A. 27%
B. 33%
C. 40%
D. 45%
Recent Answer : Added by narendra On 2022-09-18 09:02:30:

b

Ques:- Will you be able to work under pressure and meet deadlines?
Ques:- A group consists of 4 men, 6 women and 5 children. In how many ways can 2 men , 3 women and 1 child selected from the given group?
Recent Answer : Added by Akash Deep On 2021-08-03 17:09:46:

600

Ques:- A certain sum of money lent at a certain rate of compound interest grows to 1.44 times its value in 2 years. If the same sum is lent at simple interest at the same rate, in how many years would it double itself?
Ques:- The average temperature for Monday, Tuesday, Wednesday and Thursday was 48 degrees and for Tuesday, Wednesday, Thursday and Friday was 46 degrees. If the temperature on Monday was 42 degrees. Find the temperature on Friday?
Recent Answer : Added by Vigneshkarthik On 2022-05-17 09:07:59:

40

Ques:- Find the odd man out:
13. 253, 136, 352, 460, 324, 631, 244
A. 631
B. 352
C. 324
D. 136
Recent Answer : Added by yasir khan On 2022-01-24 05:52:03:

324

the sum of all = 10
Accept
324 = 3+2+4 =/=10 (NOT EQUAL TO 10)

Ques:- A rich man died. In his will, he has divided his gold coins among his 5 sons, 5 daughters and a manager. According to his will: First give one coin to manager. 1/5th of the remaining to the elder son.Now give one coin to the manager and 1/5th of the remaining to second son and so on….. After giving coins to 5th son, divided the remaining coins among five daughters equally.All should get full coins. Find the minimum number of coins he has?
Recent Answer : Added by Biplab Nath On 2021-07-31 16:35:53:

Answer: 3121 gold coins
Let total no of coins be M
Let the disbursement D to each son:

D1 = 1 + (M – 1)/5 = (M + 4)/5
D2 = 1 + ( M – D1 -1)/5 = (D1) * 4/5
D3= (D2) * 4/5
D4= (D3) * 4/5
D5= (D4) * 4/5
Total disbursements to sons=
= ∑D= (M+4)*1/5[ 1+4/5+(4/5)(4/5)+ (4/5)(4/5)(4/5)+(4/5)(4/5)(4/5)(4/5) ]
= (2101/3125)*(M+4)
Thus balance left for daughters =M-{(2101/3125)*(M+4)}
=(1024M-8404)/3125
This balance should be a positive integer ( assuming M and all disbursements are full coins )
Thus 1024M-8404 should be a multiple of 3125….so….
1024M – 8404 = N*3125 where N is an integer
Using Python code:
n=int(input(“Enter num n: “))
X=int()
a=int()
a=0
X=’ ‘
for a in range(0,n+1):
a=a+1
X= (3125*a + 8404)/1024
if (3125*a + 8404)% 1024== 0:
print(X,a)
Enter num n: 10000
3121.0 1020
6246.0 2044
9371.0 3068
12496.0 4092
15621.0 5116
18746.0 6140
21871.0 7164
24996.0 8188
28121.0 9212
We get minimum value of N = 1021 and M = 3121 gold coins

Ques:- What is the least number to be subtracted from 696 to make it a perfect square?
Recent Answer : Added by Amicah Maina On 2022-08-14 16:43:30:

20

Ques:- The Pravasi Bhartiya Diwas 2009 was held in which city?
Ques:- A=> B means
Recent Answer : Added by Admin On 2020-05-17 12:02:18:

if A is true B has to be true

Ques:- Why do you wish to join a new company??
Ques:- Three consecutive odd integers are in increasing order such that the sum of the last two integers is 13 more than the first integer. Find the three integers?
Recent Answer : Added by aishwarya On 2022-09-16 14:51:59:

7,9,11

Ques:- List the steps you would take in building up a team?
Recent Answer : Added by Shreya On 2022-04-02 06:59:33:

Collective performance
Postive attitude towards working
Shaping team player
Turning individuals into team players

Ques:- U have given 8 numbers 1,2,3,4,…8 arrange them in the given fig. such that adjacent numbers should not come in row/col/diagonal.
Ques:- A+B+C+D=D+E+F+G=G+H+I=17 where each letter represent a number from 1 to 9. Find out what does letter D and Grepresent if letter A=4?
Recent Answer : Added by Eva On 2022-04-02 06:59:23:

D=5, G=1

Ques:- 15 men take 21 days of 8 hours each to do a piece of work. How many days of 6 hours each would 21 women take to do the same. If 3 women do as much work as 2 men?
Ques:- E.g. of showing initiative
Ques:- What location would you prefer?
Ques:- A works thrice as much as B. If A takes 60 days less than B to do a work then find the number of days it would take to complete the work if both work together?
Ques:- speak something about ur memorable moment
Ques:- A train crosses a platform of 120 m in 15 sec, same train crosses another platform of length 180 m in 18 sec. then find the length of the train?
Recent Answer : Added by Sandeep On 2021-07-31 16:36:06:

156

Ques:- 1,2,2,4,8,?
Recent Answer : Added by Admin On 2020-05-17 12:03:12:

1*2=2
2*2=4
2*4=8
8*4=32
Ans : 32

Ques:- You have not been to core accounting
Ques:- What about your family
Ques:- How do you manage your time in a project when the project has a tight deadline? Give an example to prove your point.
Ques:- A man bought some fruits at the rate of 16 for Rs. 24 and sold them at the rate of 8 for Rs. 18. What is the profit percent?
Recent Answer : Added by Admin On 2020-05-17 12:03:39:

cost price(c.p) of one fruit = 24/16
(c.p) = Rs 1.50
selling price(s.p) of one fruit = 18/8
(s.p) =Rs 2.25
profit for one fruit = 2.25 – 1.50 = 0.75
profit
profit % = ———– * 100
cost price
0.75
= ——- * 100
1.50
= 50%

Ques:- What is your memorable day in your life?
Ques:- A box contains 3 blue marbles, 4 red, 6 green marbles and 2 yellow marbles. If four marbles are picked at random, what is the probability that none is blue?
Ques:- Who is your Favorite Musician

Contact with us regarding this list

Devendra Bhardwaj With a decade of experience as a Job Hiring Expert, I am a results-driven professional dedicated to elevating recruitment strategies. My expertise lies in navigating the dynamic landscape of talent acquisition, employing innovative approaches to attract, assess, and secure top-tier candidates. I excel in optimizing hiring processes, leveraging cutting-edge technologies, and fostering collaborative relationships with stakeholders. A keen understanding of industry trends allows me to stay ahead, ensuring a competitive edge in securing the best talent for your organization. I am passionate about connecting the right people with the right opportunities and thrive in creating impactful, streamlined recruitment solutions.

Scroll to top