Upload Button Icon Add office photos

Filter interviews by

Web Affinity Technology Interview Questions and Answers

Updated 8 Sep 2024

Web Affinity Technology Interview Experiences

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript questions, map filter, forEach, Hoisting, let, const, ES6 features
Round 2 - Coding Test 

Basic javascript programs

Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company and salary part discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - you can learn lot while working on projects in less time here.

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. JavaScript, ES6 features, OOPS
Round 2 - Coding Test 

Programs to remove duplicates from array, and few more, Angular basic

Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join this company and about salary negotiations.

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About phising alert
  • Q2. About tools and technologies

Soc Analyst 1 Interview Questions asked at other Companies

Q1. How do you investigate an email phishing?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. HTML, CSS, Bootstrap, Javascript, React basics
  • Q2. React Life cycle methods and etc
Round 2 - Coding Test 

JS array manipulation Programs, React code

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (39)

Web Affinity Technology interview questions for popular designations

 Angular Frontend Developer

 (1)

 Content Writer

 (1)

 Front end Developer

 (1)

 Soc Analyst 1

 (1)

 Software Developer

 (1)

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

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be ready and approachable

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)

Interview questions from similar companies

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Ans. 

    Custom hooks in React are reusable functions that allow you to extract component logic into separate functions for better code organization and reusability.

    • Custom hooks are created using the 'use' prefix and can be used to share logic between components.

    • Use cases for custom hooks include fetching data from an API, handling form state, managing local storage, and more.

    • Example of a custom hook for API call: const useFetc...

  • Answered by AI
  • Q2. What is the difference between useMemo and useCallback in React?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a value and recompute it only when its dependencies change.

    • useCallback is used to memoize a callback function and prevent unnecessary re-renders.

    • Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.

  • Answered by AI
  • Q3. What is the difference between class-based components and functional components in React?
  • Ans. 

    Class-based components use ES6 classes and have lifecycle methods, while functional components are simpler and use functions.

    • Class-based components use ES6 classes to create components, while functional components are created using functions.

    • Class-based components have lifecycle methods like componentDidMount and componentDidUpdate, while functional components do not.

    • Functional components are simpler and more lightweig...

  • Answered by AI
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Ans. 

    Implementing the lifecycle of a React component in a functional component

    • Use the useEffect hook to replicate lifecycle methods like componentDidMount, componentDidUpdate, and componentWillUnmount

    • Pass an empty array as the second argument to useEffect to mimic componentDidMount

    • Pass a variable or state as the second argument to useEffect to mimic componentDidUpdate

    • Return a cleanup function inside useEffect to mimic compo

  • Answered by AI
  • Q5. What are the various state management techniques available in React?
  • Ans. 

    Various state management techniques in React include Context API, Redux, and local state.

    • Context API: React's built-in solution for passing data through the component tree without having to pass props down manually at every level.

    • Redux: A popular state management library for React applications, allowing for a centralized store to manage application state.

    • Local state: Managing state within individual components using us

  • Answered by AI
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Ans. 

    Redux is a predictable state container for JavaScript apps. Middlewares are functions that intercept actions before they reach the reducer.

    • Redux follows a unidirectional data flow architecture.

    • Middlewares in Redux are functions that can intercept, modify, or dispatch actions.

    • Common use cases for middlewares include logging, asynchronous API calls, and handling side effects.

    • Examples of popular Redux middlewares are Redu...

  • Answered by AI
  • Q7. What is hoisting in JavaScript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q8. What is event bubbling in JavaScript?
  • Ans. 

    Event bubbling is the propagation of events from the target element up through its ancestors in the DOM tree.

    • Events triggered on a child element will 'bubble up' and trigger on parent elements.

    • Event listeners can be attached to parent elements to handle events from multiple child elements.

    • Stopping event propagation can be done using event.stopPropagation() or event.stopImmediatePropagation().

  • Answered by AI
  • Q9. What are block scope and function scope in JavaScript?
  • Ans. 

    Block scope and function scope are two types of scopes in JavaScript that determine the visibility and accessibility of variables.

    • Block scope refers to the visibility of variables within a block of code enclosed by curly braces. Variables declared with 'let' and 'const' have block scope.

    • Function scope refers to the visibility of variables within a function. Variables declared with 'var' have function scope.

    • Variables de...

  • Answered by AI
  • Q10. Have you had experience working with semantic tags in HTML?
  • Ans. 

    Yes, I have experience working with semantic tags in HTML.

    • Used semantic tags like <header>, <nav>, <main>, <section>, <article>, <aside>, <footer> for better structure and SEO.

    • Understand the importance of using semantic tags for accessibility and search engine optimization.

    • Semantic tags help in organizing content and making it more readable for developers and browsers.

  • Answered by AI
  • Q11. What are the various methods for creating an object in JavaScript?
  • Ans. 

    Various methods for creating an object in JavaScript include object literals, constructor functions, ES6 classes, and Object.create() method.

    • Object literals: var obj = { key: value };

    • Constructor functions: function ObjectName() { this.key = value; } var obj = new ObjectName();

    • ES6 classes: class ClassName { constructor() { this.key = value; } } var obj = new ClassName();

    • Object.create() method: var obj = Object.create(pr

  • Answered by AI
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Ans. 

    Shallow copy only copies the references of nested objects, while deep copy creates new copies of nested objects.

    • Shallow copy creates a new object but does not create copies of nested objects, only copies their references.

    • Deep copy creates a new object and also creates new copies of all nested objects.

    • Shallow copy can be achieved using Object.assign() or spread operator, while deep copy can be achieved using JSON.parse(

  • Answered by AI
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Ans. 

    The code will throw an error because 'a' is declared but not initialized.

    • The code will result in a ReferenceError because 'a' is declared but not assigned a value.

    • Variables declared with 'const' must be initialized at the time of declaration.

    • Initializing 'a' with a value before calling test() will prevent the error.

  • Answered by AI
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Ans. 

    CSS can be used to arrange elements in a row and column layout using flexbox or grid layout properties.

    • Use display: flex; for a row layout and display: flex; flex-direction: column; for a column layout

    • Use justify-content and align-items properties to align items in the main axis and cross axis respectively

    • For grid layout, use display: grid; and grid-template-columns or grid-template-rows to define the layout

  • Answered by AI
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Ans. 

    Yes, I have utilized CSS preprocessors such as SASS and LESS.

    • I have experience using SASS to streamline my CSS workflow by utilizing variables, mixins, and nesting.

    • I have also worked with LESS to improve code organization and maintainability through features like variables and functions.

  • Answered by AI
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?
  • Ans. 

    The color applied will be based on the specificity of the selector, with ID having higher specificity than class.

    • ID has higher specificity than class in CSS

    • Color applied will be based on the selector with higher specificity

    • Example: If ID selector has color red and class selector has color blue, the color applied will be red

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me your self intro
  • Q2. Where are you from
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me your self intro
  • Q2. Which languages know
  • Q3. Are you comfortable in night shifts
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(1 Question)

  • Q1. Basic introduction, last experience and salary
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic intro ,About my city and what is customer service
Round 3 - One-on-one 

(1 Question)

  • Q1. Can you provide a basic introduction about yourself, including information about your family, your current residence, and your last work experience, as well as your motivation for wanting to join this job?
Round 4 - Versant round 

(1 Question)

  • Q1. Basic Grammer, reasoning, email writing and typing ,pronounciation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(6 Questions)

  • Q1. What is correlation and parameterization?
  • Ans. 

    Correlation is the process of extracting dynamic values from server responses and passing them to subsequent requests. Parameterization is the process of replacing hard-coded values in scripts with variables.

    • Correlation involves identifying and capturing dynamic values like session IDs or tokens from server responses.

    • Parameterization involves replacing hard-coded values in scripts with variables to make them reusable a...

  • Answered by AI
  • Q2. Explain load, stress, all testing?
  • Ans. 

    Load testing is to test the system under normal and peak load conditions, stress testing is to test the system beyond its limits, and all testing is a combination of both.

    • Load testing checks the system's ability to handle expected load levels, ensuring performance under normal conditions.

    • Stress testing pushes the system beyond its limits to identify breaking points and measure performance degradation.

    • All testing combin...

  • Answered by AI
  • Q3. Explain PTLC?
  • Ans. 

    PTLC stands for Performance Testing Life Cycle, which is a set of activities involved in the performance testing process.

    • PTLC involves planning, preparation, execution, analysis, and reporting of performance tests.

    • It includes defining performance goals, creating test scenarios, setting up test environments, running tests, analyzing results, and making recommendations.

    • Example: In PTLC, performance engineers work closely...

  • Answered by AI
  • Q4. Loadrunner scripting, execution and reports issue faced and how to process?
  • Ans. 

    Issues faced in Loadrunner scripting, execution, and reports

    • Scripting: faced issues with correlation, parameterization, and dynamic data handling

    • Execution: encountered problems with test environment setup, resource constraints, and test data management

    • Reports: struggled with result analysis, performance bottlenecks identification, and report customization

  • Answered by AI
  • Q5. LG calculation and workload modelling process?
  • Ans. 

    LG calculation and workload modelling process involves determining the number of Load Generators required and creating a realistic simulation of user behavior.

    • Calculate the number of Load Generators needed based on expected user load and performance goals.

    • Create workload models by analyzing user behavior patterns, transaction volumes, and system usage.

    • Consider factors like peak load times, user distribution, and transa...

  • Answered by AI
  • Q6. NFR scenarios?
  • Ans. 

    NFR scenarios refer to non-functional requirements that define the quality attributes of a system.

    • NFR scenarios focus on aspects like performance, scalability, reliability, and security.

    • Examples include load testing to assess system performance under expected load, stress testing to evaluate system behavior under extreme conditions, and security testing to identify vulnerabilities.

    • NFR scenarios help ensure that the sys...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Loadrunner questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Check your soft skills
Round 4 - HR 

(1 Question)

  • Q1. Complete your details

Web Affinity Technology Interview FAQs

How many rounds are there in Web Affinity Technology interview?
Web Affinity Technology interview process usually has 2-3 rounds. The most common rounds in the Web Affinity Technology interview process are HR, Technical and Coding Test.
What are the top questions asked in Web Affinity Technology interview?

Some of the top questions asked at the Web Affinity Technology interview -

  1. Javascript questions, map filter, forEach, Hoisting, let, const, ES6 featu...read more
  2. HTML, CSS, Bootstrap, Javascript, React bas...read more
  3. React Life cycle methods and ...read more

Tell us how to improve this page.

Web Affinity Technology Interview Process

based on 8 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
WNS Interview Questions
3.4
 • 980 Interviews
Google Interview Questions
4.4
 • 871 Interviews
Nagarro Interview Questions
4.0
 • 778 Interviews
View all

Web Affinity Technology Reviews and Ratings

based on 31 reviews

4.5/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.9

Salary

4.0

Job security

4.0

Company culture

3.6

Promotions

4.0

Work satisfaction

Explore 31 Reviews and Ratings
Software Engineer
51 salaries
unlock blur

₹3.2 L/yr - ₹11 L/yr

Devops Engineer
28 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Software Developer
27 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Softwaretest Engineer
16 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Data Analyst
15 salaries
unlock blur

₹2.5 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Web Affinity Technology with

Cognizant

3.8
Compare

Teleperformance

3.9
Compare

Reliance Retail

3.9
Compare

iEnergizer

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