print non repeated characters from the given string ignore spaces while printing strings ex : string a =“abdd ccdef highest”. Output should be “ab cdef higst”
Software Developer Ii Interview Questions
6,476 software developer ii interview questions shared by candidates
System design question which was hard
Round 1: 1. Design of system 2. Use of each component in the system 3. DB architecture 4. Challenges Round 2: 1. Understanding of current project 2. Roles and responsibilities in the current project 3. Future goals Round 3: 1. Max sum of consecutive sub-array of an array 2. Find leaf node in binary tree using recursion 3. Find if any of the string combination is palindrome or not. ex. maadm is also palindrome as it generates combination 'madam' which is palindrome
How would you tackle a JavaScript DeepClone object problem differently?
What is the difference between TypeScript and JavaScript ?
Questions for each word in the resume.
Q1. shift all 1's in a binary representation of a number to left side. ex. 1010 = 10 convert it to 1100 = 12 Q2. Question related to fork; number of hello printed by the below program printf("hello"); fork(); printf("hello"); fork(); printf("hello"); Q3. Reverse words in a string. ex. given string: "this is the dummy string" output string: "string dummy the is this"
Describe scrum process I currently use.
How would you call methods than you wanted to be executed every time an object was instantiated
What do you look for when reviewing code?
Viewing 351 - 360 interview questions