Upload Button Icon Add office photos

Filter interviews by

St.BBL Shikshan Sansthan Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Just a min on T20 cricket
  • Q3. Improving quality of education in India
  • Ans. 

    Improving quality of education in India

    • Investing in teacher training and development

    • Increasing access to technology and digital resources

    • Encouraging parental involvement in education

    • Promoting vocational education and skill development

    • Addressing the issue of inadequate infrastructure and resources

  • Answered by AI
  • Q4. Question on B. Tech project

Interview Preparation Tips

Round: Test
Experience: Reasoning / Analytical : there were many questions on venn diagram.. relationships.. cube problem... etc etc... VERBAL: questions on correction of sentences... jumbled sentences.. series... etc etc....
Total Questions: 60

College Name: NIT WARANGAL

Interview Questions & Answers

TCS user image Anonymous

posted on 7 Jan 2015

Interview Questionnaire 

3 Questions

  • Q1. Where did you do the internship ?
  • Ans. 

    I did my internship at XYZ Corporation.

    • Interned at XYZ Corporation

    • Worked in the marketing department

    • Assisted in creating social media campaigns

    • Conducted market research

    • Attended meetings with clients

  • Answered by AI
  • Q2. What did you learn from your mistakes ?
  • Ans. 

    I learned to take responsibility for my actions and to use my mistakes as opportunities for growth.

    • I learned to admit my mistakes and apologize when necessary

    • I learned to reflect on my mistakes and identify areas for improvement

    • I learned to seek feedback from others and use it to make positive changes

    • I learned to not be afraid of failure and to view it as a learning experience

    • For example, when I made a mistake at work ...

  • Answered by AI
  • Q3. Why should we recruit you ?
  • Ans. 

    I have the skills, experience, and passion to contribute to the success of your company.

    • I have a proven track record of achieving targets and exceeding expectations.

    • I possess strong communication and interpersonal skills, which enable me to work effectively with colleagues and clients.

    • I am a quick learner and adaptable to new environments and technologies.

    • I am passionate about the industry and eager to contribute to th...

  • Answered by AI

Interview Preparation Tips

Round: knowledge assessment
Experience: The first round was an online assessment of your knowledge in any of the three languages (C , C++, Java ).
Tips: Although they specify the syllabus but don't just rely on that.

Round: Interview
Experience: Second round was a HR + Technical interview.
The HR was combined with Technical interview in which they asked about the basic HR questions. The technical interview included a few basic questions on C or C++ programming and a few questions relating to the technicalities of the projects we did in our internships and Hobbies club..
Tips: Be well prepared for HR questions. Listen to the PPT carefully .

Round: IQ test
Experience: The third round was a simple IQ test. Be well versed with the language of your choice.

General Tips: The online test can be tackled if you study the first year alloted assigned book for the language you prefer. Having chosen C++ I was asked many questions related to templates and data structures.
College Name: IIT Roorkee

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 Questions & Answers

Amazon user image Anonymous

posted on 4 Mar 2015

Interview Preparation Tips

Round: Test
Experience: The aptitude test basically consisted of questions from Data Structures and some other simple algorithms and also on Object Oriented Analysis. The aptitude test was tricky (having negative markings +2/-1 scheme). To cross this test speed and skill are essential.

The next test was a coding exams there were three questions 
1) Given a linked list, link the odd nodes followed by the even nodes in place.
2) Given a dictionary of words find words that are anagrams of each other.
3) Given a binary tree and a node print that node's path from root.
Duration: 95 minutes

Round: Technical Interview
Experience: There were 4 rounds of interviews...
the details are as follows
Interview 1 - This interview was basically DS based interview and certain concepts of networking were touched. I
told them that i am interested in data structures and cryptography so most of the questions came from those areas only.
Interview 2 - Was again technical. The interviewer asked me on Data Structures and a Dynamic Programming problem and some other puzzles to solve.
Interview 3 - This was technical but they evaluated the design skills. Asked me on ER diagrams, class diagrams and
database design and system design and some basic questions from OS. 
Interview 4 - This was also a technical interview mainly on problem solving and DS design (how would you design a DS to handle this situation and so on).

Round: HR Interview
Experience: There was no HR interview as such. They were asking questions in tech interviews such as tell me about yourself and so on.

General Tips: Data Structures, OOPS and OS. Solve a variety of problems. All the best!!!
College Name: NIT WARANGAL

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

8 Questions

  • Q1. Project finance questions based on lenders perspective, borrowers perspective, loan syndication
  • Q2. How to decide on limit of debt etc
  • Q3. Comercial bank management questions. Gross NPA, Net NPA, Provisions, NIM, Other performnace measures of banks etc
  • Q4. Questions based on whatever Finance points you have mentioned on your CV
  • Q5. They asked some sector specific knowledge related to summer internship and workexperience
  • Q6. The interviewers asked me why did I chose to specialise in Finance
  • Q7. They asked me the relevance of your previous work ex with the profiles applied for
  • Q8. Mostly other questions were CV based

Interview Preparation Tips

Round: HR Interview
Experience: I had a good attitude in the interview, was always confident and smiling even when they were trying to put stress. Secondly i was very true and genuine in whatever answers I gave and that worked positive for me

General Tips: For interview which was mostly CV based it is important to know every line of your interview. Some people wrote projects on their CV which they were not through with. So its very important to be aware of each and every line of your CV.Don’t be very aggresive and don’t enter into unnecessary details regarding the job. Be calm, humble and flexible during your Interview. speak few good points in GD and don’t make it too noisy.
Skills: Banking, Economics
College Name: NA

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had sent my resume to the hiring group, Selection through telephonic interviews. I was interviewed by three different research groups  (once by each).
Tips: Factors in decreasing order of importance: CGPA each stage. Ability to explain your projects precisely. Ability to solve ''standard" logarithmic problems.  The way you think and put down your Answer is the most important. The final answer .s not so I important, and they prod you when you think out aloud anyway.

Round: Technical Interview
Experience: Almost- by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile, In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked f or comments/suggestions/.inputs and a discussion followed.
Tips: Basically these are specialized Interviews so it's good to have sound knowledge of your domain (analytical and application skills are very much required).

Skill Tips: CGPA>9.0, 1f not (like me) relevant work done in the domain and in past internship.A recommendation from the professor is also a good add on.
College Name: IIT Madras

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

St.BBL Shikshan Sansthan Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Compare St.BBL Shikshan Sansthan 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