Upload Button Icon Add office photos

Filter interviews by

Juriscape Legal Research Interview Questions and Answers

Updated 19 Oct 2023

Juriscape Legal Research Interview Experiences

Popular Designations

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Ratio
blood relation

Round 2 - HR 

(4 Questions)

  • Q1. About yourself about projects about experence
  • Q2. Tell me about your self
  • Q3. Project which done
  • Ans. 

    I have successfully completed multiple projects in my career as a Senior PHP Developer.

    • Developed a custom e-commerce platform for a client using PHP, MySQL, and JavaScript.

    • Implemented RESTful APIs for a mobile application using PHP and Laravel framework.

    • Optimized website performance by refactoring code and implementing caching techniques.

  • Answered by AI
  • Q4. Complex work past years

Interview Preparation Tips

Interview preparation tips for other job seekers - get basic details about company and experiece

Senior PHP Developer Interview Questions asked at other Companies

Q1. what are difference between function and method
View answer (1)

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few basic Excel Questions along with hr questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was nice, welcoming

Process Associate Interview Questions asked at other Companies

Q1. How will you explain a red colour (or any colour) to a person who is blind since his or her birth?
View answer (21)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OTC cycle depth, journal entries, Billing depth, cash app depth, dispute management in depth,

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time to attend the interview, because position senior associate but they will take interview like manager position, minimum they will take atleast 1hr in pannel interview .. Max if u answer all also they will not hire..
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related to past experience and current role
Round 2 - Technical 

(1 Question)

  • Q1. Same as in 1st round
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Background and Experience?
  • Q2. About Your Education and Work Experience.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the important things you check while processing the invoice?
  • Ans. 

    Important things to check while processing invoices include accuracy, proper documentation, approval, and matching with purchase orders.

    • Verify accuracy of invoice details such as amounts, dates, and vendor information

    • Ensure proper documentation is attached, such as receipts or purchase orders

    • Confirm approval from authorized personnel before processing payment

    • Match the invoice with corresponding purchase orders to preve

  • Answered by AI
  • Q2. Invoice Bill to address, Invoice Date, Currency, Tax Rate, Tax Amount, Description, Total Amount.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Knowledge of accounts and Work Experience and what work you have done in your past and Present companies.

I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Waste of time they don't hire the people instead of that they will just take interview and will reject you even if you answer 100% and they won'trespondback, but they will take senior manager interview ins...

Interview Preparation Tips

Interview preparation tips for other job seekers - Please avoid the CC instead of wasting your time.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction and why u want to join us
Round 2 - HR 

(1 Question)

  • Q1. Introduction of your self and y sales
Round 3 - One-on-one 

(1 Question)

  • Q1. Your kra What is Branding How would you manage a team

Interview Preparation Tips

Interview preparation tips for other job seekers - There branch manager is really stupid he don't care how creative u are or how good you have performed he just have some answers learned and he will take those responces only he gets confused when you use complicated terminology so be simple with him like u r talking with some illiterate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions 1 easy ,1 hard , 20 MCQ question and 1 SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions of coding round
  • Q2. Questions about project ,jwt architecture,nextjs vs react
Round 3 - Technical 

(2 Questions)

  • Q1. 2 SQL query using group by
  • Q2. Question about projects and cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project well,learn theory of technology used
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Basic details around experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic details and system design
Round 3 - Technical 

(1 Question)

  • Q1. Coding for a solution
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are statics functions in OOPS
  • Ans. 

    Static functions in OOP are functions that belong to the class itself, rather than to instances of the class.

    • Static functions can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: In Java, a static function in a class can be c

  • Answered by AI
  • Q2. What is Polymorphism in OOPs
  • Ans. 

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

    • Polymorphism allows methods to be called on objects of different classes that all inherit from a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and method overloading within the same class.

  • Answered by AI
  • Q3. What is websockets and its alternative
  • Ans. 

    Websockets are a communication protocol that allows for full-duplex communication between a client and a server over a single, long-lived connection.

    • Websockets provide real-time, bi-directional communication between a client and a server.

    • They are commonly used in applications that require instant updates, such as chat applications, online gaming, and financial trading platforms.

    • Websockets use a persistent connection, u...

  • Answered by AI
  • Q4. What is JWT and How it works
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is composed of three parts: header, payload, and signature.

    • Header typically consists of the type of token and the hashing algorithm being used.

    • Payload contains the claims, which are statements about an entity and additional data.

    • Signature is created by encoding the header, payload, ...

  • Answered by AI

Skills evaluated in this interview

Juriscape Legal Research Interview FAQs

How many rounds are there in Juriscape Legal Research interview?
Juriscape Legal Research interview process usually has 3 rounds. The most common rounds in the Juriscape Legal Research interview process are Resume Shortlist, Aptitude Test and HR.
How to prepare for Juriscape Legal Research 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 Juriscape Legal Research. The most common topics and skills that interviewers at Juriscape Legal Research expect are English Language, HTML, Language Skills, Recruitment and Ajax.
What are the top questions asked in Juriscape Legal Research interview?

Some of the top questions asked at the Juriscape Legal Research interview -

  1. project which d...read more
  2. Few basic Excel Questions along with hr question...read more

Tell us how to improve this page.

Juriscape Legal Research Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

UnitedLex Interview Questions
3.1
 • 69 Interviews
Integreon Interview Questions
3.3
 • 43 Interviews
Consilio Interview Questions
3.7
 • 20 Interviews
Clifford Chance Interview Questions
3.7
 • 17 Interviews
GoDaddy Interview Questions
3.4
 • 14 Interviews
View all

Juriscape Legal Research Reviews and Ratings

based on 12 reviews

3.5/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.0

Salary

3.1

Job security

3.9

Company culture

2.2

Promotions

3.7

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Process Associate
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Editor
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Process Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Juriscape Legal Research with

Aparajitha Corporate Services

4.0
Compare

Integreon

3.3
Compare

UnitedLex

3.1
Compare

Y-Axis Overseas Careers

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