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.7

based on 97 Reviews

Filter interviews by

Providence Global Center Senior Software Engineer 2 Interview Questions and Answers

Updated 13 Mar 2024

Providence Global Center Senior Software Engineer 2 Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Vue JS, Azure Cloud, Docker and Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically, it has 4 rounds. Ist round checks your technical skills and work done so far.
2nd round is with your manager, checks employee behaviour and technical skills. Third round is with your project team sits in US. Fourth round is with your skip level manager

Interview questions from similar companies

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

Round 1 - Coding Test 

They gave us 2 coding questions, must code in java, they personally checked each of our codes, 1 hr duration (They may extend for around 30 mins), should have java installed on our systems prior.

Round 2 - Technical 

(9 Questions)

  • Q1. Difference between array list, array in java
  • Ans. 

    Array list is a dynamic array that can grow or shrink in size, while array in Java is a fixed-size collection of elements.

    • Array list in Java is a class that implements List interface and allows dynamic resizing.

    • Arrays in Java are fixed in size and cannot be resized once initialized.

    • Example: ArrayList<String> arrayList = new ArrayList<String>(); String[] array = new String[5];

  • Answered by AI
  • Q2. About spring boot
  • Q3. Write code for dynamic arrays
  • Ans. 

    Code snippet to implement dynamic arrays with add, remove, and access methods.

    • Use a list or vector data structure to implement dynamic arrays.

    • For adding elements, use the append or push_back method.

    • For removing elements, use the erase or remove method.

    • For accessing elements, use the index operator or at method.

  • Answered by AI
  • Q4. For loop, for each
  • Q5. What do u know about java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is an object-oriented programming language

    • It is known for its platform independence, meaning Java programs can run on any device that has a Java Virtual Machine (JVM)

    • Java is used for developing a wide range of applications, from mobile apps to enterprise systems

    • Java has a rich set of libraries and frameworks tha

  • Answered by AI
  • Q6. Oops concepts
  • Q7. Introduce urself
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and problem-solving.

    • Recent graduate in Computer Science

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q8. Linked list - node insertion, deletion in java
  • Q9. Heaps in java, how does internal memory allocation happen for heaps
  • Ans. 

    In Java, heaps are used for dynamic memory allocation. Internal memory allocation in heaps is managed by the JVM.

    • Heaps in Java are used for storing objects and dynamically allocated memory.

    • Memory allocation in heaps is managed by the Java Virtual Machine (JVM).

    • The JVM uses a technique called garbage collection to reclaim memory from objects that are no longer in use.

    • Objects in the heap are allocated memory based on the...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Techouts Software Engineer Trainee interview:
  • java
  • dsa
Interview preparation tips for other job seekers - min aggregate marks of 80% throughout ur academics
I cleared coding round and in the interview, out of 150, they selected 1 candidate(Cause the candidate had good knowledge of spring boot which was all they wanted)
3.0-3.5 lpa and 3 years of service agreement
and finally the candidate rejected their offer

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Encapsulation: Objects can hide their internal state and require interactions through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objec...

  • Answered by AI
  • Q2. Write a code on simple one.
  • Ans. 

    Code a simple one

    • Use a basic programming language like Python or JavaScript

    • Create an array of strings

    • Print the array elements

  • Answered by AI
  • Q3. Explain about your projects
  • Ans. 

    I have worked on various projects including a web application for tracking inventory and a mobile app for managing tasks.

    • Developed a web application using React.js for tracking inventory levels and generating reports

    • Created a mobile app using Flutter for managing tasks and setting reminders

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Why msg global solutions
  • Ans. 

    I want to work at msg global solutions because of their reputation for innovative solutions and collaborative work environment.

    • I am impressed by msg global solutions' track record of delivering cutting-edge software solutions to clients.

    • I am excited about the opportunity to work with a team of talented developers and collaborate on challenging projects.

    • I value the emphasis msg global solutions places on professional de...

  • Answered by AI
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. I am interested but I am fasher
  • Q2. I am interested but I am fasher

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested but I am fasher
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA question was asked

Round 2 - Aptitude Test 

40 questions in 20 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. Stones games 2 leetcode
  • Q2. Permutations of array
  • Ans. 

    Generate all possible permutations of an array of strings

    • Use recursion to generate permutations

    • Swap elements to create different permutations

    • Base case: when array size is 1, return array as permutation

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Project discussion

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium questions related to DotNet Core MVC, SQL Server, etc
Round 2 - Technical 

(1 Question)

  • Q1. Completely unprofessional behavior of the interviewer. - No Introduction Direct start asking questions. - Asking too many misleading questions (First ask what you worked on, then ask did you heard about th...
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 - One-on-one 

(2 Questions)

  • Q1. Sql questions with queries
  • Q2. Rdbms related questions.

Providence Global Center Interview FAQs

How many rounds are there in Providence Global Center Senior Software Engineer 2 interview?
Providence Global Center interview process usually has 1 rounds. The most common rounds in the Providence Global Center interview process are Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Providence Global Center interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Lead Software Engineer
37 salaries
unlock blur

₹21 L/yr - ₹40 L/yr

Software Engineer
32 salaries
unlock blur

₹10.1 L/yr - ₹19 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

Explore more salaries
Compare Providence Global Center with

Accenture

3.9
Compare

IBM

4.1
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