Upload Button Icon Add office photos

Filter interviews by

BDx Data Centers Interview Questions, Process, and Tips for Freshers

Updated 24 Jul 2024

Top BDx Data Centers Interview Questions and Answers for Freshers

BDx Data Centers Interview Experiences for Freshers

Popular Designations

3 interviews found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 23 Jul 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

Dashboards for Talent Aquations and HR Department

Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal questions and introductions
  • Q2. Technical questions about MIS and Dashboards

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't share anything with them if they asked submit personal works as assignments asked recruiter if they are serious about your candidate otherwise it just waste of time.

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)
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 - Technical 

(3 Questions)

  • Q1. JAVA OOPS ,collections
  • Q2. Explain SQL joins,order by difference between delete and truncate.
  • Ans. 

    SQL joins combine data from two or more tables based on a related column. Order by sorts data in ascending or descending order. Delete removes rows from a table while truncate removes all rows.

    • SQL joins are used to combine data from two or more tables based on a related column.

    • Order by is used to sort data in ascending or descending order based on a specified column.

    • Delete removes rows from a table based on a specified...

  • Answered by AI
  • Q3. Write program for palindrome.
  • Ans. 

    Program to check if a given array of strings are palindromes or not.

    • Loop through each string in the array

    • Reverse the string and compare it with the original string

    • If they are equal, then it is a palindrome

    • Store the result in a new array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while giving interview.Knowledge of spring framework will be plus point for selection.

Skills evaluated in this interview

Information Technology Intern Interview Questions asked at other Companies

Q1. What coding languages are you proficient in?
View answer (1)

I applied via Campus Placement

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 

(3 Questions)

  • Q1. What is Linear Regression ?
  • Ans. 

    Linear Regression is a statistical method to model the relationship between a dependent variable and one or more independent variables.

    • It is used to predict a continuous outcome variable based on one or more predictor variables.

    • It assumes a linear relationship between the dependent and independent variables.

    • It is commonly used in fields like finance, economics, and social sciences.

    • It can be simple linear regression (on...

  • Answered by AI
  • Q2. What is confusion matrix ?
  • Ans. 

    A confusion matrix is a table used to evaluate the performance of a classification model.

    • It shows the number of true positives, false positives, true negatives, and false negatives.

    • It helps in calculating various evaluation metrics like accuracy, precision, recall, and F1 score.

    • It is useful in identifying the strengths and weaknesses of a model and improving its performance.

    • Example: A confusion matrix for a binary clas...

  • Answered by AI
  • Q3. Explain Sampling , types of sampling , need of sampling
  • Ans. 

    Sampling is the process of selecting a subset of data from a larger population for analysis.

    • Types of sampling include random sampling, stratified sampling, cluster sampling, and systematic sampling.

    • Sampling is necessary when it is not feasible or practical to analyze the entire population.

    • Sampling can help reduce costs and time required for analysis.

    • Sampling can also help reduce bias in the analysis by ensuring that th...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for BDx Data Centers Machine Learning Intern interview:
  • Machine Learning
  • SQL
Interview preparation tips for other job seekers - Try to explain everything in detail, whatever u know about the algorithm, metric for evaluation, tell them everything passionately. They will ask minimum, in one liners, but your answer should be Long and In-detail

Skills evaluated in this interview

Machine Learning Intern Interview Questions asked at other Companies

Q1. Different types of NER libraries and their performances
View answer (1)

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Los process of loans
  • Ans. 

    The process of loans involves application, approval, disbursement, and repayment.

    • Application: Borrower submits loan application with required documents.

    • Approval: Lender reviews application, checks creditworthiness, and decides whether to approve or deny.

    • Disbursement: If approved, funds are disbursed to borrower.

    • Repayment: Borrower makes scheduled payments to repay the loan amount.

    • Examples: Personal loans, home loans, c

  • Answered by AI
  • Q2. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in a software application.

    • Defect identification: Defects are identified by testers during testing.

    • Defect reporting: Testers report defects in a defect tracking tool.

    • Defect fixing: Developers fix the reported defects.

    • Defect retesting: Testers retest the fixed defects to ensure they are resolved.

    • Defect closing: Once the def

  • Answered by AI
  • Q3. Difference between sanity, smoke and regression testing
  • Ans. 

    Sanity testing is a quick test to check if the software is stable, smoke testing is a subset of sanity testing focusing on critical functionalities, and regression testing is retesting after code changes.

    • Sanity testing is a narrow and deep testing to ensure that the most critical functionalities work correctly after changes.

    • Smoke testing is a broad and shallow testing to ensure that the basic functionalities work befor...

  • Answered by AI
  • Q4. Different types of https methods in api testing
  • Ans. 

    Different types of https methods in api testing include GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD.

    • GET - Used to retrieve data from the server

    • POST - Used to submit data to the server

    • PUT - Used to update existing data on the server

    • DELETE - Used to delete data on the server

    • PATCH - Used to partially update data on the server

    • OPTIONS - Used to check what HTTP methods are supported by the server

    • HEAD - Used to retrieve head

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Banking domain related questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Questions on string and arrays both are moderate level questions on hacherrank type for 20 marks

Round 2 - Technical 

(2 Questions)

  • Q1. Constructor chaining
  • Q2. Hasmap and treemap
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between on-page seo and off-page seo?
  • Ans. 

    On-page SEO refers to optimizing elements on a website to improve search engine rankings, while off-page SEO involves external factors like backlinks and social signals.

    • On-page SEO includes optimizing meta tags, headings, content, and images on a website.

    • Off-page SEO involves building backlinks from other websites, social media shares, and online reputation management.

    • Examples of on-page SEO techniques are keyword opti...

  • Answered by AI
  • Q2. On-page seo is optimizing within the

Interview Preparation Tips

Interview preparation tips for other job seekers - "Stay Persistence. keep learning all fine."
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantitative aptitude, logical apptiude,

Round 2 - Technical 

(2 Questions)

  • Q1. Data structure and algorithms
  • Q2. Programming concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - . Prepare a Strong Resume

Tailor your resume to the job description.

Highlight relevant skills, projects, and achievements.

Keep it concise, error-free, and easy to read.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dr Mahalingam College of Engineering & Technology, Coimbatore and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical thinking and quantitative

Round 2 - Coding Test 

One Java and one SQL and one js question

Round 3 - HR 

(3 Questions)

  • Q1. What is collections
  • Ans. 

    Collections are data structures that store and organize multiple elements in a single unit.

    • Collections provide methods to add, remove, and manipulate elements.

    • Examples of collections include arrays, lists, sets, and maps.

    • Collections can be used to efficiently manage and access large amounts of data.

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    A constructor is a special method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state

    • Constructors can have parameters to customize the initialization process

  • Answered by AI
  • Q3. What is data science
  • Ans. 

    Data science is a field that uses scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data.

    • Data science involves collecting, analyzing, and interpreting large amounts of data to make informed decisions.

    • It combines statistics, machine learning, and domain knowledge to uncover patterns and trends in data.

    • Data scientists use programming languages like Python and R...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was moderate process

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. Introduce yourself
  • Q2. Explain what is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • It involves concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Example: Inheritance allows a class to inherit properties and methods from another class, promoting code reusability.

  • Answered by AI
  • Q3. What is inheritance
  • Ans. 

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

    • Allows a class to reuse code from another class

    • Promotes code reusability and reduces redundancy

    • Derived class inherits members from base class

    • Example: Class Car can inherit properties and methods from class Vehicle

  • Answered by AI
  • Q4. Explain different types of inheritance
  • Ans. 

    Types of inheritance in .NET include single, multiple, multilevel, hierarchical, and hybrid inheritance.

    • Single inheritance: A class can inherit from only one base class.

    • Multiple inheritance: A class can inherit from multiple base classes (not supported in C#).

    • Multilevel inheritance: A class can inherit from a derived class, creating a hierarchy of classes.

    • Hierarchical inheritance: Multiple classes can inherit from a si...

  • Answered by AI
  • Q5. Difference between primary and unique key
  • Ans. 

    Primary key uniquely identifies each record in a table, while unique key ensures each value in a column is unique.

    • Primary key does not allow NULL values, while unique key allows one NULL value.

    • A table can have only one primary key, but multiple unique keys.

    • Primary key is automatically indexed, while unique key may or may not be indexed.

    • Example: Primary key for a 'Students' table could be 'StudentID', while unique key c

  • Answered by AI
  • Q6. What is Structured Query Language ?
  • Ans. 

    Structured Query Language (SQL) is a standard language for managing and manipulating databases.

    • SQL is used to communicate with databases to perform tasks like querying data, updating records, and creating tables.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, and CREATE.

    • SQL is not case-sensitive, but it is conventionally written in uppercase for keywords and lowercase for table and column names.

  • Answered by AI
  • Q7. Pattern printing
  • Q8. Fibonacci pattern printing
  • Q9. Printing odd numbers
  • Ans. 

    Printing odd numbers from a given list or range.

    • Iterate through the list or range of numbers

    • Check if each number is odd by using the modulo operator (%)

    • Print the odd numbers

  • Answered by AI
  • Q10. Sql Aggregate questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Apttitude and Basic of CPP

Round 2 - Technical 

(3 Questions)

  • Q1. String reverse program
  • Ans. 

    A program to reverse a string in Java.

    • Use StringBuilder class to reverse the string.

    • Convert the string to a StringBuilder object, call reverse() method, and convert back to string.

    • Example: String str = "hello"; StringBuilder sb = new StringBuilder(str); sb.reverse(); String reversed = sb.toString();

  • Answered by AI
  • Q2. Logical questions
  • Q3. Project Information

BDx Data Centers Interview FAQs

How many rounds are there in BDx Data Centers interview for freshers?
BDx Data Centers interview process for freshers usually has 2 rounds. The most common rounds in the BDx Data Centers interview process for freshers are Resume Shortlist, Technical and Assignment.
How to prepare for BDx Data Centers interview for freshers?
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 BDx Data Centers. The most common topics and skills that interviewers at BDx Data Centers expect are MySQL, Python, Postgresql, Linux and AWS.
What are the top questions asked in BDx Data Centers interview for freshers?

Some of the top questions asked at the BDx Data Centers interview for freshers -

  1. explain Sampling , types of sampling , need of sampl...read more
  2. What is Linear Regressio...read more
  3. Explain SQL joins,order by difference between delete and trunca...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 BDx Data Centers interviews
Job Portal
Campus Placement
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Sify Technologies Interview Questions
3.9
 • 117 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
CtrlS Interview Questions
3.9
 • 38 Interviews
Web Werks Interview Questions
2.7
 • 8 Interviews
View all

BDx Data Centers Reviews and Ratings

based on 40 reviews

4.7/5

Rating in categories

4.7

Skill development

4.7

Work-Life balance

4.7

Salary & Benefits

4.7

Job Security

4.7

Company culture

4.6

Promotions/Appraisal

4.6

Work Satisfaction

Explore 40 Reviews and Ratings
Infrastructure Engineer
7 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Program Manager
5 salaries
unlock blur

₹29 L/yr - ₹30 L/yr

Financial Analyst
4 salaries
unlock blur

₹4.5 L/yr - ₹23 L/yr

Senior Manager Finance & Accounts
4 salaries
unlock blur

₹21 L/yr - ₹22.5 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹3.6 L/yr - ₹7.2 L/yr

Explore more salaries
Compare BDx Data Centers with

CtrlS

3.9
Compare

Sify Technologies

3.9
Compare

Tata Communications

4.1
Compare

Reliance Communications

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview