Upload Button Icon Add office photos

Filter interviews by

Time Legend It And Hr Consulting Solutions IT Consultant Interview Questions and Answers

Updated 9 Apr 2024

Time Legend It And Hr Consulting Solutions IT Consultant Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

It was good so faar I liked the environment

Round 2 - Technical 

(2 Questions)

  • Q1. What are your ambition
  • Q2. Why do we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SDLC, Agile, Power Sector

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice

I applied via Walk-in and was interviewed in Oct 2021. 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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What do you know about company? what type of products company develops?
  • Ans. Brief: 4 types of products, I recommend to visit the website of the company for updated details.
  • Answered Anonymously
Round 3 - Interview 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. Start by telling your name, your hometown, your qualifications, your previous jobs, your job profile in previous companies, why you want to join at a current job profile.
  • Answered Anonymously
  • Q2. Questions about projects, your academics.

Interview Preparation Tips

Topics to prepare for 50 Hertz Business Analyst interview:
  • MS Excel
Interview preparation tips for other job seekers - Whatever company you apply, visit its website and note down or remember whatever work company is involve in.
Always ready for a question, tell me about yourself.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude followed with english and reasoning

Round 2 - Technical 

(3 Questions)

  • Q1. Core java technical questions , spring , spring boot
  • Q2. What is JIT in java
  • Ans. 

    JIT stands for Just-In-Time compilation in Java. It dynamically compiles bytecode into machine code at runtime for improved performance.

    • JIT is a part of the Java Virtual Machine (JVM) that optimizes the execution of Java programs.

    • It analyzes the frequently executed parts of the bytecode and compiles them into native machine code.

    • This compilation happens at runtime, just before the code is executed, hence the name Just-...

  • Answered by AI
  • Q3. Explain lifecyxle of thread in java
  • Ans. 

    The lifecycle of a thread in Java includes several stages from creation to termination.

    • A thread is created using the Thread class or implementing the Runnable interface.

    • The thread goes through the new, runnable, and blocked states before running.

    • Once running, the thread can be paused, resumed, or stopped.

    • Finally, the thread reaches the terminated state and cannot be restarted.

  • Answered by AI

Skills evaluated in this interview

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

Recursive program of binary tree and basic HTML bootstrap

Interview Questionnaire 

1 Question

  • Q1. Introduction
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. How internally work HashMap ?
  • Ans. 

    HashMap uses key-value pairs, hashing, and buckets for efficient data retrieval and storage.

    • HashMap stores data in key-value pairs, where each key is unique.

    • It uses a hash function to compute an index (hash code) for each key.

    • The computed index points to a bucket in an array where the value is stored.

    • If multiple keys hash to the same index (collision), they are stored in a linked list or tree structure.

    • Example: For a k...

  • Answered by AI
  • Q2. Write the logic of prime number
  • Ans. 

    A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

    • A prime number has exactly two distinct positive divisors: 1 and itself.

    • Examples of prime numbers include 2, 3, 5, 7, 11, and 13.

    • The number 1 is not prime because it has only one positive divisor.

    • The number 4 is not prime because it can be divided by 1, 2, and 4.

    • To check if a number n is prime, test divisi

  • Answered by AI
  • Q3. Difference between hash map and hash set?
  • Ans. 

    HashMap stores key-value pairs; HashSet stores unique keys without values.

    • HashMap allows duplicate values but not duplicate keys. Example: {1: 'A', 2: 'B', 1: 'C'} results in {1: 'C', 2: 'B'}.

    • HashSet only stores unique elements. Example: {1, 2, 2} results in {1, 2}.

    • HashMap provides O(1) average time complexity for get and put operations.

    • HashSet provides O(1) average time complexity for add, remove, and contains operati...

  • Answered by AI
Round 1 - Coding Test 

Basic to medium questions on array string SQL

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they hire for freshers because company doesn't have budget to hire good experienced people. So just go through basics because senior people who are working there are also not that knowledgeable.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is your minimum salary expectation?
  • Q2. Are you planning to stay long-term in this position?
  • Ans. 

    I am committed to long-term growth and contribution in this position, aligning my goals with the company's vision.

    • I believe in building strong relationships with my team and the organization, which takes time and dedication.

    • For example, I aim to take on increasing responsibilities and contribute to long-term projects.

    • I am eager to develop my skills and grow within the company, ensuring I can add value over time.

    • I see t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cautious about Bonus, because they will delay bonus. Will make you wait longer for appraisal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Must power sell, how to bid placed on iex exchange.
  • Q2. How to discover rate in iex exchange?
  • Ans. 

    Discovering rates in the IEX exchange involves analyzing market data and using specific tools and APIs.

    • Utilize the IEX Cloud API to access real-time and historical market data.

    • Check the IEX website for the latest stock prices and trading volumes.

    • Use financial analysis tools like TradingView or Bloomberg to visualize rate trends.

    • Monitor news and reports that may affect stock rates on the IEX exchange.

  • Answered by AI

Time Legend It And Hr Consulting Solutions Interview FAQs

How many rounds are there in Time Legend It And Hr Consulting Solutions IT Consultant interview?
Time Legend It And Hr Consulting Solutions interview process usually has 2 rounds. The most common rounds in the Time Legend It And Hr Consulting Solutions interview process are Aptitude Test and Technical.

Tell us how to improve this page.

Time Legend It And Hr Consulting Solutions IT Consultant Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Oxane Partners Interview Questions
3.5
 • 25 Interviews
Wishup Interview Questions
4.2
 • 23 Interviews
Axis Sales Interview Questions
4.3
 • 19 Interviews
Tradebulls Interview Questions
3.2
 • 16 Interviews
50 Hertz Interview Questions
1.9
 • 9 Interviews
YourDOST Interview Questions
3.4
 • 9 Interviews
Muthoot Money Interview Questions
3.7
 • 8 Interviews
NADSOFT Interview Questions
3.2
 • 7 Interviews
View all
Executive Accountant
59 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Assistant Manager
12 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Senior Accounts Executive
12 salaries
unlock blur

₹3.2 L/yr - ₹4.7 L/yr

Digital Marketing Executive
11 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Accountant
8 salaries
unlock blur

₹2.9 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Time Legend It And Hr Consulting Solutions with

Tradebulls

3.2
Compare

Axis Sales

4.3
Compare

Muthoot Money

3.7
Compare

SysArc Infomatix

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