Upload Button Icon Add office photos

Black Knight

Compare button icon Compare button icon Compare

Filter interviews by

Black Knight Technical Lead Interview Questions, Process, and Tips

Updated 26 Apr 2022

Black Knight Technical Lead Interview Experiences

1 interview found

Round 1 - Technical 

(9 Questions)

  • Q1. Explain MVC pipe-line.
  • Ans. 

    MVC pipeline is a design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic

    • View displays the data to the user

    • Controller handles user input and updates the model and view accordingly

    • The pipeline ensures separation of concerns and promotes modularity

    • Example: A user enters data in a form (input), the controller receives the i...

  • Answered by AI
  • Q2. Howrouting works in Asp.Net MVC?
  • Ans. 

    Routing in Asp.Net MVC maps incoming requests to appropriate controller actions.

    • Routing is configured in RouteConfig.cs file.

    • Routes are defined using MapRoute method.

    • Routes can have placeholders for dynamic values.

    • Routes can have constraints to restrict the values of placeholders.

    • Routes can be named for easy reference.

    • Default route is defined as {controller}/{action}/{id}.

    • Attribute routing can also be used to define ro

  • Answered by AI
  • Q3. How to move from one entity framework version to another in a project?
  • Ans. 

    To move from one Entity Framework version to another, update the NuGet package and make necessary code changes.

    • Update the NuGet package to the desired version

    • Make necessary code changes to accommodate any breaking changes

    • Test thoroughly to ensure the application still works as expected

  • Answered by AI
  • Q4. How WCF is different from Asp.Net Web Api?
  • Ans. 

    WCF is a framework for building distributed systems while Asp.Net Web Api is for building HTTP services.

    • WCF supports multiple protocols like TCP, HTTP, Named Pipes, etc. while Web Api only supports HTTP.

    • WCF has more configuration options and is more flexible than Web Api.

    • Web Api is more lightweight and easier to use for building RESTful services.

    • WCF is more suitable for building enterprise-level applications with compl...

  • Answered by AI
  • Q5. How to create a restful service without using Asp.Net Web Api template?
  • Ans. 

    Creating a RESTful service without using Asp.Net Web Api template.

    • Use a lightweight framework like Flask or Express

    • Define routes and HTTP methods for each endpoint

    • Serialize data to JSON format

    • Handle errors and exceptions

    • Test the service using tools like Postman or curl

  • Answered by AI
  • Q6. Difference between drop, truncate and delete.
  • Ans. 

    Difference between drop, truncate and delete.

    • DROP command removes a table from the database

    • TRUNCATE command removes all rows from a table

    • DELETE command removes specific rows from a table

  • Answered by AI
  • Q7. How many types of routings are there in Asp.Net MVC?
  • Ans. 

    There are two types of routings in Asp.Net MVC: convention-based routing and attribute routing.

    • Convention-based routing uses default routing rules to map URLs to controller actions.

    • Attribute routing allows developers to define custom routes using attributes on controller actions or at the controller level.

    • Both types of routing can be used together in the same application.

    • Convention-based routing is the default routing ...

  • Answered by AI
  • Q8. How to go about performancetuning in SQL?
  • Ans. 

    Performance tuning in SQL involves optimizing queries, indexes, and server settings to improve database performance.

    • Identify slow queries using profiling tools

    • Optimize queries by rewriting or adding indexes

    • Adjust server settings such as memory allocation and disk usage

    • Consider partitioning large tables

    • Regularly monitor and analyze performance metrics

  • Answered by AI
  • Q9. Given a project requirement, how to choose between .Net framework and .Net Core?
  • Ans. 

    Choose .Net Core for cross-platform and cloud-based applications, .Net Framework for Windows-only applications.

    • Consider the target platform and deployment environment

    • Choose .Net Core for cross-platform and cloud-based applications

    • Choose .Net Framework for Windows-only applications

    • Check for compatibility with existing libraries and frameworks

    • Consider performance and scalability requirements

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why would to like to change your organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to be prepared as best as one can.

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Aug 2016.

Interview Questionnaire 

1 Question

  • Q1. What do you understand by .#net? What is polymorphism in any language? Write a solution in any prefferd language about banking solution.
  • Ans. 

    .NET is a software framework developed by Microsoft. Polymorphism is the ability of an object to take on many forms.

    • .NET is a framework for building Windows applications and web services.

    • .NET supports multiple programming languages like C#, VB.NET, and F#.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism enables code reusability and flexibility in object-orien...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was a written programming and aptitude mix test .I had an experience of 3 yrs in different company so did not have to give all the rounds
Duration: 2 hours
Total Questions: 6

Round: Technical Interview
Experience: Was an experiencd person so I managed to ans questions precisely .

Round: Interview with manager
Experience: It was an intersting round ,face to face interview with the manager was a new experience .He asked me questions regarding my previous work place and working experience,and if I am comfortable with changing my job place and we discussed about the terms and conditions in a very casual way out

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. I was given a paragraph to read and was asked to narrate the last movie i saw

Interview Preparation Tips

Round: Test
Experience: We were given reasoning questions and topics for essay
Tips: Be calm when solving the reasoning questions and focus on your spellings and vocab while writing the essay
Duration: 5 minutes

Round: Case Study Interview
Experience: I first narrated the paragraph that was given to me then the story of the last movie that i saw
Tips: Patience and story flow is all one needs to concentrate on

Skills: Communication And Confidence
College Name: SD college

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Mathematics related questions
  • Q2. Basic hr questions
  • Q3. Typing speed in numerical minimum 50 wpm

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy, normal and be comfortable

I was interviewed before Jun 2016.

Interview Questionnaire 

6 Questions

  • Q1. What is a bond? What are different types of bonds?
  • Ans. 

    A bond is a debt security that represents a loan made by an investor to a borrower.

    • Bonds are issued by governments, municipalities, and corporations.

    • They are used to raise capital and finance projects.

    • Different types of bonds include government bonds, corporate bonds, municipal bonds, and convertible bonds.

    • Government bonds are issued by national governments and are considered low-risk.

    • Corporate bonds are issued by comp...

  • Answered by AI
  • Q2. Tell us something about your specialisation subjects of BBA
  • Ans. 

    My specialisation subjects in BBA include marketing, finance, human resource management, and operations management.

    • Marketing involves understanding consumer behavior and creating strategies to promote products or services.

    • Finance focuses on managing funds, investments, and financial planning.

    • Human resource management deals with recruiting, training, and managing employees.

    • Operations management involves overseeing produ...

  • Answered by AI
  • Q3. Which is your favourite subject? Describe about it
  • Ans. 

    My favorite subject is history because I enjoy learning about past events and how they have shaped the world we live in today.

    • I find studying different time periods and cultures fascinating

    • I enjoy analyzing historical documents and artifacts

    • I like understanding how historical events have influenced current societies and politics

  • Answered by AI
  • Q4. Are you comfortable in night shifts
  • Ans. 

    Yes, I am comfortable with night shifts as I have prior experience working in night shifts.

    • I have previous experience working night shifts in my previous job.

    • I am able to adjust my sleep schedule to accommodate night shifts.

    • I understand the importance of being alert and focused during night shifts.

    • I am willing to work night shifts if required for the role.

  • Answered by AI
  • Q5. What are your hobbies
  • Ans. 

    My hobbies include hiking, painting, and playing the guitar.

    • Hiking: I enjoy exploring nature trails and challenging myself physically.

    • Painting: I find relaxation and creativity in expressing myself through art.

    • Playing the guitar: I love learning new songs and improving my musical skills.

  • Answered by AI
  • Q6. Where do your parents and siblings work
  • Ans. 

    My parents work in education and my siblings work in finance and healthcare.

    • Parents work in education

    • Siblings work in finance and healthcare

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In this round there was an online test which had objective and subjective questions regarding the mentioned sections.
Duration: 1 hour
Total Questions: 30

Round: Technical Interview
Experience: The interviewer asked such questions about my graduation subjects and a little about how familiar I am of the work the company deals in.

Round: HR Interview
Experience: This round had the HR person ask general questions about my hobbies and about my family background and also told me about the company, its culture and the salary structure

College Name: Maharaja Surajmal Institute Of Technology

I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What's is this company up to..
  • Q2. General information about company

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello all this is my first company and the interview was gone very well than my expectations.. Be very comfortable and confident in your speech to HR and try to make a good impression while your are in the interview campus and don't make unwanted talkings

I applied via Naukri.com and was interviewed in Dec 2020. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Explain Structured Finance?
  • Ans. 

    Structured finance refers to complex financial instruments that are created by pooling together various financial assets.

    • Structured finance involves the creation of securities that are backed by a pool of assets such as mortgages, loans, or bonds.

    • These securities are then sold to investors who receive payments based on the cash flows generated by the underlying assets.

    • Structured finance can be used to manage risk, rais...

  • Answered by AI
  • Q2. Why I left my previous organisation?
  • Q3. What incites me to take this particular job opportunity
  • Q4. What do I understand about the job profile for which I am being interviewed
  • Q5. Tell a scenario where you went wrong and you could do things differently

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident! And try to go through the job profile and company’s profile and how does it generates revenue. Always search for your interviewer on linkedin before the interview
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

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

1. One question regarding the MaxPartitions for a given array, if array is [4, 3, 2, 6 , 5, 10, 9] => upon sorting it appears like [2, 3, 4, 5, 6, 7, 9, 10] ..Max slices are [2,3,4] [5, 6] [9, 10] so slice count is 3

2. Another one Max integer upon removal 5 digit

Round 3 - Technical 

(1 Question)

  • Q1. Two technical rounds happened 1. One technical round : It was all about the Architecture , Design patterns on Microservices like CircuitBreaker etc and also security concepts, 2. Another technical round...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview of 2 hours each which is more than expected time and Interviewers were unable to judge properly or efficiently and On the last day was told that you are not right fitment, Actually the role is for Desktop applications and interviewers are expecting to have all the design experience, Felt so disappointed as Hiring manager was not interested to proceed and Status of the Interview was not shared properly it was positive but not proceeding further it was mixed up
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about your cloud project?
  • Q2. Explain which cloud u worked on ?
  • Ans. 

    I have worked on AWS (Amazon Web Services) cloud platform.

    • Utilized various AWS services such as EC2, S3, RDS, and Lambda

    • Implemented infrastructure as code using CloudFormation

    • Managed security groups and IAM roles for access control

    • Optimized cost by utilizing spot instances and reserved instances

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic opps and dsa

Black Knight Interview FAQs

How many rounds are there in Black Knight Technical Lead interview?
Black Knight interview process usually has 2 rounds. The most common rounds in the Black Knight interview process are Technical and HR.
What are the top questions asked in Black Knight Technical Lead interview?

Some of the top questions asked at the Black Knight Technical Lead interview -

  1. How to move from one entity framework version to another in a proje...read more
  2. Given a project requirement, how to choose between .Net framework and .Net Co...read more
  3. How to create a restful service without using Asp.Net Web Api templa...read more

Tell us how to improve this page.

Black Knight Technical Lead Salary
based on 10 salaries
₹18.3 L/yr - ₹21 L/yr
At par with the average Technical Lead Salary in India
View more details

Black Knight Technical Lead Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Indexing Associate
285 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Programmer
184 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Test Analyst
142 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Programmer 2
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Security Analyst
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Black Knight with

Fiserv

3.0
Compare

FIS

3.9
Compare

CoreLogic

4.0
Compare

First American Corporation

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