Upload Button Icon Add office photos

Filter interviews by

Pozent Interview Questions and Answers

Updated 5 Mar 2024

Pozent Interview Experiences

Popular Designations

2 interviews found

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

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

1.Return the number from string
2. Lower case to upper case vice versa
3 . Adding two list resulting third list
4. Create the table and insert values
5 Write the query return salary above 25000

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About tax terms , visa status
  • Q2. Process of hiring
  • Ans. 

    The process of hiring involves identifying job requirements, sourcing candidates, screening and interviewing them, and making a job offer.

    • Identify job requirements and create job description

    • Source candidates through job postings, referrals, and recruiting agencies

    • Screen resumes and applications to shortlist candidates

    • Conduct interviews to assess skills, experience, and fit

    • Check references and conduct background checks

    • M...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and useful one to get to know about yourself

US IT Recruiter Interview Questions asked at other Companies

Q1. 2. Different job portals used to source candidates?
View answer (5)

Jobs at Pozent

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to django and python.
Round 2 - Coding Test 

One python coding(easy) and django ORM queries

Round 3 - Behavioral 

(1 Question)

  • Q1. Some technical and about company.
Round 4 - Behavioral 

(1 Question)

  • Q1. About company and some technical.

Interview Preparation Tips

Topics to prepare for Advanced Structures India Python Software Developer interview:
  • Python
  • Django
  • about company
  • django ORM
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. What is your skills?
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium supports multiple programming languages such as Java, Python, C#, etc.

    • It allows testers to write test scripts in a variety of formats like HTML, Java, C#, etc.

    • Selenium can automate web browsers across different platforms like Windows, Mac, Linux, etc.

  • Answered by AI
  • Q2. Expalin java inheritance ana polymorphism
  • Q3. WHich tool you have used
  • Ans. 

    I have used various tools such as Microsoft Excel, Google Analytics, and Adobe Photoshop.

    • Microsoft Excel for data analysis and reporting

    • Google Analytics for website traffic analysis

    • Adobe Photoshop for graphic design

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not to join

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Guesstimates 

(1 Question)

  • Q1. Estimate number of burgers sold by one burger Outlet in your city.
  • Ans. 

    The number of burgers sold by a burger outlet in a city can vary based on factors like location, menu offerings, pricing, and customer demand.

    • Consider the population of the city and the popularity of the outlet.

    • Analyze the outlet's menu offerings and pricing compared to competitors.

    • Take into account any special promotions or events that may impact sales.

    • Look at historical sales data if available.

    • Interview employees or

  • Answered by AI
Round 2 - Guesstimates 

(1 Question)

  • Q1. Estimate transportation cost for raw materials.
  • Ans. 

    Transportation cost for raw materials can be estimated based on distance, mode of transportation, quantity, and current market rates.

    • Consider the distance between the supplier and the manufacturing facility

    • Take into account the mode of transportation (road, rail, sea, air)

    • Calculate the quantity of raw materials being transported

    • Research current market rates for transportation services

    • Factor in any additional costs such

  • Answered by AI
Round 3 - Guesstimates 

(2 Questions)

  • Q1. Asked about past experience
  • Q2. Some guesstimate question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are very rude. Everyone was using phone and laptop all the time and not much attention was given to the candidate during the interview.
Worst Interview Experience ever.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Statistical Institute (ISI), Bangalore and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Bunch of quant probability questions

Round 2 - Coding Test 

Bunch of dp and graph theory

Interview Preparation Tips

Topics to prepare for Jane Street Researcher interview:
  • Statistics
  • DSA
  • Maths
Interview preparation tips for other job seekers - Try to shine any national level exam with goof axademics

Junior Manager - Analyst Interview Questions & Answers

50 Hertz user image Kaulik Poddar

posted on 3 Oct 2024

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

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. How to run linear regression model in R
  • Ans. 

    To run a linear regression model in R, use the lm() function with the formula specifying the relationship between variables.

    • Use the lm() function to fit a linear regression model, specifying the formula with the dependent and independent variables.

    • For example, to predict sales based on advertising spend, use lm(sales ~ advertising, data = dataset).

    • Use summary() to view the results of the linear regression model, includ...

  • Answered by AI
  • Q2. How to run linear regression model without intercept in R
  • Ans. 

    To run linear regression model without intercept in R, set the intercept parameter to 0

    • Set the intercept parameter to 0 in the lm() function in R

    • Example: lm(y ~ x - 1, data = dataset) will fit a linear regression model without intercept

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to decide upon Spark cluster sizing?
  • Ans. 

    Spark cluster sizing depends on workload, data size, memory requirements, and processing speed.

    • Consider the size of the data being processed

    • Take into account the memory requirements of the Spark jobs

    • Factor in the processing speed needed for the workload

    • Scale the cluster based on the number of nodes and cores required

    • Monitor performance and adjust cluster size as needed

  • Answered by AI
  • Q2. Question on Spark internals
Round 2 - Case Study 

Implement a pipeline based on given conditions and data requirement

Round 3 - HR 

(1 Question)

  • Q1. There were no questions as such. They want me join on very next day when the HR discussion was over and started itimidating me with aggressive approach even without discussing the salary part and the benef...

Interview Preparation Tips

Interview preparation tips for other job seekers - I could clear both the rounds and salary discussion was the only thing left I decided not to join the company because of the way HR handled the process.
Based on the HR behaviour, I can say there is no respect for an employee/ candidate.
The behaviour was like as if I am at the mercy of the employer and I don't have any other company in this world.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Shine and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is server ?
  • Ans. 

    A server is a computer or software program that provides functionality for other programs or devices, often in a networked environment.

    • A server stores and manages data, files, or applications that can be accessed by clients over a network.

    • Servers can provide services such as email, web hosting, file sharing, and database management.

    • Examples of servers include web servers like Apache or Nginx, email servers like Microso...

  • Answered by AI
  • Q2. What is wsus ?
  • Ans. 

    WSUS stands for Windows Server Update Services, a Microsoft tool for managing and distributing updates to Windows operating systems and other Microsoft software.

    • WSUS is used by organizations to centrally manage and distribute updates to Windows operating systems and other Microsoft software.

    • It allows administrators to approve or decline updates before they are deployed to client computers.

    • WSUS can be used to automate t...

  • Answered by AI
  • Q3. What is fsmo role?
  • Ans. 

    FSMO (Flexible Single Master Operations) roles are specialized Active Directory domain controller tasks.

    • FSMO roles are used to manage and perform specific tasks within an Active Directory environment.

    • There are five FSMO roles: Schema Master, Domain Naming Master, RID Master, PDC Emulator, and Infrastructure Master.

    • Each FSMO role is responsible for a specific aspect of the Active Directory domain.

    • For example, the PDC Em...

  • Answered by AI
  • Q4. What is dns ?
  • Ans. 

    DNS stands for Domain Name System, which translates domain names to IP addresses.

    • DNS is like a phone book for the internet, translating human-readable domain names (like google.com) to IP addresses (like 172.217.3.206).

    • It helps users access websites by resolving domain names to their corresponding IP addresses.

    • DNS servers store records of domain names and their associated IP addresses.

    • DNS also helps with email delivery...

  • Answered by AI
  • Q5. What is dhcp ?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices on a network.

    • Automatically assigns IP addresses to devices on a network

    • Helps in managing and organizing IP addresses efficiently

    • Reduces the need for manual configuration of IP addresses

    • Ensures that each device on the network has a unique IP address

    • Commonly used in home networks, corporate net

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of oops concepts
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic string based programming test

Pozent Interview FAQs

How many rounds are there in Pozent interview?
Pozent interview process usually has 1 rounds. The most common rounds in the Pozent interview process are Coding Test.
How to prepare for Pozent 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 Pozent. The most common topics and skills that interviewers at Pozent expect are Python, AWS, Big Data, US IT Recruitment and Machine Learning.
What are the top questions asked in Pozent interview?

Some of the top questions asked at the Pozent interview -

  1. Process of hir...read more
  2. About tax terms , visa sta...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Pozent interviews
WalkIn
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

Pozent Reviews and Ratings

based on 19 reviews

2.9/5

Rating in categories

2.5

Skill development

2.2

Work-Life balance

2.1

Salary & Benefits

2.2

Job Security

2.7

Company culture

2.4

Promotions/Appraisal

2.5

Work Satisfaction

Explore 19 Reviews and Ratings
Us It Recruiter

Chennai

4-6 Yrs

Not Disclosed

Devops Lead

Chennai

4-11 Yrs

Not Disclosed

Java / Data engineer

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
US IT Recruiter
24 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Information Technology Recruiter
7 salaries
unlock blur

₹1.9 L/yr - ₹2.6 L/yr

Senior IT Recruiter
5 salaries
unlock blur

₹3 L/yr - ₹3.9 L/yr

Data Scientist
4 salaries
unlock blur

₹1 L/yr - ₹8.2 L/yr

HR Recruiter
4 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Explore more salaries
Compare Pozent with

Genpact

3.9
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview