Upload Button Icon Add office photos

Filter interviews by

iPlace Interview Questions and Answers

Updated 9 Sep 2024

iPlace Interview Experiences

Popular Designations

3 interviews found

Interview Questions & Answers

user image utkarsh singh

posted on 9 Sep 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. 894747 it was also good
  • Q2. 847366 it was very bad
Round 2 - Group Discussion 

Awesome it was also a awesome

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Experience and behavioral type questions

Technical Recruiter Interview Questions asked at other Companies

Q1. What different visas are you aware of. Can you name some of them.
View answer (1)

US Recruiter Interview Questions & Answers

user image Anonymous

posted on 17 Mar 2023

Interview experience
3
Average
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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Technically computer technology
  • Q2. Technical related to US staffing
  • Q3. Communication skills
Round 3 - Technical 

(2 Questions)

  • Q1. Technical interview with Account manager
  • Q2. Delivery manager will take the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushup the skills related to US staffing and technology

US Recruiter Interview Questions asked at other Companies

Q1. Are you aware about the different time zones ? Name some .
View answer (5)

Interview questions from similar companies

I appeared for an interview in Dec 2020.

Round 1 - Video Call 

(3 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

There were 5 people in the zoom meet, including me. Rest all 4 were interviewers, 3 from India and 1 from the United Kingdom.
They started with my introduction and then moved on to the questions from my resume, starting with my internship at Samsung Bangalore and then projects.
Then another interviewer asked about my weakness and strength. Then comes the turn of coding questions.
Starting with finding the minimum element in O(1) time, rotating the 2-D array by 90 degrees, OOPS questions were also asked like- polymorphism, abstraction, virtual class. Some OS questions were- cache, paging algorithms.
Then come my POR and other activities.

  • Q1. 

    Kth Smallest Element Problem Statement

    You are provided with an array of integers ARR of size N and an integer K. Your task is to find and return the K-th smallest value present in the array. All elements...

  • Ans. 

    Find the K-th smallest element in an array of distinct integers.

    • Sort the array and return the element at index K-1.

    • Use a min-heap to find the K-th smallest element efficiently.

    • Implement quickselect algorithm for optimal performance.

  • Answered by AI
  • Q2. 

    Inplace Rotate Matrix 90 Degrees Anti-Clockwise

    You are provided with a square matrix of non-negative integers of size 'N x N'. The task is to rotate this matrix by 90 degrees in an anti-clockwise directi...

  • Ans. 

    Rotate a square matrix by 90 degrees anti-clockwise without using extra space.

    • Iterate through each layer of the matrix from outer to inner layers

    • Swap elements in groups of 4 to rotate the matrix in place

    • Handle odd-sized matrices separately by adjusting the loop boundaries

  • Answered by AI
  • Q3. What are the page replacement algorithms in Operating Systems?
  • Ans. 

    Page replacement algorithms are used in operating systems to decide which page to replace when a new page needs to be brought in.

    • FIFO (First In, First Out) - replaces the oldest page in memory

    • LRU (Least Recently Used) - replaces the page that has not been used for the longest time

    • LFU (Least Frequently Used) - replaces the page that has been used the least number of times

    • Optimal - replaces the page that will not be used

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteria7 CGPAJaguar Land Rover interview preparation:Topics to prepare for the interview - Arrays, Strings, Stack and Queue, STL, Object-Oriented Programming, Operating System, Database Management System, Computer NetworksTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice GFG Must Do section, solve at least 5 Questions daily
Tip 2 : Start talking to new people regarding technology to remove hesitation at the time of the interview.
Tip 3 : Be in contact with a senior already working in that company, ask them regarding previous experience and new project the company is working on.
Tip 4 : Once you are done with GFG must do questions, now complete leetcode sorting by your target company.
Tip 5 : For core subjects refer to gate smashers and knowledge gate videos on youtube.

Application resume tips for other job seekers

Tip 1 : Try to modify your resume according to the company you are applying for, for this read their Job Description provided to you.
Tip 2 : Mention no more than 3 projects and 1,2 internships.
Tip 3 : Divide your skills into beginner, intermediate and hard sections, otherwise don't mention too many skills.
Tip 4 : Don't mention to many Position Of Responsibilities( at max 2-3).

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. It went well, results awaiting

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent company to work. Preparation is the key to crack the interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Js coding question and mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Basic and Advanced Js concepts
  • Q2. Basics of Html css
  • Q3. Front-end related questions and scenarios based questions
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about you self
  • Ans. 

    I am a highly experienced software engineer with a passion for problem-solving and a strong background in developing innovative solutions.

    • Over 10 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills demonstrated through successful project completions

    • Experience working in Agile development environments

    • Excellent communication an

  • Answered by AI
  • Q2. Situation based questions
  • Q3. Salary negotiation
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript question
  • Q2. Few javascript coding questions
Round 2 - Behavioral 

(1 Question)

  • Q1. Technical questions
Round 1 - Technical 

(2 Questions)

  • Q1. Basic oops concepts and our projects
  • Q2. Basic strucutes of oops concpts and micro services
  • Ans. 

    OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction. Microservices are small, independent services that communicate with each other.

    • OOPs concepts help in creating modular and reusable code.

    • Encapsulation ensures that data is hidden and can only be accessed through defined methods.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Polymorphism allows objects to ta...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared and don't lose your confidence while the interviewer interviewing you.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Oct 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 

(1 Question)

  • Q1. About the projects
Round 3 - Technical 

(1 Question)

  • Q1. Puzzles and coding
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

For fresher, you need a basic knowledge of collection and string manipulating.

Round 2 - Assignment 

Project related they will ask you how API works, what's the flow of your application how you implement such kind of questions they may ask

Interview Preparation Tips

Topics to prepare for i-exceed technology solutions Software Engineer interview:
  • Java
  • API
  • Data Collection

iPlace Interview FAQs

How many rounds are there in iPlace interview?
iPlace interview process usually has 2 rounds. The most common rounds in the iPlace interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for iPlace 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 iPlace. The most common topics and skills that interviewers at iPlace expect are Recruitment, Internet Research, MS Office, Market Research and Sales Lead Generation.
What are the top questions asked in iPlace interview?

Some of the top questions asked at the iPlace interview -

  1. delivery manager will take the interv...read more
  2. Technically computer technol...read more
  3. Technical related to US staff...read more

Tell us how to improve this page.

iPlace Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BCD Travel Interview Questions
4.3
 • 111 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
BPO+ Interview Questions
4.1
 • 42 Interviews
J&F Interview Questions
3.7
 • 30 Interviews
Apotex Research Interview Questions
4.0
 • 29 Interviews
View all

iPlace Reviews and Ratings

based on 107 reviews

3.6/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

4.1

Salary

2.6

Job security

3.7

Company culture

3.6

Promotions

3.5

Work satisfaction

Explore 107 Reviews and Ratings
Senior Recruiter
92 salaries
unlock blur

₹4.5 L/yr - ₹10.9 L/yr

Principal Recruiter
49 salaries
unlock blur

₹8 L/yr - ₹13.5 L/yr

Recruiter Specialist
46 salaries
unlock blur

₹6.6 L/yr - ₹10.8 L/yr

US Recruiter
30 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Senior IT Recruiter
13 salaries
unlock blur

₹6 L/yr - ₹10 L/yr

Explore more salaries
Compare iPlace with

Apotex Research

4.0
Compare

Prama Hikvision India

3.6
Compare

BCD Travel

4.3
Compare

Saud Bahwan Group

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