Member Technical Staff Interview Questions

4,044 member technical staff interview questions shared by candidates

Telephonic Interview: Given a positive 32-bit integer n, you need to find the smallest 32-bit integer which has exactly the same digits existing in the integer n and is greater in value than n. If no such positive 32-bit integer exists, you need to return -1. Example 1: Input: 12 Output: 21 Example 2: Input: 21 Output: -1
avatar

Senior Member of Technical Staff

Interviewed at Salesforce

4
May 27, 2020

Telephonic Interview: Given a positive 32-bit integer n, you need to find the smallest 32-bit integer which has exactly the same digits existing in the integer n and is greater in value than n. If no such positive 32-bit integer exists, you need to return -1. Example 1: Input: 12 Output: 21 Example 2: Input: 21 Output: -1

A take home programming question that tested your knowledge of algorithms and object oriented programming, and also your ability to prioritize with which features you can add and which features you can cut given the two hour time limit. It's really hard to complete everything within 2 hours, so it tests a lot of your skills.
avatar

Member of Technical Staff

Interviewed at Salesforce

4
Jan 21, 2017

A take home programming question that tested your knowledge of algorithms and object oriented programming, and also your ability to prioritize with which features you can add and which features you can cut given the two hour time limit. It's really hard to complete everything within 2 hours, so it tests a lot of your skills.

1. You are given a acronym dictionary where it has expansion say WHO => world health Organisation. Then there is input which has this acronym used, you will have to substitute the acronym for the expansion and that will be your result.
avatar

Member of Technical Staff Software Engineer

Interviewed at Bloomreach

4.6
Dec 8, 2015

1. You are given a acronym dictionary where it has expansion say WHO => world health Organisation. Then there is input which has this acronym used, you will have to substitute the acronym for the expansion and that will be your result.

Viewing 331 - 340 interview questions

Glassdoor has 4,044 interview questions and reports from Member technical staff interviews. Prepare for your interview. Get hired. Love your job.