Skip to content
Related Articles
Open in App
Not now

Related Articles

Tower Research Interview Experience 1.5 years Experienced

Improve Article
Save Article
Like Article
  • Last Updated : 31 Jan, 2022
Improve Article
Save Article
Like Article

Coding Round : 

  1. https://stackoverflow.com/questions/45888533/incrementing-characters-in-a-string
  2. https://www.youtube.com/watch?v=bdzrJ64W56o
  3. https://www.geeksforgeeks.org/maximum-points-top-left-matrix-bottom-right-return-back/

Round 1:

  1. Basic string manipulation coding (python)
  2. Linux commands(grep, ls)
  3. Flask vs Django . What to use when
  4. Detailed Project discussion

Round 2:

  1. Given time in HH:MM and n minutes add it and maintain 24 hrs format. Handle exceptions as well if input is wrong(throw exception)
  2. Yields, generators, map, lambda, reduce
  3. List comprehension. Add characters to string without loop(s=”A”*50)
  4. Git commands(pull(merge upcoming changes when executed) vs fetch(no merging), checkout, push,branch, reset)
  5. Detailed project discussion

Round 3:

  1. Project Discussion on company/college
  2. Design patterns
  3. How you can count  fan blades if fan is running.(no turn off or slow down of fan,No use of gadgets(camera)).

Ans – A blinking tubelight can capture fan blades for an instant.If you see tubelight at that instant and then close your eyes without seeing anything else , it will retain your retina. You can count it.

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!