Upload Button Icon Add office photos

Filter interviews by

PEOPLE TECH IT CONSULTANCY Interview Questions and Answers for Experienced

Updated 1 Jul 2024

PEOPLE TECH IT CONSULTANCY Interview Experiences for Experienced

Popular Designations

3 interviews found

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

I was interviewed before Apr 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Scenario based question: How do you migrate on premise application to cloud where customer doesn't want to rewrite the application.
  • Q2. Scenario based question: How do you migrate on premise application to cloud where customer is open rewrite the application.
Round 2 - Assignment 

Prepare a technical document with solution approach/design to make an application HIPA compliant in any cloud platform of your choice.

Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Team handling related questions. 2. Are you fine with flat organization? PTG has flat organization as majority of senior people directly report to CEO. 3. Project management / delivery related questions
Round 4 - Technical 

(1 Question)

  • Q1. 1. Difference between Architecture and design in software development. 2. About your last project technical details
Round 5 - HR 

(1 Question)

  • Q1. Salary and joining date discussion

Solution Architect Interview Questions asked at other Companies

Q1. Difference Between classic folder and Modern folder?
View answer (10)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ANR what is Activity
  • Ans. 

    ANR stands for Application Not Responding, which occurs when an Android app is unresponsive for a certain period of time. An Activity is a single screen with a user interface in an Android app.

    • ANR is a situation where the main UI thread of an Android app is blocked for too long, usually more than 5 seconds.

    • Activities are the building blocks of an Android app, each representing a single screen with a user interface.

    • ANR ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't ever join in this company they will fire you especially experience candidates.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (171)

Technical Lead Interview Questions & Answers

user image Antony Jasper

posted on 1 Jul 2024

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

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Architectural questions
Round 2 - HR 

(1 Question)

  • Q1. Skill evaluation

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Asked About previous role
  • Q2. How much experience you have in WD?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are really looking for a job. Do not think about this company. They are making fool to the candidates. Calling them for a face to face round after taking one round they will ask you to leave by saying, recruiter will call you and inform you about the further process and you will never hear back from them. Since last one year that position is open and they are still interviewing then rejecting and changing the application status, this position has been filled.

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 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 

(7 Questions)

  • Q1. What is the difference between List and Tuple?
  • Ans. 

    List is mutable and Tuple is immutable in Python.

    • List can be modified after creation while Tuple cannot be modified.

    • List uses square brackets [] while Tuple uses parentheses ().

    • List is used for homogenous data while Tuple is used for heterogenous data.

    • List is slower than Tuple in terms of performance.

    • Example of List: [1, 2, 3] and Example of Tuple: (1, 'hello', 3.14)

  • Answered by AI
  • Q2. What is __init__ ? Follow up question why is __ (double underscore) used?
  • Q3. A SQL query based on group by and order by DESC LIMIT 1 in order to fetch highest row of a group in a dataset given by panelist.
  • Q4. A simple query on SQL using group by and aggregate function.
  • Q5. Panelist asked about my previous work experience and projects I worked upon earlier and the technologies used.
  • Q6. Question on how do we create table using SQL Alchemy in Flask (since I had used Python Flask in one of my previous projects and had highlighted it pretty well on my resume).
  • Q7. How is memory managed in Python?
  • Ans. 

    Python uses automatic memory management through garbage collection.

    • Python uses reference counting to keep track of memory usage.

    • When an object's reference count drops to zero, it is deleted.

    • Python also uses a garbage collector to handle circular references.

    • Memory allocation is handled by the Python memory manager.

    • Python provides tools like the 'gc' module for managing memory usage.

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Question on List operation.
  • Q2. Do you know numpy pandas?
  • Ans. 

    Yes, numpy and pandas are Python libraries used for data analysis and manipulation.

    • NumPy is used for numerical operations on arrays and matrices.

    • Pandas is used for data manipulation and analysis, providing data structures like DataFrame.

    • Both libraries are commonly used in data science and machine learning.

    • Example: import numpy as np; import pandas as pd;

  • Answered by AI
  • Q3. A question to count number of times a letter occurs in a sentence and then also find the maximum occurring letter.
  • Q4. Difference between generator and iterator?
  • Ans. 

    Generator generates values on the fly while iterator iterates over a collection of values.

    • Generator is a function that returns an iterator.

    • Generators use 'yield' keyword to return values one at a time.

    • Iterators are objects that implement the 'next' method to return the next value in a collection.

    • Iterators can be created from arrays, strings, maps, sets, etc.

    • Generators are useful for generating large sequences of values...

  • Answered by AI
  • Q5. What is the selling point about you why should we consider you over other candidate?
Round 4 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Software Engineer interview:
  • Python
  • SQL
  • Logic Building
  • Numpy
  • Pandas
Interview preparation tips for other job seekers - Be honest about what you know and what you don't. Prepare your resume very well highlighting your best projects and keep good knowledge about them. Search for common interview questions asked for the role you are applying. Practice coding questions over coding platforms whichever you like , if required (depends on the role you are applying for)

Skills evaluated in this interview

I applied via Approached by company and was interviewed in Dec 2021. There were 5 interview rounds.

Round 1 - Case Study 
Round 2 - Case Study 
Round 3 - Case Study 
Round 4 - Case Study 
Round 5 - One-on-one 

(1 Question)

  • Q1. Culture and fit assessment

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a structured problem solving approach - I can help in that coaching
Gain control of the interview
Believe in yourself - Anything is possible

I applied via Company Website and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Find the peak in an array in less than O(n) time.
  • Ans. 

    Find peak in array in less than O(n) time

    • Use binary search to find peak element

    • Compare middle element with its neighbors to determine direction

    • Repeat search in direction of larger neighbor until peak is found

  • Answered by AI
  • Q2. Find the next largest in the right side for every array element.
  • Ans. 

    Find the next largest in the right side for every array element.

    • Iterate through the array from right to left

    • Use a stack to keep track of elements

    • Pop elements from stack until a greater element is found

    • If no greater element is found, assign -1

  • Answered by AI
  • Q3. Find the shortest path in 0,1 matrix from (0,0) to (n-1,n-1)
  • Ans. 

    Find shortest path in 0,1 matrix from (0,0) to (n-1,n-1)

    • Use Breadth First Search (BFS) algorithm to find shortest path

    • Create a visited matrix to keep track of visited nodes

    • Create a distance matrix to keep track of distance from source node

    • Start BFS from (0,0) and keep updating visited and distance matrices

    • Return distance value at (n-1,n-1) in distance matrix

  • Answered by AI
  • Q4. Find the shortest super common string
  • Ans. 

    Finding the shortest super common string among an array of strings.

    • Create a set of all substrings of the first string

    • Iterate through the remaining strings and remove substrings not present in them

    • Return the shortest remaining substring

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and be fimilar with Core java concept. Best of Luck

Skills evaluated in this interview

Digital Marketing Analyst, graphic designer Interview Questions & Answers

Gallagher user image Anonymous

posted on 7 Mar 2021

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1st round hr round
  • Q2. 2nd apptitute, reasoning related test aroun 90 questions
  • Q3. 3rd designing assessment
  • Q4. 4th face to face webex interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with your field of job.
Your answers are right or wrong that's not matter stay strong with your answer justify your answer.
Prepare technical related questions and also final manager round most frequent question.
Example
What is you strength and weakness?
How to fit new team?
How you handle pressure suitutaion?
How you handle critisism?
Why you choose gallagher?

I applied via Walk-in and was interviewed before Nov 2021. There were 4 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 tips
Round 2 - Aptitude Test 

Basic aptitude test with math, verbal, English comprehension

Round 3 - Group Discussion 

Communication skills test where u have to talk pros or cons about a topic given or chosen

Round 4 - Technical 

(2 Questions)

  • Q1. Python related interview questions
  • Q2. Sql related interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Create a neat and good resume! Be confident on your words.

Interview Questionnaire 

1 Question

  • Q1. 1) Making an api using node & express js 2) Showing data in ui from a server using React Hooks 3) College & School database - system design 4) Service worker
  • Ans. 

    The interview question covers topics like Node.js, Express.js, React Hooks, system design, and service workers.

    • Create an API using Node.js and Express.js

    • Use React Hooks to display data from the server in the UI

    • Design a system for a college and school database

    • Implement a service worker for offline functionality

  • Answered by AI

Skills evaluated in this interview

PEOPLE TECH IT CONSULTANCY Interview FAQs

How many rounds are there in PEOPLE TECH IT CONSULTANCY interview for experienced candidates?
PEOPLE TECH IT CONSULTANCY interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the PEOPLE TECH IT CONSULTANCY interview process for experienced candidates are Technical, HR and Assignment.
How to prepare for PEOPLE TECH IT CONSULTANCY interview for experienced candidates?
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 PEOPLE TECH IT CONSULTANCY. The most common topics and skills that interviewers at PEOPLE TECH IT CONSULTANCY expect are C++, Algorithms, Practice Management, Python and AWS.
What are the top questions asked in PEOPLE TECH IT CONSULTANCY interview for experienced candidates?

Some of the top questions asked at the PEOPLE TECH IT CONSULTANCY interview for experienced candidates -

  1. what is ANR what is Activ...read more
  2. 1. Introduce yourself 2. what is OOP and what are different types 3. HTML tag a...read more
  3. Scenario based question: How do you migrate on premise application to cloud whe...read more

Tell us how to improve this page.

PEOPLE TECH IT CONSULTANCY Interview Process for Experienced

based on 3 interviews in last 1 year

Interview experience

2.3
  
Poor

People are getting interviews through

based on 1 PEOPLE TECH IT CONSULTANCY interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
WNS Interview Questions
3.4
 • 957 Interviews
IQVIA Interview Questions
3.9
 • 453 Interviews
Goldman Sachs Interview Questions
3.6
 • 404 Interviews
Atos Interview Questions
3.9
 • 362 Interviews
TCE Interview Questions
3.8
 • 239 Interviews
View all

PEOPLE TECH IT CONSULTANCY Reviews and Ratings

based on 89 reviews

2.3/5

Rating in categories

2.5

Skill development

2.4

Work-Life balance

2.0

Salary & Benefits

1.9

Job Security

2.3

Company culture

2.0

Promotions/Appraisal

2.3

Work Satisfaction

Explore 89 Reviews and Ratings
Junior Software Engineer
83 salaries
unlock blur

₹2.2 L/yr - ₹4.3 L/yr

Software Engineer
72 salaries
unlock blur

₹2.9 L/yr - ₹13.4 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹9 L/yr - ₹25.5 L/yr

Associate Software Engineer
25 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Softwaretest Engineer
24 salaries
unlock blur

₹2.4 L/yr - ₹12.3 L/yr

Explore more salaries
Compare PEOPLE TECH IT CONSULTANCY with

Wipro

3.7
Compare

Infosys

3.7
Compare

Tech Mahindra

3.6
Compare

WNS

3.4
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