Upload Button Icon Add office photos

Webonise Lab

Compare button icon Compare button icon Compare

Filter interviews by

Webonise Lab Software Developer Trainee Interview Questions, Process, and Tips

Updated 20 May 2017

Webonise Lab Software Developer Trainee Interview Experiences

1 interview found

I appeared for an interview in Oct 2016.

Interview Questionnaire 

17 Questions

  • Q1. Basic concepts of OOPs (inheritance, polymorphism etc)
  • Q2. Basic concepts of DBMS (related to joins, recovery)
  • Q3. Pseudo code for circular queue
  • Ans. 

    Pseudo code for circular queue

    • A circular queue is a data structure that follows the FIFO (First-In-First-Out) principle.

    • It uses an array to store the elements and two pointers, front and rear, to keep track of the queue.

    • When the rear pointer reaches the end of the array, it wraps around to the beginning, creating a circular behavior.

    • To enqueue an element, check if the queue is full. If not, increment the rear pointer a...

  • Answered by AI
  • Q4. Concatenation of linked lists
  • Ans. 

    Concatenation of linked lists is the process of combining two or more linked lists into a single linked list.

    • Create a new linked list to store the concatenated result.

    • Traverse the first linked list and add each node to the new linked list.

    • Traverse the second linked list and add each node to the new linked list.

    • The last node of the first linked list should point to the head of the second linked list.

    • Return the head of t

  • Answered by AI
  • Q5. Intersection of linked lists
  • Ans. 

    Finding the intersection point of two linked lists.

    • Traverse both lists and find their lengths.

    • Move the pointer of the longer list ahead by the difference in lengths.

    • Now, traverse both lists simultaneously until the pointers meet.

    • The meeting point is the intersection point.

  • Answered by AI
  • Q6. N queens problem
  • Q7. Write a query to obtain specific data from a table (e.g.: all employees having manager xyz and staying in city abc)
  • Q8. Find the height of a tree and it's mirror image
  • Ans. 

    To find the height of a tree and its mirror image, we need to traverse the tree and calculate the maximum depth.

    • Traverse the tree using depth-first search or breadth-first search

    • Keep track of the maximum depth encountered during traversal

    • Repeat the traversal process for the mirror image of the tree

    • Compare the heights of the original tree and its mirror image

  • Answered by AI
  • Q9. Implement inheritance in everyday life and code for the same.
  • Ans. 

    Inheritance in everyday life is when traits or characteristics are passed down from parents to children.

    • Inheritance in code allows a class to inherit properties and methods from another class.

    • In everyday life, children often inherit physical traits, such as eye color or height, from their parents.

    • In code, a child class can inherit attributes and behaviors from a parent class.

    • For example, a parent class 'Animal' can hav...

  • Answered by AI
  • Q10. Hash table, Linked List, Tree - Which one of these data structures is better and why? (Hint: compare complexities of insertion, deletion and search in all 3 cases)
  • Q11. Introduction
  • Q12. What did you like about the company since you were here for a while giving interviews?
  • Ans. 

    I liked the company's innovative projects, supportive team, and positive work culture.

    • Innovative projects: I was impressed by the company's focus on cutting-edge technologies and solutions.

    • Supportive team: Everyone I met during the interviews was friendly, helpful, and passionate about their work.

    • Positive work culture: The company's emphasis on work-life balance and professional development opportunities stood out to m

  • Answered by AI
  • Q13. Do you know what we do?
  • Ans. 

    The company specializes in developing software solutions for various industries.

    • Specializes in developing software solutions

    • Works with clients from different industries

    • Focuses on creating innovative and efficient software products

  • Answered by AI
  • Q14. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include public speaking and time management.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: public speaking

    • Weaknesses: time management

  • Answered by AI
  • Q15. Is coding your passion?
  • Ans. 

    Yes, coding is my passion as I enjoy problem-solving and creating innovative solutions through programming.

    • I find joy in tackling complex coding challenges

    • I am constantly learning new technologies and improving my coding skills

    • I have personal projects where I apply coding to solve real-world problems

  • Answered by AI
  • Q16. How long are you willing to work here? What are your future plans?
  • Ans. 

    I am willing to work here long-term and grow with the company. My future plans include gaining more experience and taking on more responsibilities.

    • I am committed to working here for the foreseeable future

    • I am eager to learn and grow within the company

    • I hope to take on more responsibilities and advance in my career

  • Answered by AI
  • Q17. What are your hobbies?
  • Ans. 

    My hobbies include playing guitar, hiking, and reading science fiction novels.

    • Playing guitar: I enjoy learning new songs and practicing different techniques.

    • Hiking: I love exploring nature trails and challenging myself with long hikes.

    • Reading science fiction novels: I find it fascinating to escape into futuristic worlds and explore complex ideas.

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: It was a Skype interview which lasted for 30 minutes. Started with introducing myself and then moved onto the technical aspects.
Tips: Basics of OOPs, DBMS and Data structures must be thorough. Example, knowing basics of linked list, trees etc

Round: Technical Interview
Experience: This interview took place at the company itself. It lasted for an hour.
There was a ma'am who took my interview, so only one person was present. She tested my coding skills, tweaking questions to see if I paid attention to detail.
Tips: Practice questions from geeksforgeeks related to Linked lists, trees, arrays. Do not forget to practice writing queries in DBMS. If you forget something, do not worry, most likely she will nudge you in the right direction.

Round: Technical Interview
Experience: This was a theory based interview. Practical applications of OOPs concepts were tested.
Tips: Read about how the basic data structures are implemented in real life. Some candidates were asked about Java concepts such as throw exception. So go through those also.

Round: HR Interview
Experience: First I had an interview with the HR team, then I had a phone call interview with the HR lead. Both rounds were pretty straightforward, they appreciate it if you know something about their company beforehand(so go through their website)
Tips: Just be yourself, do research on the company and job position you're applying for. If possible, rehearse your answer to the question, "tell me something about you"

Skills: Practical Application Of Concepts, Technical Skill And Speaking Skill, Logical And Structured Thinking
College Name: VNIT Nagpur

Skills evaluated in this interview

Interview questions from similar companies

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

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

I appeared for an interview in Oct 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Easy to medium
profit and loss questions
Permutation and combination

Round 3 - Aptitude Test 

Easy to medium
45 mins

Round 4 - Technical 

(4 Questions)

  • Q1. Basic concept of Oops Java basic
  • Q2. Constructor Overloading
  • Q3. Operator overloading in Java?
  • Ans. 

    Operator overloading allows operators to be redefined for user-defined types in Java.

    • Operator overloading is not supported in Java as it can lead to ambiguity and confusion.

    • Java does not allow custom operators to be defined or existing operators to be overloaded.

    • Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.

  • Answered by AI
  • Q4. Define java and it's features
  • Ans. 

    Java is a high-level, object-oriented programming language known for its platform independence and robust features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its robust standard library, which includes tools for networking, I/O, and more

    • It supports multithreading, allowing for concurrent e...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Introduction Present events

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy aptitude, 30 min with 20 question

Interview Preparation Tips

Interview preparation tips for other job seekers - learn OOPs concept and thorough about your project
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions.

Round 2 - HR 

(2 Questions)

  • Q1. What's your strength ?
  • Ans. 

    My strength lies in my problem-solving skills and ability to learn quickly.

    • Strong problem-solving skills

    • Quick learner

    • Adaptability to new technologies

    • Ability to work well under pressure

  • Answered by AI
  • Q2. Are you willing to work under pressure?
  • Ans. 

    Yes, I am comfortable working under pressure and have experience delivering high-quality work in tight deadlines.

    • I have successfully completed projects with tight deadlines in my previous roles.

    • I am able to prioritize tasks effectively and remain focused under pressure.

    • I thrive in challenging situations and see them as opportunities to showcase my skills.

    • I have experience working on urgent bug fixes and resolving issue

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a good carrier then don't go there.

I applied via Referral and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

It was online 1hr test. Overall it was an easy test. If you code on hackerrank, hackerearth or leetcode then you can easily clear the test.

Round 3 - Technical 

(1 Question)

  • Q1. All Data Structure related, OOPs concepts, Spring Framework.
Round 4 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be confident. Show your spark that you are better in every kind.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you handle debugging in your code?
  • Ans. 

    I use print statements, logging, and debugging tools to identify and fix issues in my code.

    • I start by reviewing the code and understanding the logic behind it.

    • I use print statements to check the values of variables at different points in the code.

    • I utilize logging to track the flow of the program and identify any errors.

    • I use debugging tools like breakpoints and step-through debugging to pinpoint the exact location of ...

  • Answered by AI
  • Q2. What is your approach to optimizing a slow-running application?
  • Ans. 

    Identify bottlenecks, analyze code, optimize algorithms, utilize caching, and consider hardware upgrades.

    • Identify bottlenecks in the application by profiling and monitoring performance.

    • Analyze the code to find inefficient algorithms or database queries.

    • Optimize algorithms and data structures to improve efficiency.

    • Utilize caching mechanisms to reduce redundant computations.

    • Consider hardware upgrades such as increasing m

  • Answered by AI
  • Q3. What is the difference between functional and object-oriented programming?
  • Ans. 

    Functional programming focuses on functions and immutability, while object-oriented programming focuses on objects and encapsulation.

    • Functional programming uses pure functions that do not have side effects.

    • Object-oriented programming uses objects that encapsulate data and behavior.

    • In functional programming, data is immutable and functions are first-class citizens.

    • In object-oriented programming, objects can have state a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, research zazz's services, showcase your technical skills, communicate clearly, and prepare to discuss real-world problem-solving scenarios
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a function to find the first non-repeating character in a string ?
  • Ans. 

    Function to find the first non-repeating character in a string

    • Create a hashmap to store character frequencies

    • Iterate through the string to populate the hashmap

    • Iterate through the string again to find the first non-repeating character

  • Answered by AI
  • Q2. Explain the difference between a stack and a queue . Provide an example of when you would use each?
  • Ans. 

    A stack is a data structure that follows the Last In First Out (LIFO) principle, while a queue follows the First In First Out (FIFO) principle.

    • Stack: Last In First Out (LIFO), used for function calls, undo operations.

    • Queue: First In First Out (FIFO), used for printing tasks, message queues.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn in demand tech, network actively, and research about the company

Webonise Lab Interview FAQs

What are the top questions asked in Webonise Lab Software Developer Trainee interview?

Some of the top questions asked at the Webonise Lab Software Developer Trainee interview -

  1. Implement inheritance in everyday life and code for the sa...read more
  2. Find the height of a tree and it's mirror ima...read more
  3. Pseudo code for circular que...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 28 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.2
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
View all
Software Developer
57 salaries
unlock blur

₹3.9 L/yr - ₹15.6 L/yr

Senior Software Developer
15 salaries
unlock blur

₹6 L/yr - ₹14.5 L/yr

Associate Technical Leader
13 salaries
unlock blur

₹9.6 L/yr - ₹22 L/yr

Technical Lead
13 salaries
unlock blur

₹17 L/yr - ₹27 L/yr

Software Engineer
12 salaries
unlock blur

₹5 L/yr - ₹9.7 L/yr

Explore more salaries
Compare Webonise Lab with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

Apmosys Technologies

3.5
Compare

DynPro

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