Scripting questions in Python like, parse a csv file and extract the name, phone numebers, emails into a dict.
Manager In Interview Questions
17,839 manager in interview questions shared by candidates
(1)Given string is palindrome or not(Inlace without using extra buffer) (2)Given a number n - give me the first n prime numbers (Improve efficiency of code) (3)Fizz-buzz type question (4)Given a string(for e.g.,abc) and an array of strings(s1,s2,....sn) -> return an array of boolean values based on if a string s1 can be made from the characters of string(abc) (5)Find the duplicates in an array. (6)Given an architecture of an application - find the best ways to test it and make sure that how can we deliver quality products. (7)Behavioral questions like conflict with a team-member etc.
One question related to trees was tricky. Dont remember the exact details
Basics of Corp fin and accounting: WACC, DCF, CAPM, Financial statements and differences between them, how change in an asset value or amount may affect the FSs etc. Sometimes questions in Economics may come: fiscal and monetary policy, GDP and CPI etc. Logics and reasoning: tell the possible business model (sales, costs and production volumes) for a plastic bottle cap/lid factory located in a certain geography, etc.
I was asked about the egg dropping problem
Find cycle in linked list.
find if string1 exists in string2, give test conditions
How many lines of code I wrote for the project I worked on?
Given an array of positive and negative numbers, give an algorithm that would find the sequence of numbers that give the largest sum. The numbers have to be in sequential order.
Suppose you have a C++ base class and several classes that inherit from it. What might happen if you do not write a virtual destructor for the base class?
Viewing 391 - 400 interview questions