Upload Button Icon Add office photos

Filter interviews by

Popreach Technologies Interview Questions and Answers

Updated 15 Dec 2021

Popreach Technologies Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Dec 2021

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is exit criteria for a build to be released
  • Ans. 

    Exit criteria for a build to be released includes passing all test cases, meeting performance requirements, and approval from stakeholders.

    • All test cases must pass

    • Performance requirements must be met

    • Stakeholders must approve release

    • Documentation must be complete

    • No critical bugs should be present

  • Answered by AI
  • Q2. Bug life cycle
  • Q3. Software testing life cycle
  • Ans. 

    Software testing life cycle involves planning, designing, executing, and reporting on tests to ensure software quality.

    • STLC is a process that starts with requirement analysis and ends with test closure activities.

    • It includes test planning, test design, test execution, and test reporting.

    • STLC helps to identify defects early in the development cycle, reducing the cost of fixing them.

    • It ensures that the software meets the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was of average difficulty

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Jobs at Popreach Technologies

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Do you have any experience working in data center
  • Ans. 

    Yes, I have 5 years of experience working in data centers.

    • Managed server hardware installations and upgrades

    • Performed routine maintenance tasks such as cabling and rack mounting

    • Troubleshooted network and server issues

    • Implemented disaster recovery plans

    • Monitored and optimized data center performance

  • Answered by AI
  • Q2. What’s component inside of server
  • Ans. 

    Components inside a server include CPU, RAM, hard drives, power supply, motherboard, and network interface cards.

    • CPU (Central Processing Unit) - processes instructions and performs calculations

    • RAM (Random Access Memory) - stores data and instructions that the CPU needs

    • Hard drives - store data and programs long-term

    • Power supply - provides electricity to the server components

    • Motherboard - connects all the components toge...

  • Answered by AI
  • Q3. What’s should you do before turn off server?
  • Ans. 

    Before turning off a server, it is important to properly shut down all running applications and services to prevent data loss or corruption.

    • Save any work in progress and close all applications

    • Ensure all services are stopped gracefully

    • Check for any pending updates or patches

    • Backup important data if necessary

    • Notify users or stakeholders about the planned shutdown

    • Document the shutdown process for future reference

  • Answered by AI
  • Q4. Tell me different type of optical cables
  • Ans. 

    Different types of optical cables include single-mode fiber, multi-mode fiber, and plastic optical fiber.

    • Single-mode fiber: used for long-distance communication, has a small core size and transmits infrared laser light.

    • Multi-mode fiber: used for shorter distances, has a larger core size and transmits infrared LED light.

    • Plastic optical fiber: used for short-distance applications like home networks, made of plastic inste

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Process of troubleshooting network issue
  • Ans. 

    Troubleshooting network issues involves identifying the problem, gathering information, isolating the cause, and implementing a solution.

    • Identify the problem by gathering information from users and monitoring tools

    • Isolate the cause by checking network configurations, hardware, and software

    • Implement a solution by making necessary changes and testing the network

    • Document the troubleshooting process for future reference

  • Answered by AI
  • Q2. What tools do you use to check optical fiber
  • Ans. 

    I use tools like optical power meters, visual fault locators, and OTDRs to check optical fiber.

    • Optical power meters measure the power level of the optical signal.

    • Visual fault locators help identify breaks or bends in the fiber.

    • OTDRs (Optical Time Domain Reflectometers) analyze the quality of the fiber by sending pulses of light and measuring reflections.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview

Skills evaluated in this interview

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 2024. There were 5 interview rounds.

Round 1 - Coding Test 

The test was conducted on HackerRank. One Javascript question and has to be solved.

Round 2 - Technical 

(1 Question)

  • Q1. Discussion on building a scalable system.
Round 3 - One-on-one 

(1 Question)

  • Q1. Peer panel round - Discussion on how a feature has been built. What tradeoffs you thought of etc
Round 4 - HR 

(1 Question)

  • Q1. Behavioural and culture fit
Round 5 - Behavioral 

(1 Question)

  • Q1. General discussion on what is expected from the role and what are my expectations etc
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction about my self
  • Q2. About the job role
  • Q3. One on one with manager
  • Q4. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't walk in for any interview in FRND as they hire for good salary and ask you to leave the company within a month without giving any feedback.. Be careful they are a FRAUD not a FRND company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There were questions of basic aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. About my projects
  • Q3. What is Radix sort
  • Ans. 

    Radix sort is a non-comparative sorting algorithm that sorts integers by processing individual digits.

    • Radix sort works by sorting numbers based on each digit's value, starting from the least significant digit to the most significant digit.

    • It can be implemented using counting sort or bucket sort as a subroutine.

    • Radix sort is efficient for sorting integers with a fixed number of digits, like phone numbers or social secur

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

For the coding test the question are related to array ,pattern , string , like palindrome, reverse of string 2nd last occurance of target element, 2 d arrays rotation so basically question are related to string and array.

Round 2 - Technical 

(2 Questions)

  • Q1. Question related to oops like polymorphism ,virtual functions inheritance access modifiers objects classes, constructor etc .
  • Q2. Git and GitHub
Round 3 - One-on-one 

(2 Questions)

  • Q1. Question were about ur projects detail description of projects
  • Q2. Question related to technologies used in projects

Interview Preparation Tips

Topics to prepare for Gamix Labs Game Developer interview:
  • OOPS
  • Git and GitHub
  • Array
  • String
Interview preparation tips for other job seekers - For the coding round just prepare ur array and string questions for the technical round prepare oops and projects in detail.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about react guard
  • Ans. 

    React guard is a higher-order component used to restrict access to certain routes in a React application.

    • React guard is used for implementing authentication and authorization in React applications.

    • It can be used to prevent unauthorized users from accessing certain routes.

    • React guard can redirect users to a login page if they are not authenticated.

    • It can also be used to restrict access based on user roles or permissions

  • Answered by AI
  • Q2. Use of the axios interceptor
  • Ans. 

    Axios interceptors are used to globally handle HTTP requests and responses in an application.

    • Interceptors can be used to add headers, handle errors, or modify requests before they are sent.

    • Example: Adding a token to all outgoing requests for authentication.

    • Example: Logging all incoming responses for debugging purposes.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for RCG Global Services React Developer interview:
  • Javascript
  • React
  • axios
  • Redux
  • react router
Interview preparation tips for other job seekers - Fundamentals of Javascript, hooks, redux, advanced routing

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Some C++ 14/17 questions and OOPs concepts
  • Q2. DSA questions based for basic game logics.
Round 2 - Technical 

(2 Questions)

  • Q1. Advanced OOPs and C++ questions
  • Q2. DSA coding questions based on Stacks and Linked list
Round 3 - HR 

(3 Questions)

  • Q1. Called me to Noida for a F2F HR round. I wasn’t given any Travel allowance. CTC negotiation was brutal. They were not willing to give me even a 5% hike on my previous salary.The HR and the Team said they’d...
  • Q2. A month passed by. Sometimes they’d say the technical team who took your interview wasn’t available so that the CTC discussion could be further done. And somedays they’d just delay by saying we’d get back ...
  • Q3. After a month of wasting my time. The HR finally called and said they rejected me based on the CTC. And are not even willing to negotiate because of my not so well performance in the technical rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience ever interviewing in an MNC. Did not expect such unprofessional behaviour from a big company like Merkur Gaming.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about the react and UI elements like charts, and layouts. etc
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Atharva College of Engineering, Mumbai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

One hour aptitude test based on the mathematics ,logical reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. One basic question on the language you know and one SQL is asked
  • Q2. SQL query questions

Interview Preparation Tips

Topics to prepare for Sportz Interactive Software Developer interview:
  • SQL
Interview preparation tips for other job seekers - Prepared for a SQL and you know language technical questions

Popreach Technologies Interview FAQs

How to prepare for Popreach Technologies 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 Popreach Technologies. The most common topics and skills that interviewers at Popreach Technologies expect are AWS, C++, GIT, Java and MongoDB.
What are the top questions asked in Popreach Technologies interview?

Some of the top questions asked at the Popreach Technologies interview -

  1. What is exit criteria for a build to be relea...read more
  2. Software testing life cy...read more
  3. Bug life cy...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

IDZ Digital Interview Questions
3.8
 • 22 Interviews
Juego Studio Interview Questions
3.8
 • 11 Interviews
Gameberry Labs Interview Questions
4.3
 • 9 Interviews
Games2Win Interview Questions
2.2
 • 6 Interviews
Zynga Interview Questions
3.8
 • 5 Interviews
JetSynthesys Interview Questions
2.7
 • 5 Interviews
Octro Interview Questions
3.4
 • 4 Interviews
Reliance Games Interview Questions
2.3
 • 2 Interviews
View all

Popreach Technologies Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

3.5

Skill development

4.6

Work-life balance

3.0

Salary

3.5

Job security

4.6

Company culture

3.0

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Game Designer

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

IT & System Administrator

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Java Backend Engineer

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
QA Engineer
7 salaries
unlock blur

₹4.1 L/yr - ₹8 L/yr

Site Reliability Engineer
7 salaries
unlock blur

₹7 L/yr - ₹12.2 L/yr

System Administrator
5 salaries
unlock blur

₹4.2 L/yr - ₹7.2 L/yr

Software Engineer
4 salaries
unlock blur

₹9.1 L/yr - ₹10 L/yr

Principal Software Engineer
3 salaries
unlock blur

₹12 L/yr - ₹37.5 L/yr

Explore more salaries
Compare Popreach Technologies with

Moonfrog Labs

2.7
Compare

Octro

3.4
Compare

Games2Win

2.2
Compare

Nazara Technologies

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