Icon parking systems Interview Questions, Process, and Tips

Ques:- Why should i hired you ?
Ques:- A certain number when divided by 39 leaves a remainder 20, what is the remainder when the same number is divided by 13?
Recent Answer : Added by bhawanisej On 2022-09-15 16:36:22:

when know that 13 is factor of 39 so it will also not be able to divide it differently. so the remainder will be same 20 but as we know that 20 is greater then 13 so we can divide it once again and in the casE of 13 the remainder will be 20-13=7

Ques:- A’s mother’s son’s only sister is B. How is A related to C, if B is the mother of C’s daughter ?
Ques:- Im aruna. im coming from Anagapathur near pallavaram. Now i studying in Bsc (IT) , annamalai university in chennai.
Ques:- A contractor undertakes to complete the construction of a tunnel 720 meters long in 240 days and employs 60 men for the purpose. After 120 days, he finds that only 240 meters of the tunnel is complete. How many more men should be employ in order to complete the work in time?
Recent Answer : Added by Cynthia Birungi Muhumuza On 2022-08-14 16:34:47:

60 more men

Ques:- Reason behind leaving the last job?
Ques:- In a certain code, BELIEF is written as AFKKDI. How is SELDOM written in that code ?
Recent Answer : Added by Nagarjuna On 2022-10-27 17:33:12:

D

Ques:- Number Series 10,2,8,2,6,2,?
Recent Answer : Added by Nagarjuna On 2021-04-22 15:45:02:

4

Ques:- How can you be beneficial for the company?
Ques:- Do you apply for another job?
Ques:- In each questions below are given two statements followed by two conclusions numbered I and II.
Statements :
All pens are roads. All roads are houses.
Conclusions :
I. All houses are pens.
II. Some houses are pens.
A. if only conclusion I follows
B. if only conclusion II follows
C. if either conclusion I or II follows
D. if neither conclusion I nor II follows
E. if both conclusions I and II follow
Recent Answer : Added by Ritu Verma On 2021-12-20 03:54:58:

A.

Ques:- The number of prime numbers between 0 and 50 is
A. 14
B. 15
C. 16
D. 17
Recent Answer : Added by narendra On 2022-09-18 09:02:10:

b

Ques:- In interview we are asked “WHAT IS YOUR POSITIVE AND NEGATIVE POINTS?”
Ques:- Who has referred this job
Ques:- If the 3 digit number AB9 is a perfect square is A an odd digit?
Ques:- X, Y and Z can do a piece of work in 7 days, 14 days and 28 days respectively. How long will they taken, if all the three work together?
Ques:- consider expresion ‘ab’ . what happens when ‘a’ is divided by ‘c’ & ‘b’ is multiplied by ‘c’.
Recent Answer : Added by tsion On 2022-03-19 16:02:17:

exactly

Ques:- How many such pairs of letters are there in the word STAINLESS each of which has as many letters between them in the word as they have in the English alphabet, in the same sequence?
Recent Answer : Added by Admin On 2020-05-17 12:03:44:

Dear friends i ofcourse confused like you when i come
across to solve this problem. Really friends its very
simple if you understand the question clearly. First thing
is what is mean by “as many as” means its called ‘idiom and
phrase’ in english and it means “the same number of”. now
read the question “how many pairs of letters in STAINLESS
which has same number of letters between them in the word
as they have in english alphabet”.
In the alphabetical order, A-Z can be numbered as 1-26.
In A(INL)E which is same as in the alphabetical order A
(BCD)E. In both the cases E is in the Fourth position. so
we got one pair.
And in ST, there are no letters between them in the word
stainless. In alphabetical orer from A-Z also there is no
letters between them..so we got the second pair…
In STAINLESS it has two pairs ST and AE

Ques:- If 2x + y = 10 and x = 3, what is x – y
Recent Answer : Added by BRIAN WACHEMBA On 2021-10-12 12:52:53:

X-Y=-1

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 kinds of problems have people recently called on you to solve? Tell me what you have devised.
Ques:- WHY DO YOU WANT TO LEAVE YOUR PRESENT JOB?
Ques:- If the side of a square is increased by 25% what will be the percentage increase in the area?
Recent Answer : Added by Muhammad Azeem Sheikh On 2022-09-02 17:03:42:

56.25 % is the right answer.
area of square = side ^ 2
at first, it was 100% , means 1
then, a side was enlarged to 25%, means now, 125% means new side is 1.25
taking square will give 1.5625
1.5625 – 1 = 0.5625
so, 56.25% increment in area.

Ques:- The present average age of a family of five members is 26 years. If the present age of the youngest member in the family is ten years, then what was the average age of the family at the time of the birth of the youngest member ? (Assume no death occurred in the family since the birth of the youngest)
Ques:- What are your career plans?
Ques:- in base representation for a rupee 100 paise,then base 8 representation what is rupee value .
Recent Answer : Added by Admin On 2020-05-17 11:59:59:

100/8=12-4
12/8=1-4
ans:144

Ques:- What are Active X controls
Recent Answer : Added by Admin On 2020-05-17 12:04:05:

A control using ActiveX technologies. An ActiveX control
can be automatically downloaded and executed by a Web
browser. ActiveX is not a programming language, but rather
a set of rules for how applications should share
information. Programmers can develop ActiveX controls in a
variety of languages, including C, C++, Visual Basic, and
Java.

Ques:- Why you are leaving your current job?
Ques:- 27(deg) 6' 43.15"
45(deg) 31' 4.3"
THEN WHAT WILL BE THE DEGREE WHEN TIME IS 3 O CLOCK
Recent Answer : Added by 9074743593 On 2021-07-29 16:19:44:

90 degree

Ques:- Which of the following can be a product of two 3 digit numbers are **3 and **8?
A. 991014
B. 1010024
C. 9124
D. None of these
Recent Answer : Added by narendra On 2022-09-18 09:01:41:

a

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