For this role, mainly, questions were more day-to-day work than algorithmic (but some very basic things such as knowledge of C++ DS still needed).
Software Engineer Developer Interview Questions
3,288 software engineer developer interview questions shared by candidates
compare 2 list and find similar data
Basic Java/ J2EE questions.
Diversity and inclusion. Have you hired a racial minority before?
Build a list view from mock JSON. Display search results to a list from an API response. Debug a threading error in a sample project.
3. given a m by n grid, how many possible paths are there from (0, 0) to (m, n). Can only move in two directions, right and down.
use streams for map , filter
What you do at current job?
Problem solving: There will be 2 linked lists L1 and L2 and an variable x. Task is to find out number of pairs from one element from L1 + one element from L2 = x . Example: L1=12->11->10->0 L2=1->2->20->7->15->13 x=13 Expected output: 3 Explanation: (12, 1) , (11,2), (0,13) => 3 pairs
Difference between ArrayList and LinkedList Which one you prefer for searching only and why Two coding questions they give to write on compiler Difference between Fast Fail and Fast Safe
Viewing 181 - 190 interview questions