Upload Button Icon Add office photos

Filter interviews by

JIL Information Technology Subject Expert Interview Questions and Answers

Updated 25 Dec 2016

JIL Information Technology Subject Expert Interview Experiences

1 interview found

Subject Expert Interview Questions & Answers

user image ADITI KAPOOR

posted on 25 Dec 2016

I was interviewed in Dec 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was a basic face to face interview with two senior managers of the company. They asked certain subject related questions and my last job details.
Tips: Be confident while answering and take your time to think before answering.

Round: Test
Experience: Test comprising of 12 questions related to maths which were a mix of problem based and description based.
Tips: Revise the basic concepts of the subject including the all formulas.
Duration: 20 minutes
Total Questions: 12

Skills: Subject Knowledge, Your Depth In Subject

Interview questions from similar companies

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 Sep 2023. There were 13 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Expected salary
  • Ans. 

    Negotiable based on experience and qualifications

    • Salary is negotiable based on my experience and qualifications

    • I am open to discussing salary during the interview process

    • I am looking for a competitive salary that reflects my skills and expertise

  • Answered by AI
Round 2 - Group Discussion 

Gibe 2 topic opposite and smillar

Round 3 - HR 

(2 Questions)

  • Q1. Compny policy terms and conditions
  • Ans. 

    Company policy terms and conditions are guidelines set by the company for employees to follow.

    • Company policy terms and conditions outline expectations for employee behavior

    • They may include rules on attendance, dress code, confidentiality, etc.

    • Employees are expected to adhere to these policies to maintain a positive work environment

  • Answered by AI
  • Q2. Coding skell test
Round 4 - One-on-one 

(2 Questions)

  • Q1. Mock call trst and coding test
  • Q2. Oncall and buding
Round 5 - One-on-one 

(2 Questions)

  • Q1. Oncallnand buding
  • Q2. Different game and study
Round 6 - One-on-one 

(2 Questions)

  • Q1. Online Computer test
  • Q2. Group discussion
Round 7 - Coding Test 

Online Coding test on computer

Round 8 - One-on-one 

(2 Questions)

  • Q1. Company policy and form
  • Ans. 

    Company policy and form are important documents that outline rules and procedures within the organization.

    • Company policy is a set of rules and guidelines that employees must follow.

    • Company form is a document used to collect and record information, such as employee details or feedback.

    • Examples of company policies include dress code, attendance, and code of conduct.

    • Examples of company forms include leave request forms, p...

  • Answered by AI
  • Q2. Documents verification
Round 9 - One-on-one 

(2 Questions)

  • Q1. Body Medical test
  • Q2. Submission document
Round 10 - Case Study 

Ditail of skill development

Round 11 - Oncalll voice modulation and cod 

(2 Questions)

  • Q1. How to handal csr
  • Ans. 

    Handling CSR involves aligning corporate social responsibility initiatives with the company's values and goals.

    • Understand the company's values and goals to align CSR initiatives accordingly

    • Engage with stakeholders to identify key areas for CSR involvement

    • Implement sustainable and impactful CSR projects

    • Measure and communicate the impact of CSR initiatives to stakeholders

  • Answered by AI
  • Q2. Did car satisfied for tha call
Round 12 - Technical 

(2 Questions)

  • Q1. Online coding test
  • Q2. Online mock test
Round 13 - HR 

(2 Questions)

  • Q1. Give company offer lettter
  • Q2. Online mock test

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident for the Interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Group Discussion 

Group Discussion is important for our Discussion method

Round 2 - Coding Test 

I use computer work in teaching professional

Round 3 - Aptitude Test 

How to understand candidates

Round 4 - Case Study 

We know abt candidates skill

Round 5 - Coding Test 

Its very easy prossess

Round 6 - HR 

(7 Questions)

  • Q1. Name and education
  • Q2. Experience and family background
  • Q3. Expected salary
  • Ans. 

    My expected salary is negotiable and dependent on the specific responsibilities and opportunities for growth within the school.

    • I am open to discussing salary based on the school's budget and the value I can bring to the position.

    • I am looking for a competitive salary that reflects my qualifications and experience in education.

    • I am also interested in benefits such as professional development opportunities, health insuran...

  • Answered by AI
  • Q4. Past company name and work
  • Ans. 

    I previously worked at ABC Elementary School as a 4th grade teacher.

    • Taught 4th grade students at ABC Elementary School

    • Developed lesson plans and assessments

    • Collaborated with colleagues on curriculum development

  • Answered by AI
  • Q5. Past company experience and leave reason
  • Ans. 

    I have 5 years of experience teaching at XYZ School. I left due to relocation for family reasons.

    • Worked at XYZ School for 5 years

    • Left due to relocation for family reasons

  • Answered by AI
  • Q6. Details of past company
  • Q7. Reason of leave past company
  • Ans. 

    Family reasons necessitated relocation to a different city.

    • Relocated to a different city due to family reasons

    • Needed to be closer to family members for support

    • Spouse's job required relocation

    • Children's education or health needs required moving

    • Personal circumstances necessitated a change in location

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go and do work

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Q. What are abstrat class, interface?
  • Ans. 

    Abstract class is a class that cannot be instantiated and interface is a blueprint of a class.

    • Abstract class can have both abstract and non-abstract methods while interface can only have abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have constructors while interface cannot.

    • Example of abstract class: Animal (cannot be instantiated) and Dog (inh...

  • Answered by AI
  • Q2. Why Java does not support multiple inheritance?
  • Ans. 

    Java does not support multiple inheritance to avoid the diamond problem and maintain simplicity.

    • Multiple inheritance can lead to the diamond problem where a class inherits from two classes with a common parent.

    • This can cause ambiguity and conflicts in method and variable resolution.

    • Java supports multiple interface inheritance to achieve similar functionality.

    • Maintaining simplicity and avoiding complexity is a core prin

  • Answered by AI
  • Q3. What is chained Exception?
  • Ans. 

    Chained Exception is an exception that is caused by another exception.

    • It is a way of propagating exceptions through layers of code.

    • It helps in identifying the root cause of an exception.

    • It can be created by passing the original exception as a parameter to a new exception.

    • It can be caught and handled at any level of the code.

    • Example: SQLException is caused by a network error, which is caused by a firewall issue.

  • Answered by AI
  • Q4. What is the exception hirerchy?
  • Ans. 

    The exception hierarchy is the order in which exceptions are caught and handled in a program.

    • Exceptions are caught and handled in a specific order, with more specific exceptions being caught before more general ones.

    • The hierarchy typically starts with the most specific exceptions and ends with the most general ones.

    • For example, in Java, the hierarchy starts with checked exceptions, followed by unchecked exceptions, and

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Educator interview:
  • Exception Handling
  • Interfaces
  • Core Java
Interview preparation tips for other job seekers - Be thorough with the Java Fundamentals

Skills evaluated in this interview

Lecturer Interview Questions & Answers

TCS user image Anonymous

posted on 28 Oct 2022

I applied via Walk-in

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 - Group Discussion 

The quality of knowledge gained

Round 3 - Technical 

(3 Questions)

  • Q1. How one can able to take care of gues to acquire the knowledge and numerous multiskills.
  • Q2. Should acknowledge the fundamentals of a certain Topic.
  • Q3. The gists of the Topic

Interview Preparation Tips

Topics to prepare for TCS Lecturer interview:
  • Electronics
Interview preparation tips for other job seekers - With discipline care should be taken to acquire the knowledge.

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
ITC Infotech Interview Questions
3.6
 • 335 Interviews
View all
Junior Consultant
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare JIL Information Technology with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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