what is the minimum number to be multiplied to 100! in order to make it divisible by 350 and many more were there which i don't remember
Software Engineer 2 Interview Questions
665,356 software engineer 2 interview questions shared by candidates
They asked me not to reveal any questions.
There was for instance a basic coding challenge interview at the start. But a thing I'll mention is, for a high-level company like FB, there was an odd obsession with basics, when people don't work that way -- it's not that it's irrelevant, it's better to be solid than not, but it's a tiny piece of the puzzle that's gating prospective hires. It was strange to not be asked the types of questions that would indicate actual capacity to innovate, manage, etc. I would have only done that kind of challenge for maybe a fresh graduate, not someone who's done real work.
Do an in-place (without allocating any extra memory) rearrangement of a list of integers, putting non-zero elements first.
Q1> reverse a inked list and print the reversed list . Ex: 1->2->3 , result:3->2->1 Q2> divider a number by another number and print result and remainder if any. you are not supposed to use "/" and "%" operation
You have two methods: one method takes long time to run and the other completes in short time. You execute the long method first and after that you execute the short method. Which one will complete first. There is no setTimeout involved.
Suppose you have an array of positive and negative integers. Given X as input, find two numbers that add up to X.
How to check if a number is even or odd without using % or / ?
What are different types of interrupts?
Write a function that takes an integer and prints out the digits separated by commas. Example, pass in 345 print out 3,4,5
Viewing 941 - 950 interview questions