Upload Button Icon Add office photos

Filter interviews by

CoreLogic Associate Software Engineer Interview Questions and Answers

Updated 2 Jan 2025

CoreLogic Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about OOPS
  • Q2. SQL Queries basically related to union

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Coding Test 

6 medium coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. What do you mean by Object oriented programing?
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object-oriented programming.

    • Example: In a banking application, a 'Customer' class can have attributes like name and account balance, and methods li

  • Answered by AI
  • Q2. What is relational database? what are it's advantages?
  • Ans. 

    Relational database is a type of database that stores and organizes data in tables with relationships between them.

    • Data is stored in tables with rows and columns

    • Tables can have relationships with each other through keys

    • SQL is commonly used to query and manipulate data in relational databases

    • Examples include MySQL, PostgreSQL, Oracle

  • Answered by AI

Interview Preparation Tips

Topics to prepare for UST Associate Software Engineer interview:
  • Python
  • Mechine learning
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Some questions from aptitute and some from web development

Round 2 - Technical 

(3 Questions)

  • Q1. Html css js sql
  • Q2. What is table tag
  • Ans. 

    The table tag is an HTML element used to create a table structure on a web page.

    • The table tag is used to define the start and end of a table.

    • It is typically used in conjunction with the tr (table row) and td (table data/cell) tags.

    • Tables can be used to display tabular data, such as a list of items or a grid of information.

    • Table tags can also include attributes like border, cellpadding, cellspacing, etc.

    • Example:

      Cell 1C

  • Answered by AI
  • Q3. Give inner join operation
  • Ans. 

    Inner join is an operation that combines rows from two or more tables based on a related column between them.

    • Inner join returns only the matching rows between the tables.

    • It is performed using the JOIN keyword in SQL.

    • The common column used for joining should have the same data type in both tables.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

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

(1 Question)

  • Q1. Coding round for some js

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for everything

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 coding questions asked. If one question is solved you are qualified.

Round 2 - Technical 

(1 Question)

  • Q1. There are 3 technical interviews. First tech interview is simple. Then the difficulty arise in further rounds.
Round 3 - Technical 

(1 Question)

  • Q1. They ask to solve the coding question with different logic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell what you know and if they ask any question which you are not strong in the concept just tell them that you are not so good at that particular area and learning. Accolite interview definately need strong coding skills to crack the technical interviews.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Bangalore Institute Of Technology (BIT) and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

40 questions-aptitude test followed by a technical test comprising 10 questions.

Round 2 - Technical 

(1 Question)

  • Q1. Add two linked list minimum cost path print all the nodes in a tree except the leaf nodes.
  • Ans. 

    The question asks for adding two linked lists, finding the minimum cost path, and printing all nodes in a tree except the leaf nodes.

    • To add two linked lists, traverse both lists simultaneously and add corresponding nodes.

    • To find the minimum cost path, use algorithms like Dijkstra's or A*.

    • To print all nodes in a tree except the leaf nodes, perform a depth-first traversal and print non-leaf nodes.

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Mix of hr + technical questions. Didn't ask much deep in technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I got rejected here

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 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 - Coding Test 

They given 2 codes to solve in different programming language

Round 3 - Technical 

(2 Questions)

  • Q1. They asked mostly based on resume 1. write a program from your choice ? 2.Aptitude questions 3.strength and weekness? 4.hobbies?
  • Q2. Where do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview and all the best for good future interms of good wealth.

I applied via Recruitment Consulltant

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 - Aptitude Test 

As most of people getting assessment round when the resume shortlist and the criteria of it is just having above 60% score in your academics and after that you have 3 sections in your assessment quantitative, reasoning and verbal section. Mostly All are based on mcqs types questions

Round 3 - Technical 

(5 Questions)

  • Q1. Few questions are asked just depends on your role assign, if your role based on IMS field then mostly networking questions will be asked and if your role from development then mostly skills based questions...
  • Q2. 1. Explain Types of network
  • Ans. 

    Types of network include LAN, WAN, MAN, WLAN, PAN, SAN, CAN, and VPN.

    • LAN (Local Area Network) is a network that covers a small area such as a home, office, or building.

    • WAN (Wide Area Network) is a network that covers a large geographical area such as a city, country, or even the world.

    • MAN (Metropolitan Area Network) is a network that covers a larger area than a LAN but smaller than a WAN, typically a city or town.

    • WLAN ...

  • Answered by AI
  • Q3. What is topology and its type
  • Ans. 

    Topology is the study of geometric properties and spatial relations unaffected by the continuous change of shape or size.

    • Topology is concerned with the properties of space that are preserved under continuous transformations, such as stretching or bending.

    • It is used in mathematics, physics, computer science, and engineering.

    • Types of topology include point-set topology, algebraic topology, and differential topology.

    • Examp...

  • Answered by AI
  • Q4. Are you able to relocate or not
  • Ans. 

    Yes

    • I am able to relocate for the position

    • I am open to moving to a new location for the job

    • I am willing to relocate if required

  • Answered by AI
  • Q5. Have you know the bond aggrement or not and discuss about fixed salary structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be too easy for any fresher role and well as experience person too. most difficult task is to clear assessment. Please focus to clear assessment round first

Skills evaluated in this interview

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 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 - Coding Test 

There were 3-4 medium-level DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. The technical interview is easy in this company. General questions are asked on C++, operating systems, Databases, OOPS. Basic project discussion also happens.
Round 4 - HR 

(2 Questions)

  • Q1. They expect the new joiners to have complete knowledge about the company thus it is advised that before this interview, candidates should properly read about Publicis sapient history and should visit its w...
  • Q2. Where are the job locations of Publicis sapient in India?
  • Ans. 

    Publicis Sapient has job locations in multiple cities across India.

    • Publicis Sapient has offices in Bangalore, Gurgaon, Mumbai, and Chennai.

    • They also have a presence in Noida, Hyderabad, and Jaipur.

    • The company offers remote work options as well.

    • Job locations may vary depending on the specific role and project.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have your basics clear. The interviewer in this company will not ask tough DSA questions and over all its interview process is medium.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 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 - Coding Test 

5 coding question is there. we have to solve Atleast 3 for interview call.

Round 3 - Technical 

(2 Questions)

  • Q1. Find middle element in linked list and Floyd algorithm.
  • Ans. 

    Finding middle element in linked list using Floyd algorithm.

    • Floyd algorithm uses two pointers, one slow and one fast, to traverse the linked list.

    • The slow pointer moves one node at a time while the fast pointer moves two nodes at a time.

    • When the fast pointer reaches the end of the list, the slow pointer will be at the middle element.

    • If the list has even number of elements, there will be two middle elements.

    • In that case...

  • Answered by AI
  • Q2. Questions based on java programming language.

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest to focus more on programming language. Solve basic DSA problems based on(array, linked list and string)and don't forgot to practice basic SQL queries.
and revise your project atleast once before going for interview.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. JAVA Basics like HashMap internal working, collection framework, exception handelling.
  • Q2. Spring boot related basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Common JAVA interview questions were asked. If basics are strong you can clear it easily.

CoreLogic Interview FAQs

How many rounds are there in CoreLogic Associate Software Engineer interview?
CoreLogic interview process usually has 1 rounds. The most common rounds in the CoreLogic interview process are One-on-one Round.
What are the top questions asked in CoreLogic Associate Software Engineer interview?

Some of the top questions asked at the CoreLogic Associate Software Engineer interview -

  1. SQL Queries basically related to un...read more
  2. Questions about O...read more

Tell us how to improve this page.

CoreLogic Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

CoreLogic Associate Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
8 salaries
unlock blur

₹21 L/yr - ₹45.5 L/yr

Software Engineer
6 salaries
unlock blur

₹15.1 L/yr - ₹28 L/yr

Senior Process Associate
5 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

Quality Engineer
4 salaries
unlock blur

₹11.5 L/yr - ₹13.6 L/yr

Process Associate
4 salaries
unlock blur

₹1.1 L/yr - ₹2 L/yr

Explore more salaries
Compare CoreLogic with

Equifax

3.3
Compare

Credit Information Bureau

3.8
Compare

Experian

3.9
Compare

Crisil

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