Reverse a Linked List, questions on AWS.
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
Written Question: System Design and Scaling Solutions ! Interview: Cloud related questions, monitoring logging and their importance, some engineering management questions.
Salesforce various theories and scenario based relevant to experience
Onsite Interview #5: System design interview. Design a system to count in a sliding window
How would you design and represent a Unix file system in code.
Tell me about an interesting bug you found.
Lots of fundamental CS questions. Review algo, big-O, sorting, family with arrays and maps.
Email test: *The problem:* A logfile contains newline-terminated, space-separated text formatted like: <unix_timestamp> <hostname> <hostname> Example: 1366815793 quark garak 1366815795 brunt quark 1366815811 lilac garak Each line represents connection from a host (left) to another host (right) at a given time. The lines are *roughly* sorted by timestamp. They might be out of order by a maximum of 5 minutes. *Your task:* Implement a tool that parses such log files. The tool should both parse previously written log files by filename, or read from the standard input a stream of lines in the previously defined format. The script will output: * a list of hostnames that connected to a given (configurable) host during the last hour * a list of hostnames that received connections from a given (configurable) host during the last hour * the hostname that generated most connections in the last hour * the hostname that received most connections in the last hour Expect the number of loglines and hostnames to be very high. Consider implementing a CPU and memory-efficient solution. On-site: - How would you implement T9 ? - You have a e-shop and you must implement the shop card. The e-shop has some bonuses that if you buy for example 3 same stuff one is free, if you buy this stuff there is 25% free etc.
Questions on Caching, operating systems and data structures
Asked me to design a Potato Chips Factory by OOAD means.
Viewing 991 - 1000 interview questions