Upload Button Icon Add office photos

Filter interviews by

PurpleTalk Interview Questions and Answers for Freshers

Updated 17 May 2024

PurpleTalk Interview Experiences for Freshers

Popular Designations

3 interviews found

Intern Interview Questions & Answers

user image madarapu sagar

posted on 20 Feb 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Difficult and had covered all topics

Round 2 - Coding Test 

Coding test on C which was on linked list

Round 3 - Technical 

(1 Question)

  • Q1. Technical round of 1 hour covered all topics on c and also few programs

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Intern Interview Questions & Answers

user image Anonymous

posted on 17 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude test

Round 2 - Coding Test 

Random coding online assessment

Round 3 - Technical 

(1 Question)

  • Q1. Simple string related questions and coding knowledge

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
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 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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. All related to domain javascript/react,
  • Q2. Fallback in lazy loading,optimization techniques/for API call
  • Ans. 

    Fallback in lazy loading is important for optimizing API calls to ensure a smooth user experience.

    • Implementing a loading spinner or placeholder while content is being loaded asynchronously

    • Using a default value or cached data if the API call fails

    • Implementing error handling to gracefully handle any issues with the API call

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What's the size of class with and without virtual function ?
  • Ans. 

    The size of a class with virtual functions is larger than the size of a class without virtual functions due to the additional overhead of virtual function tables.

    • Classes with virtual functions have an additional pointer to the virtual function table (vtable) which increases their size.

    • The size of a class without virtual functions is determined by the size of its data members and any padding added for alignment.

    • For exam...

  • Answered by AI
  • Q2. Reverse a linked list, benefit of reversing a doubly linked list ?
  • Ans. 

    Reversing a linked list involves changing the direction of pointers, while reversing a doubly linked list allows for traversal in both directions.

    • To reverse a linked list, iterate through the list and change the direction of pointers to point to the previous node instead of the next node.

    • In a doubly linked list, reversing allows for traversal in both directions, making operations like deletion and insertion more effici...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C++(core) and OOPs

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. JS - closures , hoisting, event loop ,
  • Q2. Mongodb - sharding , clutering
Round 2 - Coding Test 

Javascript programs - check sum , sql vs mongodb , system desgin

SWE Intern Interview Questions & Answers

DraftKings user image Anonymous

posted on 2 Oct 2024

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

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

OA with OOP questions

Round 2 - Coding Test 

1 hr pair programming on hackerrank

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work at EA
  • Q2. Describe a time you have a conflict
Round 2 - Technical 

(2 Questions)

  • Q1. What happens when you use a copy constructor in C++
  • Ans. 

    Using a copy constructor in C++ creates a new object by copying the values of another object.

    • Copy constructor is a special member function that creates a new object as a copy of an existing object.

    • It is invoked when a new object is created from an existing object.

    • Example: MyClass obj1; MyClass obj2 = obj1; // Copy constructor is called to create obj2 as a copy of obj1.

  • Answered by AI
  • Q2. When to use pointer/reference
  • Ans. 

    Pointers/references are used to pass memory addresses instead of values, for efficiency and to modify data directly.

    • Use pointers when you need to modify the original data passed to a function

    • Use references when you want to avoid copying large data structures

    • Pointers are commonly used in dynamic memory allocation

    • References are used in function parameters to avoid unnecessary copying

    • Example: int x = 10; int *ptr = &x; *p

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basics web development MCQ

Round 2 - Coding Test 

Core knowledge on JS and code snippet

Round 3 - Technical 

(1 Question)

  • Q1. DSA on array and string and deep knowledge in JS
Round 4 - One-on-one 

(1 Question)

  • Q1. It was manager round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Based on DSA in C# be thorough with heap tree and map from dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - They conducted the 1st round in HackerEarth platform and it was proctored. They asked from Aptitude (Profit and Loss, SI & CI, Investment) Logical (Arrangement) and few Data sufficient questions but mostly it was from DSA in C# Like time complexity of search and sort algorithms (refer hackerearth platform), heaps trees and maps questions don't worry it was standard. And all the best

PurpleTalk Interview FAQs

How many rounds are there in PurpleTalk interview for freshers?
PurpleTalk interview process for freshers usually has 3-4 rounds. The most common rounds in the PurpleTalk interview process for freshers are Aptitude Test, Coding Test and Technical.
How to prepare for PurpleTalk interview for freshers?
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 SDLC, Administration, Administrative Support, Agile and Algorithms.
What are the top questions asked in PurpleTalk interview for freshers?

Some of the top questions asked at the PurpleTalk interview for freshers -

  1. A company wants to expand its presence in the southern part of India using tech...read more
  2. How can a coffee company increase its user experience using technolo...read more
  3. 1/2 person will be there asking questions like: what is class, string operation...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.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 780 Interviews
Pole To Win Interview Questions
3.5
 • 51 Interviews
View all

PurpleTalk Reviews and Ratings

based on 223 reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-Life balance

3.5

Salary & Benefits

3.5

Job Security

3.7

Company culture

3.4

Promotions/Appraisal

3.7

Work Satisfaction

Explore 223 Reviews and Ratings
Associate Analyst
169 salaries
unlock blur

₹2.8 L/yr - ₹12.5 L/yr

Software Analyst
79 salaries
unlock blur

₹4 L/yr - ₹15.5 L/yr

Associate Software Analyst
52 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Analyst
46 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Software Developer
44 salaries
unlock blur

₹4.1 L/yr - ₹16.2 L/yr

Explore more salaries
Compare PurpleTalk with

Happiest Minds Technologies

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
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