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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

BONbLOC Associate Software Engineer Interview Questions and Answers

Updated 5 Aug 2023

BONbLOC Associate Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. Question related to React JS (which I've applied for) like Hooks Concept, Routes .
  • Q2. Basic JavaScript coding questions
Round 3 - Technical 

(2 Questions)

  • Q1. React Hooks concept-based coding question. Show Increment, decrement button with functionality using Hooks Concept
  • Ans. 

    Implementing increment and decrement buttons using React Hooks for state management.

    • Use useState to manage the count state: const [count, setCount] = useState(0);

    • Create an increment function: const increment = () => setCount(count + 1);

    • Create a decrement function: const decrement = () => setCount(count - 1);

    • Render buttons for increment and decrement: <button onClick={increment}>+</button> <button o...

  • Answered by AI
  • Q2. Write a code for toggle switching with CSS.
  • Ans. 

    Toggle switching with CSS code example

    • Use a checkbox input and label elements

    • Apply CSS styles to hide the checkbox and style the label as a button

    • Use the :checked pseudo-class to toggle styles based on checkbox state

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic knowledge in Front-end or Back-end (which ever you're applying for)
Prepare basic coding and interview related questions before interview

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about BONbLOC?
Ask anonymously on communities.

Interview questions from similar companies

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,

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Accenture
Q3. Write a function to determine if a given string is a valid passwo ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

There will be 3 coding questions. They are of medium and hard level.

Round 2 - Technical 

(1 Question)

  • Q1. Sort array consisting 0's 1's and 2's without inbuilt functions
  • Ans. 

    Sort an array of 0's, 1's, and 2's without using inbuilt functions.

    • Use three pointers to keep track of the last index of 0's, 1's, and 2's

    • Iterate through the array and swap elements based on their value

    • Continue until all elements are sorted

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Os cn related questions
Round 4 - HR 

(1 Question)

  • Q1. Java questions and general hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Java and CS topics.
DSA is anyways compulsory for this company you need to solve the questions in the given time

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Assignment 

I had to evaluate a software and let them understand where this software could be implemented and the pros and cons of the software.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest about your work experience
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Code review debug session
  • Q2. Oops in c#
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Code review and debug session
  • Q2. Oops in c sharp
  • Ans. 

    Object-Oriented Programming (OOP) in C# focuses on concepts like encapsulation, inheritance, and polymorphism to create reusable code.

    • Encapsulation: Bundling data and methods. Example: class 'Car' with properties like 'Speed' and methods like 'Accelerate()'.

    • Inheritance: Deriving new classes from existing ones. Example: 'ElectricCar' inherits from 'Car'.

    • Polymorphism: Methods can be overridden. Example: 'Drive()' method ...

  • Answered by AI
Are these interview questions helpful?
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 

Aptitude test was esay.i passed that

Round 3 - Case Study 

We have upload a vedio based on given topic

Round 4 - Technical 

(2 Questions)

  • Q1. 1 coding questiin 3 logical apti question Dbms concepts
  • Q2. Foriegn key Primary key

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic.be clear with all the basics in dbms,oops
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What challenges you are facing in this field of challenges?
  • Ans. 

    Keeping up with rapidly evolving technologies and frameworks.

    • Constantly learning new technologies and frameworks to stay relevant

    • Adapting to changing industry trends and best practices

    • Balancing the need to innovate with the need for stability and reliability

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contains linear and non linear data structures deep knowledge of trees and graphs

Round 2 - Technical 

(1 Question)

  • Q1. Able to do dry run on page
  • Ans. 

    Dry run on a page involves testing the code without actually executing it.

    • Dry run involves walking through the code manually to check for errors

    • Helps in identifying logic errors before actual execution

    • Commonly used in debugging and testing code

  • Answered by AI

BONbLOC Interview FAQs

How many rounds are there in BONbLOC Associate Software Engineer interview?
BONbLOC interview process usually has 3 rounds. The most common rounds in the BONbLOC interview process are Technical and Resume Shortlist.
What are the top questions asked in BONbLOC Associate Software Engineer interview?

Some of the top questions asked at the BONbLOC Associate Software Engineer interview -

  1. React Hooks concept-based coding question. Show Increment, decrement button wi...read more
  2. Write a code for toggle switching with C...read more
  3. Question related to React JS (which I've applied for) like Hooks Concept, Route...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join BONbLOC AI - IoT - Blockchain - IT Modernization

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.2
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
Ganit Inc Interview Questions
3.8
 • 26 Interviews
Ivanti Interview Questions
3.7
 • 19 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
View all
BONbLOC Associate Software Engineer Salary
based on 32 salaries
₹2.5 L/yr - ₹5.1 L/yr
37% less than the average Associate Software Engineer Salary in India
View more details

BONbLOC Associate Software Engineer Reviews and Ratings

based on 6 reviews

1.9/5

Rating in categories

3.0

Skill development

2.7

Work-life balance

1.3

Salary

1.2

Job security

2.7

Company culture

1.1

Promotions

2.3

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
52 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Software Engineer
35 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Associate Software Engineer
32 salaries
unlock blur

₹2.5 L/yr - ₹5.1 L/yr

Lead Software Engineer
15 salaries
unlock blur

₹12.4 L/yr - ₹23.2 L/yr

Software Developer
9 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Explore more salaries
Compare BONbLOC with

JoulestoWatts Business Solutions

3.1
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.6
Compare

Innoplexus

4.0
Compare
write
Share an Interview