Software Specialist Interview Questions

1,464 software specialist interview questions shared by candidates

One question that I could recall was to reverse a linked list without using any additional data structure. Also I've been asked some questions about string manipulation. Then I've been given a SQL problem statement and asked to write some queries.
avatar

Specialist Programmer

Interviewed at Infosys

3.6
Aug 12, 2021

One question that I could recall was to reverse a linked list without using any additional data structure. Also I've been asked some questions about string manipulation. Then I've been given a SQL problem statement and asked to write some queries.

Imagine you have balls in n different colors. For instance, say you have: 3 colors (red, blue, and green), With 4, 5, and 8 balls of each color, respectively.You need to pick exactly some balls like(5) balls in total, and the selection can include balls of any color in any combination. Examples of valid selections are: 4 red, 1 blue, 0 green (4+1+0), 3 red, 2 blue, 0 green (3+2+0), 0 red, 0 blue, 5 green (0+0+5), And so on. The task is to find all possible ways to select 5 balls under these conditions. and some more question!
avatar

Specialist Programmer

Interviewed at Infosys

3.6
Jan 1, 2025

Imagine you have balls in n different colors. For instance, say you have: 3 colors (red, blue, and green), With 4, 5, and 8 balls of each color, respectively.You need to pick exactly some balls like(5) balls in total, and the selection can include balls of any color in any combination. Examples of valid selections are: 4 red, 1 blue, 0 green (4+1+0), 3 red, 2 blue, 0 green (3+2+0), 0 red, 0 blue, 5 green (0+0+5), And so on. The task is to find all possible ways to select 5 balls under these conditions. and some more question!

Viewing 671 - 680 interview questions

Glassdoor has 1,464 interview questions and reports from Software specialist interviews. Prepare for your interview. Get hired. Love your job.