Linked List, Graphs, BFS, Queues, System Design
Engineer 1 Interview Questions
3,932 engineer 1 interview questions shared by candidates
Seus principais conhecimentos e oque esses conhecimentos podem agregar a instituição?
about the projects i have put in my resume
All core java questions and some questions on springboot
sorting algorithms resume specific questions database queries
Projects, resume, routing protocols, different network devices
What is the most memorable experience you had with your previous work.?
DBMS Queries and Dynamic programming
Left view of binary tree
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”, with length 6. For “BBBB” the longest substring is “B”, with length 1. In this exercise, you're going to decompress a compressed string. Your input is a compressed string of the format number[string] and the decompressed output form should be the string written number times. For example: The input 3[abc]4[ab]c Would be output as abcabcabcababababc Other rules Number can have more than one digit. For example, 10[a] is allowed, and just means aaaaaaaaaa One repetition can occur inside another. For example, 2[3[a]b] decompresses into aaabaaab
Viewing 3831 - 3840 interview questions