Upload Button Icon Add office photos
Premium Employer

i

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

Providence Global Center Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Providence Global Center Intern Interview Questions and Answers

Updated 15 Apr 2024

Providence Global Center Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding plus aptitude test
Dsa and sql questions

Round 2 - Technical 

(2 Questions)

  • Q1. Dbms and sql questions
  • Q2. Difference between data warehouse and database
  • Ans. 

    Data warehouse is used for analysis and reporting, while database is used for transactional processing.

    • Data warehouse stores historical data for analysis, while database stores current data for transactional processing.

    • Data warehouse is optimized for read-heavy workloads, while database is optimized for write-heavy workloads.

    • Data warehouse typically involves data from multiple sources and is denormalized, while databas...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project based questions
Round 4 - HR 

(2 Questions)

  • Q1. How to resolve issues in workplace
  • Ans. 

    Resolve workplace issues through open communication, collaboration, and problem-solving

    • Encourage open communication between team members

    • Address conflicts promptly and professionally

    • Seek input from all parties involved in the issue

    • Collaborate on finding solutions that benefit everyone

    • Implement clear policies and procedures for resolving conflicts

    • Provide training on conflict resolution and communication skills

  • Answered by AI
  • Q2. What did working in team teach you

Interview Preparation Tips

Topics to prepare for Providence Global Center Intern interview:
  • SQL
  • DBMS
  • Machine Learning
  • DSA
Interview preparation tips for other job seekers - Be extra carefull in hr round.
They eliminated half of the people in the final hr round even thoughthey cleared technical round withoutany struggle.

Interview questions from similar companies

Intern Interview Questions & Answers

DISYS user image Anonymous

posted on 12 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. There were 6 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 - Aptitude Test 

General aptitude questions

Round 3 - Coding Test 

Specific coding test based on your domain

Round 4 - Technical 

(1 Question)

  • Q1. Explain about the programming language you know
  • Ans. 

    I am proficient in programming languages such as Java, Python, and C++.

    • Experienced in Java for backend development

    • Skilled in Python for data analysis and machine learning

    • Knowledgeable in C++ for system programming

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

(1 Question)

  • Q1. Explain about the final year project that you have done
Round 6 - HR 

(1 Question)

  • Q1. What is your expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself to the best of your ability
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 tips
Round 2 - HR 

(2 Questions)

  • Q1. About my self and experience
  • Q2. About my hobbies
Round 3 - Technical 

(2 Questions)

  • Q1. Document verify
  • Q2. Tel about my favorite topic
  • Ans. 

    My favorite topic is artificial intelligence and its impact on society.

    • AI has revolutionized various industries such as healthcare, finance, and transportation

    • Ethical considerations surrounding AI development and deployment are crucial

    • AI has the potential to both improve and disrupt society in significant ways

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - manager round 0ne to one and telling about my experience
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort

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

Round 1 - Coding Test 

Moderate difficult with business reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Prior work Ex mostly and a case study

Interview Preparation Tips

Interview preparation tips for other job seekers - Know SAS products and it's implementation use cases in detail with statistical knowledge
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What languages do you know? Asked about the project I did and various clarification questions on that.
  • Q2. What are various assumption you made while implementing this project.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

On python and sql coding.they ask simple to complex questions

Round 2 - Technical 

(1 Question)

  • Q1. On data science machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Case Study 

There were 3 rounds for data science consultant position at Equifax. 1st round consists of Python and SQL questions and also in this round they have tested analytical thinking as well.

Round 2 - Coding Test 

In 2nd round they have asked me questions from my resume and asked me to explain the projects which I have worked on in previous company. In this round they have asked me pandas related questions and asked me write code.

Round 3 - Behavioral 

(1 Question)

  • Q1. In Managerial round again here I have been asked questions related my projects. and no coding round in this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Python, SQL, Analytical thinking, Statistics and pandas.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Share the link for codesignal

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Based on the resume

Providence Global Center Interview FAQs

How many rounds are there in Providence Global Center Intern interview?
Providence Global Center interview process usually has 4 rounds. The most common rounds in the Providence Global Center interview process are Technical, Coding Test and HR.
What are the top questions asked in Providence Global Center Intern interview?

Some of the top questions asked at the Providence Global Center Intern interview -

  1. How to resolve issues in workpl...read more
  2. Difference between data warehouse and datab...read more
  3. Dbms and sql questi...read more

Tell us how to improve this page.

Providence Global Center Intern Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
View all
Lead Software Engineer
42 salaries
unlock blur

₹20 L/yr - ₹42 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹12.6 L/yr - ₹30 L/yr

Senior Analyst
32 salaries
unlock blur

₹6.8 L/yr - ₹21 L/yr

Senior Service Engineer
31 salaries
unlock blur

₹11.5 L/yr - ₹31 L/yr

Senior Data Engineer
27 salaries
unlock blur

₹11 L/yr - ₹25 L/yr

Explore more salaries
Compare Providence Global Center with

Saama Technologies

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.1
Compare

Arvato

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