Questions based on Equations of Motion and Control.
Software Engineer 2 Interview Questions
666,163 software engineer 2 interview questions shared by candidates
What is the difference between an abstract class and an interface?
1. 10 min Coding : Write a code for Capitalize ( Refer the in put and output ) sample input : getCodeType output: Code_Type i/p : getCodeStyle o/p: Code_Style i/p: getSWIFTCode o/p: SWIFT_Code
Given a FILE* object and a desired number of bytes to be read from it, implement a reentrant function to read the file, utilizing a buffer.
Convert an int to a string without casting
Given two strings; boston and obtons how can you determine that they, and any other set of strings, are anagrams of each other. Try and make it as efficient as possible.
How would you find if a number if a power of 4?
The code test, they give you 4 test case, which is regular format. But there is a button for additional 20 test case. They are hidden the content of test case. I always failed two of them. and didn't know why. So I cannot improve my code.
Last of the three coding questions in the first interview: It was an inventory based question. Apple Sold in the farm 214 out of 250 on April 1 179 out of 250 on April 2 230 out of 250 on April 3 Orange Sold in the farm 0 out of 200 on April 1 180 out of 250 on April 2 200 out of 250 on April 3 Mango Sold in the farm 100 out of 100 on April 1 0 out of 200 on April 2 50 out of 250 on April 3 Output all the sold merchandise in a datewise inventory. (E.g. On April 1, Apple, Orange, and Grapes were sold in x,y, and z amount)
where do u stored your javascripts files in salesforce ?
Viewing 1921 - 1930 interview questions