Upload Button Icon Add office photos
Engaged Employer

i

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

BUSINESSNEXT Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

BUSINESSNEXT .NET Software Developer Interview Questions and Answers

Updated 23 Oct 2023

BUSINESSNEXT .NET Software Developer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Sep 2023. There were 5 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 Resume tips
Round 2 - Aptitude Test 

There were two test given. one was related to JD that I have applied. It was 30 min mcq test with 25 questions on .net, sql, oracle, Entity Framework. The second test was also of 30 min with logical reasoning mcq with 25 questions. The level was average. And I was able to clear it.

Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about youself (expecting career journey)
  • Ans. 

    I am a software developer with a strong focus on .Net technologies.

    • I have a Bachelor's degree in Computer Science.

    • I have been working as a software developer for 5 years.

    • I have expertise in .Net framework and have developed several web applications using C# and ASP.Net.

    • I am experienced in database management and have worked with SQL Server.

    • I am familiar with Agile methodologies and have worked in Scrum teams.

    • I have a s...

  • Answered by AI
  • Q2. SQL queries , joins, indexing, write queries, Triggers and write triggers, features of OOPs, Having vs WHERE clause,
  • Q3. Difference in Webservices and WCF, Abstraction and its types, Boxing and Unboxing
  • Ans. 

    Webservices and WCF are both used for communication between applications. Abstraction is a concept in programming. Boxing and unboxing are operations in .NET.

    • Webservices and WCF are both used for communication between applications, but WCF provides more advanced features like message queuing and reliable sessions.

    • Abstraction is a concept in programming that allows us to hide complex implementation details and only expo...

  • Answered by AI
Round 4 - Technical 

(7 Questions)

  • Q1. Tell me about your project.
  • Ans. 

    Developed a web application for managing inventory and sales

    • Used .NET framework and C# for backend development

    • Implemented a responsive user interface using HTML, CSS, and JavaScript

    • Integrated with a database to store and retrieve data

    • Implemented authentication and authorization for secure access

    • Implemented various features like product search, order management, and reporting

  • Answered by AI
  • Q2. Write queries and joins
  • Ans. 

    The candidate is asked to write queries and joins.

    • Understand the requirements and constraints of the query

    • Identify the tables and columns needed for the query

    • Write the query using appropriate syntax and functions

    • Use joins to combine data from multiple tables

    • Test the query to ensure it returns the expected results

  • Answered by AI
  • Q3. REST is implemented using which protocol
  • Q4. CHAR, VARHAR, NVARCHAR
  • Q5. Caching and its types
  • Ans. 

    Caching is a technique to store frequently accessed data in a temporary storage to improve performance.

    • Caching improves application performance by reducing the need to fetch data from the original source.

    • Types of caching include in-memory caching, database caching, and distributed caching.

    • In-memory caching stores data in the application's memory for quick access.

    • Database caching stores frequently accessed data in a sep...

  • Answered by AI
  • Q6. Project related questions
  • Q7. Mostly questions on database and queries and stored procedures.
Round 5 - HR 

(4 Questions)

  • Q1. Tell me something about yourself?
  • Ans. 

    I am a software developer with expertise in .Net. I have experience in developing web applications using C# and ASP.Net.

    • Proficient in .Net framework and C# programming language

    • Skilled in developing web applications using ASP.Net and MVC architecture

    • Experience in working with databases like SQL Server

    • Familiar with front-end technologies like HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Excellent

  • Answered by AI
  • Q2. Salary Expectations?
  • Q3. Why are you looking for switch?
  • Ans. 

    I am looking for a switch because I am seeking new challenges and opportunities to grow as a software developer.

    • Seeking new challenges and opportunities

    • Desire for professional growth

    • Exploring different technologies and frameworks

    • Looking for a better work-life balance

    • Interested in joining a more innovative and dynamic team

  • Answered by AI
  • Q4. Why do you want to join CRM?
  • Ans. 

    I want to join CRM because of its reputation for innovative software development and its focus on customer relationship management.

    • CRM is known for its cutting-edge software development practices.

    • CRM has a strong emphasis on customer relationship management, which aligns with my interests and skills.

    • I am impressed by CRM's track record of delivering high-quality software solutions to its clients.

    • Joining CRM would provi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study the JD well. Be prepared with your resume and the profile you are applying for. Majorly practice SQL.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Salary discussion and notice period
  • Q2. Core java, collections and coding

Interview Preparation Tips

Round: Manager Round
Experience: About project and previous company experience , daily activity

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

11 Questions

  • Q1. Hobbies: Drawing. Asked about drawing and pencil shading. Draw in next 5 mins something great to impress me else rejected
  • Q2. Sketch my face
  • Q3. If you are told to do a job of a peon for the company will you?
  • Q4. Remove all the pcs from the lab and keep in other lab RIGHT NOW?
  • Ans. 

    Yes, I can remove all the pcs from the lab and keep them in another lab right now.

    • Ensure all the necessary equipment and tools are available for the move

    • Coordinate with the lab staff to ensure a smooth transition

    • Label and document each PC for easy identification and setup in the new lab

    • Ensure proper packaging and handling to prevent any damage during the move

  • Answered by AI
  • Q5. Impress me with your talents
  • Q6. If a person asks you on a construction site to pick up bricks will you?
  • Q7. How crazy are you?
  • Q8. Show me how crazy are you in next 5 mins?
  • Q9. Write down Fibonacci series and also explain pseudo code for it?
  • Ans. 

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

    • The first two numbers of the series are always 0 and 1

    • The next number is the sum of the previous two numbers

    • The series goes on infinitely: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

    • Pseudo code: 1. Initialize variables a=0, b=1, c=0 2. Print a and b 3. Repeat steps 4-6 until desired number of terms 4. c=a+b 5. Pr

  • Answered by AI
  • Q10. Write algorithm for matrix multiplication?
  • Ans. 

    Algorithm for matrix multiplication

    • Create a result matrix with dimensions of the two input matrices

    • Iterate through each row and column of the result matrix

    • For each element in the result matrix, multiply corresponding row in first matrix with corresponding column in second matrix

    • Add the products obtained in the previous step to get the final value for the element

  • Answered by AI
  • Q11. Explain your project and which algorithm you used in it. Why that algorithm?
  • Ans. 

    I worked on a project that involved sentiment analysis of customer reviews using Naive Bayes algorithm.

    • The project involved collecting customer reviews from various sources.

    • Preprocessing the data by removing stop words, stemming, and tokenizing.

    • Used Naive Bayes algorithm for sentiment analysis.

    • The algorithm was chosen because of its simplicity and effectiveness in text classification tasks.

    • The accuracy of the model was

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: Confused

If they say do you have any questions?
NEVER ASK about your performance in that round.

Round: Technical Interview
Experience: Good
Tips: Interview depends on your basic knowledge

Skills: Presence Of Mind, Technical Skills, Analytical Skills
College Name: Vidyalankar Institute Of Technology
Motivation: Got rejected for TCS aptitude.
Funny Moments: Whole HR interview

Skills evaluated in this interview

Interview Questionnaire 

9 Questions

  • Q1. Talk about your BE project?
  • Ans. 

    Developed a web-based project management system for a construction company.

    • Used PHP and MySQL for backend development

    • Implemented user authentication and authorization

    • Designed a responsive UI using Bootstrap

    • Integrated Google Maps API for location tracking

    • Enabled file uploads and downloads for project documents

  • Answered by AI
  • Q2. If you belong to EXTC, then why IT?
  • Ans. 

    EXTC and IT are not mutually exclusive fields. My knowledge in EXTC complements my skills in IT.

    • My knowledge in EXTC gives me a strong foundation in electronics and communication, which are essential in the IT industry.

    • I have also gained programming skills through my coursework and projects in EXTC.

    • IT is a rapidly growing field with a lot of opportunities, and I believe my skills and knowledge make me a strong candidat...

  • Answered by AI
  • Q3. Are you ok with relocation?
  • Ans. 

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

    • I am willing to relocate for a position that aligns with my career goals

    • I am excited about the prospect of exploring a new city and culture

    • I am flexible and adaptable to new environments

  • Answered by AI
  • Q4. Which languages are you familiar with?
  • Ans. 

    I am familiar with several programming languages.

    • Java

    • Python

    • C++

    • JavaScript

    • SQL

  • Answered by AI
  • Q5. BE project members and your guide
  • Q6. What/s the diffrencebetween leader and a manager
  • Ans. 

    A leader inspires and motivates while a manager plans and organizes.

    • Leaders focus on the big picture while managers focus on details

    • Leaders lead by example while managers delegate tasks

    • Leaders inspire and motivate while managers enforce rules and policies

    • Leaders are visionaries while managers are implementers

    • Examples of leaders: Steve Jobs, Martin Luther King Jr. Examples of managers: Tim Cook, COO of Apple

  • Answered by AI
  • Q7. Are you okay with relocation?
  • Ans. 

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

    • I am willing to relocate for the right job opportunity

    • I am open to exploring new places and cultures

    • I understand that relocation may come with challenges, but I am prepared to face them

    • I am excited about the prospect of starting fresh in a new location

  • Answered by AI
  • Q8. What's the name of the person who took your technical interview?
  • Ans. 

    I'm sorry, I don't have that information.

    • N/A

  • Answered by AI
  • Q9. How was the TCS aptitude test?
  • Ans. 

    The TCS aptitude test was challenging but fair.

    • The test covered a wide range of topics including math, logic, and English.

    • The questions were designed to test problem-solving skills and critical thinking.

    • Time management was crucial as there were many questions to answer in a limited time.

    • Overall, the test was a good indicator of one's aptitude for software engineering.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: pretty decent and interactive
Tips: be true, be yourself

General Tips: Do not fake a personality, be original. Avoid an answer if you have to, but , in an affirmative way.
Skills: Ability To Justify, Ability To Be Involved In Hands On Work, Ability To Deal Diplomatically, Ability To Convince
College Name: Vidyalankar Institute Of Technology
Funny Moments: The HR interviewer asked me the name of my tech interviewer.

Interview Questionnaire 

7 Questions

  • Q1. Introduce Yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. About Your Family
  • Q3. About MindTree
  • Q4. Why MindTree?
  • Ans. 

    MindTree's focus on innovation, culture of learning, and diverse opportunities make it an ideal fit for my career growth.

    • Strong focus on innovation and cutting-edge technologies

    • Culture of continuous learning and development

    • Diverse opportunities for growth and career advancement

  • Answered by AI
  • Q5. Plans for Higher Study
  • Ans. 

    I am currently focusing on gaining practical experience in the software engineering field, but I may consider pursuing higher studies in the future.

    • Currently focusing on gaining practical experience in software engineering

    • Open to considering higher studies in the future

    • Higher studies could include a Master's degree in Computer Science or related field

  • Answered by AI
  • Q6. About Relocation
  • Q7. Any Question?

Interview Preparation Tips

Round: Test
Experience: First round was aptitude test organised by our college through AMCAT
It had 4 section –
1. English – 25 questions (25 minutes)
2. Quantitative – 25 questions (35 minutes)
3. Technical – 25 questions (35 minutes)
4. Logical – 24 questions (35 minutes)
Practice previous Amcat papers. Technical was mostly from data structure and algorithm. There were very basic questions from Operating System and SQL. Each section had individual cut off . It was adaptive test so you can not go back to your previous answer.
Tips: If you are good in basics then you can easily score well in AMCAT.There is no negative marking in AMCAT.You have to manage time as some of the questions are lengthy.Follow R.S.Aggarwal book.
Topics to concentrate for Quantative:
· Time and Work
· Pipes and Cisterns
· Problems on Trains
· Boats and Streams
· Calendar and Clocks
· Probability
· Ratios and Percentage
· Number systems

Logical Ability
Analogy Pattern Recognition
Classification Pattern Recognition
Coding Pattern Recognition
Number Series Pattern Recognition
Direction sense, Blood relations, CDL
Puzzles, Logical word sequence
Selection decision table
Data sufficiency
Objective reasoning

English:

Synonyms/Antonyms/Word Meaning (Vocabulary)
Complete the Sentence (Grammar)
Spot error/Correct sentence (Grammar/sentence construction)
Sentence Ordering (Comprehension skills)
Questions based on passage (Comprehension skills)
Duration: 130 minutes
Total Questions: 99

Round: Resume Shortlist
Experience: Eligibility Criteria:

10th and 12th percentage - 65%
Aggregate of 60% in Engineering (BE / B.Tech/MCA only)
Please note the percentage calculation in case of CGPA:
Total marks obtained from in all the subjects from the first to last semester divided by total of maximum marks in all the subjects from first to last semester.
Candidates need to clear all exams before joining & should come with Degree Certificates
At the time of recruitment, Mindtree allow candidates to appear for the selection/interview process if they have less than 2 backlogs
Only Students from circuit branches can take part in the Mindtree selection process (branches mentioned below) :-
Computer Science and Engineering
Electronics
Electronics and Electricals
Electronics & Communication Engineering
Electronics & Instrumentation
Electronics and telecommunication Engineering
Information Science
Information Technology
Instrumentation Engineering
Telecommunication
MCA

Round: Test
Experience: This round is elimination round and your programs will be considered for technical round. There were 2 C/C++/Java programming questions and you need to type the program, compile and submit. Some hints will be on the screen. This test is conducted by Aspiring Minds. You have to focus on basics programming. There were two questions.One question from pattern printing and other one from array/pointer/String.
Tips: Focus on basic programming
Duration: 20 minutes
Total Questions: 2

Round: Technical Interview
Experience: Thorough discussion about the projects. My major work was on Advance Java, so the interviewer kept on grilling me. Questions on the database, challenges faced, control flow were asked. She even asked me about the implementation of my project. The interview ended with some questions on OOPs concepts.
Tips: Prepare both the programs which have been asked in Programming test. You are surely going to face this question. Prepare well with Logics.Apart from that you need to focus on C/Data Structure/DBMS/Basics of Operating System/Basics of OOPS.

C- Pointer/Array/Strings/Structure/Union
Data Structure : Linked List/Stack/Tree/Sorting/Traversal/SEaching

Round: HR Interview
Experience: This was end of d interview, thankfully I was able to answer all of them. I was the first candidate to enter .

I hope all that I shared above could help you in your preparation. Be confident and give your best.
Tips: In HR round, questions are of fixed type. in every Interview So preparee it from Indiabix.

General Tips: Focus on basics. The "basic" is most difficult to cover :D So Prepare well and be Confident
Skill Tips: Confidence is the key in all interview
Skills: Smartness, Ability To Think Of Creative Solutions, Technical Skill, Confidence
College Name: B P Poddar Institute of management and technology

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. Tell me about a time when you have worked on a group project
  • Ans. 

    Worked on a group project to develop a mobile app for a charity organization

    • Collaborated with team members to define project scope and requirements

    • Assigned tasks and set deadlines to ensure timely completion

    • Conducted regular meetings to discuss progress and address any issues

    • Implemented agile methodology to adapt to changing requirements

    • Delivered a functional and user-friendly app within the given timeframe

  • Answered by AI
  • Q2. How will you write a program to . For example, create a calculator
  • Ans. 

    To create a calculator program, use a GUI framework and implement basic arithmetic operations.

    • Choose a programming language and a GUI framework such as JavaFX or Tkinter.

    • Implement the basic arithmetic operations such as addition, subtraction, multiplication, and division.

    • Add functionality for decimal points, clear button, and negative numbers.

    • Test the program thoroughly to ensure accuracy and usability.

  • Answered by AI
  • Q3. Why do you want to work for this organisation?
  • Ans. 

    I am excited to work for this organisation because of its reputation for innovation and commitment to employee growth.

    • I am impressed by the company's track record of developing cutting-edge technology

    • I appreciate the emphasis on professional development and growth opportunities for employees

    • I am drawn to the company's culture of collaboration and teamwork

    • I am excited about the potential to work on projects that have a

  • Answered by AI
  • Q4. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers to create innovative solutions.

    • Leading a team of developers to create innovative solutions

    • Continuing to learn and stay up-to-date with the latest technologies

    • Contributing to the growth and success of the company

    • Mentoring and coaching junior developers

    • Taking on more responsibilities and challenges

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: I responded with a description of my third year engineering project. The interviewer was interested in knowing more about
a. how did we come up with the project idea
b. how was the work divided between the team members
c. what challenges did we face and how we overcame them
d. what was the final outcome. was the deliverable as per specifications
Tips: In my experience, interviewers are trying to understand how one works in a group / team. Provide examples instead of generic responses - these will serve as evidences to your claims. Try to include following pointers in your responses
a. what was your personal contribution (this is the most technical part of the response)
b. how did you assist other members
c. how did you seek help from other members
d. how did you take accountability of something outside your personal tasks.
e. how did you keep focus on the bigger picture

Round: Technical Interview
Experience: I responded with a flowchart of a standard calculator. It was a simple design. The interviewer was more interested in knowing
a. how did I come up with a design
b. how did I make sure the design was correct
c. what are the limitations of the design?
d. what enhancements can I make to the design
Tips: In my experience, the interviewers are trying to understand your analytical skills.
a. how do you understand the problem statement
b. why do you decide on one particular design. are there any alternatives.
c. how do you break down the problem statement to smaller tasks
d. how thoroughly do you understand your design, with limitations.
e. does it fulfill your client's purpose.


Round: HR Interview
Experience: I had undertaken thorough research about the organisation, which enabled me to map my ambitions and expectations to the organisational values and purpose.
Tips: I highly recommend doing a background research on the organisation. It also helps to be clear on your expectations.
For example, 'I want to work here because the company believes in taking a client centric approach to deliver solutions, while maintaining high ethical standards. This way of work aligns with my idea of undertaking challenging tasks in an environment which provides developmental platforms for employees.'

Round: HR Interview
Experience: I responded with my professional ambitions in the industry. The interviewer is more interested in understanding what your objective is and your plan to get there.
Tips: Study the career opportunities and pathways available in the industry. Decide which one suits your goals the best. It is alright not to have a completely confirmed plan. You can also demonstrate that you are flexible with your plan and will select the best available option at a future point in time.

General Tips: Learn from the experience. If you do not get selected, there is always a next opportunity. Understand what the recruiters are looking for. Try to refrain from repeating your mistakes.
Skills: Leadership Skills, Teamwork, Ability To Improvise, Basic Mathematics, Ability To Deal Diplomatically, Activeness Of Candidate, Analytical Skills, Object Oriented Programming (OOP) Basics, Programming
College Name: Vidyalankar Institute Of Technology
Funny Moments: The HR rep complimented me on having a unique name and asked me what it means. To which I had no answer. Quite embarrassing!

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Are u willing to relocate to different centers for training?
  • Ans. 

    Yes, I am willing to relocate to different centers for training.

    • I am open to the opportunity of relocating for training purposes.

    • I understand that training may be conducted in different centers and I am willing to adapt.

    • Relocating for training can provide valuable learning experiences and exposure to different environments.

    • I am flexible and willing to make the necessary arrangements to relocate if required.

  • Answered by AI
  • Q2. Tell me something about yourself?
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java and JavaScript.

    • I have a strong knowledge of object-oriented programming and design patterns.

    • I am proficient in Java, JavaScript, HTML, and CSS.

    • I have experience working with frameworks like Spring and Angular.

    • I have worked on projects involving database management and RESTful APIs.

    • I am a quick learner and enjoy staying updated...

  • Answered by AI
  • Q3. What are your qualities ?
  • Ans. 

    I am a highly skilled and dedicated software engineer with a strong problem-solving ability.

    • Strong programming skills in languages like Java, C++, and Python

    • Excellent problem-solving and analytical skills

    • Ability to work well in a team and collaborate effectively

    • Strong attention to detail and ability to write clean and efficient code

    • Experience with software development methodologies like Agile

    • Good communication skills t...

  • Answered by AI
  • Q4. Would you be able to cope up with IT being extc engg?

Interview Preparation Tips

Round: HR Interview
Experience: answers to the above questions
ans 1)If you want to get campus placement blindly say yes I am able to relocate.
ans 2)Give the details about you which are not there in resume.
ans 3)give details about your strength.
ans 4)blindly say yes
Tips: Be confident and answer with full beleif in yourself.

General Tips: prepare aptitude wholly and basics about your project and strong subjects.
Skill Tips: clear the basics and be familiar with quantz and verbal ability
Skills: Aptitude, attitude, Confidence
College Name: Vidyalankar Institute Of Technology
Motivation: Its quality of services and brand value .
Funny Moments: none

Interview Questionnaire 

9 Questions

  • Q1. Why u didnt clear th TCS aptitud?
  • Ans. 

    I did clear the TCS aptitude test.

    • I successfully cleared the TCS aptitude test.

    • I may have faced some challenges during the test, but I was able to overcome them.

    • I believe my skills and experience make me a strong candidate for this position.

  • Answered by AI
  • Q2. Can u work in Chennai?
  • Ans. 

    Yes, I am willing to work in Chennai.

    • I am open to relocating for the job

    • I have researched about the city and its culture

    • I am excited to explore a new city and work environment

  • Answered by AI
  • Q3. What does your do?
  • Q4. Father's business
  • Q5. Program for FIBONACCI series.
  • Ans. 

    Program to generate Fibonacci series.

    • Declare variables for first two numbers of the series

    • Use a loop to generate subsequent numbers

    • Add the previous two numbers to get the next number

    • Print the series or store in an array

  • Answered by AI
  • Q6. Program for Odd and Even number
  • Ans. 

    Program to identify odd and even numbers.

    • Use modulo operator to check if a number is even or odd.

    • If a number is divisible by 2, it is even.

    • If a number is not divisible by 2, it is odd.

    • Print the result accordingly.

  • Answered by AI
  • Q7. Where do you stay?
  • Ans. 

    I currently reside in New York City.

    • I live in an apartment in Manhattan.

    • My neighborhood is known for its diverse food options.

    • I have easy access to public transportation.

    • I enjoy exploring the city in my free time.

  • Answered by AI
  • Q8. Are you fine moving to any other country?
  • Ans. 

    Yes, I am open to relocating to other countries for work.

    • I am willing to explore new cultures and experiences

    • I am adaptable and can adjust to new environments

    • I have researched and considered the logistics of moving to a new country

    • I am excited about the opportunity to work with a global team

  • Answered by AI
  • Q9. How are you?
  • Ans. 

    I'm doing well, thank you for asking.

    • Feeling good today

    • Excited to be here for the interview

    • Ready to discuss my qualifications

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: The L&T HR guys were really professional and cool.
Tips: Keep calm.

Round: Technical Interview
Experience: Humble TECHNICAL Interview can make ur life easy.
Tips: Basics Basics Basics Basics and only Basics of each section. No matter it is ur TECHNICAL or APTITUDE.
Computer guys should know their programming basic.

General Tips: Computer Students basics of everything(Everything is C, Java and DBMS)

Skill Tips: Stay calm and carry some food with you.
Skills: Quantitative Aptitude, Presentation Skills, Communication
College Name: Vidyalankar Institute Of Technology
Motivation: TCS rejected me in the aptitude phase. So L&T.

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Which is your favorite player in cricket
  • Ans. 

    My favorite player in cricket is Virat Kohli.

    • I admire his consistency and determination on the field.

    • He is a great leader and motivator for his team.

    • His batting skills are exceptional and he has broken many records.

    • He is also a good fielder and has a strong work ethic.

    • His passion for the game is inspiring and he always gives his best.

  • Answered by AI
  • Q2. Do you support meat ban
  • Q3. Write a program to generate fibonacci number
  • Ans. 

    Program to generate fibonacci number

    • Use recursion or iteration to generate fibonacci sequence

    • Start with 0 and 1 as first two numbers

    • Add previous two numbers to get next number in sequence

  • Answered by AI
  • Q4. Prime number
  • Q5. Sql inner query

Interview Preparation Tips

Round: HR Interview
Experience: excellent. really enjoyed ,just be confident about whatever you answer
Tips: go through your resume

Round: Technical Interview
Experience: easy,smooth.
Tips: prepare your basics well

General Tips: be sure of whatever you answer
Skills: Database, Basic C/C++
College Name: Vidyalankar Institute Of Technology
Motivation: its reputation at global level

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

BUSINESSNEXT Interview FAQs

How many rounds are there in BUSINESSNEXT .NET Software Developer interview?
BUSINESSNEXT interview process usually has 5 rounds. The most common rounds in the BUSINESSNEXT interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for BUSINESSNEXT .NET Software Developer 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 BUSINESSNEXT. The most common topics and skills that interviewers at BUSINESSNEXT expect are Software Development.
What are the top questions asked in BUSINESSNEXT .NET Software Developer interview?

Some of the top questions asked at the BUSINESSNEXT .NET Software Developer interview -

  1. Difference in Webservices and WCF, Abstraction and its types, Boxing and Unboxi...read more
  2. Caching and its ty...read more
  3. Write queries and jo...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

BUSINESSNEXT

No Interviews

INTERVIEWS

Axxela Advisory Services LLP

No Interviews

INTERVIEWS

BUSINESSNEXT

No Interviews

INTERVIEWS

Ebix Smartclass Educational Services

No Interviews

INTERVIEWS

BUSINESSNEXT

No Interviews

INTERVIEWS

BUSINESSNEXT

No Interviews

INTERVIEWS

BUSINESSNEXT

No Interviews

INTERVIEWS

BUSINESSNEXT

No Interviews

Tell us how to improve this page.

BUSINESSNEXT .NET Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
KPIT Technologies Interview Questions
3.4
 • 278 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
View all
Engineer
252 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
233 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
219 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
195 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BUSINESSNEXT with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Ramco Systems

3.9
Compare

TCS

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