Upload Button Icon Add office photos

Filter interviews by

WNS VBA Developer Interview Questions and Answers

Updated 7 Aug 2022

WNS VBA Developer Interview Experiences

1 interview found

Round 1 - One-on-one 

(1 Question)

  • Q1. Q) Difference between procurer and function ? A) procurer := Does not retunes value to user Function := Retunes the value to the user Q) Option explicit ? A) To declarer the variable at module...
  • Ans. 

    Explaining the difference between procurer and function, and the purpose of Option Explicit in VBA development.

    • Procurer does not return a value to the user, while Function does.

    • Option Explicit is used to declare variables at the module level, making it mandatory.

    • Project explanation refers to the description of what was done in a particular project.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice and Its a good experience to face those interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is reactjs?
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces.

    • ReactJS is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • ReactJS uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • ReactJS can be used to build single-page applications.

  • Answered by AI
  • Q2. What is call, apply and bind in javascript?
  • Ans. 

    call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • apply() is similar to call() but arguments are passed as an array.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

  • Answered by AI
  • Q3. Data Types in javascript
  • Ans. 

    JavaScript has several data types including string, number, boolean, object, array, null, and undefined.

    • String: 'hello'

    • Number: 42

    • Boolean: true or false

    • Object: { key: value }

    • Array: [1, 2, 3]

    • Null: null

    • Undefined: undefined

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck

Skills evaluated in this interview

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

2 DSA questions. Both medium level difficult

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

HTML CSS javascript jQuery

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is DBMS? Are you aware about mysql
  • Ans. 

    DBMS stands for Database Management System. Yes, I am aware of MySQL.

    • DBMS is a software that manages databases, allowing users to interact with the data stored within them.

    • MySQL is a popular open-source relational database management system.

    • DBMS provides functionalities like data storage, retrieval, update, and deletion.

    • MySQL uses SQL (Structured Query Language) for querying and managing the database.

    • DBMS ensures data

  • Answered by AI
  • Q3. What is relational database
  • Ans. 

    Relational database is a type of database that stores and provides access to data points that are related to one another.

    • Organizes data into tables with rows and columns

    • Uses structured query language (SQL) to manipulate data

    • Establishes relationships between tables using keys (primary and foreign keys)

    • Examples: MySQL, PostgreSQL, Oracle Database

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good company

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Joins , index, keys and sp
  • Q2. Function plsql queries
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. How to handle data load
  • Ans. 

    Handle data load by optimizing database queries, using indexing, caching, and load balancing.

    • Optimize database queries to reduce load on servers

    • Use indexing to speed up data retrieval

    • Implement caching to store frequently accessed data

    • Utilize load balancing to distribute data load evenly across servers

  • Answered by AI
  • Q2. What is paging describe how it works
  • Ans. 

    Paging is a memory management scheme that allows the operating system to use secondary storage as an extension of the computer's primary memory.

    • Paging divides the physical memory into fixed-size blocks called pages.

    • Virtual memory is divided into fixed-size blocks called frames.

    • The operating system keeps track of the mapping between pages and frames using a page table.

    • When a process requests data that is not in physical...

  • Answered by AI
  • Q3. What is connection string
  • Ans. 

    A connection string is a string that specifies information about a data source and the means of connecting to it.

    • Contains information such as server name, database name, authentication details, etc.

    • Used by applications to establish a connection to a database or other data source.

    • Formatted in a specific way depending on the database management system being used.

    • Example: 'Server=myServerAddress;Database=myDataBase;User I

  • Answered by AI
  • Q4. Difference between procedure and functions
  • Ans. 

    Procedures do not return values, functions return values.

    • Procedures are a set of instructions that perform a specific task, but do not return a value.

    • Functions are also a set of instructions that perform a specific task, but they return a value.

    • Functions can be called within expressions, while procedures cannot.

    • Example: Procedure to display a message vs Function to calculate the sum of two numbers.

  • Answered by AI

Skills evaluated in this interview

I applied via Referral 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 tips
Round 2 - Telephonic Call 

(1 Question)

  • Q1. Telephonic interview of SQL
Round 3 - Technical 

(1 Question)

  • Q1. SQL technical coding test

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL technical query related questions

I applied via Company Website and was interviewed in Sep 2022. There were 4 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 

(1 Question)

  • Q1. Basic information and qualifications and experience
Round 3 - Aptitude Test 

A carrer test evaluating a person's capability to work

Round 4 - HR 

(1 Question)

  • Q1. Qualification and experience and subject questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Market yourself
Apply even if you're not fully qualified
Job search like it's your job

I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

This aptitude test is very important so time will be increased better than 5minutes.

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self.
  • Q2. Self introduction is main important, and eye contact is very important, perfect internetwork, and speaking skills is very important.

Interview Preparation Tips

Interview preparation tips for other job seekers - Talented some people's not qualified but your not looser try to other job confidence layer.

WNS Interview FAQs

How many rounds are there in WNS VBA Developer interview?
WNS interview process usually has 1 rounds. The most common rounds in the WNS interview process are One-on-one Round.
How to prepare for WNS VBA 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 WNS. The most common topics and skills that interviewers at WNS expect are MS Access, Macros, VBA, Advanced Excel and Project Management.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
View all
WNS VBA Developer Salary
based on 6 salaries
₹3 L/yr - ₹9.5 L/yr
At par with the average VBA Developer Salary in India
View more details

WNS VBA Developer Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-Life balance

2.0

Salary & Benefits

4.0

Job Security

3.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Associate
11.5k salaries
unlock blur

₹0.8 L/yr - ₹7.8 L/yr

Associate
3.9k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Associate Lead
3k salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Assistant Manager
2.9k salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Senior Associate Operations
2.7k salaries
unlock blur

₹1.1 L/yr - ₹7.9 L/yr

Explore more salaries
Compare WNS with

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
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