Bitwise | Software engineer | Pune | Sept 19 [passed]
Anonymous User
309

Status: New grad, BS CS
Location: Pune, IN

Round1: Two on paper quesions

  1. find the addition all digits of a given number
input : N = 154  
output : ans=1+5+4=10

input : N=431
output: ans=4+3+1=8
  1. remove the subsequent similar character from given string S.
input: S= ' apple '
output: ans= ' aple '

input: A= ' hannah '
output S= ' hanah '

**Round2: Technical oral questions **

  • some oop conceptual questions
  • funcaional programing questions
  • some logical qusions on real usecases

** Result:** I outperformed in all rounds. they gave me an offer which was far less than I expected so I passed the offer.

Comments (2)