Database Administrator applicants have rated the interview process at BMC Software with 4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 72.4% positive. This is according to Glassdoor user ratings.
Candidates applying for Database Administrator roles take an average of 28 days to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at BMC Software overall takes an average of 17 days.
Common stages of the interview process at BMC Software as a Database Administrator according to 1 Glassdoor interviews include:
Group panel interview: 100%
Here are the most commonly searched roles for interview reports -
I applied online. The process took 4 weeks. I interviewed at BMC Software (Mumbai)
Interview
1.Introduce yourself.
2.What was your project? Explain in detail.
I explained about my project and she cross examined me on my project topics, especially on the output and the technologies which I had used.
3. Which is your preferred programming language?
I replied Python.
4.What is a list and tuple?
Lists:-
Lists are used to store data inside a single variable.
In Python lists performs the same function as an array.
A list is however different from an array because while arrays can store homogenous elements, a list can store heterogenous elements.
Properties of Lists:-
indexed
mutable
allow duplicates
Tuple:-
Tuple is similar to a list the only differences being tuples are not mutable.