[VIEWED 5376
TIMES]
|
SAVE! for ease of future access.
|
|
|
A_GuY.
Please log in to subscribe to A_GuY's postings.
Posted on 06-16-16 11:30
AM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
var a = 'nepal'; reverse this word without using any built-in function. More on - http://www.gufgaaf.com/Page/DisplayThread?threadId=15
|
|
|
|
hamrochautari
Please log in to subscribe to hamrochautari's postings.
Posted on 06-16-16 11:46
AM [Snapshot: 22]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
var a = 'nepal'; var b = '; for (var i = a.length - 1; i >= 0; i--) { b = b+a[i]; } //alert(b); will print lapen.
|
|
|
KaliKoPoi
Please log in to subscribe to KaliKoPoi's postings.
Posted on 06-16-16 11:50
AM [Snapshot: 30]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
If you really want to test a developer on logic skills, use puzzles like this: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life (Just a sample.. there are plenty others like this)
|
|
|
blog
Please log in to subscribe to blog's postings.
Posted on 06-16-16 11:53
AM [Snapshot: 36]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
May A_Guy is trying finish his/her assignments pretty quick.
|
|
|
A_GuY.
Please log in to subscribe to A_GuY's postings.
Posted on 06-16-16 12:36
PM [Snapshot: 79]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Awesome @hamrochautari These are interview question for full time jobs. You wont be asked language specific questions in full time job interview. Better to share and practice...
|
|
|
KaliKoPoi
Please log in to subscribe to KaliKoPoi's postings.
Posted on 06-16-16 12:58
PM [Snapshot: 102]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
Not sure where and what sort of companies ask you ONLY 'non-language specific' questions. And if you think the link I posted above is language specific, then you need to learn a lot. BTW that was assignment I had to do on my recent interview within an hour. I dare you do that without any online lookup. Rules are pretty clear if you read.
Last edited: 16-Jun-16 01:00 PM
|
|
|
A_GuY.
Please log in to subscribe to A_GuY's postings.
Posted on 06-16-16 1:08
PM [Snapshot: 120]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
@KaliKoPoi Dude, we are not competing. We are learning and sharing. Whats your problem? Btw, have you seen google, apple, vonage interview questions? Only in consulting they ask language specific questions. When i interview, i focus on problem solving skills not on language specific questions.
Last edited: 16-Jun-16 01:11 PM
|
|
|
hamrochautari
Please log in to subscribe to hamrochautari's postings.
Posted on 06-16-16 1:30
PM [Snapshot: 140]
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
|
These type of questions are perfect candidate for any developer interview. I would say, this particular question is in easier side of the interview, probably for Entry level or Junior level position but definitely helpful to practice such questions. As far as Kalikopoi's question, its a good problem to think about and try to solve at home but rarely any interviewer will ask in real interview. Most interviewer will have 1 hour or less time to test the candidate and in that time we have to test many aspect of candidate including logic problems. Problems that takes very long time are usually skipped.
|
|
|