Upload Button Icon Add office photos

Filter interviews by

Feedback Infrastructure Services Associate Analyst Interview Questions and Answers

Updated 16 Jan 2015

1 interview found

Sort by: Popular

Associate Analyst Interview Questions

user image Anonymous

posted on 8 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Group Discussion
Tips: Be aware of the recent affairs in the sector.

Round: Other Interview
Experience: This was a telephonic interview with the Head of the Division from Delhi.

General Tips: Investopedia (Website), Economic Times shall help for finance preparation you should be able to explain the current real world scenarios.
College Name: IIT-Madras

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

#include
#include
#include
#include

class SeatReservation {
private:
int n; // Number of rows
int m; // Number of seats per row
std::vector> reservedSeats;

public:
SeatReservation(int rows, int seatsPerRow) : n(rows), m(seatsPerRow) {
reservedSeats.resize(n);
}

std::string reserve(int r, int k) {
if (r < 1 || r > n || k < 1 || k > m) {
return "Invalid row or seat number";
}

// Check if requested seats are available
for (int i = k; i < k + 3; ++i) {
if (reservedSeats[r - 1].count(i) > 0) {
return "Seats not available";
}
}

// Reserve the seats
for (int i = k; i < k + 3; ++i) {
reservedSeats[r - 1].insert(i);
}

return "Booked with seat number " + std::to_string(k);
}
};

int main() {
// Example usage
SeatReservation theater(2, 3);

std::cout << theater.reserve(1, 3) << std::endl; // Booked with seat number 1
std::cout << theater.reserve(2, 4) << std::endl; // Seats not available

return 0;
}

3

Behavioral Round (1 Question)

  • Q1. Four couples, the Maceys, Makins, Salmons and Ainsworths, used a different mode of transportation car, airplane, bus and ship-to reach their vacation dm They ea...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a movie theater that has n rows of seats, and m seats in each row. A ticketing service allocates the seats among the q incoming booking requests.

Implement the classes and methods of the ticketing service. Return whether the seats are available for incoming queries.

Implement the classes and methods defined below :-

1. A class named SeatReservation.


Instance Variables :-

Name :-
n

Functionality :-
Stores the value of number of rows in theater.

Name :-
m

Functionality :-
Stores the value of total number of seats per row.

Constructor :-

Name :-

SeatReservation(...)

Functionality :-

A parameterized constructor that initializes the instance variables.

Methods :-

Name :-

string reserve(int r, int k)

Functionality :-

Return "Booked with seat number s" where s is the starting number of the seat otherwise prints "Seats not available".

If the seats are available, the function should return a string with the first seat number of the booked seat in the format "Booked with seat number s" where s is the number of the first seat available in the rth row. If it is not possible, return "Seats not available" and do not reserve a seat.


Example :-

n=2,m=3
q=2
first query: (1, 3)
second query (2, 4)


The theater has 2 rows of 3 seats.

The first request is for 3 seats in row 1. They are available, starting at seat 1. Return "Booked with seat number 1".

The second query is for 4 seats in row 2. Row 2 does not have 4 adjacent seats available. Return "Seats not available".

Requests are handled in the order received and allocations persist through the series of requests. A seat cannot be booked twice.

Constraints :-

• 1 ≤ n, m ≤ 10^5

• 1 ≤ q ≤ 10^4

• 1 ≤ r ≤ n

• 1 ≤ k ≤ 10^9
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Assignment Round

Aptitude test which goes nice and we done will and basic knowledge in excel and ms offcie tool

Associate Interview Questions

Saint-Gobain user image Anonymous

posted on 26 Jul 2023

Interview experience
5
 Excellent
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Walk-in and was interviewed in Jun 2023.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (5 Questions)

  • Q1. The first round was technical and it was a hard round as your concept of sap should be clear
  • Q2. Why do u maintain Reconcilation a/c?
  • Q3. FI MM Integration, FI SD Integration?
  • Q4. What we maintain on company code lvl and client level and why?
  • Q5. Phases of blueprint, tables
3

One-on-one Round (3 Questions)

  • Q1. Manager round some kind of behavioural check and some technical question asked as they give u scenerio about the work and some accounting questions
  • Q2. General Entries, P2P, OTC, RTR
  • Q3. What bank Reconcilation and validations
4

HR Round (2 Questions)

  • Q1. The last round was hr
  • Q2. Some kind of behavioural check, salary discussions, terms and conditions but one thing here the hr round is not a formality round as u have to give full impress...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Luck
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 4-6 weeks
Result
Selected  Selected

I applied via LinkedIn and was interviewed before Feb 2023.

3 Interview Rounds

1

Aptitude Test Round

Basics of coding and mathematics

2

Coding Test Round

Hackerrank and Java program

3

Technical Round (1 Question)

  • Q1. Basics of Core java and socket programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have proper knowledge for Java and c# and frontend technology- react and angular

I applied via campus placement at Sri Savitribai Phule Womans Polytechnic, Pune and was interviewed in Mar 2021.

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're fresher you should have basic knowledge of all business process

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

KEC International Interview Questions
4.1
 • 285 Interviews
Tata Technologies Interview Questions
3.7
 • 244 Interviews
Saint-Gobain Interview Questions
4.0
 • 167 Interviews
AECOM Interview Questions
4.3
 • 109 Interviews
Worley Interview Questions
4.1
 • 104 Interviews
View all
Assistant Manager
109 salaries
unlock blur

₹3 L/yr - ₹10.9 L/yr

Field Engineer
105 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Site Engineer
72 salaries
unlock blur

₹1.8 L/yr - ₹5.4 L/yr

Senior Engineer
69 salaries
unlock blur

₹3.6 L/yr - ₹10.2 L/yr

Project Manager
45 salaries
unlock blur

₹5 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Feedback Infrastructure Services with

Shapoorji Pallonji Group

4.2
Compare

Kalpataru Projects International

4.2
Compare

KEC International

4.1
Compare

Nagarjuna Construction Company

4.2
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