Upload Button Icon Add office photos

Filter interviews by

StyloPAY Interview Questions and Answers

Updated 3 Jan 2023

StyloPAY Interview Experiences

1 interview found

Manager - CRM Interview Questions & Answers

user image Sandeep Patra

posted on 3 Jan 2023

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

I applied via Recruitment Consulltant and was interviewed before Jan 2022. There were 3 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. Industry? Last experience? Salary expectations?
Round 3 - One-on-one 

(1 Question)

  • Q1. What do you know about Fintech Industry?
  • Ans. 

    Fintech is a rapidly growing industry that combines finance and technology to provide innovative financial solutions.

    • Fintech companies use technology to disrupt traditional financial services

    • Examples include mobile payment apps, robo-advisors, and blockchain-based solutions

    • Fintech has the potential to increase financial inclusion and improve access to capital

    • Regulatory challenges and cybersecurity risks are major conce

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're looking to learn and grow, this is the best place to work.

Manager - CRM Interview Questions asked at other Companies

Q1. What are the industry standards to give hike?
View answer (1)

Jobs at StyloPAY

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - HR 

(3 Questions)

  • Q1. Salary Expectation
  • Q2. Work Experience
  • Q3. Relocation Plans
Round 2 - Coding Test 

Codility Test General C# and SQL

Round 3 - Technical 

(9 Questions)

  • Q1. (live coding) Create a class Employees with fields FirstName LastName, DoB, and Gender Return avg age of employees, return avg age by genders
  • Ans. 

    Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.

    • Create a class Employees with fields FirstName, LastName, DoB, and Gender

    • Calculate the average age of all employees

    • Calculate the average age by genders

  • Answered by AI
  • Q2. What design pattern you know
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to optimize SQL Queries
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate joins and subqueries

  • Answered by AI
  • Q5. Which type of Indexes you know
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Contains a sorted list of references to the table data rows.

    • Unique index: Ensures that no two rows have the same values in the indexed columns.

    • Composite index: Index that is created on multiple columns.

    • Filtered index: Index that...

  • Answered by AI
  • Q6. Have you ever read SQL Execution Plan?
  • Ans. 

    Yes, I have read SQL Execution Plans to optimize query performance.

    • I have analyzed SQL Execution Plans to identify bottlenecks in queries.

    • I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.

    • I have made query optimization recommendations based on SQL Execution Plans.

    • I have experience with tools like SQL Server Management Studio to view and analyze Execu

  • Answered by AI
  • Q7. .NET Framework DI 3th party tools
  • Q8. Are you familiar with MSUnit, xUnit, nUnit
  • Q9. Unit Testing libraries (e.g Bogus, Moq..)
Round 4 - Final Round 

(3 Questions)

  • Q1. What questions do you have?
  • Q2. How was your interview's?
  • Q3. Why you want to change your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would strongly advice job seekers to avoid engaging further with this company. Based on my experience, their process lacks transparency and respect for candidates time, with poor communication and unclear criteria like 'culture fit' only being raised after multiple technical rounds. SAVE YOUR TIME and ENERGY by skipping this opportunity.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Personal questions they asked?
  • Q2. Package details asking in previous process

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company ever in Hyderabad , they pressure you to put resign within probation period. Recently one person committed suicide but no one knows about it. They managed everything. So better Don't join HighRadius company.
I was very happy when receiving offer from HighRadius, later 4 months scene completely reverse and toxic environment and pressure building on each employees. Uncertainty in work culture un realistic time dead lines extra hours work.
Specially one person I mention " his name Ashish Tiwari" Racist and psycho manager, toxic culture ka baap ,Assigns work on logout time and during weekends too.
Completely corrupted and dirty politics , micro managements , stupid HR policies, leave policy to bad too worst.
My homble request for every one please understand don't join in HighRadius technologies. Every 6 months they imported interns and terminates experience persons. Only worst management, dirty politics, and crucial mentality nature you have then only sustain there.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
Interview experience
4
Good
Difficulty level
Easy
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 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q2. Check if paranthesis are balanced or not
  • Ans. 

    To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.

    • Use a stack to push opening parentheses and pop when encountering a closing parenthesis

    • If stack is empty when encountering a closing parenthesis, return false

    • After iterating through all parentheses, if stack is empty, return true

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

(2 Questions)

  • Q1. Right view of a Binary Search tree
  • Ans. 

    The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.

    • The right view of a Binary Search Tree includes the rightmost node at each level.

    • Nodes at each level that are not visible from the right side are not included in the right view.

    • Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.

  • Answered by AI
  • Q2. Few javascript questions on how to parse a json object without using inbuilt libraries.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa easy-medium and your projecs in depth.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - 15 minutes interview 

(2 Questions)

  • Q1. What features of playwright did you use in project
  • Q2. How would you do api chaining
  • Ans. 

    API chaining is the process of making multiple API calls in a sequence to achieve a desired outcome.

    • Identify the APIs that need to be called in sequence

    • Extract necessary data from the response of one API call to use in the next call

    • Handle errors and exceptions that may occur during the chaining process

    • Use tools like Postman, RestAssured, or programming languages like Python to automate the chaining process

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Write page object for login
  • Ans. 

    Page object for login functionality

    • Create a LoginPage class with methods for entering username, password, and clicking login button

    • Use locators to identify the username input field, password input field, and login button

    • Implement a method to perform the login action and return the next page object

  • Answered by AI
  • Q2. What is extension of eslint file and how do you combine rules in eslint
  • Ans. 

    Eslint file extension is .eslintrc.js and rules can be combined using extends property

    • Eslint file extension is .eslintrc.js

    • Rules can be combined using the 'extends' property in the eslint configuration file

    • For example, to combine rules from multiple eslint configurations, you can use: 'extends: ['eslint:recommended', 'plugin:react/recommended']

  • Answered by AI
  • Q3. Write a program on wellformed braces
  • Ans. 

    Program to check if braces are well-formed

    • Use a stack to keep track of opening braces

    • Iterate through the input string and push opening braces onto the stack

    • When a closing brace is encountered, pop from the stack and check if it matches the corresponding opening brace

    • If stack is empty at the end and all braces are matched, return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. How to maintain security in Microservices ?
  • Ans. 

    Maintaining security in Microservices involves implementing authentication, authorization, encryption, and monitoring.

    • Implement authentication and authorization mechanisms to control access to microservices.

    • Use encryption to secure communication between microservices.

    • Implement monitoring and logging to detect and respond to security incidents.

    • Regularly update dependencies and patches to address security vulnerabilities...

  • Answered by AI
  • Q2. Difference between Kafka and RabbitMQ ?
  • Ans. 

    Kafka is a distributed streaming platform while RabbitMQ is a message broker.

    • Kafka is designed for high-throughput, fault-tolerant, real-time data streaming.

    • RabbitMQ is a traditional message broker that follows the AMQP protocol.

    • Kafka uses a publish-subscribe model while RabbitMQ uses a message queuing model.

    • Kafka is horizontally scalable and provides strong durability guarantees.

    • RabbitMQ supports multiple messaging pr...

  • Answered by AI
  • Q3. What are the usecases where CQRS pattern can be used ?
  • Ans. 

    CQRS pattern can be used in scenarios where read and write operations need to be separated for better scalability and performance.

    • CQRS can be used in applications with complex domain models that require different models for reading and writing data.

    • It can be beneficial in scenarios where read operations heavily outnumber write operations.

    • CQRS is useful when there is a need to optimize read and write operations independ...

  • Answered by AI
  • Q4. How will you resolve eventual consistency in a relational DB from design perspective ?
  • Ans. 

    Implementing eventual consistency in a relational DB involves careful design and use of techniques like conflict resolution and versioning.

    • Use timestamp-based conflict resolution to handle conflicting updates.

    • Implement versioning to track changes and resolve conflicts.

    • Consider using distributed transactions or distributed consensus algorithms like Paxos or Raft.

    • Use compensating transactions to rollback changes in case ...

  • Answered by AI
  • Q5. Tell me any challenging production issue you faced and how you resolved it ?

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Knn algorithm using python
  • Ans. 

    KNN algorithm is a simple and effective machine learning algorithm for classification and regression tasks.

    • KNN stands for K-Nearest Neighbors.

    • It is a non-parametric, lazy learning algorithm.

    • Works by finding the K closest training examples in feature space to a given input data point.

    • Classification: Assign the most common class among the K nearest neighbors.

    • Regression: Take the average of the K nearest neighbors' target...

  • Answered by AI
  • Q2. Some LC problem on suffix and prefix
Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study on imbalanced dataset
  • Q2. Evaluation metrics

Skills evaluated in this interview

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

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

Round 1 - HR 

(2 Questions)

  • Q1. HR will call you and ask your current roles and responsibilities ?
  • Q2. Job designation senior system engineer (IAM, Azure portal, SaaS Applications, API integrations, Vulnerability Management)
Round 2 - Technical 

(7 Questions)

  • Q1. Do you anything related vulnerability management?
  • Q2. How do you support application for sso enablement?
  • Ans. 

    Supporting application for SSO enablement involves configuring authentication settings, integrating with identity providers, and testing functionality.

    • Configure authentication settings within the application to enable SSO

    • Integrate the application with identity providers such as Okta, Azure AD, or PingFederate

    • Test the SSO functionality to ensure seamless user experience

    • Provide documentation and training for users on how

  • Answered by AI
  • Q3. Haw you handle outages and any regular task you performed?
  • Ans. 

    I handle outages by following established procedures and prioritize tasks based on impact.

    • Immediately assess the situation to determine the root cause of the outage

    • Communicate with stakeholders to keep them informed of the issue and expected resolution time

    • Work with cross-functional teams to troubleshoot and resolve the outage as quickly as possible

    • Document the outage incident and steps taken for future reference and i...

  • Answered by AI
  • Q4. How you deal with change management?
  • Ans. 

    I handle change management by implementing structured processes, communication, and stakeholder involvement.

    • Implementing a change management process to track and document changes

    • Communicating changes effectively to all stakeholders

    • Involving key stakeholders in decision-making and planning

    • Ensuring proper testing and validation of changes before implementation

  • Answered by AI
  • Q5. How do you enable sso for applications for saas?
  • Ans. 

    Enable SSO for SaaS applications by integrating with identity providers and configuring authentication protocols.

    • Integrate with identity providers such as Okta, Azure AD, or Google Workspace

    • Configure authentication protocols like SAML, OAuth, or OpenID Connect

    • Implement single sign-on functionality in the application code

    • Ensure secure communication between the application and the identity provider

  • Answered by AI
  • Q6. What is RTO in disaster recovery?
  • Ans. 

    RTO stands for Recovery Time Objective in disaster recovery, representing the targeted duration of time within which a business process must be restored after a disaster.

    • RTO is a crucial metric in disaster recovery planning, indicating the maximum acceptable downtime for a system or process.

    • It helps organizations determine the resources and strategies needed to recover from a disaster within a specific timeframe.

    • For ex...

  • Answered by AI
  • Q7. Which application you are using to connect servers?
  • Ans. 

    I primarily use SSH (Secure Shell) to connect servers.

    • SSH (Secure Shell) is a widely used application for securely connecting to servers

    • Other applications like PuTTY, OpenSSH, and WinSCP can also be used for server connections

  • Answered by AI
Round 3 - Behavioral 

(4 Questions)

  • Q1. Hiring manager will brief about jd and ask questions based on related job and you are working
  • Q2. Do you vulnerability management?
  • Ans. 

    Yes, I am experienced in vulnerability management.

    • I have experience in identifying, prioritizing, and mitigating vulnerabilities in systems and networks.

    • I am proficient in using vulnerability scanning tools such as Nessus, Qualys, and OpenVAS.

    • I have implemented patch management processes to address vulnerabilities in a timely manner.

    • I have conducted vulnerability assessments and penetration testing to identify weakness...

  • Answered by AI
  • Q3. You worked applications were connected or disconnected one?
  • Ans. 

    I have experience working with both connected and disconnected applications.

    • I have experience developing applications that can function both online and offline.

    • I have worked on projects where data synchronization is crucial for seamless user experience.

    • Examples include mobile apps that can work offline and sync data when connected to the internet.

  • Answered by AI
  • Q4. Have you taken care of Authorization part?
  • Ans. 

    Yes, I have experience in taking care of the Authorization part in various projects.

    • Implemented role-based access control (RBAC) to manage user permissions

    • Configured and managed authentication protocols such as OAuth and SAML

    • Worked on setting up access control lists (ACLs) for network security

    • Experience with managing user roles and permissions in Active Directory

    • Utilized single sign-on (SSO) solutions for seamless user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well be confident do some research on the jd

Skills evaluated in this interview

StyloPAY Interview FAQs

How many rounds are there in StyloPAY interview?
StyloPAY interview process usually has 3 rounds. The most common rounds in the StyloPAY interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for StyloPAY 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 StyloPAY. The most common topics and skills that interviewers at StyloPAY expect are Eclipse, Linux, XML, Digital Marketing and Management.

Tell us how to improve this page.

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 464 Interviews
PayPal Interview Questions
3.9
 • 202 Interviews
HighRadius Interview Questions
2.9
 • 174 Interviews
Visa Interview Questions
3.7
 • 131 Interviews
MasterCard Interview Questions
4.0
 • 125 Interviews
TransUnion Interview Questions
4.0
 • 87 Interviews
PayU Payments Interview Questions
3.6
 • 47 Interviews
Western Union Interview Questions
3.8
 • 27 Interviews
View all

StyloPAY Reviews and Ratings

based on 9 reviews

3.8/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

2.9

Salary & Benefits

3.8

Job Security

4.3

Company culture

3.3

Promotions/Appraisal

4.0

Work Satisfaction

Explore 9 Reviews and Ratings
UI Designer

Kolkata,

New Delhi

2-3 Yrs

Not Disclosed

Sales & Marketing Specialist

Kolkata,

New Delhi

+1

3-6 Yrs

Not Disclosed

IT Project Manager

Kolkata

3-5 Yrs

Not Disclosed

Explore more jobs
Assistant System Engineer
12 salaries
unlock blur

₹3.1 L/yr - ₹7 L/yr

Client Relationship Manager
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Assistant Software Engineer
3 salaries
unlock blur

₹3.1 L/yr - ₹4 L/yr

Senior Android Developer
3 salaries
unlock blur

₹6.5 L/yr - ₹8.6 L/yr

Explore more salaries
Compare StyloPAY with

FIS

3.9
Compare

HighRadius

2.9
Compare

Broadridge Financial Solutions

4.0
Compare

PayPal

3.9
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