Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Jupitice Justice Technologies Team. If you also belong to the team, you can get access from here

Jupitice Justice Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jupitice Justice Technologies Interview Questions, Process, and Tips

Updated 5 Dec 2024

Top Jupitice Justice Technologies Interview Questions and Answers

View all 6 questions

Jupitice Justice Technologies Interview Experiences

Popular Designations

5 interviews found

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

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows for asynchronous programming by handling and executing events in a loop.

    • Event loop is a part of the runtime environment in JavaScript.

    • It manages the execution of multiple tasks by putting them in a queue and processing them one by one.

    • Event loop allows for non-blocking I/O operations, making the code more efficient.

    • Example: setTimeout() function in JavaScript uses event loop to exe...

  • Answered by AI
  • Q2. Find the output of the code snippet?
  • Ans. 

    The code snippet prints the numbers from 1 to 5 in reverse order.

    • The code uses a for loop starting from 5 and decrementing by 1 until 1.

    • Each iteration of the loop prints the current number.

  • Answered by AI
  • Q3. How find the duplicate row in the table without using distinct?
  • Ans. 

    Use GROUP BY and HAVING clause to find duplicate rows in a table without using DISTINCT.

    • Use GROUP BY to group rows with the same values together

    • Use HAVING clause to filter out groups with only one row

    • Select columns to display duplicate rows

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a form and get data from and print it in a screen below to the form?
  • Ans. 

    Create a form to input data and display it below the form.

    • Create an HTML form with input fields for data entry

    • Use JavaScript to capture the form data on submission

    • Display the captured data below the form using DOM manipulation

  • Answered by AI
  • Q2. What is redux and why we are using redux in react application?
  • Ans. 

    Redux is a predictable state container for JavaScript apps, commonly used with React to manage application state.

    • Redux helps in managing the state of the application in a predictable way.

    • It provides a single source of truth for the state of the application.

    • Redux allows for easier debugging and testing of the application.

    • Actions are dispatched to update the state in Redux.

    • Reducers specify how the state changes in respon

  • Answered by AI

Skills evaluated in this interview

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Legal Consultant Interview Questions & Answers

user image Varinder Singh

posted on 5 Dec 2024

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

(2 Questions)

  • Q1. Arbitration and Online Dispute Resolution?
  • Q2. How it would be mark as future of Justice?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Environment and very helpful Seniors.

Legal Consultant Interview Questions asked at other Companies

Q1. Can parties choose an applicable law in the contract of a country to which the parties have no relation
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell about your past experiences
Round 2 - One-on-one 

(2 Questions)

  • Q1. How much revenue you have generated
  • Q2. Do you have any prior knowledge abt this industry

Interview Preparation Tips

Interview preparation tips for other job seekers - Very casual director round she was not interested in listening saying her own things
First she will say ok we can go ahead then the hr team will ghost you

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 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 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. What do you know about the ADR, and 2hat experience do you have in the same?
  • Q3. How much salary are you expecting?
Round 3 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Important Sections under the CPC and Arbitration and Conciliation Act.
  • Ans. 

    Important sections under the CPC and Arbitration and Conciliation Act.

    • Important sections under the CPC include Section 9 (Jurisdiction of Civil Courts), Section 11 (Res Judicata), Section 115 (Revision), etc.

    • Important sections under the Arbitration and Conciliation Act include Section 34 (Application for setting aside arbitral award), Section 36 (Enforcement), Section 48 (Conditions for enforcement of foreign awards),

  • Answered by AI
  • Q3. What Skills and Experience do you have to make you suitable for this job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Come well prepared with the Theoretical and Practical Knowledge in Law, and be Confident.

Legal Associate Interview Questions asked at other Companies

Q1. What kind of cases or applications have you argued?
View answer (2)

Jupitice Justice Technologies interview questions for popular designations

 Business Development Executive

 (1)

 Legal Consultant

 (1)

 Legal Associate

 (1)

 Legal Advisor

 (1)

 Junior Software Developer

 (1)

Legal Advisor Interview Questions & Answers

user image Anonymous

posted on 19 Oct 2023

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

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. What makes you think suitable for this job?
  • Q2. My performance during my short span in my previous company.

Legal Advisor Interview Questions asked at other Companies

Q1. cheaking of plan sheet how sucsses in week.
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Education
  • Q2. Work experience

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

Jupitice Justice Technologies Interview FAQs

How many rounds are there in Jupitice Justice Technologies interview?
Jupitice Justice Technologies interview process usually has 2 rounds. The most common rounds in the Jupitice Justice Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Jupitice Justice Technologies 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 Jupitice Justice Technologies. The most common topics and skills that interviewers at Jupitice Justice Technologies expect are Javascript, MySQL, Node.Js, Python and AWS.
What are the top questions asked in Jupitice Justice Technologies interview?

Some of the top questions asked at the Jupitice Justice Technologies interview -

  1. How find the duplicate row in the table without using distin...read more
  2. What is redux and why we are using redux in react applicati...read more
  3. Create a form and get data from and print it in a screen below to the fo...read more

Tell us how to improve this page.

Jupitice Justice Technologies Interview Process

based on 10 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 154 Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 99 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.6
 • 79 Interviews
View all

Jupitice Justice Technologies Reviews and Ratings

based on 48 reviews

3.1/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.2

Salary

3.0

Job security

3.1

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 48 Reviews and Ratings
Legal Consultant
15 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Software Engineer
11 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Legal Associate
11 salaries
unlock blur

₹2 L/yr - ₹7.4 L/yr

Data Scientist
8 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Legal Advisor
7 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Jupitice Justice Technologies with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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