Upload Button Icon Add office photos

Filter interviews by

Black Tulip Business Support Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: In quantitative aptitude i dont remember the questing exactly but alsomost all questings are similer to the questions in RS Agarwaal.. In reasoning and analytical section they will ask puzzles and if u read shakuntala devi and jimmers puzzle book it is more than sufficient.. In verbal section they have given around 2 passages and 5 questions for each passage dont waste more time in this section because it is time consuming.. they have given some fill in the blanks questions where we have to search for synonyms and antonyms No technical section was there
Total Questions: 75

Round: Technical Interview
Experience: Basically i am from Mechanical back ground they dint asked any questions related to software.... They asked questions like how do you update your self regarding your technical knowledge... have you thought of any innovative ideas recent past..

Round: HR Interview
Experience: In HR they asked 2 situation reaction tests. 1)she asked my hobbies and replied playing cricket... she posed a question to me that if i was appointed as cricket team captain for M-Tech mech team how i select my team.... i answered purely by performance no partiality like that.. but she asked to think more then she answered for the questions as... I alone cannot select the team because in M-Tech there may be more that 500 students so i have to take help from some of my friends and this shows attitude towards team work.... 2) She asked one more question like if i am a boss and there are 5 peoples working under me.. my boss given me one work that has to be completed in with in a month... now it is the last day of month and still 25% of work is remaining how i handle that situation... I answered that I will answer to the boss that from next time i will finish 1 months work in 20 days itself so that we will not be facing this kind of problems next time.. then she told ok....

General Tips: Infosys recruitment wont concentrate too much on technical side... they concentrate on logical and analytical thinking and situation reactions etc... so go through puzzles from shankuntala devi and jimmers... and some analytical and logical sections from RS agarwaal
Dont concentrate on technical questions because they wont ask any technical questions... you must prepare well for the written test and Interview will depend on your logical and analytical thinking and situation reactions.. all the best.. hope i will see you in Infosys next year....
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume based shortlisting initially.

Round: Interview
Experience: 3 rounds of interviews (15-20 minutes each)
 All topics were Metallurgy related
 Heat transfer, Phase diagrams (very basic Fe-C diagram), FEM-based technical questions, are concepts asked.
Tips: If they look interested in a particular aspect, pursue it, and drive the interview.
Be ready to be grilled on the things mentioned in your resume.
 For consulting companies alone (McKinsey and BCG), look at certain case studies. The book "Case in point", is a really good source.
 For most other core companies (like Reliance, Tata Steel, etc.), refreshing Iron and steel and Mechanical Metallurgy courses will help a lot.

College Name: IIT Madras

Interview Questionnaire 

5 Questions

  • Q1. Based on a situation
  • Q2. Write a .small C code
  • Ans. 

    A C code that prints out the elements of an array of strings.

    • Declare an array of strings

    • Use a loop to iterate through the array

    • Print out each element

  • Answered by AI
  • Q3. Simple puzzles about colored balls probability
  • Q4. What Is the probability of it raining today in Chennai?
  • Ans. 

    The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.

    • The probability can be estimated by analyzing the current weather patterns and historical data.

    • Factors such as humidity, temperature, and wind speed can affect the probability of rain.

    • Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.

    • The probability of ra...

  • Answered by AI
  • Q5. Find the probability that India will win the next Cricket World Cup
  • Ans. 

    It is impossible to accurately predict the probability of India winning the next Cricket World Cup.

    • Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.

    • Past performance of the team and individual players can be considered, but it does not guarantee future success.

    • Other teams participating in the tournament also play a significant role in determining t...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Fifty people appeared for the test out of which sixteen were shortlisted.

Round: Case Study Interview
Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.

Round: Technical Interview
Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know.
Tips: Customized preparation is must along with good CGPA.

Skill Tips: Work details about your internship helps!
Skills: General knowledge, Technical knowledge
College Name: IIT Madras

Skills evaluated in this interview

Interview Preparation Tips

Round: Interview
Experience: The round was of 1 hour

Round: Group Discussion
Experience: 10 people per group

General Tips: This company, as I understand, is looking for future managers. No technical preparation is required as didn’t ask a single question related to academics. You just need to convince them that you are ready to do whatever they want you to do in the company be it coding or data entry and depending on your luck and soft skills you will get through.
Skill Tips: Cut off is 8.
College Name: IIT KHARAGPUR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Fundae session by seniors and a resume workshop by some company. Also, sent resume to some seniors for their opinions and I think this was an important part of it.
Tips: I suggest Pre-placement talks, are a must. What is more important is not to believe the PPTs completely and ask seniors about the level of fundaes (finance/tech/otherwise) and preparation required to crack the company. There is a lot of good material on ATKEARNEY and other website. Other than that I used the material available for years.

Round: Interview
Experience: Final offers in my division were 12. There were two levels of case interviews. The first interview was to judge if I would be suitable for the Strategy and Operations profile or for the Technology and Integration profile. There were two interviewers. They explained to me both the profiles and asked me what I wanted to choose and why. Then asked me some general HR questions like why consulting, why you etc. Then started off with an informal case study. It was about a new company which wanted to start a new low cost airline and had no experience in this market till now. It has two options: either to acquire an existing company or to build up all processes on their own. I was first asked to qualitatively mention what all aspects I would consider. After that they asked me what new things could this company do. They were pretty satisfied with my answers and I was confident of getting listed in the next round. In the next round there was single interviewer who was looking quite senior. Asked some HR questions. One case study about a consumer durables dealer which was again qualitative. Asked some HR questions that's it.

General Tips: Lack of interaction with seniors throughout IIT stay was one thing for which I had to pay. I had no seniors in my wing and I had no fundae of the amount of preparation required.
So make sure that you have certain information.
College Name: IIT-Bombay

Interview Questions & Answers

HCLTech user image Anonymous

posted on 11 Apr 2015

Interview Questionnaire 

6 Questions

  • Q1. Which is your favorite subject
  • Q2. Difference between C and C++
  • Q3. What are the advantages of C++ over C
  • Q4. What is polymorphism and how do we achieve it using C++ programming
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. In C++, it is achieved through function overloading and virtual functions.

    • Polymorphism allows objects of different classes to be treated as objects of a common base class.

    • Function overloading enables multiple functions with the same name but different parameters.

    • Virtual functions allow derived classes to override base class functions.

  • Answered by AI
  • Q5. What will you do if you have a clash with your colleague
  • Q6. If you are given extra work in the office and your girl friend is waiting for you outside, then what will you do

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section contains 25 questions and is of 30 minutes duration.
Tips: Prepare well for technical and aptitude.
Duration: 120 minutes
Total Questions: 100

Round: Technical Interview
Experience: Questions were asked based on my favorite subject.
Tips: Choose your favorite subject as the one you know well.

Round: HR Interview
Experience: He gave me situations to see how I would handle them.
Tips: You must justify yourself with your answers.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Simple Aptitude - just brush up basics - be quick in your solving.
Duration: 120min minutes
Total Questions: 50+10

Round: HR Interview
Experience: Pretty simple interview round - was asked few HR questions. Majorly it was a informative session where i was told about the job profile and tested whether I was willing to take up the responsibility & commitment.

College Name: IIT MADRAS
Motivation: Just applied gen. Got through.

Interview Questionnaire 

6 Questions

  • Q1. Given a Linked list , print yes if it is palindrome else print no
  • Q2. Print the level order traversal of the binary tree in the spiral form
  • Ans. 

    Print the level order traversal of binary tree in spiral form

    • Perform level order traversal of the binary tree

    • Alternate the direction of traversal for each level

    • Use a stack to reverse the order of nodes in each level

    • Print the nodes in the order of traversal

  • Answered by AI
  • Q3. Maximum of all subarrays of size k(Expected Time Complexity O(N). Input : arr[] = {1, 2, 3, 1, 4, 5, 2, 3, 6} k = 3 Output : 3 3 4 5 5 5 6
  • Ans. 

    Find the maximum element in each subarray of size k in a given array.

    • Iterate through the array from index 0 to n-k.

    • For each subarray of size k, find the maximum element.

    • Store the maximum elements in a separate array.

    • Return the array of maximum elements.

  • Answered by AI
  • Q4. Given Two sorted array of size size n each. Find the Kth largest element in these two array (Expected Time Complexity Log(n))
  • Ans. 

    To find the Kth largest element in two sorted arrays, we can use the merge step of merge sort algorithm.

    • Merge the two arrays into a single sorted array using a modified merge sort algorithm.

    • Return the Kth element from the merged array.

  • Answered by AI
  • Q5. Website having several web-pages. And also there are lot many user who are accessing the web-site. say user 1 has access pattern : x->y->z->a->b->c->d->e->f user 2 has access pattern : z->a->b->c->d user 3...
  • Q6. Given two array , one of size m+n and contains m element and other position are empty , 2nd array is of size n and contains n element. both array are sorted , now merge the second array to first one such t...
  • Ans. 

    Merge two sorted arrays into one sorted array with expected time complexity of (m+n).

    • Use a two-pointer approach to compare elements from both arrays and merge them into the first array.

    • Start comparing elements from the end of both arrays and place the larger element at the end of the first array.

    • Continue this process until all elements from the second array are merged into the first array.

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 90 minutes

Skills: Algorithm , OS, DBMS, data structure
College Name: NIT BHOPAL

Skills evaluated in this interview

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

18 Questions

  • Q1. How would your friends describe you?
  • Q2. Are you a low/medium or high risk taker? Substantiate your stand
  • Q3. Are you are loner?
  • Ans. 

    No, I am not a loner.

    • I enjoy working in a team and collaborating with others.

    • I believe that teamwork leads to better results.

    • I am comfortable working with people from diverse backgrounds.

    • I actively seek out opportunities to network and build relationships.

    • I am a good listener and value the opinions of others.

  • Answered by AI
  • Q4. Are you an imaginative person?
  • Q5. What are your strengths and weaknesses?
  • Q6. What is your family background and what have you learned from it?
  • Q7. What profile are you looking for?
  • Q8. Why are you fit for investment banking and not corporate finance?
  • Q9. Why do I want to get into ICIC and what do I know about it-
  • Q10. Why ICICI?
  • Q11. What do you know about the company?
  • Q12. What interesting projects are there on your CV? Explain one of them?
  • Q13. Discussed in and out on valuation specific questions related to a project like what projections for Sales, growth Rate, S&A, how to calculate cost of capital?
  • Q14. What approach did you take?
  • Q15. What lines of businesses did you value and how?
  • Q16. What are other competitors doing and how are they growing?
  • Q17. If you are the CEO of the same company what measures will you take to make the company grow to the next level?
  • Q18. What is the difference between bank and private investor?

Interview Preparation Tips

General Tips: Company was very impressed and wanted to make an offer but with a different profile in the interview itself but I was consistent on what I wanted and through strong negotiation finally convinced them that I am fit for Investment banking or global markets and hence that worked
Skills: Economics, Banking
College Name: NA

Interview Preparation Tips

Round: Test
Experience: There was an apititude test basically in line with CAT pattern. It was conducted online for about 45 min duration. The questions were rather simple but each question was time bound (around 45 sec or so).
Tips: As such I did not have any structured study plan. I did refresh some of my basics in mechanics and analysis. I was more inclined to get a job in aerospace division. Read as per your interest.
Duration: 45 minutes

Round: Group Discussion
Experience: Initially, we are seated randomly in a circular manner and each one was given two minutes to describe the topic. It was followed by an tense debate where participants converged and diverged on different sets of issue. They were particularly looking for interpersonal skills and out of the box thinking.

Round: Interview
Experience: The interview was purely management type.More questions were thrown at team building, bio-data, why this company? , project, what you Can contribute for the firm?, where you see yourself in next 5 -10 years, ambitions, some amount of optimization tools and techniques, concluding remarks....Interpersonal skills and clarity in answering where mainly
IBM was a more relaxed interview, which basically dealt with management and interpersonal skills. Questions like “if one of our team mate is very stubborn, lazy, adamant, how will you tackle the situation” were asked.
Tips: College (B Tech) curricular activities, NTSC certificate, Math Olympiad certificate, all India quiz competition awards were noted and appreciated. That really was a booster. That helps in implanting an idea that you are not just blah blah blah.

Skill Tips: Be very sure about your mechanics, analysis and design. These three are the fundamentals.
I haven prepared for placements exclusively. Here were combined discussions. However, it really helps if you can revise and make your fundamentals were clear. The basic understanding should be there. An hour every day for two months will do the trick.
Be really choosy of the company you want to be in. Learn a lot more of the company and get an idea of what they are actually looking for. But still don’t freeze your mind to those realms alone.. Be open minded and cheerful. The first few questions will set the mood of the interview. If you are bale to crack that, then things will be really smooth. Really concentrate on your fundamentals, especially analysis and design.
Skills: Mechanics, Analysis , Design
College Name: IIT-Madras

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
View all

Black Tulip Business Support Reviews and Ratings

based on 2 reviews

1.2/5

Rating in categories

1.1

Skill development

1.0

Work-Life balance

1.1

Salary & Benefits

2.4

Job Security

1.2

Company culture

1.2

Promotions/Appraisal

1.5

Work Satisfaction

Explore 2 Reviews and Ratings
Compare Black Tulip Business Support with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview