Upload Button Icon Add office photos
Engaged Employer

i

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

BeeHyv Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

BeeHyv Trainee Interview Questions and Answers

Updated 18 Mar 2024

BeeHyv Trainee Interview Experiences

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2024

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

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

Round 1 - Aptitude Test 

It was completely a math based test

Round 2 - One-on-one 

(1 Question)

  • Q1. There were math questions to solve

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain project you have worked.. question session on that. Java and hibernate questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have ready with atleast 2 good projects with all important points
focus on skill, project and experience.

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is your exp?

Interview Preparation Tips

Interview preparation tips for other job seekers - Great

I applied via LinkedIn and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Technical skills
  • Q2. Mvc

Interview Preparation Tips

Interview preparation tips for other job seekers - ausumn

Interview Questionnaire 

11 Questions

  • Q1. Difference between function and store procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions can be used in views while stored procedures cannot.

    • Functions can have input parameters while stored procedures can have both input and output parameters.

  • Answered by AI
  • Q2. What is unique key
  • Ans. 

    A unique key is a field or combination of fields in a database table that uniquely identifies each record.

    • A unique key ensures that no two records in a table have the same values for the specified field(s).

    • It can be a single field or a combination of fields.

    • It is used to enforce data integrity and prevent duplicate records.

    • Examples include primary keys, candidate keys, and alternate keys.

  • Answered by AI
  • Q3. How many types of joining?exmplae
  • Ans. 

    There are four types of joining in SQL: Inner Join, Left Join, Right Join, and Full Join.

    • Inner Join returns only the matching rows from both tables.

    • Left Join returns all the rows from the left table and matching rows from the right table.

    • Right Join returns all the rows from the right table and matching rows from the left table.

    • Full Join returns all the rows from both tables, with NULL values in the columns where there ...

  • Answered by AI
  • Q4. What is constraint?
  • Ans. 

    A constraint is a limitation or restriction on something.

    • Constraints can be applied in various fields such as software development, engineering, and project management.

    • In software development, constraints can include limitations on memory usage, processing speed, and storage capacity.

    • In engineering, constraints can include limitations on materials, dimensions, and weight.

    • In project management, constraints can include l...

  • Answered by AI
  • Q5. What is asp.net life cycle?
  • Ans. 

    ASP.NET life cycle is the series of events that occur during the processing of a request.

    • ASP.NET life cycle includes stages like initialization, page rendering, and disposal.

    • During initialization, the page and its controls are created and initialized.

    • During page rendering, the page is processed and HTML is generated.

    • During disposal, resources used by the page are released.

    • Events like Page_Load and Page_PreRender occur ...

  • Answered by AI
  • Q6. What is the view state?
  • Ans. 

    View state is a hidden state of the page that stores values of controls and other page-specific data.

    • View state is used to maintain the state of server-side controls between postbacks.

    • It is stored in a hidden field on the page and is encrypted for security purposes.

    • View state can be disabled to improve performance, but this may cause issues with control state.

    • Example: A user fills out a form, but then navigates away fr...

  • Answered by AI
  • Q7. What is session?
  • Ans. 

    Session is a way to store and retrieve user data between HTTP requests.

    • Session is a temporary storage of user data on the server side.

    • It is identified by a unique session ID which is stored in a cookie or URL parameter.

    • Session data can be used to maintain user state, such as login status or shopping cart contents.

  • Answered by AI
  • Q8. What is response.redirect?
  • Ans. 

    response.redirect is a method used in web development to redirect the user to a different URL.

    • response.redirect is used to redirect the user to a different URL

    • It is commonly used in web applications to redirect users after a successful login or when accessing restricted pages

    • The method can be used with different programming languages and frameworks, such as ASP.NET, PHP, and Node.js

    • The redirected URL can be specified a

  • Answered by AI
  • Q9. What is querry string ?how we use that?
  • Ans. 

    A query string is a part of a URL that contains data to be passed to a web server.

    • It starts with a question mark (?) and is followed by key-value pairs separated by ampersands (&).

    • It is commonly used to filter or sort data on a web page.

    • Example: www.example.com/search?q=apple&category=fruit

    • To use it, simply append the query string to the end of the URL.

  • Answered by AI
  • Q10.  what is polymerphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound'.

    • Polymorphism makes code more flexibl

  • Answered by AI
  • Q11. Tell me 4 pillars of c++?
  • Ans. 

    The 4 pillars of C++ are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together to prevent external interference.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and methods.

    • Polymorphism: Using a single interface to represent multiple types of objects.

  • Answered by AI

Skills evaluated in this interview

Developer Interview Questions & Answers

Tech Mahindra user image siddharth pandit

posted on 29 Nov 2015

Interview Preparation Tips

Round: Test
Experience: The test started with the verbal ability - reading and comprehension. Especially for Tech M you will have to improve your verbal skills as they strongly emphasize on them.
Logical reasoning section is a little bit easy or you can say that as for me I found it rather easy to handle. Mainly questions were on data interpretation and cubes and relations and ages.
Moving on to the third and last section that comprises of quant is simple. Most of the questions were direct and had 2-3 line solutions. Just improve your basic fundamentals.
Tips: Refer India bix and at least start reading something to improve your vocabulary. Even practicing each section from this site is quite enough.
Duration: 180 min minutes
Total Questions: 130

Round: Problem Statement
Experience: The window given was of only 10 minutes and I was hardly able to write 10-12 lines.
Tips: Guys main aim is to check your sentence making ability and how well you have understood the topic. Whatever you write make sure its well read, grammatically correct and in context with the topic given.

Round: Technical Interview
Experience: Technical interview was a little bit tough. Mainly, the interviewer asked me to explain my project and questions on my field of interest.
Tips: Whatever programming language you know, be ready to at least explain the logic for basic questions asked about that language. Don't try to go round and round over the topic. Just be clear and to the point

Round: HR Interview
Experience: My HR round lasted a mere 3 minutes
Tips: Just don't tremble in front of him and try to answer in a positive way.

General Tips: Be confident in giving your answers.
Also, it is important to crack the Aptitude at the first place or you wont get a chance to showcase your technical knowledge, no matter how strong are you.
So do not ignore that part. Know what company gives importance to what section (as TechM gives for verbal).
Practice with whatever material you get.
Skill Tips: Know the fundamentals.
Master one programming language, its syntax and logic.
Skills:
College Name: JNEC Aurangabad

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 13 Sep 2017

Interview Questionnaire 

1 Question

  • Q1. How setup network in lab anf what equipment u required?
  • Ans. 

    To setup a network in a lab, you need equipment and a plan.

    • Determine the network topology and design

    • Choose appropriate networking equipment such as routers, switches, and cables

    • Configure network settings such as IP addresses and subnet masks

    • Test the network to ensure connectivity and functionality

    • Consider security measures such as firewalls and access control

    • Examples of equipment: Cisco routers, Juniper switches, Cat6

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: They asked about all questions based computer networks and what type of practical u did. And network logarithms how packet works.
Tips: If you are from ece background then computer network one of the option for interview preparation.

College Name: Echelon institute of technology

Skills evaluated in this interview

Developer Interview Questions & Answers

TCS user image Anonymous

posted on 22 Aug 2017

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: Technical Interview
Experience: The interviewer asked me to explain the project I had worked on which followed a series of questions regarding what would happen if some changes are made, or what exactly happens at the back end.
Tips: Be thorough with your project if you want to mention it.

Round: Technical Interview
Experience: The interviewer asked me to explain the project I had worked on which followed a series of questions regarding what would happen if some changes are made, or what exactly happens at the back end.
Tips: Be thorough with your project if you want to mention it.

College Name: GNDU

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why c not used now
  • Ans. 

    C is still widely used in many industries and systems, but newer languages offer more modern features and better security.

    • C lacks modern features like garbage collection and object-oriented programming

    • Newer languages like Python and Java offer better security and easier syntax

    • However, C is still used in industries like embedded systems and operating systems

    • C is also still used in legacy systems that cannot be easily up

  • Answered by AI
  • Q2. Why CPP is better
  • Ans. 

    CPP is better due to its performance, memory management, and object-oriented features.

    • CPP is faster than many other programming languages due to its compiled nature.

    • CPP allows for manual memory management, which can lead to more efficient use of resources.

    • CPP supports object-oriented programming, which can make code more modular and easier to maintain.

    • CPP has a large community and many libraries available, making it a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ramp up on c and copy to get a better hands on

Skills evaluated in this interview

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

BeeHyv Interview FAQs

How many rounds are there in BeeHyv Trainee interview?
BeeHyv interview process usually has 2 rounds. The most common rounds in the BeeHyv interview process are Aptitude Test and One-on-one Round.

Recently Viewed

INTERVIEWS

You Broadband

No Interviews

INTERVIEWS

Piramal Realty

No Interviews

INTERVIEWS

BeeHyv

No Interviews

DESIGNATION

JOBS

BeeHyv

No Jobs

JOBS

BeeHyv

No Jobs

SALARIES

Aliens Group

DESIGNATION

SALARIES

BeeHyv

SALARIES

Aliens Group

Tell us how to improve this page.

BeeHyv Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Trainee Interview Questions from Similar Companies

TCS Trainee Interview Questions
3.7
 • 59 Interviews
Wipro Trainee Interview Questions
3.7
 • 38 Interviews
Infosys Trainee Interview Questions
3.6
 • 15 Interviews
View all
Software Developer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer Trainee
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BeeHyv with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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