Upload Button Icon Add office photos

Filter interviews by

QuinStreet Interview Questions and Answers

Updated 11 Mar 2024

QuinStreet Interview Experiences

Popular Designations

2 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
-

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round was challenging
Asked the most relevant questions in HTML, CSS and JS
2nd round- techno manager round
Interview questions started no time wasting introductions and no feedback on answers provided. Rude Interviewer

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

QA QC Engineer Interview Questions & Answers

user image Minal Patil

posted on 11 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (4)

Jobs at QuinStreet

View all

Interview questions from similar companies

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2017. There were 5 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: My resume got shortlisted through naukri.com .I got a call from ambitionbox.com and then i was asked to come for a face to face interview.

Round: HR Interview
Experience: Second round was HR Interview .In HR interview i was asked about my hobbies,my career goals,my ideas and about company and their Products.
Tips: Be calm and confident!

Round: Test
Experience: Third round was a writing test .i was asked to write about any topic in 5 minutes to check my writing skills and grammar sense
Tips: Be creative.

Round: Presentation
Experience: The fourth round was a presentation round in this i have to present about any topic(political,technical ,anything)in 10 minutes

General Tips: Be confident and creative ! stay calm and should apply presence of mind.the interviewer wanted to test both my knowledge and my communication skills.please go through the job description thoroughly.
Skills: Body Language, Problem Solving, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

I applied via Naukri.com and was interviewed in Jul 2017. There were 4 interview rounds.

Interview Preparation Tips

Round: Test
Experience: i was asked to write about any topic just to check my writing skills

Round: presentation
Experience: I have to present a presentation about any topic in 5 mins

General Tips: Be confident,creative and expressive
Skills: Communication, Body Language, Analytical Skills, Leadership, Presentation Skills, Time Management
Duration: <1 week

I appeared for an interview in Sep 2016.

Interview Questionnaire 

9 Questions

  • Q1. Questions on DBMS like find the 2nd maximum salary of employee
  • Q2. A table was given and i need Normalize it
  • Q3.  join, groupby queries on a given table
  • Q4. Question related to Computer Networks like how internet works
  • Q5. What is web server and application server
  • Ans. 

    Web server handles HTTP requests and responses, while application server executes application logic.

    • Web server serves static content like HTML, CSS, JS files

    • Application server executes dynamic code like Java, Python, Ruby

    • Web server communicates with client, application server communicates with database

    • Examples of web servers: Apache, Nginx, IIS

    • Examples of application servers: Tomcat, JBoss, WebSphere

  • Answered by AI
  • Q6. Coding question to print a given pattern
  • Q7. Proper discussion on my projects that were mentioned in the resume. They usually ask to make class diagram, ER diagram of project etc.
  • Q8. Firstly HR asked to introduce yourself
  • Q9. Then he asked simple questions like why u want to join this company, my family background, asked about hobbies, academic achievements etc

Interview Preparation Tips

Round: Test
Experience: Two coding questions were given in the 1st round
1)find nodes at kth distance from root node
2)arrange a given array in min-max sequence
Duration: 1 hour
Total Questions: 2

College Name: Thapar University, Patiala

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Dec 2015. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list

    • Iteratively swap the next and previous pointers of each node

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the head pointer to the last node after reversing

  • Answered by AI
  • Q2. Object Oriented Programming
  • Q3. Database questions
  • Q4. What do you like about this company
  • Ans. 

    I appreciate the company's commitment to innovation and employee development.

    • Strong focus on innovation in software development

    • Opportunities for professional growth and development

    • Positive company culture and work environment

  • Answered by AI
  • Q5. Why do you want to work here
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work environment.

    • Impressed by innovative projects

    • Desire to work in a collaborative environment

    • Excited about potential for growth and learning opportunities

  • Answered by AI
  • Q6. Long term goals

Interview Preparation Tips

Round: Test
Experience: Simple aptitude test where they filtered out 2/3 of the applicants (12-15 selected out of 30)
Duration: 1 hour
Total Questions: 40

Round: Technical Interview
Experience: General questions about you, your projects etc.
The linked list question, you can write in any language you like.
OOP concepts like how it is implemented in your favourite language.

Round: Technical Interview
Experience: Your thoughts on designing a database for a company that aggregates jobs from any available source.
The schema for the database and your reason for it.

Round: HR Interview
Experience: Standard HR questions

College Name: Shiv Nadar University, Dadri

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. What Is job timing
  • Q2. What is salray cycl
  • Ans. 

    Salary cycle refers to the frequency at which employees are paid, such as weekly, bi-weekly, or monthly.

    • Salary cycle can vary depending on the company's policies and practices.

    • Common salary cycles include weekly, bi-weekly (every two weeks), semi-monthly (twice a month), and monthly.

    • Some companies may also offer different salary cycles for different employee groups, such as hourly vs. salaried employees.

    • Understanding t...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I do have 5yrs exp in sales i used to worked with many big company

General Tips: I gave interview coz of my skill as per my skill i got selected
Skills: Gd&t Symbols, Sales, Communication, Body Language, Problem Solving, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

I applied via Referral and was interviewed before Mar 2017. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Interview taken by hr
  • Q2. Myself, previous company, Experience

Interview Preparation Tips

Round: Test
Experience: Aptitude test

Round: Resume Shortlist
Experience: I had given interview infront of Naveen Kumar Gagwani.
He short listed my cv

Round: Case Study Interview
Experience: The interviewer asked me
Can you sell me a mobile
And I sold him.

General Tips: It's has a selection procedure.
You can attend interview with good level of confidence.
Skills: MARKETING APTITUDE, Marketing, Communication, Body Language, Problem Solving, Analytical Skills, Presentation Skills
Duration: <1 week

I applied via Naukri.com and was interviewed before Mar 2017. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About Previous profile. The challenges in professional life
  • Q2. How long you would like to work in the company
  • Ans. 

    I am looking to establish a long-term career with the company and grow professionally.

    • I am committed to contributing to the company's success for the foreseeable future

    • I am eager to take on new challenges and responsibilities within the organization

    • I value stability and growth opportunities in my career

  • Answered by AI
  • Q3. About CTC

Interview Preparation Tips

Round: Resume Shortlist
Experience: Based on education and previous work experience.

Skills: Communication, Body Language, Analytical Skills, Presentation Skills
Duration: >3 Months
Contribute & help others!
anonymous
You can choose to be anonymous

QuinStreet Interview FAQs

How many rounds are there in QuinStreet interview?
QuinStreet interview process usually has 1-2 rounds. The most common rounds in the QuinStreet interview process are Technical and One-on-one Round.
How to prepare for QuinStreet 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 QuinStreet. The most common topics and skills that interviewers at QuinStreet expect are Digital Media, Database Testing, Javascript, API Testing and HTML.
What are the top questions asked in QuinStreet interview?

Some of the top questions asked at the QuinStreet interview -

  1. Basic and intermediate HTML, CSS AND JS questio...read more
  2. Tricky JS questi...read more
  3. Complex SQL quer...read more

Recently Viewed

INTERVIEWS

Tekni-Plex

No Interviews

LIST OF COMPANIES

Jio Haptik

Overview

SALARIES

Jio Haptik

SALARIES

Jio Haptik

JOBS

Jio Haptik

No Jobs

JOBS

IBM

No Jobs

REVIEWS

QuinStreet

No Reviews

SALARIES

QuinStreet

REVIEWS

Tekni-Plex

No Reviews

JOBS

Jio Haptik

No Jobs

Tell us how to improve this page.

QuinStreet Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

JustDial Interview Questions
3.5
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
IIFL Finance Interview Questions
4.0
 • 246 Interviews
Sify Technologies Interview Questions
3.9
 • 122 Interviews
R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
Matrimony.com Interview Questions
4.2
 • 88 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
India TV Interview Questions
3.4
 • 1 Interview
View all

QuinStreet Reviews and Ratings

based on 41 reviews

4.4/5

Rating in categories

3.8

Skill development

4.5

Work-life balance

4.1

Salary

4.1

Job security

4.2

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 41 Reviews and Ratings
UI Developer-Remote

Pune

5-7 Yrs

Not Disclosed

Ui Developer

Pune

3-5 Yrs

Not Disclosed

Explore more jobs
Java Developer
42 salaries
unlock blur

₹3 L/yr - ₹12.9 L/yr

QA Engineer
34 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Software Developer
25 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Software Engineer
17 salaries
unlock blur

₹4.9 L/yr - ₹18.9 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹3.7 L/yr - ₹13 L/yr

Explore more salaries
Compare QuinStreet with

Info Edge

3.9
Compare

JustDial

3.5
Compare

Indiamart Intermesh

3.6
Compare

Network 18

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