Upload Button Icon Add office photos
Engaged Employer

i

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

47Billion Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

47Billion Interview Questions, Process, and Tips

Updated 22 Jan 2025

Top 47Billion Interview Questions and Answers

47Billion Interview Experiences

Popular Designations

8 interviews found

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

(2 Questions)

  • Q1. Basic questions on c# ,
  • Q2. Basics on .Net framework
Round 2 - One-on-one 

(1 Question)

  • Q1. DIctionary problem

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn

Round 1 - Technical 

(2 Questions)

  • Q1. Questions asked regarding Oops, maily regarding abstraction and polymorphism
  • Q2. Several quetions regarding Collections, Concurrent collection, Multithreading, Java 8, Spring Boot
Round 2 - Technical 

(2 Questions)

  • Q1. Questions asked on monolythic, Service oriented, microservice and Function as Service like architectures
  • Q2. Questions aaked on Design pattern
Round 3 - HR 

(2 Questions)

  • Q1. Questions asked regarding why i am looking for this job role
  • Q2. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after getting selected to the HR round havent got any offer and HR also not responded

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdcasdvdsvasdvsdavasdvasdvasdvasdvsdv
  • Q2. NSasdvsdvsadvsdvasdvsadvasdvsa

Devops Engineer Interview Questions asked at other Companies

Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have to connect ec2 to each vpc? so how you can achieve that?
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is .net framework
  • Ans. 

    The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.

    • Developed by Microsoft

    • Provides a large library of pre-coded solutions

    • Supports multiple programming languages

    • Used for building Windows applications, web applications, and services

  • Answered by AI
  • Q2. What is .net core
  • Ans. 

    ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.

    • Open-source framework developed by Microsoft

    • Cross-platform, runs on Windows, macOS, and Linux

    • High-performance, optimized for speed

    • Supports cloud-based applications

    • Internet-connected applications

    • Modular design for flexibility and scalability

  • Answered by AI

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

47Billion interview questions for popular designations

 Software Engineer

 (2)

 Data Analyst

 (1)

 Devops Engineer

 (1)

 Front end Developer

 (1)

 Software Developer Intern

 (1)

 Softwaretest Engineer

 (1)

 Summer Intern

 (1)

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

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Basic javascript and angular related questions
  • Q2. How to share data through components
  • Ans. 

    Data can be shared through components using props, state management libraries like Redux, context API, and event bus.

    • Using props to pass data from parent to child components

    • Using state management libraries like Redux to store and share data globally

    • Using context API to pass data to nested components without prop drilling

    • Using event bus to emit and listen to events for sharing data between components

  • Answered by AI
  • Q3. Observables and RxJS
Round 2 - Coding Test 

Coding test was scheduled after 2 days

Interview Preparation Tips

Topics to prepare for 47Billion Front end Developer interview:
  • data sharing through components
  • promises
  • async/await
Interview preparation tips for other job seekers - prepare basic concepts of angular and js

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Many SQL Joins and Window functions

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
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 Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

To create a fully functional Android pizza delivery application with an integrated ai chatbot, and an admin application featuring real time status of delivery.

Round 2 - One-on-one 

(1 Question)

  • Q1. Resume based, also a few technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be through with the basics and concepts.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)

Summer Intern Interview Questions & Answers

user image Sakshi Jain

posted on 21 Feb 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 

(3 Questions)

  • Q1. Bbasic of python, array list , tuple, inheritance
  • Q2. What is difference b/w list and tuples.
  • Ans. 

    Lists are mutable while tuples are immutable in Python.

    • Lists use square brackets [] while tuples use parentheses ().

    • Elements in a list can be added, removed, or modified while elements in a tuple cannot be modified.

    • Lists are used for collections of data that need to be modified while tuples are used for collections of data that should not be modified.

    • Lists are generally used for homogeneous data while tuples are used f...

  • Answered by AI
  • Q3. Oops concept, SQL, coding question on array

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. prepare basic logic of oops.
2. coding question on array, dictionary

Skills evaluated in this interview

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. How many variance in sap?
  • Q2. We cac explain the all accounts receivable and accounts payable
  • Q3. What is the cost element and cost center?
  • Q4. How many we have currencies in sap?
  • Q5. How many types of projects

Interview Preparation Tips

Topics to prepare for Accenture P2P Accounts Payable Executive interview:
  • mba fresher
Interview preparation tips for other job seekers - 1. Self-Reflection & Goal Setting
* Identify Your Strengths & Weaknesses:
* Strengths: What are you good at? What do you enjoy doing? What are your unique skills and talents?
* Weaknesses: What areas do you need to improve? What are your biggest challenges?
* Define Your Career Goals:
* Short-term: What kind of job are you looking for? What industry are you interested in? What salary range are you targeting?
* Long-term: What is your ideal career path? What are your long-term professional aspirations?
2. Enhance Your Job Search Strategy
* Build a Strong Online Presence:
* LinkedIn: Create a professional and engaging LinkedIn profile.
* Portfolio/Website: If applicable, showcase your work through a portfolio or personal website.
* Network, Network, Network:
* Attend industry events: Conferences, meetups, and workshops.
* Informational interviews: Connect with people working in your field of interest.
* Leverage your existing network: Let your friends, family, and former colleagues know you're job searching.
* Tailor Your Resume & Cover Letter:
* Customize: Tailor your resume and cover letter to each specific job application.
* Keywords: Use keywords from the job description to increase your chances of getting noticed by Applicant Tracking Systems (ATS).
* Quantify your achievements: Use numbers and data to demonstrate your accomplishments.
* Master the Job Interview:
* Practice: Prepare for common interview questions (behavioral, technical, etc.).
* Research: Learn about the company and the role you're interviewing for.
* Ask insightful questions: Demonstrate your interest and engagement.
3. Continuous Improvement
* Skill Development:
* Online courses: Platforms like Coursera, Udemy, and edX offer a wide range of courses.
* Certifications: Obtain relevant industry certifications to enhance your credentials.
* Volunteer work: Gain valuable experience and build your network.
* Stay Updated:
* Industry news: Keep up-to-date with the latest trends and developments in your field.
* Job market trends: Monitor job boards and industry publications to understand the current job market.
Key Advice:
* Be patient and persistent: The job search process can be challenging, but don't give up.
* Stay positive and maintain a growth mindset: Focus on your strengths and opportunities for improvement.
* Take care of yourself: Prioritize your physical and mental well-being during your job search.
Remember: The job market is constantly evolving. Be adaptable, proactive, and resourceful in your job search efforts. Good luck!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 13 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the Entity-Relationship (ER) model?
  • Q2. What are the advantages of using threads compared to processes?
Round 2 - Coding Test 

Google primarily focuses on pure data structures and algorithms-based questions during coding interviews. Other computer science core topics are typically not covered in Google's interviews. Therefore, it is essential to be proficient in data structures and algorithms to succeed in the Google coding interview.

Round 3 - Aptitude Test 

An aptitude test is a tool used to evaluate a person's skills, abilities, and potential for success in a specific role or activity.

Round 4 - Group Discussion 

Group discussion is a process of exchanging ideas and opinions among individuals on a specific topic. It is a structured form of communication in which participants have the opportunity to express their views while also listening to others' perspectives on the same subject.

Round 5 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What reasons can you provide for why we should consider hiring you?
Round 6 - Assignment 

An assignment is a task or piece of work that you are given to complete, particularly as part of your job or studies. The assignment for the course includes written assignments and practical tests, similar to tasks, work, jobs, or charges.

Round 7 - Case Study 

A case study is a detailed description and assessment of a specific situation in the real world, created for the purpose of deriving generalized insights and understanding. It can focus on an individual, a group of people, an organization, or an event, among other subjects.

Round 8 - One-on-one 

(2 Questions)

  • Q1. What do you consider your greatest accomplishment?
  • Q2. What factors motivate you in your professional life?
Round 9 - HR 

(2 Questions)

  • Q1. What does your ideal work environment look like?
  • Q2. How would you impact employee retention?
Round 10 - Technical 

(2 Questions)

  • Q1. What are real-time operating systems?
  • Q2. Are the applicants first asked several questions regarding data structures and algorithms?
Round 11 - HR 

(2 Questions)

  • Q1. What topics are typically discussed during the final round of interviews, particularly regarding salary expectations, working hours, and other job requirements?
  • Q2. Are you comfortable working night shifts, considering that many roles at Genpact support international clients?
Round 12 - Process associate 

(2 Questions)

  • Q1. A process associate is crucial in ensuring the smooth operation of various business processes across different industries
  • Q2. What are the operational tasks necessary to maintain efficiency and quality?
Round 13 - Manger 

(2 Questions)

  • Q1. How can you prepare examples demonstrating your leadership, conflict resolution, and prioritization skills to excel in a managerial round interview?
  • Q2. How do you demonstrate adaptability, leadership, and a commitment to fostering a positive work environment?

Interview Preparation Tips

Interview preparation tips for other job seekers - Update your resume, customize your application, and be ready to show kindness.

47Billion Interview FAQs

How many rounds are there in 47Billion interview?
47Billion interview process usually has 1-2 rounds. The most common rounds in the 47Billion interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for 47Billion interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at 47Billion. The most common topics and skills that interviewers at 47Billion expect are Computer science, Debugging, Front End, GIT and Information Technology.
What are the top questions asked in 47Billion interview?

Some of the top questions asked at the 47Billion interview -

  1. how to share data through compone...read more
  2. what is difference b/w list and tupl...read more
  3. What is .net framew...read more

Tell us how to improve this page.

47Billion Interview Process

based on 8 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 514 Interviews
Mu Sigma Interview Questions
2.6
 • 228 Interviews
Freshworks Interview Questions
3.5
 • 155 Interviews
BrowserStack Interview Questions
3.7
 • 48 Interviews
Zenoti Interview Questions
3.0
 • 40 Interviews
CRED Interview Questions
3.6
 • 38 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Druva Interview Questions
3.7
 • 25 Interviews
MindTickle Interview Questions
2.8
 • 21 Interviews
Postman Interview Questions
3.6
 • 11 Interviews
View all

47Billion Reviews and Ratings

based on 31 reviews

3.6/5

Rating in categories

3.2

Skill development

3.7

Work-life balance

2.9

Salary

2.9

Job security

3.6

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
67 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹5.5 L/yr - ₹15.6 L/yr

Data Engineer
11 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Software Developer
11 salaries
unlock blur

₹1.9 L/yr - ₹7.2 L/yr

QA Engineer
9 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Explore more salaries
Compare 47Billion with

CRED

3.6
Compare

Postman

3.6
Compare

Freshworks

3.5
Compare

Zoho

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