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, Process, and Tips

Updated 12 Feb 2025

Top Bacancy Technology Interview Questions and Answers

View all 22 questions

Bacancy Technology Interview Experiences

Popular Designations

32 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduction to yourself
  • Q2. What do you mean by testing and why it is important
  • Ans. 

    Testing is the process of evaluating a system or application to identify defects or errors before it is released to users.

    • Testing helps ensure that the software meets the requirements and functions correctly.

    • It helps in identifying and fixing bugs or issues early in the development process.

    • Testing improves the quality of the software and increases customer satisfaction.

    • It helps in reducing the risk of software failures...

  • Answered by AI
  • Q3. Types of testing
  • Ans. 

    Types of testing include functional, non-functional, manual, automated, regression, performance, and security testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by QA engineers.

    • Automated testing: Testing performed using automated tools and scripts.

    • Regre...

  • Answered by AI
  • Q4. Difference between regression and retesting
  • Ans. 

    Regression testing is testing the entire application after a change, while retesting is testing a specific bug fix.

    • Regression testing involves testing the entire application to ensure that new code changes have not adversely affected existing functionality.

    • Retesting is testing a specific bug fix to ensure that the issue has been resolved.

    • Regression testing is typically done after every code change, while retesting is d...

  • Answered by AI
  • Q5. Difference between smoke and sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to check specific areas of the software after changes.

    • Smoke testing is a high-level test to ensure the software build is stable and can proceed with further testing.

    • Sanity testing is a focused test to check specific functionalities or areas of the software after changes.

    • Smoke tes...

  • Answered by AI
  • Q6. STLC and its phases related discussion

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
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)
Bacancy Technology Interview Questions and Answers for Freshers
illustration image

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 was interviewed 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)

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)

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)

Get interview-ready with Top Bacancy Technology Interview Questions

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)

Jobs at Bacancy Technology

View all
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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Digital Marketing Lead Interview Questions & Answers

user image Nikhil Rangpariya

posted on 29 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Do you know basic About SEO practices?
  • Ans. 

    Yes, basic SEO practices include keyword research, on-page optimization, link building, and content creation.

    • Keyword research involves identifying relevant keywords for your website or content.

    • On-page optimization includes optimizing meta tags, headings, and content for search engines.

    • Link building involves acquiring backlinks from other websites to improve your site's authority.

    • Content creation focuses on creating hig...

  • Answered by AI

Digital Marketing Lead Interview Questions asked at other Companies

Q1. Do you know basic About SEO practices?
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design table in react which includes pagination, sorting and searching
  • Ans. 

    Use React table library like react-table or material-table for easy implementation of pagination, sorting, and searching functionality.

    • Use a React table library like react-table or material-table for easy implementation

    • Implement pagination by setting the number of rows per page and current page number

    • Add sorting functionality by clicking on column headers to sort data in ascending or descending order

    • Include a search ba

  • Answered by AI

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Its was all about the recruitments and strategic question

Senior Talent Acquisition Specialist Interview Questions asked at other Companies

Q1. What is product based and service based company?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Challenges in projects done earlier
Round 2 - Technical 

(1 Question)

  • Q1. How to track amount of work done by team
  • Ans. 

    Track team's work progress by setting clear goals, using project management tools, regular check-ins, and tracking key metrics.

    • Set clear goals and milestones for the team to achieve

    • Utilize project management tools like Trello, Asana, or Jira to track tasks and progress

    • Have regular check-ins with team members to discuss progress and address any roadblocks

    • Track key metrics such as completed tasks, hours worked, and proje

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

Bacancy Technology

No Interviews

INTERVIEWS

Tikona Infinet

No Interviews

INTERVIEWS

Bacancy Technology

No Interviews

INTERVIEWS

Bata

No Interviews

INTERVIEWS

Bacancy Technology

No Interviews

INTERVIEWS

Bacancy Technology

No Interviews

INTERVIEWS

Chemplast Sanmar

No Interviews

INTERVIEWS

Bata

No Interviews

INTERVIEWS

Hike

20 top interview questions

Tell us how to improve this page.

Bacancy Technology Interview Process

based on 36 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 â€˘ 10.4k Interviews
Infosys Interview Questions
3.6
 â€˘ 7.5k Interviews
Wipro Interview Questions
3.7
 â€˘ 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 â€˘ 3.8k Interviews
HCLTech Interview Questions
3.5
 â€˘ 3.8k Interviews
LTIMindtree Interview Questions
3.8
 â€˘ 2.9k Interviews
Mphasis Interview Questions
3.4
 â€˘ 791 Interviews
Hexaware Technologies Interview Questions
3.5
 â€˘ 711 Interviews
Persistent Systems Interview Questions
3.5
 â€˘ 596 Interviews
MAQ Software Interview Questions
1.9
 â€˘ 100 Interviews
View all

Bacancy Technology Reviews and Ratings

based on 149 reviews

3.7/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.6

Salary

3.5

Job security

3.8

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 149 Reviews and Ratings
Hiring iOS Developer

Hyderabad / Secunderabad,

Ahmedabad

5-10 Yrs

Not Disclosed

Sr. Android Develoepr

Hyderabad / Secunderabad,

Ahmedabad

6-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
191 salaries
unlock blur

â‚ı0 L/yr - â‚ı0 L/yr

Software Engineer
154 salaries
unlock blur

â‚ı0 L/yr - â‚ı0 L/yr

Software Developer
44 salaries
unlock blur

â‚ı0 L/yr - â‚ı0 L/yr

Lead Software Engineer
30 salaries
unlock blur

â‚ı0 L/yr - â‚ı0 L/yr

Senior Software Developer
26 salaries
unlock blur

â‚ı0 L/yr - â‚ı0 L/yr

Explore more salaries
Compare Bacancy Technology with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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