Upload Button Icon Add office photos
Engaged Employer

i

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

Quikr Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Quikr Associate Software Test Engineer Interview Questions and Answers

Updated 4 Apr 2024

Quikr Associate Software Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Duration - 1 hour
Total Questions - 50

Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join our organization
  • Q2. Introduce yourself
Round 3 - Technical 

(1 Question)

  • Q1. Write a java code to generate fibonacci series
  • Ans. 

    Java code to generate fibonacci series

    • Use a loop to generate the series

    • Start with the first two numbers 0 and 1

    • Add the previous two numbers to get the next number

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

About artificial intelligence

Round 2 - Coding Test 

What is oops and print fobanocci series

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 3 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 - Coding Test 

It was 2 coding questions of medium level

Round 3 - Technical 

(2 Questions)

  • Q1. Longest substring with non repeating characters
  • Ans. 

    Find the longest substring in a given string that does not contain any repeating characters.

    • Use a sliding window approach to iterate through the string.

    • Keep track of the characters seen so far using a set.

    • Update the start and end indices of the window to find the longest substring.

    • Return the length of the longest substring.

  • Answered by AI
  • Q2. Candy problem. There is similar question in geeks for geeks

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practising data structures and algorithms. Do some projects

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Aug 2022. There were 5 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 - Coding Test 

There were 2 questions to test our basic coding knowledge.

Round 3 - One-on-one 

(1 Question)

  • Q1. Some basic introduction followed by sort 2 arrays into a single array.
Round 4 - One-on-one 

(1 Question)

  • Q1. Applications of various data structures.
  • Ans. 

    Data structures are used in various applications like search algorithms, storage systems, and graph algorithms.

    • Search algorithms like binary search use arrays and trees for efficient searching.

    • Storage systems use data structures like hash tables and linked lists for organizing and accessing data.

    • Graph algorithms like Dijkstra's algorithm use graphs and trees for solving complex problems.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Some basic hr questions like tell me about yourself, what do you know about magicbricks,where do you see yourself in 5 years etc

Skills evaluated in this interview

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 May 2022. There were 5 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 - Coding Test 

3 coding questions on codility platform.

Round 3 - Coding Test 

DSA Round 3 questions

Round 4 - Technical 

(1 Question)

  • Q1. LLD and CS Funda
Round 5 - Technical 

(1 Question)

  • Q1. Managerial Round
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Questions were crayon box ,the bot and the game and happy neighbourhood for 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Array basics was asked
  • Q2. Segment tree,prefix sum
Round 3 - Technical 

(1 Question)

  • Q1. Low level design was asked
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions on JavaScript, Mysql
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on MySQL database

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of javascript (nodejs backend) and have good knowledge in MySQL database such as storage engines, stored procedure, in built functions etc ...
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a MySQL stored procedure
  • Ans. 

    A MySQL stored procedure example

    • Use CREATE PROCEDURE statement to define a new stored procedure

    • Use BEGIN and END to enclose the procedure's code

    • Use parameters to pass values into the procedure

    • Use SELECT, INSERT, UPDATE, DELETE statements within the procedure

  • Answered by AI
  • Q2. How can indexing in MySQL
  • Ans. 

    Indexing in MySQL improves query performance by creating efficient data structures.

    • Indexes are created on columns in a table to speed up SELECT queries.

    • Primary key columns are automatically indexed in MySQL.

    • Indexes can be created using CREATE INDEX statement or by adding INDEX keyword in CREATE TABLE statement.

    • Indexes can be unique or non-unique.

    • Examples: CREATE INDEX idx_name ON table_name(column_name);

    • Examples: CREAT...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a code to to find out data and duplicate count from a array
  • Ans. 

    Code to find data and duplicate count from an array of strings

    • Iterate through the array and use a HashMap to store each element and its count

    • Increment the count if the element is already present in the HashMap

    • Finally, iterate through the HashMap to print out the elements and their counts

  • Answered by AI

Interview Preparation Tips

Topics to prepare for JustDial Software Engineer interview:
  • Coding
  • Database

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Apr 2022. There were 3 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. Find the index of greatest number from the array?
  • Ans. 

    To find the index of the greatest number in an array.

    • Loop through the array and compare each element with the current greatest number. If the current element is greater, update the greatest number and its index.

    • Use built-in functions like Math.max() and indexOf() to simplify the code.

  • Answered by AI
  • Q2. Sql question find the top 3 employess who have max salary ?
Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about yorself?
  • Q2. Why you want to join justdial?

Skills evaluated in this interview

Quikr Interview FAQs

How many rounds are there in Quikr Associate Software Test Engineer interview?
Quikr interview process usually has 3 rounds. The most common rounds in the Quikr interview process are Aptitude Test, HR and Technical.

Tell us how to improve this page.

Quikr Associate Software Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
PolicyBazaar Interview Questions
3.6
 • 345 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
JustDial Interview Questions
3.5
 • 325 Interviews
Myntra Interview Questions
4.0
 • 213 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Spinny Interview Questions
3.7
 • 168 Interviews
FirstCry Interview Questions
3.7
 • 168 Interviews
View all

Quikr Associate Software Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Key Account Manager
286 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Key Account Manager
80 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Quikr with

OLX

3.8
Compare

JustDial

3.5
Compare

MagicBricks

3.6
Compare

Cartrade.com

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