Upload Button Icon Add office photos
Engaged Employer

i

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

ExpertLancing Research Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ExpertLancing Research Services Software Engineer Interview Questions and Answers

Updated 15 Sep 2021

ExpertLancing Research Services Software Engineer Interview Experiences

1 interview found

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

Coding questions

  • Q1. What can you tell me about queries related to SQL joins?
  • Ans. 

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

    • Types of joins 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 table.

    • F...

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 140 Minutes
Round difficulty - Hard

Group Anagrams
Valid Parenthesis

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    The task is to determine if a given string consisting of parentheses is balanced or not.

    • Iterate through the characters of the string and use a stack to keep track of opening parentheses.

    • When encountering an opening parenthesis, push it onto the stack. When encountering a closing parenthesis, check if it matches the top of the stack.

    • If the stack is empty when encountering a closing parenthesis or if there are unmatched ...

  • Answered by AI
  • Q2. 

    Group Anagrams Problem Statement

    Given an array or list of strings called inputStr, your task is to return the strings grouped as anagrams. Each group should contain strings that are anagrams of one anoth...

  • Ans. 

    Group anagrams in an array of strings based on their characters.

    • Iterate through the array of strings and sort each string to group anagrams together.

    • Use a hashmap to store the sorted string as key and the list of anagrams as value.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI
Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Some technical questions were asked by HR to check my confidence

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in GurgaonEligibility criteria6.75+ CGPA, No backlogsExpertLancing Research Services interview preparation:Topics to prepare for the interview - OOPS, DBMS, Data structures, Pointers, Algorithms, OS, SDLCTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : You need to have a great aptitude for knowledge
Tip 2 : Should practice top 50 frequently asked coding questions

Application resume tips for other job seekers

Tip 1 : Have a plain and simple resume.
Tip 2 : Add things to resume which you're 100% sure of

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

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

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your core values?
  • Q2. Details about relativity tool?
  • Ans. 

    Relativity is a document management and e-discovery software used by law firms and corporations.

    • Relativity allows users to manage and analyze large volumes of data, including emails, documents, and other electronic files.

    • It includes features such as advanced search capabilities, data visualization tools, and customizable workflows.

    • Relativity is commonly used in the legal industry for e-discovery and litigation support,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are total of 3 interview rounds. First is taken by HR and Second by Prabha Tiwary, who is People's director and third round with Anand Dayal, The founder. The interview mostly focuses on the core values. But Round 3 is more technical.
The best advise:
1. Be thorough with your CV and refrain from lying and manipulating.
2. Must know about the relativity tool, privilege and confidentiality.
3. Communication must be clear and crisp.

P.s- Despite such an easy way of conducting interviews, this company cannot be relied upon as there is no job security and Prabha Tiwary, People's Director is very snobbish.

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personality based question and to present slide on a specific topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly the HR round for the intro, followed by the TL with personality based questions and lastly the presentation based round
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions
Round 2 - Technical 

(1 Question)

  • Q1. Excel related general questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Aptitude Test 

How to use vloolup in 2 sheet

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

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction round nothing special
  • Q2. Basic general entries and basic Excel questions

I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

14 Questions

  • Q1. Start by introducing yourself, and when you do that, share about your education background, family and professional accomplishments
  • Q2. What is the reason for your exploring a change?
  • Q3. How did the previous employer help in your journey thus far? What did you like/dislike the most about that organisation?
  • Q4. What are your career aspirations and why do you think they best align with us?
  • Q5. Where do you see yourself 3 years hence? What makes you believe Ambit is the next step in that journey?
  • Q6. Tell us about an incident / instance where you had to do tough talk with a client, and how did you manage the situation?
  • Q7. Have you never had a difficult conversation with your team members? What was the reason?
  • Q8. Have you led teams which have people with diverse skills sets and experiences? What do you think are the key challenges in running such a diverse team?
  • Q9. What has been your favourite part of your job thus far? What do you enjoy the most and the least about your job?
  • Q10. Looking back at your first year in consulting, what would you have done differently?
  • Q11. How did you choose the industry or specialty that you are currently in?
  • Q12. What are attributes or qualities of the most successful consultants?
  • Q13. What advice would you give to an incoming consultant?
  • Q14. How do the core values of the firm impact how the firm’s employees work with each other and clients?

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was one of the most interesting interviews I have given till now. It was not a technical one but was majorly a test of my thinking and maturity levels, and last a little over an hour.

Tell us how to improve this page.

Interview Questions from Similar Companies

Milliman Interview Questions
3.8
 • 21 Interviews
Dhruv Research Interview Questions
3.2
 • 12 Interviews
Lodha & Company Interview Questions
3.1
 • 11 Interviews
View all

Fast track your campus placements

View all
Patent Research Associate
6 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Business Development Associate
5 salaries
unlock blur

₹3.3 L/yr - ₹4.5 L/yr

Research Associate
5 salaries
unlock blur

₹3.6 L/yr - ₹4.8 L/yr

Business Associate
5 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Senior Research Associate
5 salaries
unlock blur

₹6.3 L/yr - ₹10 L/yr

Explore more salaries
Compare ExpertLancing Research Services with

Dhruv Research

3.2
Compare

S.M. Consultants

3.4
Compare

Cheers Interactive

3.5
Compare

Milliman

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