Upload Button Icon Add office photos

WebAshlar

Compare button icon Compare button icon Compare

Filter interviews by

WebAshlar Interview Questions and Answers

Updated 9 Sep 2024
Popular Designations

6 Interview questions

An Angular JS Developer was asked 9mo ago
Q. What are the lifecycle hooks in Angular?
Ans. 

LifeCycle Hooks are functions that allow you to tap into the lifecycle of Angular components.

  • LifeCycle Hooks are methods that are called at specific points in the life cycle of a component.

  • They allow you to perform actions like initialization, change detection, and destruction.

  • Examples of LifeCycle Hooks include ngOnInit, ngOnChanges, ngOnDestroy, etc.

View all Angular JS Developer interview questions
An Angular JS Developer was asked 9mo ago
Q. What is TypeScript?
Ans. 

TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.

  • TypeScript is developed and maintained by Microsoft.

  • It compiles down to plain JavaScript code that can run in any browser or runtime.

  • TypeScript provides features like interfaces, classes, and modules to help organize and structure code.

  • Static typing in TypeScript helps catch errors at compile...

View all Angular JS Developer interview questions
A DOT NET Developer was asked
Q. What is the .NET framework?
Ans. 

The .NET framework is a software development platform developed by Microsoft for building and running applications on Windows.

  • Developed by Microsoft

  • Used for building and running applications on Windows

  • Supports multiple programming languages like C#, VB.NET, F#

  • Consists of a large class library known as Framework Class Library (FCL)

  • Includes Common Language Runtime (CLR) for managing code execution

View all DOT NET Developer interview questions
A DOT NET Developer was asked
Q. What is the difference between drop and delete?
Ans. 

Drop is used to remove a table from a database, while delete is used to remove rows from a table.

  • DROP is a DDL (Data Definition Language) command, while DELETE is a DML (Data Manipulation Language) command.

  • DROP command removes the table structure and its data, while DELETE command removes specific rows from a table.

  • DROP command cannot be rolled back, while DELETE command can be rolled back if used within a transac...

View all DOT NET Developer interview questions
A Software Engineer was asked
Q. What is database ? What is joins and its types?
Ans. 

A database is a collection of data that is organized in a way that allows for efficient retrieval and manipulation.

  • Joins are used to combine data from two or more tables based on a related column between them.

  • Types of joins include inner join, left join, right join, and full outer join.

  • Inner join returns only the matching rows from both tables, left join returns all rows from the left table and matching rows from ...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is oops and related topics?
Ans. 

OOPs is a programming paradigm based on the concept of objects, encapsulation, inheritance, and polymorphism.

  • OOPs stands for Object-Oriented Programming.

  • It emphasizes on the use of objects to represent real-world entities.

  • Encapsulation is the process of hiding the implementation details of an object from the outside world.

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

  • Polymorphism ...

View all Software Engineer interview questions

WebAshlar Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 3 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 - Technical 

(2 Questions)

  • Q1. What is .Net framework?
  • Ans. 

    The .NET framework is a software development platform developed by Microsoft for building and running applications on Windows.

    • Developed by Microsoft

    • Used for building and running applications on Windows

    • Supports multiple programming languages like C#, VB.NET, F#

    • Consists of a large class library known as Framework Class Library (FCL)

    • Includes Common Language Runtime (CLR) for managing code execution

  • Answered by AI
  • Q2. DIfferenc between drop and delete
  • Ans. 

    Drop is used to remove a table from a database, while delete is used to remove rows from a table.

    • DROP is a DDL (Data Definition Language) command, while DELETE is a DML (Data Manipulation Language) command.

    • DROP command removes the table structure and its data, while DELETE command removes specific rows from a table.

    • DROP command cannot be rolled back, while DELETE command can be rolled back if used within a transaction.

    • ...

  • Answered by AI
Round 3 - Coding Test 

Mvc crud operation perform

Interview Preparation Tips

Topics to prepare for WebAshlar DOT NET Developer interview:
  • MVC
  • ASP.Net

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is typeScript?
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.

    • TypeScript is developed and maintained by Microsoft.

    • It compiles down to plain JavaScript code that can run in any browser or runtime.

    • TypeScript provides features like interfaces, classes, and modules to help organize and structure code.

    • Static typing in TypeScript helps catch errors at compile time...

  • Answered by AI
  • Q2. What is LifeCycle Hooks
  • Ans. 

    LifeCycle Hooks are functions that allow you to tap into the lifecycle of Angular components.

    • LifeCycle Hooks are methods that are called at specific points in the life cycle of a component.

    • They allow you to perform actions like initialization, change detection, and destruction.

    • Examples of LifeCycle Hooks include ngOnInit, ngOnChanges, ngOnDestroy, etc.

  • Answered by AI
Round 2 - Assignment 

Perform CURD application

Round 3 - HR 

(2 Questions)

  • Q1. Salary Dicussion
  • Q2. How are you and what is yout current CTC
  • Ans. 

    I am doing well, thank you. My current CTC is $80,000 per annum.

    • I am doing well

    • My current CTC is $80,000 per annum

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 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 - Coding Test 

Crud operation you have to it in basic way.

Round 3 - Technical 

(2 Questions)

  • Q1. What is oops and related topics?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, encapsulation, inheritance, and polymorphism.

    • OOPs stands for Object-Oriented Programming.

    • It emphasizes on the use of objects to represent real-world entities.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

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

    • Polymorphism allow...

  • Answered by AI
  • Q2. What is database ? What is joins and its types?
  • Ans. 

    A database is a collection of data that is organized in a way that allows for efficient retrieval and manipulation.

    • Joins are used to combine data from two or more tables based on a related column between them.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables, left join returns all rows from the left table and matching rows from the r...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about oops.
You need to know about basics of sql

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about WebAshlar?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

It was in the day time. I was asked the programming language of my choice. It was mostly focused on programming fundamentals. I was asked 2 questions based on Data Structures and Algorithms.

  • Q1. How can you detect a loop in a linked list?
  • Ans. 

    A loop in a linked list can be detected using Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To detect the start of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This round was mostly focused on my resume and projects.

  • Q1. Tell me about your projects.
Round 3 - Face to Face 

Round duration - 30 minutes
Round difficulty - Easy

It was in the evening. I went to their office in Gurgaon. It was taken by one of the technology director who had a lot of experience. 
 

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in GurgaonAmerican Express interview preparation:Topics to prepare for the interview - Data structures and algorithms, Object-Oriented Programming System concepts, Database Management System, Operating System, Networking.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Do practice a lot of data structures questions as mostly questions in interviews are based on them. Also, do prepare for projects mentioned in your resume and skills which you have mentioned. Coding ninjas has a big hand in making my interview clear as I have taken a course from the coding Ninjas which helped me a lot to make my concepts clear.

Application resume tips for other job seekers

Keep it short and crisp. Go through it properly before the interview. Make sure that you haven't put anything in it that can cause you problems during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Java logical question
  • Q2. Webdriver architecture
  • Q3. Framework, file and folder structure
  • Q4. Your approach to tackle dynamic objects
  • Ans. 

    I approach dynamic objects by analyzing their behavior and adapting my approach accordingly.

    • I start by understanding the nature of the dynamic object and its expected behavior

    • I then analyze its movement patterns and any potential obstacles or hazards

    • Based on this analysis, I adapt my approach to ensure safe and efficient interaction with the dynamic object

    • For example, when working with a moving conveyor belt, I would e...

  • Answered by AI
  • Q5. Implicit and explicit wait in selenium
  • Ans. 

    Implicit and explicit wait are two types of wait in Selenium used to synchronize the test execution with the application.

    • Implicit wait is used to set a default waiting time for the web elements to load before throwing an exception.

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test execution.

    • Implicit wait is set globally for the entire test script while explicit wait is set f...

  • Answered by AI
  • Q6. Java oops concepts
  • Q7. Sql queries related to joins
  • Q8. Basic Unix commands

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to connect yours answers with some example of your project.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. It was mostly about the instrument reference data and typical business analyst question about change management, BRD, Agile and technology we use.

I applied via Company Website and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hypothetical Questions - What if the company decides to demote all senior associate s to associate? What will be your reaction??

Interview Preparation Tips

Interview preparation tips for other job seekers - I went for Enterprise Testing Senior Associate. The person who interviewed me was very well known to me. He worked with me for more than a year at the same level. Asked illogical questions. All hypothetical questions he asked in which I was the one who was getting demoted or denied bonus or increment.
He should not have taken my interview as it was conflict of Interest. 99% of questions was asked by this guy and the other lady in VC only asked 1 general question.
I reported conflict of interest issue to the hiring HR but no action was taken not any reply toy email came.
Are these interview questions helpful?

I applied via Walk-in and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About my experience and finance related

Interview Preparation Tips

Interview preparation tips for other job seekers - Best finance sector but working time is no fixed
morning 7 to night 11 every 2 hr 1croncol .. no holidays even Sunday and holi .
There have no personal life and family life only bajaj lifee ...

Interview Questionnaire 

2 Questions

  • Q1. General Questions
  • Q2. Be confident always for the interview and before answering the question always think that why interviewer ask this question, what he want to listen from you, then answer.

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project Overview BA/PO related questions Domain and Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up the domain learnings
Be confident of the behaviour questions as per the past and practical experience

WebAshlar Interview FAQs

How many rounds are there in WebAshlar interview?
WebAshlar interview process usually has 3 rounds. The most common rounds in the WebAshlar interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for WebAshlar 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 WebAshlar. The most common topics and skills that interviewers at WebAshlar expect are MVC, .NET, .Net Core, ASP.Net MVC and Angular.
What are the top questions asked in WebAshlar interview?

Some of the top questions asked at the WebAshlar interview -

  1. What is oops and related topi...read more
  2. What is database ? What is joins and its typ...read more
  3. What is .Net framewo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 7 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 619 Interviews
Bajaj Finserv Interview Questions
4.0
 • 602 Interviews
Citicorp Interview Questions
3.7
 • 588 Interviews
HSBC Group Interview Questions
3.9
 • 511 Interviews
Xyz Company Interview Questions
3.8
 • 478 Interviews
Klm Axiva Finvest Interview Questions
4.4
 • 433 Interviews
American Express Interview Questions
4.1
 • 387 Interviews
BNY Interview Questions
3.8
 • 366 Interviews
UBS Interview Questions
3.9
 • 352 Interviews
View all

WebAshlar Reviews and Ratings

based on 16 reviews

2.9/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.2

Salary

2.6

Job security

2.7

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 16 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹3.3 L/yr - ₹7.3 L/yr

Software Engineer
7 salaries
unlock blur

₹2 L/yr - ₹7.6 L/yr

Senior Software Developer
4 salaries
unlock blur

₹4.2 L/yr - ₹9 L/yr

Junior Software Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

DOT NET Developer
3 salaries
unlock blur

₹2 L/yr - ₹2.6 L/yr

Explore more salaries
Compare WebAshlar with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

3.9
Compare
write
Share an Interview