Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Webtel Electrosoft Team. If you also belong to the team, you can get access from here

Webtel Electrosoft Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 183 Reviews

Filter interviews by

Webtel Electrosoft Senior Software Developer Interview Questions, Process, and Tips

Updated 27 Dec 2019

Webtel Electrosoft Senior Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is Multithreading? What is the use of background worker?
  • Ans. 

    Multithreading is the concurrent execution of multiple threads to achieve parallelism and improve performance.

    • Multithreading allows multiple threads to run concurrently within a single process.

    • It enables parallel execution of tasks, improving performance and responsiveness.

    • Background worker is a component that simplifies multithreading by providing a dedicated thread for executing time-consuming tasks in the background...

  • Answered by AI
  • Q2. How to create a file and append some text in that file.
  • Ans. 

    To create a file and append text, use file handling functions in the programming language.

    • Open the file in append mode

    • Write the text to the file

    • Close the file

  • Answered by AI
  • Q3. What is namespace?
  • Ans. 

    A namespace is a container that holds a set of identifiers to avoid naming conflicts.

    • Namespaces are used to organize code and avoid naming collisions.

    • They can be nested within other namespaces.

    • They are declared using the 'namespace' keyword.

    • They can be used to group related classes, functions, and variables.

    • For example, the 'std' namespace in C++ contains standard library functions and objects.

  • Answered by AI
  • Q4. Difference between abstarct and interface.
  • Ans. 

    Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are contracts that define the methods that a class must implement.

    • Abstract classes can have constructors and instance variables, while interfaces cannot.

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

    • Abstract classes are used when there is a need for a common ...

  • Answered by AI
  • Q5. What is static?
  • Ans. 

    Static is a keyword in programming that denotes a variable or method that belongs to the class rather than an instance of the class.

    • Static variables and methods can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of the class.

    • Static methods cannot access non-static variables or methods.

    • Examples of static methods include Math.max() and Arrays.sort().

  • Answered by AI
  • Q6. Types of classes that you can use in c#
  • Ans. 

    C# supports various types of classes including abstract, sealed, static, and partial classes.

    • Abstract classes cannot be instantiated and are used as base classes for other classes.

    • Sealed classes cannot be inherited and are used to prevent further modification.

    • Static classes cannot be instantiated and contain only static members.

    • Partial classes allow a class to be defined in multiple files.

    • Other types of classes include...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please update your basics of c#

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 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 - Case Study 

Ther try to gaze out what are the responsibilities you handled and your growth potential

Round 3 - Case Study 

They try to find out what you are will do in a given set of scenarios

Round 4 - HR 

(2 Questions)

  • Q1. They tell you about the company
  • Q2. They ask about your flexibility with working pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer as much close to reality instead of trying to impress by false impressions. They are very experienced and can easily see through your disguise
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Question asked from javascript and Angular.
Round 2 - Behavioral 

(1 Question)

  • Q1. Asking how will you handle pressure and whats your strength and weekness.
Round 3 - HR 

(1 Question)

  • Q1. Discussion on Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given my interview for the role of Software Developer, the recruiter schedule an interview:-
1. Techincal Round - clear
2. Managerial Round- clear
The recruiter(Talent Acquisition Team) told me that they will give hike on current salary but in HR round they lied and said company will hire you on current salary after disscussing with HR on salary negotiation i agreed with the same package because at that time I was unemployed.
He said will give you an update regarding offer letter, From that date he never came back and does not release offer letter i followup with recruiter, I called several times but she doesn't pick my call even not replying on msg/whatsapp.

My advice for jobseekers to stay away from this company it will waste your time and energy.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

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

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Phone screen about previous experience
Round 2 - Technical 

(1 Question)

  • Q1. Mobile app development basics
Round 3 - HR 

(1 Question)

  • Q1. Culture fit questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

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 at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Question based on array string linkedlist

Webtel Electrosoft Interview FAQs

How to prepare for Webtel Electrosoft Senior Software Developer 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 Webtel Electrosoft. The most common topics and skills that interviewers at Webtel Electrosoft expect are Software Development, Windows Application, .NET Framework, C# and SQL Database.
What are the top questions asked in Webtel Electrosoft Senior Software Developer interview?

Some of the top questions asked at the Webtel Electrosoft Senior Software Developer interview -

  1. What is Multithreading? What is the use of background work...read more
  2. How to create a file and append some text in that fi...read more
  3. Difference between abstarct and interfa...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Webtel Electrosoft interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Webtel Electrosoft Senior Software Developer Salary
based on 5 salaries
₹6 L/yr - ₹8.4 L/yr
50% less than the average Senior Software Developer Salary in India
View more details

Webtel Electrosoft Senior Software Developer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.2

Skill development

4.9

Work-Life balance

4.9

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 3 Reviews and Ratings
Relationship Manager
111 salaries
unlock blur

₹2.3 L/yr - ₹5.5 L/yr

Software Developer
61 salaries
unlock blur

₹3.3 L/yr - ₹10 L/yr

Taxation Executive
58 salaries
unlock blur

₹1.4 L/yr - ₹3.5 L/yr

Business Analyst
41 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Business Development Executive
28 salaries
unlock blur

₹2 L/yr - ₹3.7 L/yr

Explore more salaries
Compare Webtel Electrosoft with

Tally Solutions

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Zoho

4.3
Compare

Ramco Systems

3.9
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