You get a list of comma separated strings. Output the first column order desc by one and asc by the other. You can use whichever language you want.
Staff Software Engineer Interview Questions
2,635 staff software engineer interview questions shared by candidates
Design & architect a hotel booking site, as several others have mentioned.
Build a small app per their directions
General software string manipulation question and and a design questions.
Technical coding challenge sent in an email: Write code for making a GET request call to a service, with received response including pagination, and the connection requests having retries.
Round 3 ----------- 1. Write code to get top k elements from a list 2. Basic design/ performance questions 3. Implement a Thread Pool. Write code to elastically increase and decrease pool size
Difference between PATCH and PUT
General leetcode style easy to medium
design a thread pool class, given an initial number - n (say), start n threads and each threads should be able to receive a task and execute it.
The flow of the discussion: 1. What do you do generally on a day to day basis in your current role? 2. What is unowned property 3. Difference between week & unowned 4. What is the difference between Struct & Class 5. Which one among the Struct & Class does the Apple recommend 6. What do you know about protocol & delegates 7. What are the different ways of storing data in iOS 8. What are the Core Data Stacks 9. What do you know about authentication process in any application Programming Question: Given any number, convert it into Binary, and print the number of 1s in it. Write a program to print the following pattern * * ** ** *** *** **** **** **********
Viewing 1791 - 1800 interview questions