Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Innodata India Private Limited Team. If you also belong to the team, you can get access from here

Innodata India Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Innodata India Private Limited Legal Interview Questions and Answers

Updated 25 Jun 2024

Innodata India Private Limited Legal Interview Experiences

1 interview found

Legal Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Contact lifecycle management
  • Q2. Contentious clauses
Round 2 - One-on-one 

(2 Questions)

  • Q1. Your skills and expertise
  • Q2. Negatives and possitives

Interview Preparation Tips

Interview preparation tips for other job seekers - Read basic clauses of contracts

Interview questions from similar companies

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

(2 Questions)

  • Q1. Let us assume we have an array of 0's and 1's,how would you find the first index for 1.
  • Ans. 

    Iterate through the array and return the index of the first occurrence of 1.

    • Iterate through the array using a loop.

    • Check each element of the array, if it is 1 then return its index.

    • If no 1 is found, return -1.

  • Answered by AI
  • Q2. SQL queries related to Order By and Group By

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Easy and coding good. Prepare for the verbal, reasoning, aptitude and all thr things stuf required practice coding there are coding question unlike dont waste tym practice everyday coding its good

Round 3 - Technical 

(3 Questions)

  • Q1. The interviewer is so nice and friendly he asked basics of programming how to do coding. They asked Python? C programming? Oops concept ? All the things Tell me about yourself and they testing our comm...
  • Q2. Tell me about yourself and goals and strength and weakness coding questions
  • Q3. About well known programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well All the best. Mainly concentrate on the coding questions and you will crack the job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Try to clear the aptitude there is more chances of getting selected

Round 3 - Technical 

(2 Questions)

  • Q1. Know everything whatever you write in resume
  • Q2. About the mini project and some real time problems

Interview Preparation Tips

Interview preparation tips for other job seekers - be polite and use the right language and tone for a formal situation.
listen to the questions and think before you begin your answers.
ask the interviewer to repeat or explain further if you do not understand a question.
use the STAR method to answer questions about your skills and experience.

I applied via campus placement at NMAM Institute of Technology, Mangalore 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 - Aptitude Test 

1hr topics:c,c++,java,dbms,psuedo-code

Round 3 - Group Discussion 

Group of 8 in campus:15min:Post covid times

Round 4 - Technical 

(4 Questions)

  • Q1. Write a dbms query i.
  • Ans. 

    A dbms query i was asked to write for Engineer Trainee position.

    • Specify the table name and columns to be selected

    • Use WHERE clause to filter the data

    • Use JOIN to combine data from multiple tables

    • Use GROUP BY to group data based on a column

    • Use ORDER BY to sort the data in ascending or descending order

  • Answered by AI
  • Q2. Explain OPPS concept in c++
  • Ans. 

    OPPS is a programming paradigm that focuses on objects and their interactions to solve problems.

    • OPPS stands for Object-Oriented Programming System

    • It involves the use of classes, objects, inheritance, polymorphism, and encapsulation

    • C++ is an object-oriented programming language that supports OPPS

    • Example: A car can be represented as an object with properties like color, model, and methods like start, stop, and accelerate

  • Answered by AI
  • Q3. Explain about project done along with your role in the project
  • Q4. Explain about internship done

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to work on more Internship
Be confident in the projects which you have done and explain confidently

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(5 Questions)

  • Q1. Core java questions, oops, basic programming questions
  • Q2. What are the oops concepts and how we use them?
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming that help in organizing and designing code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Class SUV inheriting from Class...

  • Answered by AI
  • Q3. Difference between array list and linked list
  • Ans. 

    Array list stores elements in contiguous memory locations, while linked list stores elements in nodes with pointers to the next node.

    • Array list allows random access to elements based on index, while linked list requires traversal from the beginning to access elements.

    • Insertions and deletions are faster in linked list as it only requires updating pointers, while in array list it may require shifting elements.

    • Example: Ar...

  • Answered by AI
  • Q4. Why string is immutable?
  • Ans. 

    String is immutable in order to ensure data integrity and security.

    • Immutable strings prevent accidental data modification, ensuring data integrity.

    • Immutable strings enhance security by preventing unauthorized access or tampering.

    • Immutable strings allow for more efficient memory management and optimization.

    • Examples: Java, Python, and C# all have immutable string objects.

  • Answered by AI
  • Q5. Java collections

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for core concepts

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

English, Maths, Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Bssic C questions
Round 3 - HR 

(1 Question)

  • Q1. Just formal discussion on the available role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In resume only write things which you can answer.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at CVSR College of Engineering, Hyderabad and was interviewed before Sep 2022. There were 6 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 - Aptitude Test 

Basic aptitude test if you have concept knowledge you can clear that

Round 3 - Coding Test 

Two codes basically one is easy and other is difficult based on the knowledge you have in programming you can clear that

Round 4 - Group Discussion 

Simple topic they will give and you have to speak with the audience and you have to active thought out GD

Round 5 - Technical 

(1 Question)

  • Q1. Questions will be on skills mentioned in your resume
Round 6 - HR 

(3 Questions)

  • Q1. Tell me about yourself ?
  • Q2. Why you choosing this career?
  • Q3. What are your salary expectations ?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Have a good basics in aptitude

Round 2 - Coding Test 

Basic coding knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Be confident and try to answer clear and crisp
  • Q2. Tell me about yourself

I applied via Campus Placement and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Reverse string or basic coding question in any coding language
  • Q2. Questions based on technical skills written in resume
  • Q3. Projects done in college

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very well conducted and even full process of recruitment is smoothly done.

Innodata India Private Limited Interview FAQs

How many rounds are there in Innodata India Private Limited Legal interview?
Innodata India Private Limited interview process usually has 2 rounds. The most common rounds in the Innodata India Private Limited interview process are One-on-one Round.
How to prepare for Innodata India Private Limited Legal 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 Innodata India Private Limited. The most common topics and skills that interviewers at Innodata India Private Limited expect are Copy Editing, Law and Proof Reading.
What are the top questions asked in Innodata India Private Limited Legal interview?

Some of the top questions asked at the Innodata India Private Limited Legal interview -

  1. Contact lifecycle managem...read more
  2. Negatives and possiti...read more
  3. Contentious clau...read more

Tell us how to improve this page.

Innodata India Private Limited Legal Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
WNS Interview Questions
3.4
 • 979 Interviews
Infosys BPM Interview Questions
3.6
 • 931 Interviews
eClerx Interview Questions
3.3
 • 506 Interviews
Quess Interview Questions
3.9
 • 399 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
Altimetrik Interview Questions
3.8
 • 213 Interviews
Xoriant Interview Questions
4.1
 • 181 Interviews
View all

Fast track your campus placements

View all
Senior Associate
740 salaries
unlock blur

₹1 L/yr - ₹5.7 L/yr

Associate
126 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Software Engineer
65 salaries
unlock blur

₹2.9 L/yr - ₹11.6 L/yr

Senior Software Engineer
65 salaries
unlock blur

₹4.6 L/yr - ₹15.6 L/yr

Medical Summarizer
42 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Innodata India Private Limited with

Datamatics Global Services

3.5
Compare

eClerx

3.3
Compare

Firstsource Solutions

3.7
Compare

Infosys BPM

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