Upload Button Icon Add office photos
Engaged Employer

i

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

Webcon IT Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Webcon IT Solutions Interview Questions and Answers

Updated 26 Jan 2025

Webcon IT Solutions Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Work experience
  • Q2. How to manage a ongoin site
  • Ans. 

    Managing an ongoing site involves coordinating tasks, monitoring progress, addressing issues, and ensuring timely completion.

    • Create a detailed project plan outlining tasks, timelines, and responsibilities.

    • Regularly communicate with team members to provide updates and address any issues.

    • Monitor progress and adjust plans as needed to ensure project stays on track.

    • Address any issues or roadblocks promptly to prevent delay...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls prepare your own actuall
experience

Deputy Project Manager Interview Questions asked at other Companies

Q1. If contractors not compliance spec. Then what do you want or take action against.
View answer (2)

Deputy Manager Interview Questions & Answers

user image Nehal waris

posted on 26 Jan 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Bike plus licence hona chahiye 

(2 Questions)

  • Q1. Do you have bike?
  • Ans. 

    Yes, I have a bike for commuting to work and for leisure activities.

    • I use my bike to commute to work on a daily basis.

    • I also enjoy going on leisurely rides on weekends.

    • Having a bike helps me stay active and reduce my carbon footprint.

  • Answered by AI
  • Q2. Do you have license
  • Ans. 

    Yes, I have a valid driver's license.

    • I have a valid driver's license.

    • I am able to operate a vehicle legally.

    • I have experience driving in various conditions.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sabse easy language me bta rha hu ..join hoke previous experience bhi bhul jaoge....

Deputy Manager Interview Questions asked at other Companies

Q1. 1.WHAT IS SPECIAL OF UR HOME TOWN 2.Who is Main compitetor with us and which products...3.what is main business in your area and its functions...4 Previous comoany achevements 5.Your strengts and weakness.
View answer (69)

Interview questions from similar companies

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

(6 Questions)

  • Q1. Introduction of yourself
  • Q2. Tell me about ? your qualification and career and job
  • Q3. Tell me ? How did you find this job
  • Q4. Tell me about what you have skills
  • Q5. Tell me aboutyour hobbies
  • Q6. How much you expecting regarding salary
Round 2 - Group Discussion 

About environment and population

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be strees while infront of interviewer
And don't be worry
Be friendly with your interviewer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Can you provide details about your last job? I had worked in HCL Tech as executive in finance department.
  • Q2. Please ask your next question.
  • Q3. I am not from HR department or back ground hence can't give or suggest questions.
  • Q4. No more questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Questions should come from employer side which is not happening.
  • Q2. Am I correct in interpreting that it is over?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Are you familiar with Object-Oriented Programming (OOP)?
  • Ans. 

    Yes, Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain both data and methods to manipulate that data.

    • Key principles of OOP include encapsulation, inheritance, and polymorphism.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
  • Q2. What is the definition of a constant in PHP?
  • Ans. 

    A constant in PHP is a variable whose value cannot be changed during the script execution.

    • Constants are defined using the define() function in PHP.

    • Constants are case-sensitive by default.

    • Constants can be accessed globally.

    • Example: define('PI', 3.14);

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the subject of SAP Material Management?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is scatter gather?
  • Q2. What is RAML? What are traits?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Gayatri Vidya Parishad College of Engineering, Visakhapatnam and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Most of the questions on verbal,logical,numerical aptitude

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Could you explain the project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about the resume and do background work on company
Interview experience
1
Bad
Difficulty level
Easy
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 - Aptitude Test 

Easy round anyone with basic maths can clear the round.

Round 2 - Group Discussion 

The topic given to us is online education system,and the round was easy to clear.

Round 3 - One-on-one 

(1 Question)

  • Q1. Call by value vs call by reference
  • Ans. 

    Call by value passes a copy of the variable, while call by reference passes the actual variable.

    • Call by value: changes to the parameter inside the function do not affect the original variable.

    • Call by reference: changes to the parameter inside the function affect the original variable.

    • Example: Call by value - int x = 5; func(x); // x remains 5. Call by reference - int x = 5; func(&x); // x changes to the value set i

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Linux Question

Round 2 - Technical 

(3 Questions)

  • Q1. What is ftp port number?
  • Ans. 

    FTP port number is 21.

    • FTP port number is used for transferring files over a network.

    • It is a default port number for FTP protocol.

    • FTP clients connect to port 21 on the server to initiate a file transfer.

    • FTP servers listen on port 21 for incoming connections.

  • Answered by AI
  • Q2. What is DHCP and how its working?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices on a network.

    • DHCP server assigns IP addresses to devices on a network

    • It also provides other network configuration information such as subnet mask and default gateway

    • DHCP uses a lease mechanism to manage IP address assignments

    • DHCP operates on the client-server model

    • Example: When a device conne...

  • Answered by AI
  • Q3. What is Domain name System?
  • Ans. 

    Domain Name System (DNS) is a system that translates domain names to IP addresses, allowing users to access websites using human-readable names.

    • DNS is like a phone book for the internet, translating domain names (like google.com) to IP addresses (like 172.217.3.206).

    • DNS servers store records of domain names and their corresponding IP addresses.

    • DNS helps users access websites by resolving domain names to IP addresses in...

  • Answered by AI

Skills evaluated in this interview

Webcon IT Solutions Interview FAQs

How many rounds are there in Webcon IT Solutions interview?
Webcon IT Solutions interview process usually has 1 rounds. The most common rounds in the Webcon IT Solutions interview process are HR.
What are the top questions asked in Webcon IT Solutions interview?

Some of the top questions asked at the Webcon IT Solutions interview -

  1. How to manage a ongoin s...read more
  2. Do you have bi...read more

Tell us how to improve this page.

Webcon IT Solutions Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Pie Infocomm Interview Questions
4.5
 • 39 Interviews
Ricoh Interview Questions
3.9
 • 9 Interviews
View all

Webcon IT Solutions Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Business Development Manager
3 salaries
unlock blur

₹4 L/yr - ₹4 L/yr

Explore more salaries
Compare Webcon IT Solutions with

Ricoh

3.9
Compare

Netaxis IT Solutions

4.0
Compare

Pie Infocomm

4.5
Compare

Zovian Technologies

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