Upload Button Icon Add office photos

Filter interviews by

iQuanta Interview Questions and Answers

Updated 18 Dec 2024

iQuanta Interview Experiences

Popular Designations

2 interviews found

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

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

Round 1 - Aptitude Test 

Easy coding question

Round 2 - HR 

(1 Question)

  • Q1. React,Redux,E-commerce ,Payment Course if you done
Round 3 - HR 

(1 Question)

  • Q1. Just basic coding question

Mern Stack Developer Interview Questions asked at other Companies

Q1. Middle of a Linked List You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list. If there is an odd number of elements, return the middle element. If there are an even ... read more
View answer (1)
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 Aug 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Details, Work Exp, Current Job Location, Current/Exp CTC
Round 2 - Aptitude Test 

Related to your niche or branch you are applying!

Round 3 - Assignment 

Marketing Case Study - Full detailed Media Plan of xyz Organisation!

Round 4 - One-on-one 

(1 Question)

  • Q1. KPIs, KRAs, Role Discussion, Expectations of employee & Company, Salary negotiations

Senior Marketing Executive Interview Questions asked at other Companies

Q1. Who would you target your Marketing Communication for a Gamming Console, Parent or the Kid?
View answer (1)

Interview questions from similar companies

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. SQL queries , python pandas and numpy , power bi related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous experience, skills and expertise
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Sql, numpy, pandas, dictionary, pandas group by, merging

Round 2 - One-on-one 

(1 Question)

  • Q1. Normal questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Data structures, particularly strings, play a crucial role in problem-solving.

Round 2 - HR 

(4 Questions)

  • Q1. Please tell me about yourself.
  • Ans. First of all , thank you! For this opportunity to introduce my self. I am Akash kumar kushwaha, I was born in bihar 2001 , but I live in ghaziabad now. I m currently pursuing my b.tech from IMS engineering college ghaziabad. And I completed my 10th and 12th from co-operative uchh vidyalaya jagdishpur with score 60% in 10th and 65% in 12th . And my hobby is playing cricket and travelling.
  • Answered by AKASH KUMAR KUSHWAHA
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I am proficient in multiple programming languages such as Java, Python, and JavaScript.

    • I have a track record of delivering high-quality code on time and within budget.

    • I am a quick learner and always eager to stay u...

  • Answered by AI
  • Q3. What are your strength and weakness .
  • Ans. 

    Strength: Problem-solving skills, Weakness: Impatience

    • Strength: Strong problem-solving skills demonstrated through successful projects

    • Weakness: Impatience when tasks take longer than expected, working on improving patience through time management techniques

  • Answered by AI
  • Q4. Why did you choose career in software developer.
  • Ans. 

    Passion for problem-solving and creating innovative solutions drove me to pursue a career in software development.

    • Fascination with technology and its potential to improve lives

    • Enjoyment of logical thinking and coding challenges

    • Desire to constantly learn and adapt in a fast-paced industry

    • Previous experience in programming projects or internships

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is your area of expertise in programming languages?
  • Ans. 

    My area of expertise in programming languages is in web development, specifically with JavaScript, HTML, and CSS.

    • Proficient in JavaScript for client-side scripting and server-side development with Node.js

    • Experienced in building responsive and interactive web applications using HTML and CSS

    • Familiar with popular frameworks and libraries like React, Angular, and Bootstrap

  • Answered by AI
  • Q2. What is JavaScript, and what are its benefits?
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It allows for dynamic content updates without reloading the page.

    • JavaScript can be used to create interactive elements like forms, animations, and games.

    • It is supported by all major web browsers.

    • JavaScript can also be used for server-side development with Node.j

  • Answered by AI

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.

  • Q1. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix and mark rows and columns to be modified

    • Use additional arrays to keep track of rows and columns to be modified

    • Update the matrix in-place based on the marked rows and columns

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as Software Engineer in DelhiEligibility criteria7 CGPAToppr interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching, Compiler designTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions were on front end web development questions with managerial interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall experience was good. The interview was on technical and managerial skills based on the experience gained.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My expected tenure, education, technical insights

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

iQuanta Interview FAQs

How many rounds are there in iQuanta interview?
iQuanta interview process usually has 3-4 rounds. The most common rounds in the iQuanta interview process are HR, Aptitude Test and Assignment.
How to prepare for iQuanta 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 iQuanta. The most common topics and skills that interviewers at iQuanta expect are Lecturer Activities, Teaching, Tutoring, Verbal and cat.
What are the top questions asked in iQuanta interview?

Some of the top questions asked at the iQuanta interview -

  1. React,Redux,E-commerce ,Payment Course if you d...read more
  2. Just basic coding quest...read more

Tell us how to improve this page.

iQuanta Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Adda 247 Interview Questions
3.2
 • 30 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

iQuanta Reviews and Ratings

based on 18 reviews

3.7/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.7

Salary

3.3

Job security

3.5

Company culture

3.6

Promotions

3.3

Work satisfaction

Explore 18 Reviews and Ratings
Compare iQuanta with

Unacademy

3.0
Compare

upGrad

3.7
Compare

Eruditus Executive Education

3.5
Compare

Simplilearn

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