Related to Road Design and Manual testing
Software Developer Ii Interview Questions
6,481 software developer ii interview questions shared by candidates
Technical Question (for Software Engineering Roles) Question: "Given an array of integers, find two numbers such that they add up to a specific target number. Return the indices of the two numbers." Example: Input: nums = [2, 7, 11, 15], target = 9 Output: [0, 1] (because nums[0] + nums[1] = 2 + 7 = 9)
Framework related questions, OOPs Concept
I don’t remember the exact question but it was focused on array after solving the problem in one go the interviewer tried to make it complex by introducing more variables which wanted you to use complex data structures like min heap
Android related, DSA, system designs (both HLD and LLD)
1. Get Data from API 2. Two Easy Python Question 3. One easy SQL question
HR round : general questions around work situations, and scenarios ar workplace
round 3 : technical interview, design round - discussion about current project, designed cache system like Redis with limited functionality
Consider a town with houses arranged in the form of a circle around a well. The residents of this town found the well to be in despair and thought of restoring it. Each resident hates his/her next-door neighbours(on both sides). Each of the residents is willing to donate a certain amount, given in the int[] donations. Calculate and return the maximum amount that can be collected as adhering to the following constraints listed below. Constraints First and last houses are also next-door. If a resident can contribute, both the next door neighbours don’t. Each of the donations can range from 1 to 1000 Number of residents in the town can be 1 to 40 ============================================= Design subscription-based service website which will give access to all courses for a certain period of time. Any courses can be added to this subscription at any time or can be removed"
Python program questions and networking questions
Viewing 5511 - 5520 interview questions