Manager Of Software Development Interview Questions

36,948 manager of software development interview questions shared by candidates

Given an array of DISTINCT elements, rearrange the elements of array in zig-zag fashion in O(n) time. The converted array should be in form a < b > c < d > e < f. Example: Input: arr[] = {4, 3, 7, 8, 6, 2, 1} Output: arr[] = {3, 7, 4, 8, 2, 6, 1} Input: arr[] = {1, 4, 3, 2} Output: arr[] = {1, 4, 2, 3}
avatar

Member of Technical Staff

Interviewed at Zoho

4.2
Jun 22, 2019

Given an array of DISTINCT elements, rearrange the elements of array in zig-zag fashion in O(n) time. The converted array should be in form a < b > c < d > e < f. Example: Input: arr[] = {4, 3, 7, 8, 6, 2, 1} Output: arr[] = {3, 7, 4, 8, 2, 6, 1} Input: arr[] = {1, 4, 3, 2} Output: arr[] = {1, 4, 2, 3}

They asked about everything from in depth details about the projects that I had worked on to challenges that I faced and how I dealt with it. They wanted to match to see if the expertise that I had matched with the expertise they needed. But most important of all, they were very keen on reading the person behind it all. Come prepared is what I would recommend, but more importantly I would say be yourself and authentic.
avatar

Director of Marketing

Interviewed at LUDEX

5
Apr 5, 2022

They asked about everything from in depth details about the projects that I had worked on to challenges that I faced and how I dealt with it. They wanted to match to see if the expertise that I had matched with the expertise they needed. But most important of all, they were very keen on reading the person behind it all. Come prepared is what I would recommend, but more importantly I would say be yourself and authentic.

Viewing 561 - 570 interview questions

Glassdoor has 36,948 interview questions and reports from Manager of software development interviews. Prepare for your interview. Get hired. Love your job.