Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Biz 2 Credit Info Services Team. If you also belong to the team, you can get access from here

Biz 2 Credit Info Services Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 356 Reviews

Filter interviews by

Biz 2 Credit Info Services Senior Software Developer Interview Questions and Answers

Updated 20 Sep 2024

Biz 2 Credit Info Services Senior Software Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse the string in an array
  • Ans. 

    Reverse the strings in an array of strings

    • Iterate through the array of strings

    • For each string, reverse the characters

    • Update the string in the array with the reversed version

  • Answered by AI
  • Q2. Basics of angular and nodejs
Round 2 - Coding Test 

More focused on basics of javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics, they don't really care about much advance stuff.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - Coding Test 

DSA, Hashmap, OOPS, Job Role, Project

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the difference between let and const
  • Ans. 

    let is mutable and can be reassigned, const is immutable and cannot be reassigned

    • let allows reassignment, const does not

    • const must be initialized with a value, let can be declared without a value

    • const is block-scoped, let is function-scoped

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What are promises?
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Technical question regarding js
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jul 2023.

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 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Fr Conceicao Rodrigues College of Engineering, Mumbai and was interviewed in Nov 2022. 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 

Basic aptitude questions and 2 hard DP questions in the Online Test .

Round 3 - One-on-one 

(4 Questions)

  • Q1. Basic SQL queries
  • Q2. OOP questions Java
  • Q3. Puzzles from Geeksforgeeks
  • Q4. DSA questions - medium level

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Very easy mcq Question on google form.

Round 2 - Technical 

(1 Question)

  • Q1. Java basic theory Question
Round 3 - One-on-one 

(2 Questions)

  • Q1. There was a linked list question without using libraries
  • Q2. Among 20 sphere, one sphere weight is larger than other 19 sphere. how will you find that ball without seeing it. Explain logic and code.
  • Ans. 

    Finding the heavier sphere among 20 spheres without seeing it.

    • Divide the spheres into groups of 3, weigh any two groups against each other.

    • If both groups weigh the same, the heavier sphere is in the third group.

    • If one group is heavier, weigh two spheres from that group against each other.

    • If they weigh the same, the heavier sphere is the remaining one.

    • If they don't weigh the same, the heavier sphere is the one that weig

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked Java questions. They made me very comfortable during interview and it was more like discussion than interview. They made me understand the Questions which I gave wrong answers to. More than coding the logic was tested.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was a coding games test

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about the problem asked in the coding test
  • Q2. Separate 0s,1s in the given array
  • Ans. 

    Separate 0s and 1s in the given array

    • Iterate through the array and count the number of 0s and 1s

    • Create two separate arrays, one for 0s and one for 1s

    • Add the elements to their respective arrays based on their values

    • Return the two arrays as the result

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared on what you include in resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain how javascript works
  • Ans. 

    JavaScript is a high-level, interpreted programming language that is used to make web pages interactive.

    • JavaScript is a client-side scripting language that runs in the browser.

    • It is used to add interactivity to websites, such as form validation, animations, and dynamic content.

    • JavaScript code is executed line by line and can manipulate the HTML and CSS of a webpage.

    • It can also communicate with servers to retrieve or se

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Build a to do app in react
  • Ans. 

    A to do app built in React for managing tasks and deadlines.

    • Use React components to create a user interface for adding, editing, and deleting tasks

    • Implement state management to keep track of tasks and their completion status

    • Utilize local storage or a backend server to persist tasks between sessions

  • Answered by AI

Biz 2 Credit Info Services Interview FAQs

How many rounds are there in Biz 2 Credit Info Services Senior Software Developer interview?
Biz 2 Credit Info Services interview process usually has 2 rounds. The most common rounds in the Biz 2 Credit Info Services interview process are Technical and Coding Test.
What are the top questions asked in Biz 2 Credit Info Services Senior Software Developer interview?

Some of the top questions asked at the Biz 2 Credit Info Services Senior Software Developer interview -

  1. Reverse the string in an ar...read more
  2. Basics of angular and nod...read more

Tell us how to improve this page.

Biz 2 Credit Info Services Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

LendingKart Interview Questions
3.2
 • 29 Interviews
ICICI Direct Interview Questions
3.7
 • 23 Interviews
NASDAQ Interview Questions
3.7
 • 18 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
CME Group Interview Questions
4.4
 • 14 Interviews
View all
Biz 2 Credit Info Services Senior Software Developer Salary
based on 10 salaries
₹8 L/yr - ₹16 L/yr
32% less than the average Senior Software Developer Salary in India
View more details

Biz 2 Credit Info Services Senior Software Developer Reviews and Ratings

based on 2 reviews

2.0/5

Rating in categories

1.1

Skill development

1.1

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

2.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
116 salaries
unlock blur

₹4.9 L/yr - ₹21 L/yr

Senior Software Engineer
69 salaries
unlock blur

₹6.8 L/yr - ₹26.5 L/yr

Commercial Underwriter
43 salaries
unlock blur

₹2.5 L/yr - ₹10.4 L/yr

Software Developer
32 salaries
unlock blur

₹4.2 L/yr - ₹18.1 L/yr

Financial Analyst
28 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Explore more salaries
Compare Biz 2 Credit Info Services with

CreditMantri

3.3
Compare

Rubique

2.4
Compare

Axio

3.8
Compare

LendingKart

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