There wasn't any question of very high difficulty
Software Engineer Intern Interview Questions
9,351 software engineer intern interview questions shared by candidates
Group input strings by permutations and output as a set. For example, if your input is: "abc, acb, bce, dce, cde" then your output is: "(abc, acb) (bce) (dce, cde)". Assume all input strings are of the same size. Didn't actually have to write the code for this one, but rather gave an in-depth step-by-step explanation using data structures and time and space complexity.
Given a set of integers, produce its power set (the set of all subsets of the original set)
Given an n x m matrix, find the total number of ways to reach the bottom-right corner starting from the top-left corner.
design a system like Splunk
Why you want to join LabCorp?
Basics of OOPS, DBMS, and python
Why do you want to work at Workday?
Two questions, leetcode easy maybe easy-medium. One of them was a variation of coin change but without DP.
What coding experiences do I have ?
Viewing 7481 - 7490 interview questions