Upload Button Icon Add office photos
Premium Employer

i

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

Thinkitive Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Thinkitive Technologies Full Stack Developer Interview Questions and Answers

Updated 1 Jun 2021

Thinkitive Technologies Full Stack Developer Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Normal question regarding web development

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given almost all answer with brief still he want something else strange

Interview questions from similar companies

I was interviewed in Jul 2017.

Interview Questionnaire 

6 Questions

  • Q1. What is autoboxing and unboxing
  • Ans. 

    Autoboxing is the automatic conversion of primitive data types to their corresponding object wrapper classes.

    • Autoboxing is useful when working with collections that require objects instead of primitives.

    • Example: int i = 5; Integer j = i; //autoboxing

    • Unboxing is the opposite of autoboxing, where an object of a wrapper class is converted back to its corresponding primitive type.

    • Example: Integer j = 5; int i = j; //unboxi

  • Answered by AI
  • Q2. What is typecasting UP AND DOWN
  • Ans. 

    Typecasting up and down refers to converting a variable of one data type to another data type of higher or lower precision.

    • Typecasting up involves converting a variable of lower precision to a variable of higher precision, such as converting an int to a double.

    • Typecasting down involves converting a variable of higher precision to a variable of lower precision, such as converting a double to an int.

    • Typecasting can resul...

  • Answered by AI
  • Q3. How do you iterate map
  • Ans. 

    To iterate a map in Java, use a for-each loop or an iterator.

    • Use the entrySet() method to get a set of key-value pairs

    • For-each loop: for(Map.Entry entry : map.entrySet())

    • Iterator: Iterator> iterator = map.entrySet().iterator();

    • Use hasNext() and next() methods to iterate through the map

  • Answered by AI
  • Q4. Types of synchronisation in java
  • Ans. 

    Types of synchronization in Java

    • Synchronized methods

    • Synchronized statements

    • ReentrantLock

    • Semaphore

    • CountDownLatch

  • Answered by AI
  • Q5. Access modifiers in method overriding
  • Ans. 

    Access modifiers in method overriding

    • Access modifiers in the overriding method cannot be more restrictive than the overridden method

    • The access modifier can be less restrictive or the same as the overridden method

    • Private methods cannot be overridden

    • Examples: public method can be overridden by public or protected method, but not by private method

  • Answered by AI
  • Q6. Covarient return type

Skills evaluated in this interview

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Technical Interview
Experience: They asked java basics,
what we wrote in resume will ask
about project
Tips: please prepare basics things

I applied via LinkedIn and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic and advanced concepts of java programming with spring fremwork
  • Q2. Construct chaining

Interview Preparation Tips

Interview preparation tips for other job seekers - You must know basic bor advance concept of your core field in which you have.you must share about your previous employment specific role correctly and you should keep true role and responsibilities interviews always look inosent condidate.

Interview Questionnaire 

1 Question

  • Q1. Abstraction

I applied via Naukri.com and was interviewed in Aug 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.Core java 2.Spring 3. Hibernate 4. Spring Boot 5. SQL 6. AngularJS
  • Ans. 

    The question is asking about the candidate's knowledge in Core Java, Spring, Hibernate, Spring Boot, SQL, and AngularJS.

    • Core Java is the foundation of Java programming language.

    • Spring is a popular framework for building Java applications.

    • Hibernate is an ORM tool used for mapping Java objects to database tables.

    • Spring Boot is a framework for building microservices.

    • SQL is a language used for managing relational databases...

  • Answered by AI
  • Q2. 1. How to connect 2 DBs from spring boot application
  • Ans. 

    To connect 2 DBs from a Spring Boot application, configure multiple data sources and use JdbcTemplate or EntityManager for each DB.

    • Configure multiple data sources in the application.properties file

    • Create separate configuration classes for each data source

    • Use JdbcTemplate or EntityManager to interact with each DB

    • Specify the appropriate data source in the repository or service classes

  • Answered by AI
  • Q3. 2. Difference between abstract method implementation and default method
  • Ans. 

    Abstract method implementation is mandatory while default method is optional.

    • Abstract method has no implementation in the abstract class and must be implemented by the subclass.

    • Default method has a default implementation in the interface and can be overridden by the implementing class.

    • Abstract method is used to enforce a contract while default method is used to provide a default behavior.

    • Example: abstract method - publ...

  • Answered by AI
  • Q4. 1. About salary and expectation

Interview Preparation Tips

Round: Test
Experience: Technical written test

General Tips: Terrible interview. HR told to give 11% hike with 6% variable and 5% fixed. I kicked off the company.
Skills: Web Technologies, Java Application Development
Duration: 1-4 weeks

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: I almost sove 130 question
Duration: 2 hours
Total Questions: 150

Round: Group Discussion
Experience: Problem Solving Algorithms
Duration: 3 hours

Java Developer Interview Questions & Answers

TCS user image vishali ravichandran

posted on 13 Jul 2017

I was interviewed in Jun 2017.

Interview Questionnaire 

2 Questions

  • Q1. The questions are about fully java
  • Q2. About myself, and something about java, then the questions about general topic

Interview Preparation Tips

Round: Technical Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

Round: HR Interview
Experience: Most of the questions is new for me but I were manage
Tips: Good preparation

College Name: Avvm spc, thanjavur

I was interviewed in Feb 2017.

Interview Questionnaire 

3 Questions

  • Q1. Basic Java questions, OOPs questions, Questions on abstract, Inteface classes, Spring questions, Hibernate questions, Tomcat server questions.
  • Q2. Related to Project in you worked, work experience, how many technology you know about
  • Q3. Hobbies, aspirations, your family background, what you like dislike, Salary negotiation.

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was for 30 minutes duration. They have started with basic concepts like Abstract, Interface etc. Then they moved to core java. Some basic question on core java related to Exceptions, try-catch-finally blocks. Spring MVC basic questions, bean mapping questions. use of tomcat server in eclipse.
Tips: I was lucky at that day.
Interview was more likely of fresher level. I was first in the interview process, interviewer were not ready, so they directly asked few questions to me.
Level of interview was not up to the mark, I prepared for tougher interview, gone thru 500+ questions on core java, spring, hibernate, exceptions and try catch.
0-3 years in java is equivalent to fresher. But you have to be prepared for worst if you really wanted the job.
Before going to the interview, Do hands-on.

Round: Technical + HR Interview
Experience: They call it MR interview.
This interview was on call, after TR, same day. One HR dialed a no. for me.
The person asked about my previous experience in projects, How many technologies I have worked on. Why i am leaving my current employers as I have only 2 years of experience.
How much I am open up to new technologies.
Where i see myself after 5 years.
What are my career aspirations.
How much flexible I am with shifts and work loads.
Tips: Its simple round, You have to be sure why you want this job. give them a very valid reason of your own. Don't copy anybody else's answer. Be confident. If it is on call, speak clearly, maintain pace and voice. They may throw situations and puzzles. be calm, use your mind. Its fine if you don't know about anything. But don't tell directly that you don't know. Try to use all the positive words and phrases.

Round: HR Interview
Experience: They asked some question about myself. about family background. about hobbies and from your resume also, like how many projects you have done.How you are feeling in IT industry. Why this company.
At last salary negotiations. They have started with lowest, 10% hike. and i was expecting 40-50% hike.
I am getting 4 LPA right now, the offered me 5.2LPA at last. I had no options, so i agreed.
But i was very disappointed and tried my best to get more, but they convinced me that it is the best for my role.
Tips: Be confident and look happy, show the joy when you tell about your hobbies. It will lighten up the environment.
Don't insult your previous employer. Defend your current employer if the say something wrong, It a tricky ques

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic java concepts like collection frame work, exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics well, be confident, show you are flexible enough to learn
Contribute & help others!
anonymous
You can choose to be anonymous

Thinkitive Technologies Interview FAQs

How to prepare for Thinkitive Technologies Full Stack Developer 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 Thinkitive Technologies . The most common topics and skills that interviewers at Thinkitive Technologies expect are MongoDB, MySQL, Postgresql, Angular and Backend.

Recently Viewed

INTERVIEWS

Axxela Research & Analytics

No Interviews

INTERVIEWS

Vedanta Limited

No Interviews

CAMPUS PLACEMENT

Gargi College, Delhi

INTERVIEWS

Agastya Technology and Transmission

No Interviews

SALARIES

Korecent Solutions

INTERVIEWS

Orange Business

No Interviews

SALARIES

Korecent Solutions

SALARIES

Korecent Solutions

INTERVIEWS

Digite Infotech

No Interviews

INTERVIEWS

Academor

No Interviews

Tell us how to improve this page.

Thinkitive Technologies Full Stack Developer Salary
based on 12 salaries
₹3.6 L/yr - ₹6.8 L/yr
30% less than the average Full Stack Developer Salary in India
View more details
Software Engineer
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Thinkitive Technologies 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent