Round-1: Few questions on Algo and DS (time & space complexities) Round-2: Multiple questions on system design focused more on speed, microservices, cloud Round-3: Scenario-based questions, how do we manage the work Round-4: Managerial round and HR questions Of course, every round has questions on the professional experience I had so far and what are the expectations we're looking forward to.
Platform Engineer Interview Questions
3,047 platform engineer interview questions shared by candidates
Tech questions on .Net and C#
Have I ever opened my Computers Mother Board !
Given a list of courses offered at a university where each course is represented as [duration, deadline]. Duration indicates how many days the course takes to complete, and deadline is the last day you can complete the course. You want to take as many courses as possible Input: courses = [[100,200],[200,1300],[1000,1250],[2000,3200]] Output: 3
How would you combine two 1W1R BlockRAM modules to make a 1W2R BlockRAM module? What about 2W1R?
Tell me about yourself and your current role.
what type of join do you use to join a big dataset with a small dataset in spark?
How to handle scaling up and down in Kafka? how to handle decreasing the number of partitions in each topic?
Tell me about yourself.
Whiteboard Problem: Write a function that outputs the prime factors of a number that also multiply to that number. For example, if given 20, the function would output 5, 2, 2.
Viewing 661 - 670 interview questions