Upload Button Icon Add office photos

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 was interviewed 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?
  • Q13. Do you know what we do?
  • Q14. What are your strengths and weaknesses?
  • Q15. Is coding your passion?
  • Q16. How long are you willing to work here? What are your future plans?
  • Q17. What are your hobbies?

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

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

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Ans. 

    I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.

    • Encourage open communication among team members to address conflicts early on

    • Practice active listening to understand all perspectives and concerns

    • Seek compromise and find common ground to resolve conflicts effectively

  • Answered by AI
  • Q2. What is the difference between an interface and an abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
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 Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

Give 10 questions from node js backend

Round 2 - One-on-one 

(6 Questions)

  • Q1. Ask about angular and node js
  • Q2. What is package.json
  • Ans. 

    package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.

    • It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.

    • It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.

    • It allows developers to define scripts for tasks like building, testing, and running the project.

    • Example: {...

  • Answered by AI
  • Q3. What is components in angular,how share data to component
  • Ans. 

    Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.

    • Components in Angular are reusable, self-contained units of code that define a part of the user interface.

    • Data can be shared to a component using input properties, where data is passed from the parent component to the child component.

    • Data can also be shared from a child component t...

  • Answered by AI
  • Q4. What is === and == ,and wher use === is real time projects
  • Ans. 

    === is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.

    • === is a strict equality operator that checks both value and type of operands

    • == is a loose equality operator that only checks the value of operands

    • === is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues

  • Answered by AI
  • Q5. Write arrow function syntax
  • Ans. 

    Arrow function syntax in JavaScript

    • Arrow functions are concise syntax for writing function expressions in JavaScript

    • They have a shorter syntax compared to traditional function expressions

    • They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords

  • Answered by AI
  • Q6. What is difference between arrow function and anonymous function
  • Ans. 

    Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.

    • Arrow functions have a shorter syntax compared to anonymous functions.

    • Arrow functions do not have their own 'this' keyword, while anonymous functions do.

    • Arrow functions do not have 'arguments' object, while anonymous functions do.

    • Arrow functions are not hoisted, while anonymous functions are hoisted.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare about ur role

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions with some basic coding questions

Round 2 - Coding Test 

They have given 3 coding questions and some pseudo codings

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about your self
  • Q2. Some coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Generally quant based

Round 2 - Technical 

(2 Questions)

  • Q1. What is octa core processor
  • Ans. 

    An octa-core processor is a CPU that has eight cores, allowing it to handle multiple tasks simultaneously for improved performance.

    • An octa-core processor has eight processing cores, which can work together to execute tasks faster and more efficiently.

    • It is commonly found in high-end smartphones, tablets, and computers to provide better multitasking capabilities.

    • Each core can handle its own tasks independently, leading ...

  • Answered by AI
  • Q2. Questions on bit manipulations

Interview Preparation Tips

Interview preparation tips for other job seekers - be confiudent

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

Was given task to make login with rest client retrofit2

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions regarding Android

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.

Software Developer
57 salaries
unlock blur

₹3.9 L/yr - ₹15.6 L/yr

Senior Software Developer
17 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
10 salaries
unlock blur

₹5 L/yr - ₹9.7 L/yr

Explore more salaries
Compare Webonise Lab with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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