1- Write a function which removes duplicates characters from char array without using extra space and O(n) time. Given char[] a = {'a','a','a','b','b','c','c','d'} and your out put should be = {'a','b','c','d'}
Senior Software Engineer Ii Interview Questions
26,091 senior software engineer ii interview questions shared by candidates
Interview was quite good and the panel members are very happy with my discussion.Suddenly at last moment i got to know that they are rejecting me.If i m not fitting into the criteria,they shouldn't have considered my profile only.After 25 days they realized this and rejected me.
How do you test an elevator
What does integrity mean to you?
What is your reason for leaving your current position?
Basic OOP questions proceeded by questions detailing use of Java OOP features.
Given an input string, return whether or not the string contains balanced brackets where bracket characters are (), []. {}. The input string can contain alphanumeric characters in addition to the bracket characters.
Strengths and weekness
Find exist in maze or prove its non existence.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
Viewing 241 - 250 interview questions