why you want to work with us?
Junior Software Engineer Interview Questions
21,781 junior software engineer interview questions shared by candidates
- Erläutern Sie das Observable Parttern
The second question was something like this: You get two arrays representing dice rolls And you need to find the minimum changes in the arrays so their sums will be the same. For example Arr1={5,4,6} Arr2={1,2,3,2} The answer is two because you can change 6 to 1 and 4 to 2 and you get the same sum in both of the arrays.
The first was something like: You get a string of 'a' and 'b', and you need to find how many ways you can split it into three groups, so there will be same amount of 'a' in every group. For example: 'ababa' there are 4 ways to split the string: ab ab a ; a bab a; ab a ba; a ba ba. Or for 'bbbbb' there are 6 ways to split the string.
Opps questions and some programing concept
How to use React with TypeScript. Familiarity with APIs
Second Round Q1. The sum of the outer layer of the 2d matrix. Q2. Array questions will be asked. Third Round Q1. Given String "ProminentPixel", find out the duplicate elements. Q2. Find out the Second largest number from the array.
Write a function that takes in an array and returns k largest numbers (on whiteboard).
What is a strength of yours?
Find permutations of all alphabets in a given number eg: 1->abc, 2->def, and so on so i/p: 12 o/p: ad ae af bd be bf cd ce cf and now generalize for 10 digit number
Viewing 631 - 640 interview questions