Upload Button Icon Add office photos

Filter interviews by

3Pillar Global Senior Software Engineer Interview Questions and Answers

Updated 17 May 2024

3Pillar Global Senior Software Engineer Interview Experiences

4 interviews found

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

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Angular Architecture, basic angular questions such as data binding, rxjs, dependency injection etc.
Round 2 - Technical 

(1 Question)

  • Q1. Coding assignment to fetch data from API and render on the UI. Using httpclient module.
  • Ans. 

    Fetch data from API and render on UI using httpclient module

    • Create an instance of httpclient module

    • Use httpclient to make a GET request to API endpoint

    • Parse the response data and render on UI

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Normal question on roles and responsibilities alongwith cultural fitment check.
Round 4 - Client Interview 

(1 Question)

  • Q1. Client interview to get the knowledge of UX and responsive web application. Css etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and even if you don't know the answer properly at least tell them the approach and try your best to answer or complete the assignment given.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Notice Period and Salary
Round 2 - Coding Test 

Java 8 , stream and a program to solve on String

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

I applied via Approached by Company and was interviewed before Sep 2022. 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 - Coding Test 

I asked basic questions related to coding and technical languages like MERN, and a few DSA questions about basic programming. The interview was around 45 minutes.

Round 3 - Coding Test 

2nd round took about 1 hour and 15 minutes. There are a few technical scenario discussions and questions related to my tech stack like MERN and one coding task in React JS

Round 4 - One-on-one 

(1 Question)

  • Q1. The last round with the manager consisted of a discussion about day-to-day job handling as per different scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basics properly

3Pillar Global interview questions for designations

 Software Engineer

 (1)

 Software Engineer II

 (1)

 Senior QA Engineer

 (1)

 QA Engineer

 (3)

 Quality Engineer

 (1)

 Technical Lead

 (3)

 Sdet-I

 (1)

 Java Developer

 (1)

Senior Software Engineer Jobs at 3Pillar Global

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Currying, closure, es6 features
  • Q2. Event looping, prototype chaining
  • Q3. Html structure, meta tag, viewport

Interview Preparation Tips

Topics to prepare for Perforce Senior Software Engineer interview:
  • React.Js
  • Javascript
  • Typescript
  • Es6
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your experience
  • Ans. 

    I do not have experience in the field of marketing.

    • I have primarily focused on software development and engineering roles throughout my career.

    • While I have worked closely with marketing teams on projects, my expertise lies in software development.

    • I have not directly worked in marketing roles or projects.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. There werent specific questions
  • Q2. Just a code challenge
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is content security Policy
  • Ans. 

    Content Security Policy (CSP) is a security standard that helps prevent cross-site scripting (XSS) attacks by allowing website owners to control which resources can be loaded on their site.

    • CSP is implemented using an HTTP header that specifies approved sources of content such as scripts, stylesheets, images, fonts, and more.

    • It helps protect against XSS attacks by restricting the sources from which certain types of cont...

  • Answered by AI
  • Q2. React question to have directory sturcture listing

Skills evaluated in this interview

Senior Software Engineer Interview Questions & Answers

Zuora user image Balakrishnan Rengaraj

posted on 7 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dind out an index of an element in an array whose left aide elements are lesser and right side elements are greater

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. How to identify if a queue is circular
  • Ans. 

    A circular queue can be identified by checking if the rear pointer is one position behind the front pointer.

    • Check if rear pointer is one position behind front pointer

    • Check if front pointer is at index 0 and rear pointer is at index n-1 in an array of size n

    • Check if front pointer is at index rear+1 modulo n in an array of size n

  • Answered by AI
Round 2 - System design 

(1 Question)

  • Q1. Design notification system
  • Ans. 

    Design a notification system for a software application.

    • Identify the types of notifications needed (e.g. email, SMS, in-app)

    • Consider the frequency and urgency of notifications

    • Implement a notification queue to handle multiple notifications

    • Include user preferences for notification settings

    • Utilize push notifications for real-time updates

  • Answered by AI
Round 3 - Coding Test 

Write multiple polyfills for array

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test. Basic coding questions on arrays, list etc.

Round 2 - Technical 

(1 Question)

  • Q1. Interactive session. Theoritical questions on oops, multithreading, springboot, java8 and few coding questions.
Round 3 - Technical 

(1 Question)

  • Q1. Design round. Questions on system design and best practices to be followed while developing any service. Few managerial questions as well.
Round 4 - HR 

(1 Question)

  • Q1. Profile related questions and salary discussion.

Interview Preparation Tips

Topics to prepare for Bottomline Senior Software Engineer interview:
  • Java8 and above
  • Data structure
  • Springboot
Interview preparation tips for other job seekers - Practice coding questions on java8 functions and few mid level data-structures based questions.

3Pillar Global Interview FAQs

How many rounds are there in 3Pillar Global Senior Software Engineer interview?
3Pillar Global interview process usually has 2-3 rounds. The most common rounds in the 3Pillar Global interview process are Coding Test, Technical and Client Interview.
How to prepare for 3Pillar Global Senior Software Engineer 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 3Pillar Global. The most common topics and skills that interviewers at 3Pillar Global expect are Javascript, MySQL, Data Structures, Java and Hibernate.
What are the top questions asked in 3Pillar Global Senior Software Engineer interview?

Some of the top questions asked at the 3Pillar Global Senior Software Engineer interview -

  1. Coding assignment to fetch data from API and render on the UI. Using httpclient...read more
  2. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4....read more
  3. Angular Architecture, basic angular questions such as data binding, rxjs, depen...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 3Pillar Global interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
3Pillar Global Senior Software Engineer Salary
based on 124 salaries
₹8.3 L/yr - ₹27.6 L/yr
9% more than the average Senior Software Engineer Salary in India
View more details

3Pillar Global Senior Software Engineer Reviews and Ratings

based on 12 reviews

3.6/5

Rating in categories

4.1

Skill development

4.4

Work-Life balance

3.8

Salary & Benefits

4.0

Job Security

3.9

Company culture

3.4

Promotions/Appraisal

3.9

Work Satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer
124 salaries
unlock blur

₹8.3 L/yr - ₹27.6 L/yr

Module Lead
91 salaries
unlock blur

₹12.4 L/yr - ₹26.9 L/yr

Technical Lead
53 salaries
unlock blur

₹15 L/yr - ₹37 L/yr

Software Engineer
41 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Senior Quality Assurance Engineer
37 salaries
unlock blur

₹8.5 L/yr - ₹17.8 L/yr

Explore more salaries
Compare 3Pillar Global with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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