Upload Button Icon Add office photos

Filter interviews by

Scalable Systems Interview Questions and Answers

Updated 20 Mar 2023

Scalable Systems Interview Experiences

Popular Designations

2 interviews found

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Describe a successful marketing campaign you have developed? How you have contributed to increase the social media presence
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your go to market strategy
  • Ans. 

    Our go to market strategy involves identifying target audience, creating a unique value proposition, and leveraging various marketing channels.

    • Identify target audience and their needs

    • Create a unique value proposition that differentiates us from competitors

    • Leverage various marketing channels such as social media, email marketing, and events

    • Develop a sales enablement plan to support the sales team

    • Continuously measure and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Needs to have some skills and confidence

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)

Executive Accountant Interview Questions & Answers

user image Sharada Prasan Sahoo

posted on 20 Mar 2023

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

I applied via Naukri.com and was interviewed before Mar 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 - HR 

(1 Question)

  • Q1. Explain your resume briefly
Round 3 - Technical 

(1 Question)

  • Q1. What is accounts receivables and paybles,
  • Ans. 

    Accounts receivables are money owed to a company by its customers, while accounts payables are money owed by a company to its suppliers.

    • Accounts receivables are assets on a company's balance sheet.

    • Accounts payables are liabilities on a company's balance sheet.

    • Accounts receivables are generated when a company sells goods or services on credit.

    • Accounts payables are generated when a company purchases goods or services on ...

  • Answered by AI
Round 4 - Assignment 

Practical test of Quick Books, how to creat ledger,record keeping, trail balance

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to boost your accounts and finance skill. Then choose this because finance team is cooperative.

Executive Accountant Interview Questions asked at other Companies

Q1. What is P2P cycle , 3 way match , and what will you do if Approvals are missing in case of Non PO Invoices.
View answer (4)

Jobs at Scalable Systems

View all

Interview questions from similar companies

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

Interview experience
4
Good
Difficulty level
Easy
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 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal communicatiom, attention to detail, email writing part

Round 2 - One-on-one 

(2 Questions)

  • Q1. General question with maths
  • Q2. Percentage related sums
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview question with maths
  • Q2. Percentage , profit related sums
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude assessment along with some theoretical components.

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions in Java, SQL and React
Round 3 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Coding question->Reverse String(World Hello), pattern, prime number
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What are the different osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.

    • Physical Layer: Deals with physical connections and transmission of raw data.

    • Data Link Layer: Manages data frames and error detection/correction.

    • Network Layer: Handles routing and logical addressing.

    • Transport Layer: Ensures end-to-end communication and data flow control.

    • Session Layer: Establishe...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic details about yourself
Round 3 - Technical 

(1 Question)

  • Q1. What are some ways to avoid deadlock?
  • Ans. 

    Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.

    • Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.

    • Use timeouts to limit the amount of time a process can wait for a resource before releasing it.

    • Follow a strict resource ordering protocol to ensure processes request and release reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your cs basics are clear such as netwerking, os, and tech stacks used in projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Q2. What is your experience with barcode scanners?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular Directives
  • Ans. 

    Angular Directives are markers on a DOM element that tell AngularJS's HTML compiler to attach a specified behavior to that DOM element.

    • Directives are used to create reusable components or custom behaviors in Angular applications.

    • They can be used to manipulate the DOM, add event listeners, show/hide elements, etc.

    • Examples include ngModel, ngIf, ngFor, etc.

  • Answered by AI
  • Q2. How to communicate with components
  • Ans. 

    Methods to communicate between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.

    • Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.

    • Using ViewChild to access child components from parent components.

    • Using Services to create a shared service that can be injected into multiple components to share da...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Senior Technical Recruitment
  • Q2. Documents Required submitted
Round 2 - One-on-one 

(3 Questions)

  • Q1. VP round selected
  • Q2. Took all rounds
  • Q3. Two to three people take interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Total time wasted please don't join this organization very bad experience 😕 Follow up is done by junior recruiter every day they will call after interview for one month the will follow-up and in the end they won't give offer horrible experience. Thank God I didn't join here Guys don't join this organization . Horrible experience

Scalable Systems Interview FAQs

How many rounds are there in Scalable Systems interview?
Scalable Systems interview process usually has 3 rounds. The most common rounds in the Scalable Systems interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for Scalable Systems 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 Scalable Systems. The most common topics and skills that interviewers at Scalable Systems expect are US IT Recruitment, US IT Staffing, US Recruitment, C2C and Technical Recruitment.
What are the top questions asked in Scalable Systems interview?

Some of the top questions asked at the Scalable Systems interview -

  1. What is accounts receivables and paybl...read more
  2. What is your go to market strat...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Scalable Systems interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all

Scalable Systems Reviews and Ratings

based on 35 reviews

3.5/5

Rating in categories

3.2

Skill development

3.6

Work-Life balance

3.2

Salary & Benefits

3.3

Job Security

3.2

Company culture

3.0

Promotions/Appraisal

3.1

Work Satisfaction

Explore 35 Reviews and Ratings
Us It Recruiter

Noida

1-2 Yrs

₹ 2.5-2.5 LPA

Us It Recruiter

Delhi/Ncr

3-6 Yrs

Not Disclosed

Account Manager

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
8 salaries
unlock blur

₹1.8 L/yr - ₹2.4 L/yr

US IT Recruiter
8 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

BI Developer
7 salaries
unlock blur

₹1.2 L/yr - ₹4.1 L/yr

Accounts Manager
6 salaries
unlock blur

₹11.1 L/yr - ₹14.8 L/yr

Business Intelligence Analyst
5 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Scalable Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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