Upload Button Icon Add office photos

Filter interviews by

Black Knight Interview Questions, Process, and Tips

Updated 13 Feb 2024

Top Black Knight Interview Questions and Answers

View all 27 questions

Black Knight Interview Experiences

Popular Designations

28 interviews found

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

I applied via Naukri.com and was interviewed in Apr 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 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly experienced software tester with a passion for ensuring quality and reliability in software products.

    • Over 8 years of experience in software testing

    • Expertise in manual and automated testing

    • Strong knowledge of testing methodologies and tools

    • Experience in testing web and mobile applications

    • Ability to work collaboratively with development teams

    • Proven track record of delivering high-quality software products

  • Answered by AI
  • Q2. How do you handle Testing in Agile
  • Ans. 

    Testing in Agile involves continuous testing throughout the development cycle.

    • Collaborate with the development team to ensure testing is integrated into each sprint

    • Use automation testing tools to speed up the process

    • Prioritize testing based on user stories and acceptance criteria

    • Perform exploratory testing to uncover defects that may have been missed

    • Ensure that testing is done in parallel with development to catch defe

  • Answered by AI
  • Q3. Some more questions on testing basics
  • Q4. Some questions on Selenium basics
  • Q5. Some on Scenario based Questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in basics and have a good knowledge on your project and your roles an responsibilities in the project

Skills evaluated in this interview

Senior Software Tester Interview Questions asked at other Companies

Q1. A scrum master in Agile is equivalent to which position in water fall?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Javascript & Angular question -
1. Write piece of code to display the array item using iteration method?
2. Write piece of code for API integration using services ?
3. What is the method of data transferring in Angular Components ?
4. What is Routing ?

Round 3 - Technical 

(1 Question)

  • Q1. Angular Question 1. What is the difference between Angular 8 and Angular 12 version ? 2. What is Call Back Function ? 3. What is Life Cycle Hooks ? 4. How to handle large data transferring from Backend ?

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Scrum ceremony n roles
  • Ans. 

    Scrum ceremonies include Sprint Planning, Daily Scrum, Sprint Review, and Sprint Retrospective. Roles include Product Owner, Scrum Master, and Development Team.

    • Sprint Planning - plan the work to be done in the upcoming sprint

    • Daily Scrum - daily meeting to discuss progress and plan for the day

    • Sprint Review - review the work completed in the sprint and plan for the next sprint

    • Sprint Retrospective - reflect on the sprint ...

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

(1 Question)

  • Q1. Team handling questions
Round 4 - HR 

(1 Question)

  • Q1. Salary nego and shifts

Skills evaluated in this interview

Project Manager Scrum Master Interview Questions asked at other Companies

Q1. What is agile? How you trained your team for agile development? What action item came out of sprint retro and how you handled? What techniques you follow in estimation? Who are stake holders of PI planning?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. They conduct Typing test
  • Q2. Basic interview like tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Carry all original and Xerox certificates for interview

Indexing Associate Interview Questions asked at other Companies

Q1. What are biomarkers? what is agonist and antogonist? What ia anabolism and catabolism? Name any two vaccines? What is toxic in plant? What is genetic engineering
Add answer

Black Knight interview questions for popular designations

 Indexing Associate

 (3)

 Application Developer

 (1)

 Application Programmer

 (1)

 Associate Indexing & Abstracting

 (1)

 Automation Test Engineer

 (1)

 Business System Analyst

 (1)

 Data Entry jobs

 (1)

 Data Entry Operator

 (1)

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

Top Black Knight Technical Lead Interview Questions and Answers

Q1. How to move from one entity framework version to another in a project?
View answer (1)

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Black Knight Interview Questions

Round 1 - Technical 

(1 Question)

  • Q1. Just a regular questions about Core Java and selenium
Round 2 - Technical 

(1 Question)

  • Q1. Kind of same questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want join the company the you need to submit your original education documents for 1 year then after they will feel you like a dog.
No cell phone allowed inside as they are working in some atomic NASA projects and feels like jail.
Managers look at the candidates like they got one joker to play. In you life if you’re not getting any any mean any job then only you can join this company.
Totally worst management.

Selenium Automation Tester Interview Questions asked at other Companies

Q1. How to get the count of all text box in a web page?
View answer (6)
Round 1 - HR 

(3 Questions)

  • Q1. Tell about youtself why choose this company
  • Ans. Iam vilas i am from karnataka iam graduate in BCA at doddappa appa college of basavakalyan with 65 percent agrigate iam fresher and good communication including my family their are five members hobby playing cricket singing song .it is reputed company i can improve skill
  • Answered Anonymously
  • Q2. What is a c laguage what is data
  • Ans. 

    C language is a programming language used for system programming and data is information processed or stored by a computer.

    • C language is a general-purpose programming language known for its efficiency and low-level programming capabilities.

    • Data refers to information that is processed or stored by a computer, such as numbers, text, images, etc.

    • C language allows programmers to manipulate and work with data using variable...

  • Answered by AI
  • Q3. Your strenghts and weakness
  • Ans. 

    My strengths include attention to detail, fast typing speed, and ability to work independently. My weakness is that I can be too focused on perfection.

    • Attention to detail

    • Fast typing speed

    • Ability to work independently

    • Being too focused on perfection

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Black Knight Data Entry jobs interview:
  • Online cab
Interview preparation tips for other job seekers - Positive passionate what type of job to be want data entry customer support

Skills evaluated in this interview

Data Entry jobs Interview Questions asked at other Companies

Q1. Why people's like Amazon service and app?
View answer (6)

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2023

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

I applied via Job Fair and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself and ask the skills and technologies which i presented in the resume.
  • Q2. Basics of Java and other related concepts
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself and salary discussions.

Interview Preparation Tips

Interview preparation tips for other job seekers - what you represent in the resume stick to that only

Test Analyst Interview Questions asked at other Companies

Q1. Automation Testing QuestionWhat’s the difference between manual testing and automated testing?
View answer (1)
Round 1 - Technical 

(1 Question)

  • Q1. Java and Selenium, Automation Framework, BDD and Cucumber

Interview Preparation Tips

Interview preparation tips for other job seekers - interview time you have to write the java and selenium code

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Testing approach, Types of testing, Defect lifecycle, challenges in project, previous experience
  • Q2. Types of testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, and regression testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers.

    • Automated testing: Testing using automated tools and scripts.

    • Regression ...

  • Answered by AI
  • Q3. Defect lifecycle
  • Q4. Previous experience
Round 3 - HR 

(1 Question)

  • Q1. Expected CTC, tell me about yourself

Skills evaluated in this interview

Software Test Analyst Interview Questions asked at other Companies

Q1. How would you test a login page?
View answer (1)

Black Knight Interview FAQs

How many rounds are there in Black Knight interview?
Black Knight interview process usually has 2 rounds. The most common rounds in the Black Knight interview process are Technical, Resume Shortlist and HR.
How to prepare for Black Knight 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 Black Knight. The most common topics and skills that interviewers at Black Knight expect are Java, Angular, Javascript, C# and SQL.
What are the top questions asked in Black Knight interview?

Some of the top questions asked at the Black Knight 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
How long is the Black Knight interview process?

The duration of Black Knight interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Black Knight Interview Process

based on 20 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 476 Interviews
S&P Global Interview Questions
4.2
 • 270 Interviews
Fiserv Interview Questions
3.1
 • 167 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
Equifax Interview Questions
3.3
 • 29 Interviews
Experian Interview Questions
3.8
 • 22 Interviews
CoreLogic Interview Questions
4.1
 • 2 Interviews
View all

Black Knight Reviews and Ratings

based on 387 reviews

3.6/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.3

Salary

3.4

Job security

3.3

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 387 Reviews and Ratings
Indexing Associate
285 salaries
unlock blur

₹1.3 L/yr - ₹3.5 L/yr

Application Programmer
184 salaries
unlock blur

₹4.1 L/yr - ₹18.4 L/yr

Software Test Analyst
147 salaries
unlock blur

₹2.6 L/yr - ₹13.4 L/yr

Application Programmer 2
53 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

IT Security Analyst
52 salaries
unlock blur

₹3.4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Black Knight with

Fiserv

3.1
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