Upload Button Icon Add office photos
Engaged Employer

i

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

Bacancy Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bacancy Technology Interview Questions and Answers

Updated 24 Mar 2025

Bacancy Technology Interview Experiences

Popular Designations

39 interviews found

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

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A duration of one hour focused on logical reasoning and grammar.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    Experienced brand executive with a strong background in marketing and brand management.

    • Over 5 years of experience in developing and implementing successful branding strategies

    • Proven track record of increasing brand awareness and driving sales

    • Strong analytical skills to assess market trends and consumer behavior

    • Excellent communication and leadership abilities to collaborate with cross-functional teams

    • Previously worked w...

  • Answered by AI
  • Q2. What is your educational background?
  • Ans. 

    I have a Bachelor's degree in Marketing and a Master's degree in Business Administration.

    • Bachelor's degree in Marketing

    • Master's degree in Business Administration

  • Answered by AI
  • Q3. Situation based question
Round 3 - HR 

(1 Question)

  • Q1. Situation-based question related to branding

Brand Executive Interview Questions asked at other Companies

Q1. How we can use current digital marketing techniques for our brand?
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2025

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. All the object related questions, clousers, scenario based question like, how to upload large file on to the server.
  • Q2. Practical, data fetching from api and populating it on to the screen, with other functionalities like pagination, debounced search, sorting.
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 Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All basics of C#,MVC and SQL

.NET Software Developer Interview Questions asked at other Companies

Q1. Can sealed class inherit non-profit sealed class
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between async and promise
  • Ans. 

    Async is a keyword used to define a function that returns a promise. Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Async functions always return a promise, while promises represent the eventual result of an asynchronous operation.

    • Async functions make it easier to write asynchronous code in a synchronous manner, using the 'await' keyword to pause execution until the pr...

  • Answered by AI
  • Q2. Difference between fetch and axios
  • Ans. 

    Fetch is a built-in web API in JavaScript for making HTTP requests, while Axios is a third-party library for the same purpose.

    • Fetch is built into the browser, while Axios is a standalone library that needs to be installed separately.

    • Axios has built-in support for handling request and response interceptors, while Fetch does not.

    • Axios automatically transforms JSON data, while with Fetch you need to manually call the .jso...

  • Answered by AI

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)

Bacancy Technology interview questions for popular designations

 Senior Software Engineer

 (4)

 Software Engineer

 (2)

 QA Engineer

 (2)

 Project Manager

 (1)

 Graphic Designer

 (1)

 Software Developer

 (1)

 Financial Analyst

 (1)

 Web Developer

 (1)

QA Lead Interview Questions & Answers

user image Jinesh Darji

posted on 21 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Tell me about your self
  • Q2. Explain the roles and responsibilities.
  • Q3. Explain the testing process of current company

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

Head Engineering Interview Questions & Answers

user image Mehul Budasna

posted on 24 Mar 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What are your strengths and weaknesses?
  • Ans. 

    I excel in problem-solving and team leadership, but I sometimes struggle with delegation and can be overly detail-oriented.

    • Strength: Strong analytical skills - I successfully led a project that reduced processing time by 30% through data analysis.

    • Strength: Effective communicator - I facilitated cross-departmental meetings that improved collaboration and project outcomes.

    • Weakness: Difficulty in delegation - I tend to ta...

  • Answered by AI
  • Q2. What are the reasons for choosing Bacancy as a workplace?
  • Ans. 

    Bacancy offers a dynamic work environment, growth opportunities, and a culture of innovation that attracts top engineering talent.

    • Innovative Projects: Bacancy works on cutting-edge technologies, allowing engineers to tackle challenging problems and enhance their skills.

    • Collaborative Culture: The company fosters teamwork and open communication, ensuring that every voice is heard and valued.

    • Career Growth: Bacancy provide...

  • Answered by AI

Head Engineering Interview Questions asked at other Companies

Q1. How much is the specific Power consumption for Denim?
View answer (1)

Jobs at Bacancy Technology

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

Explain the difference between volatile and const volatile in C

Round 2 - Technical 

(1 Question)

  • Q1. What is the difference between SPI and I2C Communication protocols?
  • Ans. 

    SPI is faster, full-duplex, and uses separate data lines, while I2C is slower, half-duplex, and uses a shared data line.

    • SPI is faster than I2C

    • SPI is full-duplex, allowing data to be sent and received simultaneously

    • SPI uses separate data lines for communication

    • I2C is slower than SPI

    • I2C is half-duplex, meaning data can only be sent or received at a time

    • I2C uses a shared data line for communication

  • Answered by AI

Embedded Software Developer Interview Questions asked at other Companies

Q1. How many result cases are possible when to find maximum of three numbers. This is tricky question
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is directive, pipes, service, forms
  • Ans. 

    Directives, pipes, services, and forms are core Angular concepts for building dynamic web applications.

    • Directives: Custom HTML attributes that enhance the behavior of elements. Example: <div *ngIf='isVisible'>Content</div>

    • Pipes: Transform data for display in templates. Example: {{ dateValue | date:'short' }} formats a date.

    • Services: Singleton objects for business logic and data sharing. Example: @Injectable...

  • Answered by AI
  • Q2. Rxjs Operators, subject vs behaviour subject

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Js promises async await closusre
  • Q2. Node js architecture event loop

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is JS?
  • Q2. What is Callback?

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] &lt;= ARR[i + 1] f... read more
View answer (3)

UX Designer Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Define design process
  • Q2. Few technical relevant questions about design tools

UX Designer Interview Questions asked at other Companies

Q1. Which software will you use to design a logo and why?
View answer (3)

Bacancy Technology Interview FAQs

How many rounds are there in Bacancy Technology interview?
Bacancy Technology interview process usually has 1-2 rounds. The most common rounds in the Bacancy Technology interview process are Technical, One-on-one Round and HR.
How to prepare for Bacancy Technology 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 Bacancy Technology. The most common topics and skills that interviewers at Bacancy Technology expect are Javascript, Information Technology, Web Development, Laravel and Salesforce.
What are the top questions asked in Bacancy Technology interview?

Some of the top questions asked at the Bacancy Technology interview -

  1. What is virtual function and how can we achieve dynamic bindi...read more
  2. What do you mean by testing and why it is import...read more
  3. What is inheritance describe with examp...read more
How long is the Bacancy Technology interview process?

The duration of Bacancy Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Bacancy Technology Interview Process

based on 43 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 100 Interviews
Webkul Software Interview Questions
3.9
 • 59 Interviews
Softenger Interview Questions
4.1
 • 52 Interviews
DataMetica Interview Questions
3.6
 • 44 Interviews
View all

Bacancy Technology Reviews and Ratings

based on 164 reviews

3.8/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.6

Salary

3.6

Job security

3.9

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 164 Reviews and Ratings
Ui Developer

Ahmedabad

3-6 Yrs

₹ 7.5-9 LPA

Technical Project Manager

Ahmedabad

5-10 Yrs

Not Disclosed

React Native Developer

Ahmedabad

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
171 salaries
unlock blur

₹5.6 L/yr - ₹21.1 L/yr

Software Engineer
154 salaries
unlock blur

₹3.2 L/yr - ₹12.2 L/yr

Software Developer
41 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Lead Software Engineer
29 salaries
unlock blur

₹7.1 L/yr - ₹20 L/yr

Senior Software Developer
28 salaries
unlock blur

₹6 L/yr - ₹15.3 L/yr

Explore more salaries
Compare Bacancy Technology with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

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