Upload Button Icon Add office photos

Filter interviews by

BDTECH Interview Questions, Process, and Tips

Updated 22 Mar 2024

Top BDTECH Interview Questions and Answers

BDTECH Interview Experiences

Popular Designations

4 interviews found

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

I applied via Walk-in and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Python Aptitude test

Round 2 - HR 

(5 Questions)

  • Q1. Python oops, MYSQL
  • Q2. What is oops and need of oops
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm that uses objects and classes to organize code.

    • OOPS allows for modular and reusable code.

    • It provides encapsulation, inheritance, and polymorphism.

    • Encapsulation helps in hiding the internal details of an object.

    • Inheritance allows for the creation of new classes based on existing ones.

    • Polymorphism enables objects to take on multiple forms or...

  • Answered by AI
  • Q3. Disscus about inheritance and types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes modularity.

    • There are different types of inheritance such as single, multiple, multilevel, and hierarchical inheritance.

    • Inheritance is represented using the 'extends' keyword in most programming languages.

    • An example of inheritance is a 'Car' class inher...

  • Answered by AI
  • Q4. What is class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors that objects of the class will have.

    • An object is created from a class and can have its own unique values for the properties defined in the class.

    • Classes and objects are fundamental concepts in object-oriented programming.

    • Example: Class - Car, Object - Honda Civic

  • Answered by AI
  • Q5. What is method overloadingand overriding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a different implementation of a method inherited from its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs when a subclass provides a different implementation of a method that is already defined in...

  • Answered by AI
Round 3 - Group Discussion 

It jobs, impact on social media

Interview Preparation Tips

Topics to prepare for BDTECH Data Analytics Associate interview:
  • OOPS
  • MySQL

Skills evaluated in this interview

Data Analytics Associate Interview Questions asked at other Companies

Q1. What is method overloadingand overriding
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

Week assessment . We need score high Mark's in the assignment .

Interview Preparation Tips

Interview preparation tips for other job seekers - I have learned new experience in my college

Graduate Student Interview Questions asked at other Companies

Q1. A hollow enclosure is formed between two infinitely long concentric cylinders of radii 1 m and 2 m respectively, Radiative neat exchange takes place between the inner surface of the larger cylinder (surface-2) and the outer surface of the s... read more
View answer (1)
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 Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Python, MySQL, HTML, Fast API

Round 2 - Group Discussion 

Artificial intelligence

Interview Preparation Tips

Topics to prepare for BDTECH Desktop & Network Engineer interview:
  • Python oops

Desktop & Network Engineer Interview Questions asked at other Companies

Q1. What is the first step we will take to open a laptop?
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2022

I applied via Approached by Company and was interviewed in Jul 2022. 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 - Assignment 

Any topic (r) SQL and general topics

Interview Preparation Tips

Topics to prepare for BDTECH interview:
  • Management
Interview preparation tips for other job seekers - pls do needful and thanks For advicing me

Thank you
Badrinath.

BDTECH interview questions for popular designations

 Desktop & Network Engineer

 (1)

 Graduate Student

 (1)

 Data Analytics Associate

 (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

BDTECH Interview FAQs

How many rounds are there in BDTECH interview?
BDTECH interview process usually has 2 rounds. The most common rounds in the BDTECH interview process are Group Discussion, Assignment and Aptitude Test.
What are the top questions asked in BDTECH interview?

Some of the top questions asked at the BDTECH interview -

  1. What is method overloadingand overrid...read more
  2. What is oops and need of o...read more
  3. What is class and obj...read more

Tell us how to improve this page.

BDTECH Interview Process

based on 7 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 796 Interviews
View all

BDTECH Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Civil Site Engineer
11 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Engineer
4 salaries
unlock blur

₹3.1 L/yr - ₹12 L/yr

Senior Engineer
4 salaries
unlock blur

₹5.8 L/yr - ₹8 L/yr

fresher
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Civil Engineer
4 salaries
unlock blur

₹5 L/yr - ₹6.2 L/yr

Explore more salaries
Compare BDTECH 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