Upload Button Icon Add office photos

Filter interviews by

BootNext Interview Questions and Answers

Updated 18 Jul 2024

BootNext Interview Experiences

Popular Designations

4 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Assignment 

1st round is online test In which MCQ's of technical and aptitude and 3 coding questions and 2 sql qerry.

Round 2 - Assignment 

2nd round is Video round.

Round 3 - Technical 

(5 Questions)

  • Q1. Java Oops concept.
  • Q2. SQL query Joins
  • Q3. Give DSA questions
  • Q4. Shorting techniques
  • Q5. Some basics questions

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

3 sql queries based on joins and 3 coding question including second largest, capitalize and occurence count

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There were mcq on core subjects and aptitude, also 3 sql and 3 java programming questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. Joins in 2 and 3 tables 2. Explain the table(in sql database) of your project 3. Oops 4. Prime number question 5. Recursion 6. Fibonacci 7. Indexing in dbms
  • Ans. 

    The interview questions cover topics like SQL joins, database table design, object-oriented programming, prime numbers, recursion, Fibonacci sequence, and indexing in DBMS.

    • For SQL joins, explain different types of joins like inner join, left join, and right join.

    • In the explanation of the project's database table, discuss the table structure, relationships, and key constraints.

    • For OOPs, explain the concepts like encapsu...

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

I applied via Approached by Company

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 - Aptitude Test 

There is an aptitude plus coding Test having both type of questions. We can easily crack it by applying simple logics .
In a coding round also basic of java program palindrome, sort the array bubble sort this type of questions are there. Difficulty level medium.

Round 3 - Technical 

(2 Questions)

  • Q1. Second round is technical round you can clear if you have a knowledge of any language like java, python, angular. Difficulty level is medium
  • Q2. What is sdlc, opps concepts and basic of the language
  • Ans. 

    SDLC is a software development process, OOPs is a programming paradigm, and language basics refer to syntax and semantics.

    • SDLC stands for Software Development Life Cycle and includes phases like planning, design, development, testing, and maintenance.

    • OOPs stands for Object-Oriented Programming and includes concepts like encapsulation, inheritance, and polymorphism.

    • Language basics refer to the syntax and semantics of a ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident what you know and also dont worry about the result before an interview.
Good luck.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

BootNext interview questions for popular designations

 Associate Software Engineer

 (1)

 Full Stack Developer

 (1)

 Java Developer

 (1)

 Software Engineer

 (1)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Just a min on T20 cricket
  • Q3. Improving quality of education in India
  • Ans. 

    Improving quality of education in India

    • Investing in teacher training and development

    • Increasing access to technology and digital resources

    • Encouraging parental involvement in education

    • Promoting vocational education and skill development

    • Addressing the issue of inadequate infrastructure and resources

  • Answered by AI
  • Q4. Question on B. Tech project

Interview Preparation Tips

Round: Test
Experience: Reasoning / Analytical : there were many questions on venn diagram.. relationships.. cube problem... etc etc... VERBAL: questions on correction of sentences... jumbled sentences.. series... etc etc....
Total Questions: 60

College Name: NIT WARANGAL

Scientist Interview Questions & Answers

TCS user image Anonymous

posted on 14 Jan 2015

Interview Preparation Tips

Round: Interview
Experience: Duration of interview - 40 minutesInterview panel: 6 scientist from DRDO and one professor from my departmentOnly technical questions were asked except my name (:P)
Question types can be divided into following categories:
1. Process
2. Theory behind the process (mechanism)
3. Practical application4. Alteration in parameters and their effect on process
Tips: if you are answering correctly then they will take you even deeper until you yield (cross questioning) :O but dont worry, speak only if you know the correct answer. be confident and honest (they will help you).

General Tips: Shortlisting on the basis of CGPA
College Name: IIT Roorkee

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Should “Social Media” technique be used for educational purposes
  • Ans. 

    Yes, social media can be used for educational purposes.

    • Social media provides a platform for sharing educational content and resources.

    • It allows for collaboration and communication among students and teachers.

    • Social media can enhance learning through interactive discussions and real-time feedback.

    • It can also help in reaching a wider audience and promoting educational initiatives.

    • Examples include educational YouTube chan...

  • Answered by AI
  • Q2. Tell me something about youself
  • Ans. 

    I am a highly motivated and experienced project engineer with a strong background in managing complex engineering projects.

    • I have a Bachelor's degree in Engineering and have been working as a project engineer for the past 5 years.

    • I have successfully managed multiple projects from conception to completion, ensuring they are delivered on time and within budget.

    • I have a proven track record of effectively coordinating with...

  • Answered by AI
  • Q3. About the company
  • Q4. Who is the present CEO
  • Ans. 

    The present CEO is John Smith.

    • John Smith is the current CEO of the company.

    • He has been in this position since 2015.

    • Under his leadership, the company has experienced significant growth and expansion.

    • John Smith has a strong background in engineering and project management.

    • He is known for his strategic vision and ability to drive innovation.

  • Answered by AI
  • Q5. Extra-acads related questions
  • Q6. Coding related questions(only if your CV shows you are a coding studd)
  • Q7. Situation based questions

Interview Preparation Tips

Round: Interview
Experience: Its not an elimination round, you can go with your informal clothes on. Any one who has prepared for day 1 and day2 companies will get through this round. Just read news papers and learn to shoot graphs here and there even if it has got absolutely no facts and definitely practice to write a lot.
Tips: Be prepared with both for and against the topic coz the interviewer keeps changing the topic in between the GD.The topic was same as that of the case study Don’t write bullet-ed points, this makes your cases look small. Try applying your vocabulary spectrum. Try to give exhibits even if you don’t know any facts.

Round: Group Discussion
Experience: 12 students on the table, one interviewer.
Tips: Play old school .But don’t wait for your chance, just break into it, but with a gentlemanly attitude. Try giving examples. Throw arbitrary facts to prove your points, if you don’t remember the real figures.

Round: Interview
Tips: Don’t start with your brilliancein your core subject. Tell them you hate your department. Convince them that you won’t ditch them for a Ph.D or an MBA. Tell them you have a friend at Wipro who keeps giving you intel about how great the company is. Look confident and if at times you can be funny, they will appreciate it!!

Skill Tips: 8 and above CGPA is required. Later it was lowered to 7.9, mine was 7.98. They mainly ask HR questions, so being involved in Extra-academic activities gives you more that you can talk of. I had an eye for coding in C++. Helped me on this, but my extra-academics list was enough. Coding was just a bonus. If they are non core its better. But my both the internships were core based. You just have to convince them why you are dropping from core.
College Name: IIT KHARAGPUR

Interview Preparation Tips

Round: Test
Experience: Deloitte selection procedure involves a written test which is
same as CAT format (certainly not that tough). Though I had not joined any test series to prepare for it, but I must strongly recommend that you should actually join a test series (provided by Career Launcher or
TIME). This test series will actually help you to synchronize your mind to the format and moreover it would help to refresh the question solving skills which you used to exercise while preparing for JEE.

Round: Group Discussion
Experience: general topic is given (mostly it is as to how you would go for implementing a new type of technology in a company, and hence you all have to decide the stepwise procedure for the implementation), then whole of the group is called in presentation room where each one is told personally to speak about the same topic as that of GD. This constitutes
second round. Finally, if you clear it, you get to face the interviews.
Tips: From now onwards, start reading newspaper daily. Just give at least one hour reading the editorials from newspaper and make it your habit. Not only for GD's, but for life in general, its very important that you should have a certain view about things happening around you and in the world and newspapers are the best thing which help you form your views and also know about the expert opinions on day to day topics. So, make sure that you read newspaper daily.

Round: Other Interview
Experience: For interview, main thing is that you should be well conversed about everything you have mentioned on your resume. So, before you go for any interview, just make sure that you can speak about for 5 minutes on
every single thing in resume. Deloitte is a company which is open for all the btech students and hence its mainly looking for the students who have a right attitude and are good at their interests.
Tips: have a perfect set of communication skills. I had not done
any special type of preparations for the interview or group discussions but all these skills actually developed during these years. I would advise that in order to gain more confidence at speaking, you should start taking challenges from now on and should actively participate in any sort of debates and GD.

College Name: IIT Roorkee

Interview Preparation Tips

Round: Walk in
Experience: Initial shortlist was Walk-In.

Round: Technical Interview
Experience: Duration: 50 mins.
Resume based.

General Tips:  Have a good number of projects and know each and every aspect of the projects mentioned
 Have the ability to relate course content to the project development
Skill Tips: They were looking for Product Designers.
College Name: IIT-Madras

BootNext Interview FAQs

How many rounds are there in BootNext interview?
BootNext interview process usually has 2-3 rounds. The most common rounds in the BootNext interview process are Technical, Coding Test and Assignment.
How to prepare for BootNext interview?
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 BootNext. The most common topics and skills that interviewers at BootNext expect are Product Management, API, Android, Angular and Brd.
What are the top questions asked in BootNext interview?

Some of the top questions asked at the BootNext interview -

  1. what is sdlc, opps concepts and basic of the langu...read more
  2. 1. Joins in 2 and 3 tables 2. Explain the table(in sql database) of your projec...read more
  3. Second round is technical round you can clear if you have a knowledge of any l...read more

Tell us how to improve this page.

BootNext Interview Process

based on 3 interviews in last 1 year

Interview experience

3.3
  
Average

People are getting interviews through

based on 3 BootNext interviews
Job Portal
Campus Placement
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 744 Interviews
BigBasket Interview Questions
3.9
 • 344 Interviews
Myntra Interview Questions
4.0
 • 205 Interviews
Blinkit Interview Questions
3.8
 • 166 Interviews
FirstCry Interview Questions
3.7
 • 159 Interviews
Snapdeal Interview Questions
3.9
 • 74 Interviews
Shopclues Interview Questions
4.0
 • 9 Interviews
View all

BootNext Reviews and Ratings

based on 13 reviews

2.5/5

Rating in categories

2.5

Skill development

1.9

Work-Life balance

2.3

Salary & Benefits

2.3

Job Security

1.9

Company culture

2.3

Promotions/Appraisal

1.9

Work Satisfaction

Explore 13 Reviews and Ratings
Associate Software Engineer
11 salaries
unlock blur

₹5 L/yr - ₹7.6 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

QA Engineer
4 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Quality Assurance Engineer
4 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Full Stack Software Developer
4 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Explore more salaries
Compare BootNext with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.9
Compare

Paytm

3.3
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