Upload Button Icon Add office photos
Engaged Employer

i

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

Nerdy Turtlez Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Nerdy Turtlez Associate Interview Questions and Answers

Updated 14 Mar 2024

Nerdy Turtlez Associate Interview Experiences

2 interviews found

Associate Interview Questions & Answers

user image Nitin kumar

posted on 22 Jan 2022

Interview Questionnaire 

1 Question

  • Q1. Normal questions related to my career

Associate Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2021

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How did clear the interview and my experiences with the company
  • Q2. Well, for me it has been good experience to work here and good environment as well, so far as interview, been moderate not too much question I have faced in my P.I OVERALL GOOD

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently, be ready for tricky question, do some preparation of general interview question

Associate Interview Questions Asked at Other Companies

asked in UNO Minda
Q1. What is mean of TTR & why required for powder coating process ... read more
Q2. A rat has 3000 gm of rice, he has to travel a distance of 3000m, ... read more
asked in Amazon
Q3. Difference between online and offline shopping.
asked in PwC
Q4. Create a table with specified columns Alter the table and add new ... read more
asked in Wipro
Q5. What's IP address and why is it required?

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self , internship or exp. Why sales?
  • Ans. 

    I have a background in marketing and sales through internships and previous work experience. I am passionate about sales because of the opportunity to build relationships and drive revenue.

    • Interned at XYZ company where I learned about sales strategies and techniques

    • Worked as a sales associate at ABC store, exceeding sales targets consistently

    • Enjoy the challenge of meeting customer needs and closing deals

    • Passionate abou...

  • Answered by AI
Round 2 - Assignment 

A sales pitch round in which a scenario was provided.

Round 3 - One-on-one 

(1 Question)

  • Q1. Final interview questions from cv.

I applied via Monster and was interviewed before Oct 2021. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is your experience in testing
  • Ans. 

    I have extensive experience in testing software and hardware systems.

    • I have experience in creating test plans, test cases, and test scripts.

    • I have worked with various testing tools such as Selenium, JMeter, and LoadRunner.

    • I have experience in manual and automated testing.

    • I have worked on testing projects for web applications, mobile applications, and embedded systems.

    • I have experience in functional testing, regression ...

  • Answered by AI
  • Q2. What are different types of testing
  • Ans. 

    Different types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing: testing individual units or components of the software

    • Integration testing: testing how different units or components work together

    • System testing: testing the entire system as a whole

    • Acceptance testing: testing whether the system meets the requirements and is acceptable to the en...

  • Answered by AI
Round 3 - Coding Test 

Nothing about coding asked, since it is for testing

Interview Preparation Tips

Interview preparation tips for other job seekers - It is nice and get prepare your self well and go with confidence.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction work experience
Round 2 - One-on-one 

(1 Question)

  • Q1. About company, why would join us Analytics questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is str in c
  • Ans. 

    str in C is a data type used to represent strings as arrays of characters.

    • str in C is typically declared as an array of characters, terminated by a null character '\0'.

    • Functions like strcpy(), strcmp(), and strlen() are commonly used with str in C.

    • Example: char str[10] = "hello"; // Declaration of a string in C

  • Answered by AI
  • Q2. What is pointers in c
  • Ans. 

    Pointers in C are variables that store memory addresses of other variables.

    • Pointers are used to access and manipulate memory directly.

    • They are denoted by an asterisk (*) before the variable name.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

very easy questions related to web development. 1 coding question

  • Q1. 

    Clone a Linked List with Random Pointers

    Given a linked list where each node has two pointers: the first points to the next node in the list, and the second is a random pointer that can point to any node ...

  • Ans. 

    Create a deep copy of a linked list with random pointers without using references of original nodes.

    • Iterate through the original linked list and create a new node for each node in the list.

    • Store the mapping of original nodes to new nodes in a hashmap to handle random pointers.

    • Update the random pointers of new nodes based on the mapping stored in the hashmap.

    • Return the head of the copied linked list.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

  • Q1. 

    Loot Houses Problem Statement

    A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...

  • Ans. 

    Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.

    • Create an array 'dp' to store the maximum money that can be stolen from each house without looting two consecutive houses.

    • Iterate through the houses and update 'dp' based on the maximum money that can be stolen from the current house.

    • Return the maximum value in 'dp' as the answer.

  • Answered by AI
  • Q2. Can you design a website similar to Amazon?
  • Ans. 

    Yes, I can design a website similar to Amazon by focusing on user-friendly interface, robust search functionality, secure payment options, and personalized recommendations.

    • Focus on user-friendly interface with easy navigation

    • Implement robust search functionality with filters and sorting options

    • Provide secure payment options with encryption and fraud protection

    • Include personalized recommendations based on user behavior

  • Answered by AI
Round 3 - HR 

Round duration - 10 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criterianoInternshala interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare for common interview questions
Tip 2 : Practice, practice, practice

Application resume tips for other job seekers

Tip 1 : Don't Put Everything on There.
Tip 2 : Put the Best Stuff “Above the Fold”

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed before Jun 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 Resume tips
Round 2 - Coding Test 

Coding test of your skills and how well can you cope up with a problem given.

Round 3 - One-on-one 

(3 Questions)

  • Q1. LAC of 3 nodes
  • Ans. 

    LAC stands for Location Area Code, a unique identifier for a group of cells in a mobile network.

    • LAC helps in identifying the location of a mobile device within a cellular network.

    • It is used for handover procedures when a device moves between different cells.

    • In a network with 3 nodes, each node would have a unique LAC assigned to it.

  • Answered by AI
  • Q2. Reverse of the array
  • Ans. 

    Reverse the order of strings in an array

    • Use the reverse() method to reverse the array

    • Example: ['apple', 'banana', 'cherry'] -> ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q3. Sum or product asked

Interview Preparation Tips

Interview preparation tips for other job seekers - be good at your skills that matters the most

Skills evaluated in this interview

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

The aptitude test will be given in some technical questions some coding questions and some logical thinking questions.

Round 2 - Technical 

(1 Question)

  • Q1. Asking about opps , javascript,html ,css , bootstrap, MySQL, jQuery, react.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Php, html, css, JavaScript, jQuery, website design and development, wordpress

Round 3 - Assignment 

WordPress, website design and development, template integration, php, html, css

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be hands on experience in your expertise skills, interest. Confident should about his work done.
Contribute & help others!
anonymous
You can choose to be anonymous

Nerdy Turtlez Interview FAQs

How to prepare for Nerdy Turtlez Associate 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 Nerdy Turtlez. The most common topics and skills that interviewers at Nerdy Turtlez expect are customer support, Backend Operations, Customer Service, Handling Customer Queries and Inbound Calls.

Recently Viewed

INTERVIEWS

Nerdy Turtlez

No Interviews

INTERVIEWS

M2P Fintech

No Interviews

SALARIES

DGLiger Consulting

SALARIES

Caterpillar Inc

LIST OF COMPANIES

Juniper Networks

Overview

SALARIES

Caterpillar Inc

COMPANY BENEFITS

Caterpillar Inc

No Benefits

JOBS

Saankhya Labs

No Jobs

INTERVIEWS

Susaha International

No Interviews

SALARIES

Juniper Networks

Tell us how to improve this page.

Interview Questions from Similar Companies

Urban Company Interview Questions
3.4
 • 134 Interviews
Freelancer.com Interview Questions
4.1
 • 64 Interviews
Internshala Interview Questions
3.8
 • 56 Interviews
Acadecraft Interview Questions
3.5
 • 52 Interviews
Coding Ninjas Interview Questions
3.8
 • 49 Interviews
TALENTEDGE Interview Questions
3.3
 • 21 Interviews
Upwork Interview Questions
4.4
 • 18 Interviews
SpeedLabs Interview Questions
3.6
 • 14 Interviews
View all
Nerdy Turtlez Associate Salary
based on 14 salaries
₹2 L/yr - ₹3.5 L/yr
61% less than the average Associate Salary in India
View more details

Nerdy Turtlez Associate Reviews and Ratings

based on 4 reviews

3.7/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.4

Salary

3.2

Job security

3.2

Company culture

3.7

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
SME
81 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Academic Writer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO Associate
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nerdy Turtlez with

Upwork

4.4
Compare

Freelancer.com

4.1
Compare

99designs

4.5
Compare

Fiverr Inc.

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