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

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

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

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

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 appeared for an interview 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

I applied via Campus Placement and was interviewed in May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Can you describe “method overloading” versus “method overriding”? Does it happen at compile time or runtime?
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a different implementation of a method from its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs when a subclass provides a different implementation of a method that is already defined in its super...

  • Answered by AI
  • Q2. What do you know about class loading? Explain Java class loaders? If you have a class in a package, what do you need to do to run it? Explain dynamic class loading?
  • Ans. 

    Explanation of Java class loading and dynamic class loading.

    • Java class loaders are responsible for loading classes into the JVM.

    • There are three types of class loaders: bootstrap, extension, and application.

    • To run a class in a package, you need to specify the fully qualified name of the class.

    • Dynamic class loading allows classes to be loaded at runtime instead of compile time.

    • This can be useful for plugins or modules th

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview must be very friendly. If interviewer asks the question in aggressive way then candidate will be nervous. Then he can't able to give answers of simple question also. If the interview is technical type then also interviewer have to asks about candidate first. Then he has to start proper interview....

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Flatfile validatations

Developer Interview Questions & Answers

Wipro user image MD ASIM KAMAL FAROOQUI

posted on 17 Mar 2022

I applied via Recruitment Consulltant and was interviewed before Mar 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 

(1 Question)

  • Q1. What is hashmap and code for it?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and provides constant time complexity for basic operations.

    • HashMap is implemented using an array of linked lists or a balanced tree.

    • It allows null values and at most one null key.

    • The put() method is used to insert a key-value pair into the HashMap.

    • The get() method is used to retrieve the value associated with a given key.

    • Example: HashMap map = new

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Core Java and basics of data structures and try to learn as well implementation of data structures.

Skills evaluated in this interview

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.

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
89 salaries
unlock blur

₹6 L/yr - ₹17.5 L/yr

Software Engineer
15 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Developer
14 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Full Stack Developer
8 salaries
unlock blur

₹7.1 L/yr - ₹16 L/yr

Software Developer Trainee
8 salaries
unlock blur

₹6.3 L/yr - ₹8 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