Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ForwardAI Team. If you also belong to the team, you can get access from here

ForwardAI Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ForwardAI Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - HR 

(2 Questions)

  • Q1. A brief Introduction
  • Q2. Past Experience Discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms questions
  • Q2. SQL and OOPS concept questions
Round 3 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Data Structure and Algorithms questions
  • Q3. SQL concepts questions

Interview Preparation Tips

Topics to prepare for EquiLend Software Development Engineer interview:
  • DSA
  • SQL
  • OOPS
  • Personal Projects
Interview preparation tips for other job seekers - The recruitment process at Stonewain Systems is well-structured, transparent and quick. My advice would be to focus on Data Structures and Algorithms especially the fundamentals, Object Oriented Programming concepts, and DBMS & SQL. Also do research about EquiLend's products. Lastly, be clear with communication at all times during Interviews.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How will you prioritize testing ?
  • Ans. 

    I prioritize testing based on criticality, impact, dependencies, and risks involved.

    • Identify critical functionalities and prioritize testing for them first

    • Consider impact on end users and prioritize testing for high impact areas

    • Take into account dependencies between different modules or components

    • Assess risks involved and prioritize testing for high-risk areas

    • Use risk-based testing approach to prioritize test cases

  • Answered by AI
  • Q2. Test cases for Landline
  • Ans. 

    Test cases for Landline phone functionality

    • Test dialing a number and making a call

    • Test receiving a call and answering it

    • Test call waiting functionality

    • Test call forwarding feature

    • Test voicemail functionality

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. SQL question on joins and subqueries?
  • Q2. Earlier project questions ?

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical Aptitude on singalton pattern

Round 2 - Technical 

(3 Questions)

  • Q1. What is man in middle attack?
  • Ans. 

    A man-in-the-middle attack is a cyber security attack where the attacker secretly intercepts and possibly alters the communication between two parties.

    • Attacker intercepts communication between two parties

    • Attacker may alter the communication

    • Commonly occurs in public Wi-Fi networks

    • Can lead to data theft or unauthorized access

  • Answered by AI
  • Q2. How to protect api?
  • Ans. 

    Protecting API involves using authentication, authorization, encryption, rate limiting, and monitoring.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys

    • Use authorization to control access to different parts of the API

    • Encrypt sensitive data using SSL/TLS

    • Implement rate limiting to prevent abuse and protect against DDoS attacks

    • Monitor API traffic for unusual activity and potential security threats

  • Answered by AI
  • Q3. Whats is csrf ?
  • Ans. 

    CSRF stands for Cross-Site Request Forgery, a type of attack where a malicious website tricks a user into performing actions on another website without their knowledge.

    • CSRF attacks exploit the trust that a site has in a user's browser, by sending unauthorized requests using the user's session.

    • Prevent CSRF attacks by using tokens in forms, checking the origin of requests, and implementing proper authentication and autho...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Why you want ti join airpay?
  • Q2. Why you leave current organisation?

Skills evaluated in this interview

Deputy Sales Associate Interview Questions & Answers

PolicyX.com user image Anonymous

posted on 17 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test of 4 level

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What do you about policyx.com or insurance
Round 3 - One-on-one 

(2 Questions)

  • Q1. What do you know about insurance
  • Q2. If experience than previous work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - The motive of HR is to just check the confidence and stability. Product knowledge company will provide you but you just need to be confidential.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your method of working
  • Ans. 

    My method of working is organized, efficient, and detail-oriented.

    • I prioritize tasks based on deadlines and importance

    • I create detailed to-do lists and schedules to stay on track

    • I regularly communicate with team members to ensure everyone is on the same page

  • Answered by AI
  • Q2. What payment are you demanding?
  • Ans. 

    The payment being demanded depends on the outstanding balance and payment terms.

    • The payment being demanded should be based on the outstanding balance owed by the debtor.

    • Consider the payment terms agreed upon by both parties when determining the payment to be demanded.

    • It is important to communicate clearly and professionally with the debtor regarding the payment being demanded.

    • Provide options for payment plans or negoti...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in May 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Number of Islands leetcode
  • Ans. 

    Count the number of islands in a 2D grid of '1's and '0's.

    • Iterate through the grid and for each '1' encountered, perform a depth-first search to mark all connected '1's as visited.

    • Increment the island count for each unvisited '1' encountered during the iteration.

    • Example: Input grid = [['1','1','0','0'],['1','1','0','0'],['0','0','1','0'],['0','0','0','1']], Output = 3

  • Answered by AI
  • Q2. SQL queries based on group by
  • Q3. Resume questions

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2023. 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 

Hackerearth Coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Round with Senior Software Engineer around Java, DSA and APIs
  • Q2. 1. Check Valid Parenthesis, 2. Given a problem design your own API and suitable URL for it Discussions about implementation and designing of the above two questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. One-on-one round with Project manager
  • Q2. Architecture and System design round, but interviewer given me Java Coding , some basic question and asked some questions on SQL then in the middle of the interview he told that we are not going forward wi...

Interview Preparation Tips

Topics to prepare for OneCard Backend Developer interview:
  • Data Structures
  • Algorithms
  • REST API
  • Java
  • Database
Interview preparation tips for other job seekers - Please the availability of the interviewers first then schedule a call. Candidates really do hard work and reach for the final interviews hoping to have atleast a proper interview. If anyone is already selected for the role, don't schedule an interview at all. Even did not received any updates yet.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to design an app as a white labeled.
  • Ans. 

    Designing a white-labeled app involves creating a customizable platform that can be rebranded by different clients.

    • Create a flexible design structure that allows for easy customization of colors, logos, and branding elements.

    • Implement a robust admin panel where clients can easily upload their branding assets and make changes.

    • Ensure that the app's functionality remains consistent across different branding variations.

    • Con...

  • Answered by AI
  • Q2. Generic UI theme can be set via firebase. Set the theme of UI elements dynamically.
  • Ans. 

    Use Firebase to dynamically set the theme of UI elements.

    • Create a collection in Firebase to store UI themes.

    • Retrieve the selected theme from Firebase and apply it to UI elements.

    • Update the UI elements whenever the theme is changed in Firebase.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How to handle team, how do you ensure to follow agile and enable team to follow the same?
Round 3 - HR 

(2 Questions)

  • Q1. Your biggest challenge in your career.
  • Q2. Bring out some technical challenge or a challenge you faced while handling team.

Skills evaluated in this interview

ForwardAI Interview FAQs

How to prepare for ForwardAI 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 ForwardAI. The most common topics and skills that interviewers at ForwardAI expect are Angular, Angularjs, Node.Js, MySQL and Team Leading.

Tell us how to improve this page.

Interview Questions from Similar Companies

CapitalOne Interview Questions
3.9
 • 78 Interviews
OneCard Interview Questions
3.5
 • 20 Interviews
PolicyX.com Interview Questions
3.3
 • 10 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
Global Payments Interview Questions
4.1
 • 10 Interviews
Paytail Interview Questions
3.0
 • 8 Interviews
EpiFi Interview Questions
3.6
 • 7 Interviews
View all

ForwardAI Reviews and Ratings

based on 11 reviews

3.4/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.9

Salary

3.0

Job security

3.3

Company culture

3.7

Promotions

3.1

Work satisfaction

Explore 11 Reviews and Ratings
Principal Architect (India) - ForwardAI

Kolkata,

Mumbai

+5

12-18 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4 salaries
unlock blur

₹9.5 L/yr - ₹17 L/yr

Financial Analyst
4 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Senior Test Engineer
4 salaries
unlock blur

₹11.7 L/yr - ₹16 L/yr

Financial Business Analyst
4 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Test Engineer
3 salaries
unlock blur

₹9.5 L/yr - ₹13 L/yr

Explore more salaries
Compare ForwardAI with

Wibmo

3.1
Compare

OneCard

3.4
Compare

Datasigns Technologies

4.2
Compare

PolicyX.com

3.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview