Upload Button Icon Add office photos

Filter interviews by

OdiTek Solutions Technical Lead Interview Questions and Answers

Updated 13 Apr 2023

OdiTek Solutions Technical Lead Interview Experiences

1 interview found

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 - Technical 

(2 Questions)

  • Q1. What is a primitive data type in javascript ?
  • Ans. 

    A primitive data type in JavaScript is a basic data type that is not an object.

    • Primitive data types include: string, number, boolean, null, undefined, and symbol.

    • They are immutable and have no methods or properties.

    • Primitive values are passed by value, not by reference.

    • Example: var x = 5; var y = 'hello'; var z = true;

    • Primitive types are stored in the stack, while objects are stored in the heap.

  • Answered by AI
  • Q2. What is typeof operator in javascript?
  • Ans. 

    typeof operator in JavaScript returns the data type of an operand.

    • It is a unary operator.

    • It returns a string indicating the data type of the operand.

    • It can be used to check if a variable is defined or not.

    • Examples: typeof 42 returns 'number', typeof 'hello' returns 'string', typeof true returns 'boolean'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your current role
  • Q2. How useEffect hook will be used
  • Q3. What are functional and class components, what you prefer using and why
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Lot of questions on SQL and Linux commands
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. It was a manager round combined with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much, stick to your basics and prepare all the concepts
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Fake Interview, Didn't expect this from virtusa
  • Q2. FakeInterviews conducted, Didn;t expect this from virtusa
  • Q3. Virtusa Scammers

Interview Preparation Tips

Interview preparation tips for other job seekers - No real interview, fake interview only to understand the Gen AI topics & Projects.
He conducted interview, If you don't know go and learn from Coursera, DeepLearning.ai

Why wasting the time of peoples, Interviewer name : Sudhakar Chigurupati
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions about Interfaces,, Abstract Classes, Multi-Threading, Parallel Programming concepts, SQL Server
Round 2 - Technical 

(1 Question)

  • Q1. Questions about Design Patterns, SOLID Principles, Extension Methods, LINQ, Entity Framework
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions about current project and my roles and responsibilities, my salary structure, my aspirations whether I want to be Architect or just Team Lead.
Round 4 - HR 

(1 Question)

  • Q1. My CTC and ECTC, and asked for negotiation, to which I said yes and accepted the compensation they can offer to me. But still offer letter not released without giving any reason.

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing all rounds, even then offer letter was not released. No proper reason shared for it. Very unprofessional.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java Collections
  • Q2. Java8 Stream program
  • Ans. 

    Java8 Stream program to filter even numbers and double them

    • Use Stream to filter even numbers

    • Use map to double the filtered numbers

    • Use collect to collect the results into a list

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Completable future
  • Q2. Microservice architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary discussion and project informations

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Pega basics touch up
  • Q2. Flows and au flows
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple array questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Difference between spring jpa and hibernate
  • Ans. 

    Spring JPA is a part of the Spring framework that provides an abstraction layer on top of JPA, while Hibernate is a standalone ORM framework.

    • Spring JPA is a part of the Spring framework and provides additional features like transaction management, dependency injection, and aspect-oriented programming.

    • Hibernate is a standalone ORM framework that provides mapping between Java objects and database tables, along with featu...

  • Answered by AI
  • Q2. What is cyclic barrier
  • Ans. 

    Cyclic barrier is a synchronization aid that allows a set of threads to wait for each other to reach a common barrier point.

    • Cyclic barrier is similar to CountDownLatch but can be reused after the barrier point is reached.

    • It is initialized with a count of the number of threads that must invoke await() before the barrier is tripped.

    • Threads wait at the barrier until all threads have invoked await(), then the barrier is re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics of coding.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql queries join and left join
Round 2 - HR 

(1 Question)

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SOA vs Micro Service
  • Ans. 

    SOA focuses on large, monolithic services while Microservices are small, independent services.

    • SOA is a centralized architecture with shared services, while Microservices are decentralized with each service having its own database.

    • SOA is typically implemented using ESB (Enterprise Service Bus), while Microservices communicate via lightweight protocols like HTTP or messaging queues.

    • SOA is more suitable for large enterpri...

  • Answered by AI

Skills evaluated in this interview

OdiTek Solutions Interview FAQs

How many rounds are there in OdiTek Solutions Technical Lead interview?
OdiTek Solutions interview process usually has 2 rounds. The most common rounds in the OdiTek Solutions interview process are Resume Shortlist and Technical.
How to prepare for OdiTek Solutions Technical Lead 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 OdiTek Solutions. The most common topics and skills that interviewers at OdiTek Solutions expect are HTML, JQuery, Javascript, Mean Stack and Node.Js.
What are the top questions asked in OdiTek Solutions Technical Lead interview?

Some of the top questions asked at the OdiTek Solutions Technical Lead interview -

  1. What is a primitive data type in javascrip...read more
  2. What is typeof operator in javascri...read more

Tell us how to improve this page.

OdiTek Solutions Technical Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
OdiTek Solutions Technical Lead Salary
based on 4 salaries
₹5.5 L/yr - ₹8.4 L/yr
61% less than the average Technical Lead Salary in India
View more details
Software Engineer
8 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Software Engineer Level 1
8 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Technical Lead
4 salaries
unlock blur

₹5.5 L/yr - ₹8.4 L/yr

Android App Developer
4 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Explore more salaries
Compare OdiTek Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare

Tech Mahindra

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