Upload Button Icon Add office photos

Filter interviews by

WebShar Interview Questions and Answers

Updated 12 Aug 2024

WebShar Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. OOPS concepts in Java
  • Ans. 

    OOPS concepts in Java refer to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hidi...

  • Answered by AI
  • Q2. How does multi inheritance work in Java?
  • Ans. 

    Java does not support multiple inheritance directly, but it can be achieved using interfaces.

    • Java does not support multiple inheritance of classes due to the Diamond Problem.

    • Multiple inheritance can be achieved in Java using interfaces, where a class can implement multiple interfaces.

    • Interfaces in Java provide a way to achieve multiple inheritance by allowing a class to inherit from multiple interfaces.

  • Answered by AI
  • Q3. How classes gets loaded in Java?
  • Ans. 

    Classes in Java are loaded by the Java ClassLoader subsystem, which follows a specific process.

    • Java classes are loaded by the ClassLoader subsystem, which is responsible for finding and loading class files.

    • The ClassLoader subsystem follows a delegation model, where each ClassLoader delegates the class loading to its parent before attempting to load the class itself.

    • There are three built-in ClassLoaders in Java: Bootstr...

  • Answered by AI
  • Q4. Two puzzle questions
Round 2 - Coding Test 

90 minutes to write one code, was moderately difficult

Round 3 - HR 

(2 Questions)

  • Q1. About yourself and projects
  • Q2. Salary discussion

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at WebShar

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to position the brand into a new market?
  • Ans. 

    Positioning a brand in a new market involves conducting market research, identifying target audience, creating a unique value proposition, and developing a marketing strategy.

    • Conduct thorough market research to understand the new market's needs, preferences, and competitors.

    • Identify the target audience and tailor the brand's messaging and positioning to resonate with them.

    • Create a unique value proposition that differen...

  • Answered by AI
  • Q2. How will you manage your recourses to complete a project when delivery of the project is timebound.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your personal experience from your last company?
  • Q2. How you want to grow within a organization which works in fast pace environment.
Round 3 - HR 

(2 Questions)

  • Q1. How soon you can join us?
  • Q2. How company can contribute you for your work life balance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Relax and be prepared for the unexpected questions after your core or role interview. interviews are done into relax environment after getting you comfortable.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Water scarcity, 3 mins , name-area-parents-topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability

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

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever just enjoy the experiance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is oops concept with real life example
  • Ans. 

    OOPs concept is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • Encapsulation: bundling data and methods that operate on the data into a single unit. Example: a car object with properties like color and methods like start() and stop().

    • Inheritance: allows a class to inherit properties and behavior from another class. Example: a class...

  • Answered by AI
  • Q2. Real life scenario example of oops
  • Ans. 

    A real life scenario example of OOPs is modeling a car as an object with properties and methods.

    • Create a Car class with attributes like make, model, year, color

    • Define methods like start(), accelerate(), brake()

    • Instantiate multiple car objects and perform actions on them

  • Answered by AI
  • Q3. What is collections
  • Ans. 

    Collections in Java are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collections provide a way to work with groups of objects in Java

    • They include classes like ArrayList, LinkedList, HashMap, etc.

    • Collections framework provides interfaces like List, Set, Map, etc.

    • Collections offer methods for adding, removing, and accessing elements in a group

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yoursef
  • Ans. 

    I am a passionate Java developer with 5 years of experience in developing web applications and implementing software solutions.

    • 5 years of experience in Java development

    • Strong knowledge of web application development

    • Experience in implementing software solutions

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q2. Tell me about ur project
  • Ans. 

    Developed a web application for online shopping with user authentication and payment gateway integration.

    • Used Java Spring framework for backend development

    • Implemented RESTful APIs for communication between frontend and backend

    • Integrated Stripe API for secure payment processing

  • Answered by AI

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 at ABES Engineering College, Ghaziabad and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was total of 40 questions
First 20: Aptitude based topics like time and work, profit and loss, speed and distance
Second 20: Programming MCQs based on C, C++ and python. Task is to guess the correct output and errors.

Round 2 - Assignment 

There were 4 coding questions based on array, 2 SQL queries and one article.
Coding questions were easy for batch 2 but difficult for batch 1. Star patterns are present in batch 1.
SQL queries were easy.
One article (200-300)words. Topics was Google maps.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Founder came and asked approach I used to solve coding questions in round 2. He then check the output for each question. Then he checked the SQL queries I have written, in which I had write two wrong queri...
  • Q2. He asked me about different approaches to solve a problem
  • Q3. He asked about the project I had done on Java Full stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and c, c++ and python output based mcqs which can be easily found on gfg.
Practice as much coding questions based on array, patterns and star patterns.
Practice as much SQL queries as you can.
You have to carry your own laptop so install atleast one ide which can work without internet.
Also practice writing articles for this company (2-3).
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. SQL data fetch queries
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find unique records & Difference between union & union all & joins
  • Q2. What is Indexing & it's types.
Round 2 - Technical 

(2 Questions)

  • Q1. Delete all the previous records and keep only latest one
  • Q2. Window function.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice SQL well.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a handson coding test contains 4 coding questions on prime numbers patterns and array it was easy

Round 2 - Technical 

(1 Question)

  • Q1. All questions based on resume on javascript java and react and mainly on projects
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. What is sap basis
  • Ans. 

    SAP BASIS is the technical foundation of SAP applications, managing the underlying system and ensuring its smooth operation.

    • SAP BASIS is responsible for system administration, configuration, and monitoring.

    • It includes tasks like user management, system performance optimization, and transport management.

    • SAP BASIS ensures the integration of different SAP modules and their interaction with the underlying database.

    • It handl...

  • Answered by AI
  • Q2. What is ERP how to use
  • Ans. 

    ERP stands for Enterprise Resource Planning. It is a software system that integrates various business processes and functions.

    • ERP helps organizations streamline their operations and improve efficiency.

    • It provides a centralized database for storing and managing data from different departments.

    • ERP modules include finance, human resources, supply chain management, customer relationship management, etc.

    • Users can access and...

  • Answered by AI
  • Q3. How to create client creation
  • Ans. 

    To create a client in SAP BASIS, use transaction code SCC4 and follow the steps.

    • Open transaction code SCC4

    • Click on 'New Entries' button

    • Enter the client number, name, and other details

    • Save the entries

  • Answered by AI
  • Q4. What is basis how to use
  • Ans. 

    SAP BASIS is the administration of SAP software systems. It involves activities like system monitoring, performance optimization, and user management.

    • SAP BASIS is responsible for the technical administration of SAP systems.

    • It involves tasks like system monitoring, performance tuning, and user management.

    • BASIS consultants ensure the smooth functioning of SAP applications.

    • They handle system installations, upgrades, and p...

  • Answered by AI
  • Q5. What is main topic of basis

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2023. 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 - Technical 

(5 Questions)

  • Q1. 3 Basic DSA Questions
  • Q2. 1st Math based coding question
  • Ans. Can solve with normal loops and some if-else statements.
  • Answered Anonymously
  • Q3. 2nd String based
  • Ans. String manipulation and Traversal meanwhile keep tracking the max answer.
  • Answered Anonymously
  • Q4. 3rd Array Sorting Algorithm
  • Ans. 

    Quick Sort is a popular in-place sorting algorithm that uses divide and conquer approach.

    • Divide the array into two sub-arrays based on a pivot element

    • Recursively sort the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

    • Time complexity: O(nlogn) in average case and O(n^2) in worst case

    • Space complexity: O(logn)

    • Example: [5, 2, 9, 3, 7, 6, 8] -> [2, 3, 5, 6, 7, 8, 9]

  • Answered by AI
  • Q5. There was an Introduction too in starting.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a software enthusiast with a passion for coding and problem-solving.

    • I have a degree in Computer Science and Engineering.

    • I have experience in programming languages such as Java, Python, and C++.

    • I have worked on projects involving web development, data analysis, and machine learning.

    • I am a quick learner and enjoy working in a team environment.

  • Answered by AI
  • Q2. Why should I hire you?
  • Ans. 

    I am a quick learner with a passion for software development and a strong work ethic.

    • I have a solid understanding of programming concepts and experience with multiple programming languages.

    • I am a team player and enjoy collaborating with others to solve problems.

    • I am highly motivated and always strive to improve my skills and knowledge.

    • I have completed several projects on my own and am eager to apply my skills in a prof

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Software Trainee interview:
  • DSA
  • Communication Skills
  • Algorithms
  • Core Java
  • Java
  • HTML
  • CSS
  • PHP
  • Javascript
  • Python
Interview preparation tips for other job seekers - Just revise some basic DSA and math logic based coding questions.

For HR, keep a smile on your face throughout the Interview.

Skills evaluated in this interview

WebShar Interview FAQs

How many rounds are there in WebShar interview?
WebShar interview process usually has 3 rounds. The most common rounds in the WebShar interview process are Technical, Coding Test and HR.
How to prepare for WebShar interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at WebShar. The most common topics and skills that interviewers at WebShar expect are PDF, Python, Computer science, Configuration management and Coding.
What are the top questions asked in WebShar interview?

Some of the top questions asked at the WebShar interview -

  1. How does multi inheritance work in Ja...read more
  2. How classes gets loaded in Ja...read more
  3. OOPS concepts in J...read more

Tell us how to improve this page.

WebShar Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

JustDial Interview Questions
3.5
 • 327 Interviews
Info Edge Interview Questions
4.0
 • 315 Interviews
IIFL Finance Interview Questions
4.0
 • 241 Interviews
Naukri Interview Questions
4.0
 • 179 Interviews
MakeMyTrip Interview Questions
3.7
 • 121 Interviews
Matrimony.com Interview Questions
4.3
 • 87 Interviews
Yatra Interview Questions
3.4
 • 31 Interviews
99acres Interview Questions
3.8
 • 29 Interviews
View all

WebShar Reviews and Ratings

based on 6 reviews

4.1/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.9

Salary

3.5

Job security

4.1

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 6 Reviews and Ratings
UI/UX Designer

Pune

2-5 Yrs

Not Disclosed

UI / UX Designer

Pune

4-6 Yrs

Not Disclosed

UI/UX Designer

Pune

4-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
9 salaries
unlock blur

₹4.2 L/yr - ₹14 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹15 L/yr - ₹25 L/yr

Software Developer
5 salaries
unlock blur

₹4.2 L/yr - ₹11.1 L/yr

Junior Software Engineer
5 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Devops Engineer
5 salaries
unlock blur

₹11.5 L/yr - ₹21.5 L/yr

Explore more salaries
Compare WebShar with

Info Edge

3.9
Compare

Matrimony.com

4.3
Compare

JustDial

3.5
Compare

Indiamart Intermesh

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