Upload Button Icon Add office photos

Filter interviews by

Primathon Technology Ventures Front end Developer Interview Questions and Answers

Updated 17 Jun 2022

Primathon Technology Ventures Front end Developer Interview Experiences

1 interview found

I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About work experience, normal conversation.
Round 2 - Technical 

(1 Question)

  • Q1. Basic of JS, shallow and deep cloning, OOPs concept of JS, Hooks basic questions, useContext, lifecycle with hooks,
Round 3 - Technical 

(1 Question)

  • Q1. Same like previous but in-depth, with few technical questions, prototypal inheritance.
Round 4 - One-on-one 

(1 Question)

  • Q1. Normal call about the previous job, what I worked on, and how implemented the features.

Interview Preparation Tips

Topics to prepare for Primathon Technology Ventures Front end Developer interview:
  • Javascript
  • React.Js
  • hooks
Interview preparation tips for other job seekers - Don't apply. Just coz of my past experience, they canceled my candidature. No other reason. After clearing all the rounds, the CEO wanted one more round and then tried to make some unethical points that I am already fed up with in my current company and tried to make it sound like that's what the culture should be. Bulls*it.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2021. 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 tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. DS Algo, Backend and DB
  • Q2. Stack(DS) question and DB based questions
  • Q3. Scaling (Horizontal, Vertical) with use cases
  • Ans. 

    Scaling refers to increasing capacity of a system. Horizontal scaling adds more machines, while vertical scaling adds more resources to a machine.

    • Horizontal scaling involves adding more machines to a system to increase capacity

    • Vertical scaling involves adding more resources to a machine to increase capacity

    • Use cases for horizontal scaling include handling increased traffic or adding redundancy

    • Use cases for vertical sca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Backend
  • Data Structures
  • Database
Interview preparation tips for other job seekers - Keep your DS concepts clear and be clear on your answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Nov 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Regarding the Past Projects, mine were with Firebase and Flutter.
  • Q2. Medium DSA questions for Array and String and Flutter

Interview Preparation Tips

Topics to prepare for Junglee Games Software Developer interview:
  • Flutter
  • firebase
  • Node.Js
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Ans. 

    To remove the last element from a linked list, iterate to the second last node and update its next pointer to null.

    • Iterate through the linked list to find the second last node

    • Update the next pointer of the second last node to null

  • Answered by AI
  • Q2. Some basic questions on oops dbms and os

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Focus mainly on Javascript basics and React or Angular.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(9 Questions)

  • Q1. 1. How we secure ur data through data security?
  • Ans. 

    Data security is ensured through various measures such as encryption, access controls, regular backups, and security audits.

    • Encryption: Data is encrypted using algorithms like AES or RSA to protect it from unauthorized access.

    • Access controls: User authentication, role-based access control, and strong password policies are implemented to control data access.

    • Regular backups: Data is regularly backed up to prevent loss or...

  • Answered by AI
  • Q2. 2.Where are how do we use Al in our day to day life ?
  • Ans. 

    AI is used in various aspects of our daily lives, from virtual assistants to recommendation systems.

    • Virtual assistants like Siri, Alexa, and Google Assistant use AI to understand and respond to voice commands.

    • Social media platforms use AI algorithms to personalize our news feeds and suggest friends to connect with.

    • AI-powered recommendation systems suggest products, movies, and music based on our preferences and browsin...

  • Answered by AI
  • Q3. 3.Explain about Artificial intelligence
  • Ans. 

    Artificial intelligence is a field of computer science that focuses on creating intelligent machines.

    • AI involves the development of algorithms and models that enable machines to perform tasks that typically require human intelligence.

    • It encompasses various subfields such as machine learning, natural language processing, computer vision, and robotics.

    • AI applications can be found in areas like virtual assistants, autonom...

  • Answered by AI
  • Q4. 4.what is al and it functionality in machine learning
  • Ans. 

    AL stands for Active Learning and it is a technique used in machine learning to select the most informative data points for labeling.

    • AL is used to reduce the amount of labeled data needed for training a model.

    • It involves iteratively selecting the most uncertain or informative data points for annotation.

    • AL can be used in various machine learning tasks such as classification, regression, and clustering.

    • By actively select...

  • Answered by AI
  • Q5. 5.Short keys of copy, cut, paste, undo
  • Ans. 

    Copy, cut, paste, undo are short keys used for manipulating text or objects in software applications.

    • Copy: Ctrl+C (Windows) or Command+C (Mac)

    • Cut: Ctrl+X (Windows) or Command+X (Mac)

    • Paste: Ctrl+V (Windows) or Command+V (Mac)

    • Undo: Ctrl+Z (Windows) or Command+Z (Mac)

  • Answered by AI
  • Q6. 6.how will short name in mx excel
  • Ans. 

    In Excel, you can create a short name for a cell or range of cells using the Name Manager feature.

    • Open Excel and go to the Formulas tab.

    • Click on the Name Manager button.

    • Click on the New button to create a new name.

    • Enter a short name in the Name field.

    • Specify the cell or range of cells you want to associate with the short name in the Refers to field.

    • Click OK to save the short name.

    • You can now use the short name in formu...

  • Answered by AI
  • Q7. 7.What do you know about artificial intelligence and Machine learning?
  • Ans. 

    Artificial intelligence (AI) is the simulation of human intelligence in machines that can learn and perform tasks without explicit programming.

    • AI is a branch of computer science that focuses on creating intelligent machines

    • Machine learning is a subset of AI that enables machines to learn from data and improve their performance

    • AI and machine learning are used in various applications such as speech recognition, image cla...

  • Answered by AI
  • Q8. 8. Can you play any music instrument?
  • Ans. 

    Yes, I can play the piano and the guitar.

    • I can play the piano and the guitar.

    • I have been playing the piano for 10 years.

    • I have been playing the guitar for 5 years.

  • Answered by AI
  • Q9. 9.Data Base Administration knowledge line attributes and entities and ther m...

Interview Preparation Tips

Interview preparation tips for other job seekers - Build skills while you wait.

• Customize your application materials....

• Use social media to find jobs....

• Research potential employers....

• Prepare your interview responses....

• Network in your preferred industry.

• Send a thank you.

• Be patient.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Testing in React
  • Q2. Redux, Async Thunk
Round 2 - Coding Test 

- Test Cases
- Redux

Interview Preparation Tips

Topics to prepare for Brillio Software Developer interview:
  • React
  • Jest
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do u want to join
  • Q3. Where do u see yourself in next 10 years
  • Q4. What salary do u expecting
  • Q5. Do u have any question for us

Interview Preparation Tips

Interview preparation tips for other job seekers - n
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

3 coding question , leetcode easy medium and mcqs

Interview Preparation Tips

Interview preparation tips for other job seekers - practice dsa
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Coding round is related to DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Explain about your project
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join us?

Primathon Technology Ventures Interview FAQs

How many rounds are there in Primathon Technology Ventures Front end Developer interview?
Primathon Technology Ventures interview process usually has 4 rounds. The most common rounds in the Primathon Technology Ventures interview process are Technical, HR and One-on-one Round.
How to prepare for Primathon Technology Ventures Front end 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 Primathon Technology Ventures. The most common topics and skills that interviewers at Primathon Technology Ventures expect are React.Js, Javascript, CSS, Front End and HTML.
What are the top questions asked in Primathon Technology Ventures Front end Developer interview?

Some of the top questions asked at the Primathon Technology Ventures Front end Developer interview -

  1. Normal call about the previous job, what I worked on, and how implemented the f...read more
  2. Basic of JS, shallow and deep cloning, OOPs concept of JS, Hooks basic question...read more
  3. Same like previous but in-depth, with few technical questions, prototypal inher...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 132 Interviews
Brillio Interview Questions
3.4
 • 130 Interviews
iMerit Interview Questions
3.5
 • 92 Interviews
Arcesium Interview Questions
3.6
 • 78 Interviews
Mavenir Systems Interview Questions
3.5
 • 55 Interviews
DotPe Interview Questions
3.2
 • 37 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
View all
Primathon Technology Ventures Front end Developer Salary
based on 5 salaries
₹5 L/yr - ₹9.5 L/yr
15% more than the average Front end Developer Salary in India
View more details
Software Development Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Primathon Technology Ventures with

Sequoia Capital

3.4
Compare

Nexus Venture Partners

3.0
Compare

Matrix Partners

2.8
Compare

Kalaari Capital

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