What do you know about the company?
Software Senior Interview Questions
75,774 software senior interview questions shared by candidates
Tell about my working Experience
oops concept Design pattern Basics of php
Write a program that would print all values of a given square matrix in a circular manner, beginning from the square (0,0).
See CodeSignal for sample questions
Do you have experience with Java?
Given an array of integers (arr[int]) and a target (int). I want you to return the indices of 2 numbers sum. For example, given the array [2, 7, 11, 15] and a target of 9, the function should return [0, 1], indicating that the numbers at indices 0 and 1 (i.e., 2 and 7) add up to the target sum of 9.
Round 2 Q2 The interviewer explained how radix sort works on integers and asked me to implement it.
Write and explain the code that is written (Creating a Mine Sweeper game)
Design a schema for a set of models, then write some SQL queries to get aggregate values.
Viewing 2541 - 2550 interview questions