Add office photos
Engaged Employer

Biz 2 Credit Info Services

4.2
based on 349 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 20 Sep 2024

Q1. explain critical section and solution to critical section

Ans.

Critical section is a code segment that should not be executed by multiple threads simultaneously. Solution is to use synchronization techniques.

  • Critical section is a part of code that should be executed by only one thread at a time

  • Multiple threads accessing critical section can lead to race conditions and data inconsistency

  • Synchronization techniques like locks, semaphores, and monitors can be used to ensure mutual exclusion

  • Locks can be used to acquire and release access to c...read more

Add your answer

Q2. program to remove duplicate from array, program of finding 2 highest mumber

Ans.

Program to remove duplicates and find 2 highest numbers in an array of strings

  • Use Set to remove duplicates from array

  • Sort the array in descending order and return first two elements to find 2 highest numbers

Add your answer

Q3. sql vs non sql difference

Ans.

SQL is a relational database management system while NoSQL is a non-relational database management system.

  • SQL databases are structured and use tables with predefined schema while NoSQL databases are unstructured and use collections or documents.

  • SQL databases use SQL language for querying and managing data while NoSQL databases use various query languages like MongoDB's query language.

  • SQL databases are vertically scalable while NoSQL databases are horizontally scalable.

  • SQL dat...read more

Add your answer

Q4. Polyfill of reduce, map

Ans.

Polyfill of reduce, map are functions that mimic the behavior of the original functions in older browsers.

  • Polyfill of reduce function can be implemented using a for loop to iterate over the array and accumulate the result.

  • Polyfill of map function can be implemented using a for loop to iterate over the array and create a new array with the transformed values.

  • These polyfills are useful for ensuring cross-browser compatibility.

  • Example of polyfill for reduce function: Array.proto...read more

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. wap to reverse a string

Ans.

A function to reverse a given string.

  • Create an empty string variable to store the reversed string.

  • Loop through the original string from the end to the beginning.

  • Add each character to the empty string variable.

  • Return the reversed string.

Add your answer

Q6. Behaviour of js

Ans.

JavaScript is a dynamic programming language commonly used for web development.

  • JavaScript is a high-level, interpreted language.

  • It is known for its flexibility and ability to manipulate the DOM.

  • Commonly used for client-side scripting in web development.

  • Supports object-oriented, imperative, and functional programming styles.

Add your answer

Q7. What is balance sheet, br, bp, some ratio.

Add your answer

Q8. What is stability for you ?

Ans.

Stability for me is a sense of security and consistency in both personal and professional aspects of life.

  • Stability means having a steady income and job security.

  • It also involves having a supportive network of friends and family.

  • Emotional stability is important for mental well-being.

  • Financial stability allows for planning for the future.

  • Stability can also refer to a balanced and calm state of mind.

  • Examples: Having a stable job with a reliable income, maintaining healthy relat...read more

Add your answer

Q9. 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

Add your answer

Q10. What is Cibil

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 13 interviews in the last 1 year
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 630 Interview Questions
3.4
 • 486 Interview Questions
4.1
 • 259 Interview Questions
4.1
 • 153 Interview Questions
3.9
 • 153 Interview Questions
3.6
 • 132 Interview Questions
View all
Top Biz 2 Credit Info Services Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter