Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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?
  • 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 applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I was interviewed in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. .net core , mvc basics and some scripting language

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics , know about your current project . If interviewer asks you if you have to ask anything , do ask . For my case I asked for his advice where I need to improve. He answered genuinely and even came to know about my other technical skills .

Interview Questionnaire 

1 Question

  • Q1. Time management

Interview Questionnaire 

1 Question

  • Q1. Sql joins

Interview Preparation Tips

Interview preparation tips for other job seekers - go to google and search it

Interview Questionnaire 

2 Questions

  • Q1. Python
  • Q2. Webdevelopment

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

I applied via Campus Placement and was interviewed before Mar 2021. 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 Resume tips
Round 2 - HR 

(16 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and opportunities offered by the position.

    • I am flexible and open to negotiation.

    • I am looking for a competitive salary that reflects my skills and experience.

    • I am more interested in the overall compensation package, including benefits and growth opportunities.

    • I would like to learn more about the company's salary range for this position.

    • I am confident that we c

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural.

    • My parents are from different countries, which has exposed me to different cultures and perspectives.

    • I have relatives who work in various industries, including technology and healthcare.

    • Growing up, my family encouraged me to pursue my interests in computer science and supported my education in the field.

  • Answered by AI
  • Q3. Share details of your previous job.
  • Ans. 

    I worked as a Software Developer at XYZ Company.

    • Developed and maintained software applications using Java and Python.

    • Collaborated with a team of developers to design and implement new features.

    • Participated in code reviews and debugging sessions to ensure high-quality code.

    • Worked closely with clients to gather requirements and provide technical support.

    • Implemented unit tests and performed software testing to identify an...

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    I have a strong background in software development and a proven track record of delivering high-quality projects on time and within budget.

    • I have a deep understanding of various programming languages and frameworks, allowing me to adapt quickly to new technologies.

    • I am highly skilled in problem-solving and troubleshooting, which enables me to identify and resolve issues efficiently.

    • I am a team player and have excellent...

  • Answered by AI
  • Q5. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities.

    • Seeking a more challenging role to enhance my skills and knowledge.

    • Interested in working on cutting-edge technologies and projects.

    • Want to be part of a dynamic and innovative team.

    • Desire to expand my professional network and learn from industry experts.

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

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and staying updated with new technologies

    • Contributing to the growth and success of the company

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

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

    • Strengths: problem-solving, attention to detail, teamwork

    • Weaknesses: time management, public speaking

  • Answered by AI
  • Q8. Tell me about yourself.
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for creating innovative solutions.

    • Experienced in Java, C++, and Python

    • Developed a mobile app using React Native

    • Worked on a team to create a web application using Angular

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q9. Tell me about yourself
  • Ans. 

    I am a software developer with experience in web development and a passion for problem-solving.

    • Experienced in web development using HTML, CSS, and JavaScript

    • Proficient in programming languages such as Java and Python

    • Familiar with frameworks like React and Angular

    • Strong problem-solving and analytical skills

    • Excellent teamwork and communication abilities

  • Answered by AI
  • Q10. What are your strength and weakness
  • Ans. 

    My strength is problem-solving and my weakness is sometimes overthinking.

    • Strength: Problem-solving

    • Weakness: Overthinking

  • Answered by AI
  • Q11. Where do you see yourself in 5 year's
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and improving my skills

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q12. Why are you looking for a change
  • Ans. 

    Seeking new opportunities for professional growth and challenges.

    • Looking for a more challenging role

    • Want to expand my skill set

    • Seeking better career prospects

    • Interested in working with new technologies

    • Want to work in a more collaborative environment

  • Answered by AI
  • Q13. I think I am very flexible and adaptive to learning new things
  • Q14. Share your details for your previous job
  • Ans. 

    I worked as a Software Developer at XYZ Company.

    • Developed and maintained web applications using Java and Spring framework

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Implemented unit tests and performed code reviews to ensure code quality

    • Participated in Agile development process and attended daily stand-up meetings

    • Troubleshooted and resolved software defects reported by users

  • Answered by AI
  • Q15. What is your family background
  • Ans. 

    My family background is diverse and multicultural, with members from different professions and cultural backgrounds.

    • My father is a doctor and my mother is a teacher.

    • I have two siblings, one is an engineer and the other is a lawyer.

    • We celebrate various cultural festivals and traditions together.

    • My family values education and encourages continuous learning.

  • Answered by AI
  • Q16. What are your salary expectations
  • Ans. 

    I am open to discussing salary based on the responsibilities and opportunities offered by the position.

    • I am flexible and open to negotiation.

    • I am looking for a fair and competitive salary based on my skills and experience.

    • I am more interested in the overall compensation package, including benefits and growth opportunities.

    • I am confident that we can come to a mutually beneficial agreement.

  • Answered by AI
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Good morning sir/ mam..
I'm from Vinukonda
I'm ready to the interview

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Waterfall model, Software development life cycle
  • Q2. How do you arrive at factorial without recursive function
  • Ans. 

    Factorial can be calculated using a loop by multiplying numbers from 1 to n.

    • Initialize a variable to 1

    • Use a loop to multiply the variable with numbers from 1 to n

    • Return the variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your fundamental skills
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Maruti Suzuki

No Interviews

INTERVIEWS

Tsecond Generation Technology

No Interviews

INTERVIEWS

mthree

No Interviews

INTERVIEWS

Ubreathe

No Interviews

INTERVIEWS

Grey Orange

No Interviews

Tell us how to improve this page.

Software Developer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Leader
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Webonise Lab with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent