Upload Button Icon Add office photos
Engaged Employer

i

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

Broadifi Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Broadifi Technologies Interview Questions and Answers

Updated 1 Jun 2024

Broadifi Technologies Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Why we should write code using typescript where every oops and types concept we can apply using plain javascript?
  • Q2. How objects are created in Dependency Injection?
  • Ans. 

    Objects are created in Dependency Injection by providing them externally rather than creating them within a class.

    • Objects are created by injecting them into a class or component from an external source.

    • This external source can be a configuration file, a framework, or another class responsible for creating and managing objects.

    • Dependency Injection helps in decoupling the creation and usage of objects, making the code mo

  • Answered by AI
  • Q3. How spread operator works? Logic behind it.
  • Ans. 

    Spread operator in JavaScript allows an iterable to be expanded into individual elements.

    • Spread operator is denoted by three dots (...)

    • It can be used to spread elements of an array or object

    • It is commonly used for combining arrays or objects

    • Example: const arr1 = [1, 2, 3]; const arr2 = [...arr1, 4, 5]; // arr2 will be [1, 2, 3, 4, 5]

  • Answered by AI
  • Q4. Explain AOT compilation.
  • Ans. 

    AOT compilation is the process of compiling code into machine code before runtime.

    • AOT stands for Ahead Of Time compilation.

    • Code is compiled into machine code before runtime, unlike JIT compilation which compiles code during runtime.

    • AOT compilation helps improve performance by reducing startup time and optimizing code execution.

    • Examples include Angular applications being compiled ahead of time to improve performance.

  • Answered by AI
  • Q5. They will harass you all the way. 5-6 people will ask you question out of the topic. They will treat you like slave and at end of the day you will have nothing but regret. And moreover, they don't know Eng...

Interview Preparation Tips

Topics to prepare for Broadifi Technologies Software Engineer interview:
  • Data Structures
  • Compilers
  • Memory Management
  • C
  • Javascript

Skills evaluated in this interview

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 (209)

Jobs at Broadifi Technologies

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Assignment 

30 Mcq questions for 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is routing in asp.net mvc
  • Ans. 

    Routing in ASP.NET MVC is the process of mapping URLs to controller actions.

    • Routing determines which controller and action method should handle a request based on the URL

    • Routes are defined in the RouteConfig.cs file in the App_Start folder

    • Routes can include parameters that are passed to the controller action method

    • Default route in ASP.NET MVC is {controller}/{action}/{id}

    • Routes can be customized using attributes like [

  • Answered by AI
  • Q2. How oops concepts are working
  • Ans. 

    OOPs concepts are working by allowing developers to create classes, objects, inheritance, polymorphism, and encapsulation.

    • OOPs concepts include classes, which are blueprints for objects

    • Objects are instances of classes with their own state and behavior

    • Inheritance allows classes to inherit properties and methods from other classes

    • Polymorphism enables objects to be treated as instances of their parent class

    • Encapsulation r...

  • Answered by AI
Round 3 - Coding Test 

Need to do system task with with project manager

Round 4 - HR 

(1 Question)

  • Q1. Salary expectation per month

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about the previous job experience and area of interest like frontend or backend
Round 2 - Coding Test 

Coding test was on reactjs and html

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked about all the react concepts in detail
Round 4 - Technical 

(1 Question)

  • Q1. Javascript basics were asked

I appeared for an interview in Apr 2020.

Interview Questionnaire 

4 Questions

  • Q1. Explain the most challenging problem you faced at work
  • Q2. Given the following design - A university has colleges, colleges have departments, departments have students. There are department level elections being held where students nominate themselves to stand fo...
  • Ans. 

    Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.

    • Use a relational database like MySQL or PostgreSQL

    • Create tables for colleges, departments, students, and elections

    • Use foreign keys to establish relationships between tables

    • Add columns for election details like candidate names and vote counts

    • Write a query to join tables and filter for maximum vot

  • Answered by AI
  • Q3. Explain how you would design a bit.ly URL shortening service. What would be the choice of database. What would be your table design what would be the endpoints
  • Ans. 

    Design a bit.ly URL shortening service with database choice, table design, and endpoints.

    • Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.

    • Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.

    • Endpoints should include URL shortening, redirection, and analytics.

    • Implement caching to improve performance and reduce database load...

  • Answered by AI
  • Q4. Coding test - knapsack problem, 2 sum problem, alien language problem. All from leetcode.

Interview Preparation Tips

Interview preparation tips for other job seekers - System Design, Coding practice on leetcode. Popular leetcode problems help improve confidence greatly. If you are just starting off leetcode, start with the most popular easy questions. On day one, don't struggle for more than 30 minutes to solve the question. Look at the answer if no success. with every 10 questions solved looking at the answer, increase the struggle time. Also, studying at the same time everyday helps.
Read or watch system design questions explained on Youtube.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Create a hero section for website

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

Online test with basic questions along with c++ question

Round 2 - Group Discussion 

Virtual group discussion

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Assignment 

Hospital management syatem

Round 2 - Coding Test 

Check the coding and databases connection and validations

Interview Preparation Tips

Interview preparation tips for other job seekers - They should be learn many languages for best create coding in projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Coding test with simple questions, related to the role

Interview Preparation Tips

Interview preparation tips for other job seekers - Get to know about the company, and what thay are working on, and how you can contribute with your skills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Question from reduce,map method

Interview Preparation Tips

Interview preparation tips for other job seekers - Command on basic javascript
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Aug 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar

Round 3 - Coding Test 

One coding question. it's like two lines of question, understand the question and write the code using any programming language.

Round 4 - One-on-one 

(1 Question)

  • Q1. General technical questions
Round 5 - One-on-one 

(1 Question)

  • Q1. General resume based questions.

Broadifi Technologies Interview FAQs

How many rounds are there in Broadifi Technologies interview?
Broadifi Technologies interview process usually has 1 rounds. The most common rounds in the Broadifi Technologies interview process are Technical.
How to prepare for Broadifi Technologies 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 Broadifi Technologies. The most common topics and skills that interviewers at Broadifi Technologies expect are JSON, Javascript, Ajax, Bootstrap and HTML.
What are the top questions asked in Broadifi Technologies interview?

Some of the top questions asked at the Broadifi Technologies interview -

  1. How objects are created in Dependency Injecti...read more
  2. How spread operator works? Logic behind ...read more
  3. Explain AOT compilati...read more

Tell us how to improve this page.

Broadifi Technologies Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Broadifi Technologies Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

4.5

Salary

3.7

Job security

3.2

Company culture

3.7

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
Mean Stack Developer

Kolkata

2-5 Yrs

Not Disclosed

Mean Stack Developer

Kolkata

2-5 Yrs

Not Disclosed

Mern Stack Developer

Kolkata

2-5 Yrs

Not Disclosed

Explore more jobs
Compare Broadifi Technologies with

GrapplTech

4.8
Compare

Wilco Source

3.7
Compare

IDOS INDIA

3.0
Compare

EffiaSoft

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