Upload Button Icon Add office photos

Filter interviews by

BITS Computer Education Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Good communication with our team and my colleagues
  • Q2. Need improve my skills and strictly fallow up our EHS values
  • Q3. Target is more important in your life, keep doing work unless get your unreachable targets.
  • Q4. Good behaviour build your team and save ethics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing work unless get your unreachable targets.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. PySpark and SQL questions
  • Q2. Azure datafactory related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Spark internals
  • Q2. Scenario based
Round 3 - HR 

(2 Questions)

  • Q1. Soft skills
  • Q2. Scenario based and general discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Kurukshetra and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. How will you handle disputes in the team?
  • Q3. Explain your projects
  • Q4. Why you want to work as Manager although your degree is in Electrical Engineering
  • Q5. Which operation do you think are costly in the Delhivery Last mile, First mile, Middle , Transportation etc ?
  • Q6. What you have managed in College?
Round 2 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Q2. Explain your projects
  • Q3. Why you want to join Delhivery as a Manager although you are from Electrical Engineering department?
  • Q4. How will you unload vehicles? What factors will you consider while unloading?
  • Q5. Suppose you are managing a team of 20 people and 10 are absent what actions will you take ?
  • Q6. Any Questions you want to ask

Interview Preparation Tips

Topics to prepare for Delhivery Operations Manager interview:
  • Management
  • Supply chain management
  • Situation based questions
  • Logistics Management
  • Warehouse Management
Interview preparation tips for other job seekers - There were 2 interviews of about 20 minutes only so, one should have good communication and English speaking skills. Apart from it do research related to company before giving interview by the help of website and youtube videos.
Explain situation based questions strategically with logics.
Prepare for Supply chain management and logistics basics they might ask.
Be confident and pray to God.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

English, Quant & Reasoning- 3 section, each section 15 que, Total 45 minutes & 45 questions, cut off for each section

Round 2 - Technical 

(2 Questions)

  • Q1. Java What is JVM,JRE,JDK? what is the difference between class and instance variable in java? what is string Pool? write a code in java(prefer a good standard question) Web development if you have inter...
  • Ans. 

    To build a web application, I would use a combination of front-end technologies like HTML, CSS, and JavaScript, along with back-end technologies like Node.js and MongoDB.

    • Use HTML for structuring the content of the web pages

    • Use CSS for styling the web pages and making them visually appealing

    • Use JavaScript for adding interactivity to the web pages and handling user input

    • Use Node.js for server-side scripting and handling ...

  • Answered by AI
  • Q2. If you have azure certification what is azure, what is Azure Blob Storage, What is ARM, what is horizontal Scaling?
  • Ans. 

    Azure is a cloud computing platform by Microsoft. Azure Blob Storage is a service for storing large amounts of unstructured data. ARM stands for Azure Resource Manager, used for managing resources in Azure. Horizontal scaling is increasing the number of instances of a service to distribute load.

    • Azure is a cloud computing platform by Microsoft

    • Azure Blob Storage is a service for storing large amounts of unstructured data

    • ...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Why cse? explain a project (they might ask about a project in your resume)
  • Q2. How you solved the problems that you have faced while working on projects?
  • Ans. 

    I approach problems by breaking them down into smaller parts, analyzing root causes, seeking input from team members, and implementing solutions systematically.

    • Identify the root cause of the problem

    • Break down the problem into smaller parts

    • Seek input from team members for different perspectives

    • Implement solutions systematically

    • Learn from the experience to prevent similar issues in the future

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Introduction Family Background Do you have any placement/internship offers in your hand? if so, why Ericsson At last, they will tell you about stipend, role
  • Ans. 

    Yes, I have internship offers from Ericsson due to their reputation for innovation and cutting-edge technology.

    • I have received internship offers from Ericsson because of their reputation for innovation and cutting-edge technology.

    • I am excited about the opportunity to work with a global leader in telecommunications.

    • I believe that interning at Ericsson will provide me with valuable experience and skills that will benefit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about the areas you have mentioned in your resume, and cse fundamentals mainly java/python, oops, ai/ml

As it is a networking company, concentrate on computer networks(they might ask / might not)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic quant and reasoning questions
Selenium MCQ
Java programs with MCQ

Round 2 - Technical 

(23 Questions)

  • Q1. Tell me about yourself
  • Q2. Where you initialise driver
  • Ans. 

    The driver is typically initialized in the setup method of a test automation framework.

    • Driver initialization is usually done in a setup method before test execution.

    • Commonly used methods for driver initialization include WebDriverManager, System.setProperty, and driver instantiation.

    • Example: WebDriverManager.chromedriver().setup();

  • Answered by AI
  • Q3. Driver is static or non static
  • Ans. 

    Driver can be both static and non-static depending on the context of its usage.

    • Driver class can be static if it is used to initiate the WebDriver instance in a test automation framework.

    • Driver class can be non-static if it is used as an instance variable within a test class.

    • Static driver can be accessed directly without creating an object of the class.

    • Non-static driver requires an object of the class to be created befo

  • Answered by AI
  • Q4. Difference between static and non static
  • Ans. 

    Static variables belong to the class itself, while non-static variables belong to instances of the class.

    • Static variables are shared among all instances of a class

    • Non-static variables are unique to each instance of a class

    • Static variables are initialized only once, at the start of the program

    • Non-static variables are initialized separately for each instance of the class

  • Answered by AI
  • Q5. Disadvantages of static and non static
  • Ans. 

    Static and non-static have their own disadvantages in QA automation testing.

    • Static methods cannot be overridden or inherited, making it difficult to create flexible test cases.

    • Non-static methods require an instance of the class to be created, which can lead to increased memory usage.

    • Static methods can lead to tight coupling between classes, making it harder to maintain and update the code.

    • Non-static methods may have de...

  • Answered by AI
  • Q6. Parallel execution in TestNG
  • Ans. 

    TestNG allows parallel execution of test cases to save time and improve efficiency.

    • TestNG provides the 'parallel' attribute in the testng.xml file to specify the level of parallelism for test execution.

    • Parallel execution can be achieved at the test level, class level, method level, or suite level.

    • TestNG also supports parallel execution of tests across multiple classes or suites using the 'parallel' attribute in the sui...

  • Answered by AI
  • Q7. Write the code for Parallel testing in TestNG
  • Ans. 

    Parallel testing in TestNG allows running tests concurrently for faster execution.

    • Use 'parallel' attribute in testng.xml file to specify parallel execution mode.

    • Set 'parallel' attribute to 'methods', 'classes', or 'tests' based on the level of parallelism needed.

    • Example: <suite name='MySuite' parallel='tests'>

    • Use 'thread-count' attribute to specify the number of threads to use for parallel execution.

  • Answered by AI
  • Q8. Difference between parallel methods and parallel tests
  • Ans. 

    Parallel methods run multiple methods concurrently within a single test, while parallel tests run multiple tests concurrently.

    • Parallel methods execute multiple methods within a single test class concurrently.

    • Parallel tests execute multiple test classes concurrently.

    • Parallel methods are useful for speeding up the execution of a single test, while parallel tests are useful for running multiple tests faster.

    • Example: Runni...

  • Answered by AI
  • Q9. Upload file using rest assured
  • Ans. 

    Use Rest Assured to upload a file

    • Use the given file path to create a File object

    • Use MultiPartSpecBuilder to build the request with the file

    • Send the request using Rest Assured's given(), when(), and post() methods

  • Answered by AI
  • Q10. Postman basic questions
  • Q11. Parameter for post method in postman
  • Ans. 

    The parameter for a POST method in Postman is typically sent in the request body.

    • Parameters are sent in the request body in key-value pairs

    • Parameters can be sent as form-data, x-www-form-urlencoded, or raw JSON

    • Example: {"key": "value"}

  • Answered by AI
  • Q12. BDD Framework cucumber
  • Q13. Cucumber execution process
  • Q14. How cucumber know step defination file placed
  • Ans. 

    Cucumber knows the step definition file based on the annotations provided in the feature files.

    • Cucumber uses annotations like @Given, @When, @Then to map steps in feature files to corresponding step definition methods.

    • Step definition files are typically placed in a separate package or directory within the project structure.

    • Cucumber scans the project directory for step definition files based on the package structure and

  • Answered by AI
  • Q15. Parameters used in cucumber
  • Ans. 

    Parameters used in cucumber are used to pass values to the step definitions in feature files.

    • Parameters are defined in feature files using < > syntax

    • Parameters can be passed to step definitions using Regular Expressions

    • Parameters can be used to make scenarios more reusable and dynamic

  • Answered by AI
  • Q16. Datatable in cucumber
  • Ans. 

    Datatable in Cucumber is used to pass multiple sets of data to a step definition in a scenario.

    • Datatables are defined using pipes (|) to separate values

    • Each row in the datatable represents a set of data passed to the step definition

    • Datatables can be used for parameterization and data-driven testing

  • Answered by AI
  • Q17. Have u created the testplan document when porject was started
  • Ans. 

    Yes, I have created the test plan document at the start of the project.

    • Yes, I always create a test plan document at the beginning of a project to outline the testing approach and strategy.

    • The test plan document includes details on scope, objectives, resources, schedule, and test cases.

    • It helps in ensuring that all stakeholders are aligned on the testing process and expectations.

    • For example, in my previous project, I cr...

  • Answered by AI
  • Q18. Testing cycle when project was on initial level
  • Ans. 

    During the initial testing cycle of a project, focus is on establishing test cases, setting up test environments, and identifying potential issues.

    • Creating test cases based on requirements

    • Setting up test environments

    • Identifying potential issues and risks

    • Executing test cases and reporting defects

    • Collaborating with developers to resolve issues

  • Answered by AI
  • Q19. Risk management and risk based testing
  • Q20. Which estimate technique you follow , if fibonacci then why it is in 1 2 3 5 8 13 ?? Not in 12345678
  • Ans. 

    Fibonacci sequence is a mathematical pattern where each number is the sum of the two preceding ones.

    • Fibonacci sequence is a series of numbers where each number is the sum of the two preceding ones.

    • The sequence starts with 1, 2, then each subsequent number is the sum of the two previous numbers (1+2=3, 2+3=5, 3+5=8, and so on).

    • This sequence is used in estimating because it reflects natural growth patterns found in natur

  • Answered by AI
  • Q21. What is testing matrix and automation ROI
  • Ans. 

    Testing matrix is a tool used to track test coverage and automation ROI is the return on investment from implementing automation testing.

    • Testing matrix is a visual representation of test cases, test scenarios, and their coverage across different platforms, browsers, devices, etc.

    • Automation ROI is the measure of the benefits gained from automation testing compared to the costs incurred in implementing and maintaining th...

  • Answered by AI
  • Q22. Cicd tool
  • Q23. Handle team ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

One question related to object-oriented programming and one question related to data structures and algorithms.

Round 2 - Technical 

(1 Question)

  • Q1. DSA - 2 questions need to solve in 45 min with optimal solution one based on recursion and another is based on 2 pointers.
Round 3 - Technical 

(1 Question)

  • Q1. Can you describe the system design for the checkout feature on Amazon, including the request body, API calls, load balancing, database caching, and content delivery network (CDN) considerations?
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions regarding your resume, previous company project work, and behavioral topics.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A Housekeeping Attitude Test evaluates an individual's qualities, skills, and mindset essential for housekeeping roles. It focuses on:

1. Cleanliness Awareness – Understanding hygiene and maintaining standards.


2. Behavior and Attitude – Being polite and professional with guests.


3. Time Management – Completing tasks efficiently.


4. Teamwork – Collaborating well with colleagues.


5. Problem-Solving – Handling issues calmly under pressure.


6. Client Satisfaction – Meeting guests' needs effectively.

Round 2 - Case Study 

A housekeeping case study is a practical scenario used to assess problem-solving, decision-making, and operational skills in housekeeping.

Example:

A guest complains about dirty linens and odors in a fully booked hotel. The test evaluates how you:

1. Resolve the guest's issue immediately.


2. Maintain cleanliness standards.


3. Manage staff workload effectively.


4. Prevent future issues

Round 3 - HR 

(1 Question)

  • Q1. The HR duties for housekeeping include managing and supporting housekeeping staff to ensure efficient operations and a clean, hygienic environment. Key responsibilities are: 1. Recruitment and Staffing H...

Interview Preparation Tips

Interview preparation tips for other job seekers - Housekeeping Incharge seeking to enhance operational efficiency and maintain the highest standards of cleanliness and hospitality services.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Zoho’s Hiring Process is Completely Biased
Zoho gives priority to Tamil-speaking candidates, and only if there are extra vacancies do they consider people from other states. I cleared all five coding problems, optimized them as requested, and explained my approach clearly. The technical live coding interviewer, Seethu Maria Johnson, even told me that HR would contact me. But instead, I got a rejection email without any explanation.

It feels like Zoho already decides who they want to hire based on regional preference rather than talent. If you're from outside Tamil Nadu, don’t waste your time here—chances are, you won’t even be considered seriously. They show clear partiality in hiring, which is unfair to skilled candidates from other states.

To make things worse, I asked for feedback, but HR (Carmila & Veena C S & Supriya M) simply said "we cannot share the feedback." So, not only is the hiring process biased, but there’s also zero transparency.

Even after Seethu Maria Johnson told me HR would contact me, they just ignored my performance and rejected me without reason.

Final Thought
Zoho might be a good company for Tamil people, but for others, it’s just disappointing and unfair. If you’re from another state, don’t waste your time here—your performance won’t matter, only your region and language will.

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

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

Round 1 - Aptitude Test 

The test will comprise a total of 60 questions, divided as follows: 70% of the questions will focus on finance and accounting, while the remaining questions will cover aptitude and English.

Round 2 - Technical 

(1 Question)

  • Q1. Zero coupon bonds, long-term liabilities, return on equity, debt-equity ratio, captial budgeting and techniques, bonds and its types, debt instruments meaning, collateral, mortgage, spin off, demerger, mer...

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview panel consists of two members: the team leader and the manager. They specifically asked me detailed questions regarding finance, which included my percentage in my MBA, inquiries related to my projects, and how I learned about the company. While responding to the questions, it is essential to remain confident, and if a question is unfamiliar, we can articulate our response in our own words. We should answer them slowly instead of hurrying. Overall I have a great experience while answering the questions and panel members were polite persons.

Career Coach Interview Questions & Answers

upGrad user image Pramosh Arvind Bhagat

posted on 10 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Case Study 

Comprehending and presenting a Technical Article on Data science

Round 2 - One-on-one 

(2 Questions)

  • Q1. General Background questions
  • Q2. About the company and role understanding

Tell us how to improve this page.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
Zoho Interview Questions
4.3
 • 514 Interviews
Delhivery Interview Questions
3.9
 • 454 Interviews
Ericsson Interview Questions
4.1
 • 409 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
Planet Spark Interview Questions
3.7
 • 364 Interviews
Whitehat jr Interview Questions
3.5
 • 305 Interviews
Ekart Logistics Interview Questions
4.0
 • 300 Interviews
ElasticRun Interview Questions
3.5
 • 249 Interviews
View all

BITS Computer Education Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.8

Skill development

4.9

Work-life balance

4.8

Salary

5.0

Job security

4.8

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Computer Faculty
3 salaries
unlock blur

₹0.7 L/yr - ₹2 L/yr

Explore more salaries
Compare BITS Computer Education with

BYJU'S

3.1
Compare

Ericsson

4.1
Compare

Delhivery

3.9
Compare

Ekart Logistics

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