Write a function that reverses an array.
Data Analyst Ii Interview Questions
26,054 data analyst ii interview questions shared by candidates
I have a black and white 2 dimensional image. Design a way to compress this image - lossless compression
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'}
Basic OOP questions proceeded by questions detailing use of Java OOP features.
What port is RDP listening on?
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).
"Would you be willing to bend the rules a bit?"
Viewing 251 - 260 interview questions