Premium Employer

i

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

PurpleTalk Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PurpleTalk Interview Questions, Process, and Tips

Updated 6 Mar 2025

Top PurpleTalk Interview Questions and Answers

View all 21 questions

PurpleTalk Interview Experiences

Popular Designations

28 interviews found

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

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

Round 1 - Coding Test 

They asked the questions about Data structures - LL,queues,stack,array. Questions on javascript concepts like closures,hosting,this keyword

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn javascript deeply on destructuring, this keyword, closures, AJAX,

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 Resume tips
Round 2 - Aptitude Test 

General aptitude test will be there with simple 10std questions.

Round 3 - Coding Test 

Coding round with related to some list and dictionary.

Round 4 - One-on-one 

(2 Questions)

  • Q1. 1/2 person will be there asking questions like: what is class, string operations and linked list.
  • Q2. How to write a class. Pointers related questions.

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 (42)
PurpleTalk Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. About my work experience
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are the latest updates in angular
  • Ans. 

    Angular 12 is the latest version with updates on Ivy, performance improvements, and new features.

    • Angular 12 is the latest version released in May 2021

    • Updates include improvements to Ivy compiler, performance enhancements, and new features like strict mode

    • Angular Material received updates with new components and features

    • Improved support for Webpack 5 and TypeScript 4.2

  • Answered by AI
  • Q2. Explain lexical this in javascript
  • Ans. 

    Lexical this in JavaScript refers to the value of 'this' inside a function, which is determined by where the function is declared.

    • Lexical this allows functions to access the 'this' value of their enclosing scope.

    • It is not affected by how or where the function is called, unlike regular functions.

    • Arrow functions in JavaScript use lexical this, making it easier to maintain the context of 'this'.

  • Answered by AI
  • Q3. Name some Html5 tags
  • Ans. 

    Html5 tags are used to structure content on web pages.

    • header

    • footer

    • nav

    • section

    • article

    • aside

    • main

    • figure

    • figcaption

  • Answered by AI
  • Q4. Difference between display none and visibility hidden
  • Ans. 

    display none removes element from layout, visibility hidden hides element but still takes up space

    • display none removes element from layout flow

    • visibility hidden hides element but still takes up space

    • display none will not take up any space on the page

    • visibility hidden will still take up space on the page

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Disadvantages of javascript
  • Ans. 

    Some disadvantages of JavaScript include lack of type safety, potential for bugs due to dynamic typing, and limited support for multithreading.

    • Lack of type safety can lead to errors that are only caught at runtime

    • Dynamic typing can make it harder to catch bugs during development

    • Limited support for multithreading can make it difficult to write efficient concurrent code

  • Answered by AI
  • Q2. Arrow functions
  • Q3. Explain Closures
  • Ans. 

    Closures are functions that have access to their own scope, as well as the scope in which they were defined.

    • Closures allow functions to access variables from their outer scope even after the outer function has finished executing.

    • They are commonly used in event handlers, callbacks, and for data privacy.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all interview questions, Html, js , css and framework related interview questions

Skills evaluated in this interview

Top PurpleTalk Angular Frontend Developer Interview Questions and Answers

Q1. Difference between display none and visibility hidden
View answer (1)

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

PurpleTalk interview questions for popular designations

 Software Developer

 (4)

 Associate Analyst

 (4)

 Intern

 (2)

 Project Manager

 (1)

 Senior Associate

 (1)

 Product Manager

 (1)

 Senior Software Analyst

 (1)

 Web Developer

 (1)

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions and cv related questions
Round 2 - Coding Test 

Google document - 30 min

Round 3 - Coding Test 

Google document- 1 hour

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 (42)

Get interview-ready with Top PurpleTalk Interview Questions

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

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Self introduction SDLC STLC Bug Reporting tools Agile methodology Test cases techniques Activities in a day API testing tools API response codes Issues Prioritization & severity Communication Reports, sig...

Interview Preparation Tips

Topics to prepare for PurpleTalk Associate Analyst interview:
  • SDLC
  • STLC
  • Database Testing
  • API Testing
  • Performance Testing

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)

Jobs at PurpleTalk

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What is manual testing
  • Ans. 

    Manual testing is the process of manually testing software for defects without the use of automation tools.

    • Involves executing test cases manually without automation tools

    • Requires human intervention to verify software functionality

    • Involves exploratory testing to find defects

    • Can be time-consuming but allows for more flexibility and creativity in testing

    • Examples: regression testing, ad-hoc testing, usability testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well

Skills evaluated in this interview

Associate Quality Analyst Interview Questions asked at other Companies

Q1. What is manual testing
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Asked to build an application with Room DB and live data

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have pratical knowledge and hands on experience

Senior Software Analyst Interview Questions asked at other Companies

Q1. D/f b/w Put and Patch method in API?
View answer (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2021

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What are the attributes in html
  • Ans. 

    Attributes in HTML are additional information added to HTML elements to provide more details or control over their behavior.

    • Attributes are added within the opening tag of an HTML element

    • Attributes consist of a name and a value separated by an equals sign

    • Attributes can be used to specify things like colors, sizes, links, and more

  • Answered by AI
  • Q2. What are the marquee tag used
  • Ans. 

    The marquee tag is used in HTML to create scrolling text or images on a webpage.

    • The marquee tag is used to create scrolling text or images horizontally or vertically on a webpage.

    • It has attributes like behavior, direction, scrollamount, scrolldelay, etc.

    • Example: <marquee behavior='scroll' direction='left'>Scrolling text</marquee>

  • Answered by AI
  • Q3. What are the comments of html
  • Ans. 

    HTML comments are used to add notes to the code that are not displayed on the web page.

    • Comments in HTML are enclosed in <!-- and -->

    • Comments are used to explain the code, make notes, or temporarily disable code

    • Comments are not displayed on the web page

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test.

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)

Game Designer Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2023

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

I applied via Campus Placement and was interviewed before Dec 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project Showcase
  • Q2. Show your work.

Game Designer Interview Questions asked at other Companies

Q1. Explain Basic concepts such as Game Core Loop, Design elements, and mechanics
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

PurpleTalk Interview FAQs

How many rounds are there in PurpleTalk interview?
PurpleTalk interview process usually has 2-3 rounds. The most common rounds in the PurpleTalk interview process are Technical, Coding Test and One-on-one Round.
How to prepare for PurpleTalk 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 PurpleTalk. The most common topics and skills that interviewers at PurpleTalk expect are Javascript, C#, Java, MVC and Web Services.
What are the top questions asked in PurpleTalk interview?

Some of the top questions asked at the PurpleTalk interview -

  1. If I need to fetch 1000 images by making 1000 API calls simultaneously and disp...read more
  2. A company wants to expand its presence in the southern part of India using tech...read more
  3. How to provide security provisions for the application, API and device si...read more
How long is the PurpleTalk interview process?

The duration of PurpleTalk interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

The Hi-tech Robotic Systemz

No Salaries

INTERVIEWS

Viney Corporation

No Interviews

SALARIES

LexisNexis

INTERVIEWS

SICK Sensors Intelligence

No Interviews

SALARIES

Cognex

SALARIES

LexisNexis

REVIEWS

Johnson Controls

No Reviews

REVIEWS

Johnson Controls

No Reviews

REVIEWS

Johnson Controls

No Reviews

Tell us how to improve this page.

PurpleTalk Interview Process

based on 27 interviews

Interview experience

3.7
  
Good
View more
Join PurpleTalk Where Growth Happens

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Apisero Interview Questions
4.3
 • 64 Interviews
View all

PurpleTalk Reviews and Ratings

based on 238 reviews

4.0/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.7

Salary

3.7

Job security

3.9

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 238 Reviews and Ratings
Senior Data Engineer

Hyderabad / Secunderabad

5-7 Yrs

Not Disclosed

Java Developer

Hyderabad / Secunderabad

3-5 Yrs

Not Disclosed

Full Stack .Net Developer

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

Explore more jobs
Associate Analyst
181 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Analyst
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Analyst
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare PurpleTalk with

Happiest Minds Technologies

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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