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.
Software Developer Ii Interview Questions
6,461 software developer ii interview questions shared by candidates
Basic OOP questions proceeded by questions detailing use of Java OOP features.
Find exist in maze or prove its non existence.
Write a function that reverses an array.
I have a black and white 2 dimensional image. Design a way to compress this image - lossless compression
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
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
1. You have X Gb file and Y Gb of RAM and need to load the file 2. Some basic and stupid questions
I applied for nodeJS developer profile. The first round was behavioral and they asked about the motivation to join the company and about my current work. In the second round the interviewers(two) were in hurry and seems to be inexperienced developers and asked me two technical questions. 1) Database related and asked to optimize the queries. 2) They asked me two basic questions from frontend (how would you handle if the request fails and about file upload).
Viewing 81 - 90 interview questions