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

Compare button icon Compare button icon Compare
3.6

based on 98 Reviews

Filter interviews by

Providence Global Center Ai Ml Engineer Interview Questions, Process, and Tips

Updated 27 Jun 2024

Providence Global Center Ai Ml Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. In binomial distribution what happens when "n" tends to infinity?
  • Ans. 

    As n tends to infinity in binomial distribution, it approaches a normal distribution.

    • As n tends to infinity, the shape of the binomial distribution curve becomes more symmetrical.

    • The mean and variance of the binomial distribution approach the mean and variance of a normal distribution.

    • The central limit theorem states that as n approaches infinity, the distribution of sample means approaches a normal distribution.

  • Answered by AI
  • Q2. What does det(A- lamda*I) = 0 represent?
  • Ans. 

    det(A- lamda*I) = 0 represents the characteristic equation of a matrix A.

    • It represents finding the eigenvalues of matrix A.

    • It is used to solve for the values of lambda that satisfy the equation.

    • The equation is used to determine the behavior of the matrix under certain transformations.

    • Example: For a 2x2 matrix A, det(A- lamda*I) = 0 gives a quadratic equation to solve for eigenvalues.

  • Answered by AI
  • Q3. In a given problem how do you determine which feature is important? (Think about Classification problem)
  • Q4. SQL query to find Set difference.
  • Ans. 

    SQL query to find Set difference between two tables.

    • Use the EXCEPT keyword in SQL to find the set difference between two tables.

    • The EXCEPT keyword returns rows from the first table that are not present in the second table.

    • Example: SELECT column_name FROM table1 EXCEPT SELECT column_name FROM table2;

  • Answered by AI
  • Q5. Explain K2S hypothesis testing
  • Ans. 

    K2S hypothesis testing is a statistical method used to compare two groups or samples.

    • K2S hypothesis testing involves comparing the means of two groups to determine if they are significantly different.

    • It is commonly used in research studies to test the effectiveness of a new treatment or intervention.

    • The test calculates a p-value, which indicates the probability of obtaining the observed results if the null hypothesis i

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

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

Round 1 - MCQ 

(1 Question)

  • Q1. Basic english and reasoning mcq
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basics about project
  • Q2. Since i had an ml project, i was asked in depth about python(libraries) and ml(models, algorithms)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

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

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic react and js interview
Round 2 - Assessment 

(1 Question)

  • Q1. React multiple questions
Round 3 - Coding Test 

Finding kth largest number by creating function without using in-built methods using javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed for a Sr.Engineer position with this company.After successfully clearing 3 technical rounds, we moved to salary negotiations. Based on market standards and their own job listings for this position, which clearly mentioned a salary bracket of 12-15 LPA, I expected 12 LPA-a fair and reasonable figure for the role and my qualifications.
After discussions, I compromised and agreed to their offer of 9LPA, despite already holding another offer at the same package. However, at the final stage, they abruptly cancelled the offer, citing that my initial expectation was too high. This decision came after wasting significant time and energy throughout the process.
This behavior demonstrates a lack of professionalism, transparency, and respect for candidates. It's disheartening to see companies treating potential hires this way, especially after reaching mutual agreements.
If you're considering applying here, think twice about their commitment to candidate and their hiring ethics.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the project. and asked what i did in project. how to create schema in pyspark. what is ADE. what are the difficulties i faced in project. what is spark submit command how we write sparksubmit command...
  • Q2. No of occurrences of letter in a string.
  • Ans. 

    Count occurrences of a letter in a string.

    • Iterate through each character in the string and count occurrences of the specified letter.

    • Use a hashmap to store the count of each letter.

    • Handle both uppercase and lowercase letters to ensure accurate counting.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Question design commands
  • Q2. Questions about design software
  • Q3. Core mechanical question stress and strain
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Deep Technical Questions
  • Q2. Problem solving and usecases
Round 2 - Technical 

(1 Question)

  • Q1. Usecase based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hours, java, vs code

Round 2 - Aptitude Test 

1 hour, good, aptitude

Providence Global Center Interview FAQs

How many rounds are there in Providence Global Center Ai Ml Engineer interview?
Providence Global Center interview process usually has 1 rounds. The most common rounds in the Providence Global Center interview process are Technical.
What are the top questions asked in Providence Global Center Ai Ml Engineer interview?

Some of the top questions asked at the Providence Global Center Ai Ml Engineer interview -

  1. In binomial distribution what happens when "n" tends to infini...read more
  2. What does det(A- lamda*I) = 0 represe...read more
  3. SQL query to find Set differen...read more

Tell us how to improve this page.

Providence Global Center Ai Ml Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Lead Software Engineer
40 salaries
unlock blur

₹20 L/yr - ₹40 L/yr

Senior Software Engineer
26 salaries
unlock blur

₹12.6 L/yr - ₹26 L/yr

Senior Service Engineer
26 salaries
unlock blur

₹13 L/yr - ₹32.5 L/yr

Senior Data Engineer
25 salaries
unlock blur

₹11 L/yr - ₹25 L/yr

Lead Data Engineer
25 salaries
unlock blur

₹25.5 L/yr - ₹42 L/yr

Explore more salaries
Compare Providence Global Center with

Accenture

3.9
Compare

IBM

4.0
Compare

TCS

3.7
Compare

Infosys

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