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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What are the hooks available in WordPress
  • Ans. 

    Hooks in WordPress are actions and filters that allow developers to modify or add functionality to WordPress.

    • Actions are hooks triggered at specific points in WordPress, such as when a post is published or a user logs in.

    • Filters allow developers to modify data before it is displayed, such as changing the content of a post or the title of a page.

    • Examples of hooks include 'wp_head', 'wp_footer', 'the_content', and 'the_t

  • Answered by AI
  • Q2. How to customize child theme
  • Ans. 

    Customizing a child theme involves modifying its CSS and PHP files to override the parent theme's styles and functionality.

    • Create a new directory for the child theme in the wp-content/themes/ directory

    • Create a style.css file in the child theme directory and add the necessary header information

    • Enqueue the parent theme's stylesheet in the child theme's functions.php file

    • Override parent theme's styles and functionality by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview experience

Skills evaluated in this interview

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.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Database realted task

Round 3 - Technical 

(1 Question)

  • Q1. Oops concept ,kotlin related question
Round 4 - HR 

(1 Question)

  • Q1. What is your strength and weakness

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. All C# basics and advanced questions
Round 3 - Technical 

(1 Question)

  • Q1. Second Technical round was with US CEO
Round 4 - Technical 

(1 Question)

  • Q1. C# basics and Database related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions will be based on the profile you will be giving an interview. Basics to advanced questions will be there. Confidence is must while giving an interview which will help you to get consider.
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 - Technical 

(2 Questions)

  • Q1. Technical interview was taken by Rahul Maheshwari who live in the us, normal c# question they asked
  • Q2. Oops concept, difference between asp.net vs .net core,dependency injection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - basic knowledge of c# and framework question they asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your certifications on Cloud
  • Ans. 

    I am certified in AWS Certified Solutions Architect - Associate and Google Cloud Certified - Professional Cloud Architect.

    • Certified in AWS Certified Solutions Architect - Associate

    • Certified in Google Cloud Certified - Professional Cloud Architect

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Desing API endpoints
  • Q2. SQL queries test
  • Q3. Basic and intermediate level questions on C#
Round 3 - Group Discussion 

Questions about projects, DI in ASP.NET Core, React Element Tree

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

I applied via Company Website and was interviewed before Aug 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. One to one discussion to check communication, skills
Round 3 - Coding Test 

Teams call to build web applications

Round 4 - Coding Test 

Teams call to build web applications

Intern Interview Questions & Answers

Lattech user image Pooja Shinde

posted on 27 Nov 2023

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

I applied via Indeed and was interviewed in May 2023. 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 - HR 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a motivated and enthusiastic individual seeking an internship opportunity.

    • I have a strong academic background in my field of study.

    • I have gained practical experience through internships or relevant projects.

    • I possess excellent communication and teamwork skills.

    • I am eager to learn and contribute to the organization.

  • Answered by AI
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects during my studies and internships.

    • Developed a mobile app for tracking daily fitness activities using React Native

    • Created a web-based inventory management system using PHP and MySQL

    • Collaborated with a team to design and implement a machine learning model for sentiment analysis

    • Contributed to an open-source project by fixing bugs and adding new features

  • Answered by AI
  • Q3. If you have prior experience tell me about that
  • Ans. 

    I have prior experience working as a marketing intern at XYZ Company.

    • Worked as a marketing intern at XYZ Company

    • Assisted in creating social media content and managing campaigns

    • Conducted market research and competitor analysis

    • Assisted in organizing and executing promotional events

    • Collaborated with cross-functional teams to develop marketing strategies

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What strategies would you use to optimize a React application?
  • Ans. 

    Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing rendering performance.

    • Implement code splitting to load only necessary code for each route or component.

    • Utilize lazy loading to defer loading of non-essential components until they are needed.

    • Minimize bundle size by removing unused dependencies, using tree shaking, and optimizing images and ass...

  • Answered by AI
  • Q2. What are hooks, and what are the different types of hooks?
  • Ans. 

    Hooks are functions that allow developers to use state and other React features in functional components.

    • Hooks are introduced in React 16.8 to allow state and other React features in functional components.

    • There are different types of hooks like useState, useEffect, useContext, useReducer, etc.

    • useState hook is used to add state to functional components.

    • useEffect hook is used to perform side effects in functional compone...

  • Answered by AI

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 API, Angular, GIT, JSON and Javascript.
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 5 reviews

3.5/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

4.6

Salary

3.9

Job security

3.5

Company culture

3.9

Promotions

3.5

Work satisfaction

Explore 5 Reviews and Ratings
Compare Broadifi Technologies with

GrapplTech

4.8
Compare

Wilco Source

3.6
Compare

IDOS INDIA

3.0
Compare

EffiaSoft

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