Premium Employer

i

This company page is being actively managed by BONbLOC Team. If you also belong to the team, you can get access from here

BONbLOC Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BONbLOC Graduate Trainee Interview Questions and Answers

Updated 22 Jul 2024

BONbLOC Graduate Trainee Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Project related
  • Q2. Data science concepts related
Round 2 - HR 

(1 Question)

  • Q1. Related to basics of your bachelors

Graduate Trainee Interview Questions & Answers

user image Kishore Kumar

posted on 26 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell about yourself

Graduate Trainee Interview Questions Asked at Other Companies

asked in Flipkart
Q1. Given an array, how do you get the count of pairs that sum to eve ... read more
asked in Freshworks
Q2. Invert a Binary Tree You are provided with a Binary Tree and one ... read more
asked in Freshworks
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Freshworks
Q4. Deepest Left Leaf Node Problem Statement You are provided with a ... read more
asked in TCS
Q5. Consonant Counting Problem Statement Given a string STR comprisin ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find wheteher the given number is fibonacci or not
  • Ans. 

    To determine if a number is a Fibonacci number or not.

    • Check if 5*n^2 + 4 or 5*n^2 - 4 is a perfect square

    • If either of the above conditions is true, the number is a Fibonacci number

    • Example: 5 is a Fibonacci number as 5*5 - 4 = 21 which is a perfect square

  • Answered by AI
  • Q2. How will you add caching to improve fast response
  • Ans. 

    Implement caching by storing frequently accessed data in memory to improve response time.

    • Identify frequently accessed data that can be cached

    • Choose an appropriate caching strategy (e.g. in-memory caching, distributed caching)

    • Implement caching mechanisms such as Redis or Memcached

    • Set expiration policies for cached data to ensure freshness

    • Monitor cache performance and adjust as needed

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Mcqs on javascript,. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Campus recruitment
1 online coding
2 technical rounds DSA
1 tech managerial
1 hr

Os, DBMS, DSA, stacks, trees,

I applied via Referral and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

There were 10 questions and we were given 30 mins to solve them , questions were medium to hard level mcq

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Business Analysis
Interview preparation tips for other job seekers - Practice puzzles and analytical questions as most were questions you need to think a lot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Question based on Probability , Logic (Puzzles) , Statistics

Round 3 - One-on-one 

(2 Questions)

  • Q1. Question based on Logic(Puzzles) , mostly Statistics
  • Q2. Explain Anova Test with real time example
  • Ans. 

    Anova Test is used to compare means of three or more groups.

    • Anova stands for Analysis of Variance

    • It is used to determine if there is a significant difference between the means of three or more groups

    • It compares the variance within groups to the variance between groups

    • Real-time example: An Anova test can be used to compare the average salaries of employees in different departments of a company

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Statistics
  • Probability
  • Puzzles
Interview preparation tips for other job seekers - For Business Analyst , We have to focus more on Statistics , Probability
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked different variety of puzzles
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Two coding questions and 15 mcq

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on priority queue
  • Q2. Question on dp , stack were askef
Round 3 - Technical 

(2 Questions)

  • Q1. Graph related questions
  • Q2. Database related questions
Round 4 - HR 

(2 Questions)

  • Q1. If you are fine with flexible timings
  • Ans. 

    Yes, I am fine with flexible timings as it allows me to manage my work-life balance effectively.

    • I am comfortable with flexible timings as it helps me accommodate personal commitments.

    • I believe in focusing on productivity rather than strict working hours.

    • I am adaptable and can work efficiently regardless of the time of day.

    • I can provide examples of times when flexible timings have benefited my work performance.

  • Answered by AI
  • Q2. Discussed about projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

We have given 12 puzzles on hackerearth based on probability and statistics and have to solve in 45 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. There is a biased dice with the probability of 1 and 2 is 25% each. Find the probability of even number.
  • Ans. 

    The probability of rolling an even number on a biased dice with 25% chance for 1 and 2 is 50%.

    • The biased dice has a 25% chance for rolling a 1 and a 25% chance for rolling a 2, totaling 50% for odd numbers.

    • Since there are only two odd numbers on a dice (1 and 2), the probability of rolling an even number is 50%.

    • The probability of rolling an even number on a standard dice is 50% as well, since there are 3 even numbers o

  • Answered by AI
  • Q2. What is the pdf and pmf?
  • Ans. 

    PDF stands for Probability Density Function and PMF stands for Probability Mass Function.

    • PDF is used for continuous random variables while PMF is used for discrete random variables.

    • PDF represents the probability distribution of a continuous random variable.

    • PMF represents the probability distribution of a discrete random variable.

    • Example: PDF can be used to calculate the probability of a random variable falling within a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PlaySimple Games Business Analyst interview:
  • Probability
  • Statistics
  • Puzzle
Interview preparation tips for other job seekers - Be focused on puzzle based on probability
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Few questions that would involve problem solving. Basic 10th std math would suffice

Round 2 - Coding Test 

Had few DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 4 - HR 

(1 Question)

  • Q1. About job, expection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and inspire trust. Be curious.

BONbLOC Interview FAQs

How many rounds are there in BONbLOC Graduate Trainee interview?
BONbLOC interview process usually has 1-2 rounds. The most common rounds in the BONbLOC interview process are HR and One-on-one Round.
What are the top questions asked in BONbLOC Graduate Trainee interview?

Some of the top questions asked at the BONbLOC Graduate Trainee interview -

  1. data science concepts rela...read more
  2. project rela...read more

Tell us how to improve this page.

BONbLOC Graduate Trainee Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Join BONbLOC AI - IoT - Blockchain - IT Modernization

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 32 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
Ganit Inc Interview Questions
3.7
 • 20 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
View all
BONbLOC Graduate Trainee Salary
based on 5 salaries
₹3 L/yr - ₹3.6 L/yr
11% less than the average Graduate Trainee Salary in India
View more details

BONbLOC Graduate Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
44 salaries
unlock blur

₹5 L/yr - ₹15.4 L/yr

Software Engineer
33 salaries
unlock blur

₹3 L/yr - ₹9.9 L/yr

Associate Software Engineer
24 salaries
unlock blur

₹2.5 L/yr - ₹5.1 L/yr

Lead Software Engineer
13 salaries
unlock blur

₹10.2 L/yr - ₹26 L/yr

Software Developer
9 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Explore more salaries
Compare BONbLOC with

JoulestoWatts Business Solutions

2.9
Compare

Thoughtsol Infotech

4.6
Compare

Innoplexus

4.0
Compare

Ganit Inc

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview