What is your reason for leaving your current position?
Analyst Ii Interview Questions
26,083 analyst ii interview questions shared by candidates
All general questions
Given an integer, find the next biggest integer whose digits are in increasing order. Example: Input: 118 Output: 123 Input: 127 Output: 234 Input: 987 Output: 1234 Desing question: Design a parking space to park a car.
Write a program which take " I am fine" as input and gives output " fine am I"
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'}
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.
Find exist in maze or prove its non existence.
Strengths and weekness
1. You have X Gb file and Y Gb of RAM and need to load the file 2. Some basic and stupid questions
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
Viewing 241 - 250 interview questions