Software Senior Interview Questions

99,503 software senior interview questions shared by candidates

Given an n x n grid, find the number of ways to get from the bottom left to the top right given that you can only move up or right each time and you cannot move to any node on the bottom diagonal half of the grid, i.e. row less than col.
avatar

Senior Software Engineer

Interviewed at OfferUp

2.9
Mar 21, 2016

Given an n x n grid, find the number of ways to get from the bottom left to the top right given that you can only move up or right each time and you cannot move to any node on the bottom diagonal half of the grid, i.e. row less than col.

Give an API: int read4(char *buf) which reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it returns 3 if there is only 3 characters left in the file. By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.
avatar

Senior Software Engineer

Interviewed at iStreamPlanet

3.5
Mar 8, 2018

Give an API: int read4(char *buf) which reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it returns 3 if there is only 3 characters left in the file. By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.

1. Implement LinkedHashMap , how does it ensure O(1) for a get call. 2. Sort employee list , sorting can be applied on name,salary that will be decided on runtime. So we need to implement multiple comparators and pass the same to Collections.sort(list,new ComparatorName()). 3. In the above list make sure there is no duplicates, if fname and lname are same, they are duplicates.
avatar

Senior Software Engineer

Interviewed at Ezetap

4.2
Mar 22, 2019

1. Implement LinkedHashMap , how does it ensure O(1) for a get call. 2. Sort employee list , sorting can be applied on name,salary that will be decided on runtime. So we need to implement multiple comparators and pass the same to Collections.sort(list,new ComparatorName()). 3. In the above list make sure there is no duplicates, if fname and lname are same, they are duplicates.

2- Write code in one of the classes to meet the following requirement Once a month, a file is uploaded into the system that has all the bank transactions. These include payments made by customers. Customers may pay all charges for multiple projects in one payment or may pay per project. The system must determine matching amounts and display it to the company’s accountant so he can easily tally payments and invoices. Following are the fields in the uploaded sheet. Date Type (Debit/Credit) Amount ID (I added this column)
avatar

Senior .NET Developer

Interviewed at Inncrewin Technologies

4.6
Dec 7, 2021

2- Write code in one of the classes to meet the following requirement Once a month, a file is uploaded into the system that has all the bank transactions. These include payments made by customers. Customers may pay all charges for multiple projects in one payment or may pay per project. The system must determine matching amounts and display it to the company’s accountant so he can easily tally payments and invoices. Following are the fields in the uploaded sheet. Date Type (Debit/Credit) Amount ID (I added this column)

Viewing 321 - 330 interview questions

Glassdoor has 99,503 interview questions and reports from Software senior interviews. Prepare for your interview. Get hired. Love your job.