Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by QBrainX Team. If you also belong to the team, you can get access from here

QBrainX Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

QBrainX Intern Interview Questions and Answers

Updated 16 Apr 2024

QBrainX Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Arjun Reddy

posted on 16 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Hr is neatly for interview
  • Q2. About self ,where is youre location
Round 2 - Aptitude Test 

Simply qustions for gave this cmpny

Intern Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2023

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

I applied via Referral and was interviewed in Mar 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

It was good and easy to clear the apt round. The questions were not difficult to solve.

Round 3 - Group Discussion 

People who are clear with their topic and point Will clear this one.

Round 4 - Technical 

(2 Questions)

  • Q1. They were asked few programing questions in different languages and few one mark questions.
  • Q2. Some 4-5 programs in different languages and some 1 Mark questions

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

Intern Interview Questions & Answers

Revature user image Ajay Kumar

posted on 20 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 minuets 20 mcq questions

Round 2 - Aptitude Test 

Need to prepare aptitude

Round 3 - Coding Test 

Asking java sql questions

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

I applied via Internshala and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Was 1 hr with a simple question from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Implement reverse Linked list
  • Ans. 

    Reverse a linked list

    • Create a new linked list to store the reversed elements

    • Traverse the original linked list and insert each node at the beginning of the new list

    • Update the head of the new list as the last node of the original list

  • Answered by AI
  • Q2. Project Explanation(from resume)
Round 3 - HR 

(2 Questions)

  • Q1. Why we should select you?
  • Ans. 

    I am a dedicated and hardworking individual with relevant skills and experience for the role.

    • I have completed relevant coursework in the field

    • I have previous internship experience in a similar role

    • I possess strong communication and teamwork skills

  • Answered by AI
  • Q2. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right opportunity

    • I am flexible and willing to move for the internship

    • I understand the importance of being open to relocation for career growth

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2021. 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 - Technical 

(2 Questions)

  • Q1. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

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

Interview Questionnaire 

1 Question

  • Q1. Introduction, pillars of OOP, Js, Linked list, stack, queue, Constrictor, Operator overloading, CSS HTML JS Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your besic concept

I applied via telegram and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. All the oops concept, abstraction, encapsulation,inheritance.
  • Q2. Preferred coding language
  • Ans. 

    My preferred coding language is Python.

    • Python is easy to learn and has a simple syntax.

    • It has a large community and a vast number of libraries.

    • Python is versatile and can be used for web development, data analysis, machine learning, and more.

  • Answered by AI
  • Q3. Some que on html

Interview Preparation Tips

Interview preparation tips for other job seekers - do your basics thoroughly
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2023. 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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

Skills evaluated in this interview

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

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

Good Knowledge of DSA is required

QBrainX Interview FAQs

How many rounds are there in QBrainX Intern interview?
QBrainX interview process usually has 3 rounds. The most common rounds in the QBrainX interview process are Aptitude Test, Resume Shortlist and Group Discussion.
What are the top questions asked in QBrainX Intern interview?

Some of the top questions asked at the QBrainX Intern interview -

  1. They were asked few programing questions in different languages and few one mar...read more
  2. Some 4-5 programs in different languages and some 1 Mark questi...read more
  3. Hr is neatly for interv...read more

Tell us how to improve this page.

QBrainX Intern Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Revature Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
View all
Servicenow Developer
39 salaries
unlock blur

₹1.2 L/yr - ₹8.3 L/yr

Java Developer
10 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Junior Java Developer
9 salaries
unlock blur

₹3.5 L/yr - ₹3.8 L/yr

Java Specialist
7 salaries
unlock blur

₹7.7 L/yr - ₹17 L/yr

Salesforce Developer
7 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Explore more salaries
Compare QBrainX with

Cyfuture

3.0
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

Black Knight

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