Upload Button Icon Add office photos

Pickrr

Compare button icon Compare button icon Compare

Filter interviews by

Pickrr Interview Questions and Answers

Updated 16 Mar 2024

Pickrr Interview Experiences

Popular Designations

3 interviews found

Software Developer Interview Questions & Answers

user image Piyush Dayani

posted on 16 Mar 2024

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

(1 Question)

  • Q1. DSA and puzzle.
Round 2 - Technical 

(1 Question)

  • Q1. Reverse linked list in k groups
  • Ans. 

    Reverse a linked list in groups of k nodes

    • Iterate through the linked list in groups of k nodes

    • Reverse each group of k nodes

    • Update the pointers accordingly

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Projects, Q related to BFS & DFS, Coding question
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion and Culture fit

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Sde1 Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2022

I applied via Referral and was interviewed in May 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Palindrome 2 leetcode questions
  • Q2. Implement LRU cache.
  • Ans. 

    LRU cache is a data structure that stores the most recently used items and discards the least recently used items.

    • Use a hash table to store key-value pairs

    • Use a doubly linked list to keep track of the order of items

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the back of the list

    • Lookup and insertion should be O(1) time complexity

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a bad interview experience as the interviewer game me 3-4 leetcode questions,but as i had already solved it in past, he didn't allow me yo solve them again.

Skills evaluated in this interview

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. How can you grow the client.
  • Ans. 

    To grow a client, focus on building strong relationships, providing excellent customer service, and offering personalized solutions.

    • Regularly communicate with the client to understand their needs and concerns

    • Provide customized solutions that meet their specific requirements

    • Offer additional products or services that complement their existing ones

    • Provide exceptional customer service to build trust and loyalty

    • Regularly re...

  • Answered by AI
  • Q2. To get connected with him and share pre intematation to him for every thing so that he can make his mind for this and leave the things on you only. You should make a personal relationship with him. And thi...

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

Interview questions from similar companies

I applied via Indeed and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Business problems and case studies
  • Q2. Guesstimates
  • Q3. Experience to date
  • Ans. 

    I have 3 years of experience working as a Data Analyst in the finance industry.

    • Analyzed financial data to identify trends and make recommendations

    • Created reports and dashboards using tools like Tableau and Excel

    • Collaborated with cross-functional teams to improve data quality and accuracy

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use your basic aptitude.

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave attitude and dark personality test in Delhivery. But after clearing this rounds. They don't take my interview. They said that they have shortlisted another candidate. They even don't pick up call and clarify it.

I applied via Recruitment Consultant and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is diameter of Binary Tree? Write full working code.
  • Ans. 

    Diameter of a binary tree is the longest path between any two leaf nodes.

    • Calculate the height of left and right subtrees recursively.

    • Calculate the diameter recursively using the formula max(left_height + right_height + 1, max(left_diameter, right_diameter)).

    • Return the maximum diameter.

  • Answered by AI
  • Q2. Find interchanged terms from an AP, where terms are arranged in series
  • Ans. 

    To find interchanged terms from an AP series

    • Identify the common difference between terms

    • Swap the positions of adjacent terms

    • Check if the new series is also an AP

    • Repeat until no more interchanged terms can be found

  • Answered by AI
  • Q3. Explain database indexing
  • Ans. 

    Database indexing is a technique to improve the performance of database queries.

    • Indexing creates a data structure that allows for faster retrieval of data.

    • Indexes are created on one or more columns of a table.

    • Queries that use indexed columns can be executed faster.

    • Indexes can be clustered or non-clustered.

    • Clustered indexes determine the physical order of data in a table.

    • Non-clustered indexes create a separate structure...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic data structures, operating systems and database.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is DHCP,DNS,etc
  • Ans. 

    DHCP is a protocol that assigns IP addresses to devices on a network. DNS is a system that translates domain names to IP addresses.

    • DHCP assigns IP addresses to devices on a network

    • DNS translates domain names to IP addresses

    • DHCP reduces the need for manual IP address configuration

    • DNS allows users to access websites using domain names instead of IP addresses

  • Answered by AI
  • Q2. Dynamics host configuration Protocol Domain Name System

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1)Tell me about your self? 2)explain your profile/designation of the last company? 3)what are the type of sourcing? 4) Do you have knowledge about MS office? 5) Have you used MS Excel? What is V Lookup ?wh...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont hesitate if your hand is not tight in english, always try to express your self in interview
Language doesn't matter at all

I applied via Internshala and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Only simple about myself questions as well as finance operations terms

Interview Preparation Tips

Interview preparation tips for other job seekers - Hojata hai aaram se but thoda dhyan rkhna ki stuck na ho beech m

I applied via Campus Placement and was interviewed before Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few Basis Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and don't say Yes to each and every question. You should showcase your accountability and leadership skills.
Contribute & help others!
anonymous
You can choose to be anonymous

Pickrr Interview FAQs

How many rounds are there in Pickrr interview?
Pickrr interview process usually has 3 rounds. The most common rounds in the Pickrr interview process are Technical, Resume Shortlist and HR.
How to prepare for Pickrr 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 Pickrr. The most common topics and skills that interviewers at Pickrr expect are B2B Sales, Sales, Advertising, B2B Marketing and Brand Management.
What are the top questions asked in Pickrr interview?

Some of the top questions asked at the Pickrr interview -

  1. How can you grow the clien...read more
  2. Reverse linked list in k gro...read more
  3. Implement LRU cac...read more

Recently Viewed

JOBS

Metal Power Analytical

No Jobs

REVIEWS

Raymond Lifestyle Limited

No Reviews

PHOTOS

Metal Power Analytical

No Photos

INTERVIEWS

Prozo

No Interviews

REVIEWS

Digiglobe Solutions

No Reviews

COMPANY BENEFITS

INDI IT SOLUTIONS

No Benefits

SALARIES

INDI IT SOLUTIONS

No Salaries

JOBS

Cherry Hill Interiors

No Jobs

SALARIES

Pasco Automobiles

No Salaries

PHOTOS

Cherry Hill Interiors

No Photos

Tell us how to improve this page.

Pickrr Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

HCLTech

There's no stopping you

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
GATI-KWE Interview Questions
3.9
 • 87 Interviews
MagicPin Interview Questions
2.7
 • 50 Interviews
Wow Express Interview Questions
3.0
 • 2 Interviews
View all

Pickrr Reviews and Ratings

based on 91 reviews

3.7/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.7

Salary

2.8

Job security

3.5

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 91 Reviews and Ratings
Business Development Manager
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Associate
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Pickrr with

Shiprocket Private Limited

3.7
Compare

Delhivery

3.9
Compare

Ecom Express

3.8
Compare

XpressBees

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