Upload Button Icon Add office photos

WNS

Compare button icon Compare button icon Compare

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
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test was the first round of interview

Round 2 - Technical 

(1 Question)

  • Q1. What is virtual dom in react and what makes it faster ?
Round 3 - One-on-one 

(1 Question)

  • Q1. It was HR round
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mostly questions from Domain, JavaScript, Like output based questions of objects, their memory location, reference, one DSA question from recursion, output based questions mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic
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
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

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic frontend core questions

Round 2 - HR 

(2 Questions)

  • Q1. Intro of yourself
  • Q2. Project based questions asked

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.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
View all
WNS VBA Developer Salary
based on 6 salaries
₹3 L/yr - ₹9.5 L/yr
20% more than 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

4.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

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

₹0.8 L/yr - ₹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

₹5 L/yr - ₹16 L/yr

Senior Associate Operations
2.7k salaries
unlock blur

₹1.1 L/yr - ₹7.5 L/yr

Explore more salaries
Compare WNS with

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare

Tech Mahindra

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