ADITI Company Category

a man has 3 shirts and 4 pairs of trousers and 6 ties

Read Solution (Total 2)

ADITI Other Question

ADITI ---- HR INTERVIEW - HR Round

1. First they will ask u to intro urself.
2. Ur strength and weakness.Be clear abt this
3. Ur acheivements
4. hey are very particular abt the GAPS in our studies.
5. Ur Hobbies
6. Why u choose accenture and tell abt it
7. Willing to relocate.(Say Yes &.ready to work anywhere for accenture) Technical Interview
8. Abt Ur project.(u will be grilled by them)
9. Be confidence.(They will check ur temper by asking some questions)
10. Abt software development life cycle
11. Abt ur interest area in computer field
12. Abt memory management in Operating System.
13. Abt Unix basic commands
14. Abt doubly linked list
15. Fibonacci series and palindrome program in C
16. Abt Gates(Be prepare on Digital Circuit Logic Design)
17. Abt complier design(phases)
18. bt TCP&IP and OSI Model.
19. Abt OOPS concepts.
function main()
{
static integer abc=5
print abc-
if(abc)
main()//calling main function
}

a)43210
b)54321
c)this code under infinite loop
d)this code generates error