valid sudoku command line parser
Grader Interview Questions
8,341 grader interview questions shared by candidates
given a nested python dictionary, transform to json format given a string of json format -> python dictionary I use Python, basically it is like "map" -> "json" examples ditc{"a": "apple", "b": "banana", "c": {"c1": "cat", "c2": "cup"}} ---> "{a:apple,b:banana,c:{c1:cat,c2:cup}}"
iPod playlist
Graphs, DFS, Matrix related questions
What would you do if you are struggling to complete the work you have been given?
in a text file of directories find the most deeply nested jpg file
Have you come into a dilemma, how do you solve it?
Explain how the dictionary functions?
Queue type Leetcode questions in relation to company situations
Some questions that I can remember: 1. Networking - CDR; IPV4, IPV6 header; describe the flow of what happens from the moment you type a URL to when you get the webpage opened in your browser; if your internet is not working, how will you resolve the issue - this was asked extensively and in depth. 2. OS - Describe virtual memory, paging. Types of virtualization. 3. Write or explain pseudocode to print the reverse of a number. 4. Write a code to implement queue. 5. If one of your team members is not working in a project, what would you do?
Viewing 2331 - 2340 interview questions