Upload Button Icon Add office photos

Filter interviews by

First Insight Interview Questions and Answers

Updated 18 Sep 2021

First Insight Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1. ASP.Net MVC Features and use of tag helpers in MVC.
  • Ans. 

    ASP.Net MVC is a web application framework that follows the Model-View-Controller pattern. Tag helpers simplify HTML coding in MVC.

    • ASP.Net MVC is a framework for building web applications using the Model-View-Controller pattern.

    • Tag helpers are used to simplify HTML coding in MVC by providing server-side logic to generate HTML elements.

    • Tag helpers can be used to generate HTML forms, links, and other elements.

    • Examples of...

  • Answered by AI
  • Q2. 2. Primary jQuery Questions? bind and join function.
  • Q3. What is ASP.Net filters?
  • Ans. 

    ASP.Net filters are used to intercept and modify HTTP requests and responses.

    • Filters are used to add functionality to MVC applications

    • They can be used to perform authentication, logging, caching, and more

    • Examples include AuthorizationFilter, ActionFilter, and ResultFilter

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of technology you are working.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at First Insight

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Aptitude Test 

Multiple-choice questions related to MVC (Model-View-Controller) architecture.

Round 2 - Technical 

(1 Question)

  • Q1. What design patterns have you utilized in your projects?
Round 3 - Technical 

(1 Question)

  • Q1. Can you define the architecture of your project?
Round 4 - One-on-one 

(1 Question)

  • Q1. How do you handle different situations in a project?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Go through your cv
  • Ans. 

    I have a diverse background in marketing, sales, and customer service.

    • Started my career as a marketing intern at XYZ Company

    • Promoted to sales associate after 6 months

    • Managed a team of customer service representatives at ABC Company

  • Answered by AI
  • Q2. What you know about sch-iii changes, GST compliance wrt nbfc and ind as you have worked on?
  • Ans. 

    Sch-III changes, GST compliance for NBFCs and Ind AS are regulatory updates impacting financial reporting and taxation for non-banking financial companies.

    • Sch-III changes refer to amendments in Schedule III of the Companies Act, which governs the format of financial statements.

    • GST compliance for NBFCs involves ensuring proper adherence to Goods and Services Tax regulations in their operations and reporting.

    • Ind AS (Indi...

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

(3 Questions)

  • Q1. General round with hod
  • Q2. Why do you want to join this organisation?
  • Ans. 

    I am impressed by the company's commitment to innovation and employee development.

    • I admire the company's reputation for fostering a culture of innovation and creativity.

    • I am excited about the opportunities for professional growth and development within the organization.

    • I believe that my skills and experience align well with the company's values and goals.

    • I am drawn to the company's strong track record of success in the...

  • Answered by AI
  • Q3. Where do you see yourself after 5 years?
  • Ans. 

    In 5 years, I see myself as a successful manager leading a team towards achieving company goals.

    • Continuing to develop my leadership skills through ongoing training and mentorship

    • Taking on more responsibilities and projects to demonstrate my capabilities

    • Building strong relationships with colleagues and stakeholders to foster collaboration and success

    • Working towards achieving specific career milestones, such as a promoti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Profectus Capital Management Trainee interview:
  • Ind As
  • Gst
Interview preparation tips for other job seekers - Prepare well and don't take chances.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A basic aptitude test was conducted comprising of java logical resoaning and maths.

Round 2 - Group Discussion 

It was a GD where along with discussion of particular topic some tech questions were also asked.

Round 3 - Technical 

(1 Question)

  • Q1. SQL type of joints.
  • Ans. 

    SQL joints are used to combine rows from two or more tables based on a related column between them.

    • Types of SQL joints include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left t...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. What was your last project and the tables that were in the database.
  • Ans. 

    My last project was a web application for a retail company. The database had tables for customers, products, orders, and inventory.

    • Tables in the database: customers, products, orders, inventory

    • Example: customers table had columns for customer ID, name, email, and address

    • Example: products table had columns for product ID, name, price, and quantity

    • Example: orders table had columns for order ID, customer ID, product ID, a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. WHAT IS DERIVATIVES
  • Ans. 

    Derivatives are financial instruments whose value is derived from an underlying asset or group of assets.

    • Derivatives can be used for hedging, speculation, or arbitrage.

    • Examples of derivatives include options, futures, forwards, and swaps.

    • Derivatives allow investors to take on risk or hedge against risk in the financial markets.

  • Answered by AI
  • Q2. HOW ECONOMIC CHANGES AFFECT MARKET
  • Ans. 

    Economic changes can have a significant impact on the market by influencing consumer behavior, investor sentiment, and overall business performance.

    • Changes in interest rates can affect borrowing costs for businesses and consumers, impacting spending and investment decisions.

    • Fluctuations in currency exchange rates can impact the competitiveness of exports and imports, affecting international trade.

    • Changes in government ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    Experienced branch manager with a proven track record of driving sales and leading teams to success.

    • Over 10 years of experience in banking and financial services

    • Successfully managed a team of 20+ employees at previous branch

    • Implemented strategies that increased branch revenue by 15% in one year

    • Strong leadership and communication skills

    • Passionate about developing employees and fostering a positive work environment

  • Answered by AI
  • Q2. What were your achievements in your previous company?
  • Ans. 

    I successfully led a team to exceed sales targets by 20% and implemented new strategies to improve customer satisfaction.

    • Exceeded sales targets by 20%

    • Implemented new strategies to improve customer satisfaction

    • Led a team to success

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

I applied via Walk-in and was interviewed before Nov 2021. There were 2 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 

(3 Questions)

  • Q1. Operation of management
  • Ans. 

    Operation of management involves planning, organizing, leading, and controlling resources to achieve organizational goals.

    • Planning involves setting goals and determining the best course of action to achieve them.

    • Organizing involves arranging resources and tasks to achieve the goals efficiently.

    • Leading involves motivating and guiding employees to work towards the goals.

    • Controlling involves monitoring progress and making...

  • Answered by AI
  • Q2. Fild problem today days complete
  • Ans. 

    The problem of today's society is complex and multifaceted.

    • Social inequality

    • Climate change

    • Political polarization

    • Mental health issues

    • Technological advancements

  • Answered by AI
  • Q3. Time salary office saracular, management studies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Mfi financial growth per day company growth micro finance

Trug Interview Questions & Answers

Aaa Capital Services user image Anshul Khandelwal

posted on 31 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Hhhhhh thwtj ytjetjykrhjeyjryhmrhmrhkry
  • Q2. Efketjetjegdgntj hjetjt heth

First Insight Interview FAQs

How to prepare for First Insight 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 First Insight. The most common topics and skills that interviewers at First Insight expect are US Healthcare, Revenue Cycle Management, Medical Billing, RCM and AR Calling.
What are the top questions asked in First Insight interview?

Some of the top questions asked at the First Insight interview -

  1. 1. ASP.Net MVC Features and use of tag helpers in M...read more
  2. What is ASP.Net filte...read more
  3. 2. Primary jQuery Questions? bind and join functi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 First Insight interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 222 Interviews
Tiger Analytics Interview Questions
3.7
 • 215 Interviews
Fractal Analytics Interview Questions
4.0
 • 199 Interviews
C5i Interview Questions
4.1
 • 43 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
3.9
 • 9 Interviews
Analytic Edge Interview Questions
3.3
 • 5 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

First Insight Reviews and Ratings

based on 32 reviews

3.2/5

Rating in categories

2.9

Skill development

2.4

Work-Life balance

2.9

Salary & Benefits

2.9

Job Security

2.6

Company culture

2.1

Promotions/Appraisal

2.7

Work Satisfaction

Explore 32 Reviews and Ratings
Accounts Receivable Executive

Nagpur,

Navi Mumbai

+1

1-5 Yrs

Not Disclosed

Credentialing Specialist, US Healthcare

Nagpur,

Navi Mumbai

+1

1-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
15 salaries
unlock blur

₹10.5 L/yr - ₹26 L/yr

Software Engineer
12 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Quality Analyst
12 salaries
unlock blur

₹4.2 L/yr - ₹5.8 L/yr

Senior Associate
12 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Team Coach
8 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Explore more salaries
Compare First Insight with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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