Upload Button Icon Add office photos

Filter interviews by

BDTECH Interview Questions and Answers

Updated 22 Mar 2024

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

 Graduate Student

 (1)

 Desktop & Network Engineer

 (1)

 Data Analytics Associate

 (1)

Interview questions from similar companies

I appeared for an interview before Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. It was an online technical test. Questions were related to ME outlook, mobile device management , Networking and many more

Interview Preparation Tips

Round: Grammar Round
Experience: It was a written English grammar test to analyse how grammatically sound you are.
Tips: Just revise your basic English grammar like prepositions verbs nd essay/paragraph writing

Round: COMMUNICATION SKILLS Round
Experience: In this round they ask you to speak something on the given topic or sometimes group discussion . Basically they test your vocabulary, your thought process, pronunciation, accent and above all confidence.
Tips: Be confident in whatever you speak. Remember if you get nervous you will need with your words .

Round: Technical Interview
Experience: This was an online test and it had 50 questions all objective types.
Tips: Be technically sound. You cannot Google them as these search engines are blocked

College Name: Babu Banarasi Das National Institute Of Technology And Management (BBDNITM)

I applied via Recruitment Consultant and was interviewed before Sep 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1.  overloading ,inheritance concepts,structures,pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - have good understanding of basics and have expertise on any specific area.

Interview Questionnaire 

2 Questions

  • Q1. Basic Programming Questions, Data structures, SQL queries
  • Q2. This was the most simple one, they simply asked introduce yourself and fine with night shifts.

Interview Preparation Tips

General Tips: I joined HCL as a fresher and got Intervie

Interview Questionnaire 

1 Question

  • Q1. What I know and what I don't know

Interview Preparation Tips

Round: Test
Experience: Aptitude, reasoning, logical, etc. 2 hours

Interview Questionnaire 

2 Questions

  • Q1. C and C++ - technically related stuffs
  • Q2. Communicate and fluency

Analyst Interview Questions & Answers

HCLTech user image Raj Hrithik

posted on 2 Sep 2017

I appeared for an interview in Jul 2017.

Interview Questionnaire 

1 Question

  • Q1. Experience summary and the roles

Interview Preparation Tips

Round: Test
Experience: I was allowed to write a test for 2hrs in that each headings seems to be different and also there is a section heading marks
Duration: 2 hours
Total Questions: 70

Round: Technical Interview
Experience: After finishing i was advised to attend 2nd round in that they ask about the detailed experience of my previous company and finally technical terms question also flows

Skills: Logical And Structured Thinking, Communication And Confidence, Attitude, Psychometric Test, Project Management

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 Assignment, Aptitude Test and Group Discussion.
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.7k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.1k 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

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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