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

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

Full Stack Developer Jobs at Thinkitive Technologies

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between == and .equals() in Java?
  • Ans. 

    In Java, == compares memory addresses while .equals() compares the actual content of objects.

    • == is used to compare memory addresses of objects, while .equals() is used to compare the actual content of objects.

    • == is used for primitive data types comparison, while .equals() is used for object comparison.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1

  • Answered by AI
  • Q2. ==compares object refrences (memory location). -equals() compares object values.
  • Ans. 

    The difference between == and equals() in Java for comparing object references and values.

    • Use == to compare object references (memory location)

    • Use equals() to compare object values

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the stands for JAVA?
  • Ans. 

    Java stands for Just Another Virtual Machine

    • Java stands for Just Another Virtual Machine

    • It is a high-level programming language developed by Sun Microsystems

    • Java code is compiled into bytecode that runs on any Java Virtual Machine (JVM)

  • Answered by AI
  • Q2. Just Another virtual accelerator.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Java Language?
  • Ans. 

    Java is a high-level, object-oriented programming language known for its portability and versatility.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its robust standard library, which includes tools for networking, data structures, and more

  • Answered by AI
  • Q2. Java is a object oriented programming language.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is stands for JAVA?
  • Ans. 

    JAVA stands for Java Virtual Machine

    • JAVA stands for Java Virtual Machine

    • It is a virtual machine that enables a computer to run Java programs

    • It provides a platform-independent execution environment for Java applications

  • Answered by AI
  • Q2. Just another virtual accelerator.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the Java?
  • Ans. 

    Java is a high-level, object-oriented programming language known for its portability, security, and versatility.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its strong security features, such as sandboxing and encryption

    • Popular Java frameworks include Spring, Hibernate, and Apache Struts

  • Answered by AI
  • Q2. It is a High Level, Multi-paradigm programming, strictly Typed, Platform Independent, General Purpose Programming Language Developed by Mr James Gosling and his team at Sun Microsystems ( now Taken over by...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Process?
  • Q2. Process is a executable is called a process.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is JAVA Programming language?
  • Ans. 

    JAVA is a high-level programming language known for its portability, security, and object-oriented features.

    • JAVA is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • JAVA is known for its security features, such as sandboxing and encryption

    • It is widely used for developing web applications, mobile apps, and enterprise soft

  • Answered by AI
  • Q2. It is a High level, Multi paradigm programming language....etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the size of an int in Java?
  • Ans. 

    The size of an int in Java is 4 bytes.

    • An int in Java is a 32-bit signed integer.

    • It can hold values ranging from -2,147,483,648 to 2,147,483,647.

    • The size of an int is fixed at 4 bytes on all platforms.

  • Answered by AI
  • Q2. The size of an int in Java is 4 bytes (32bits).
  • Ans. 

    Yes, the size of an int in Java is indeed 4 bytes (32 bits).

    • An int in Java can hold values ranging from -2,147,483,648 to 2,147,483,647.

    • The size of an int can be confirmed using the 'Integer.SIZE' constant in Java.

    • Using 'Integer.BYTES' will give the size of an int in bytes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Network; opportunities follow connections.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the default value of an int in Java?
  • Ans. 

    The default value of an int in Java is 0.

    • In Java, when an int variable is declared but not initialized, it is automatically assigned the default value of 0.

    • For example, int num; // num is assigned the default value of 0.

  • Answered by AI
  • Q2. The default value of an int is 0.
  • Ans. 

    Yes, the default value of an int in Java is 0.

    • In Java, when an int variable is declared but not initialized, it will have a default value of 0.

    • For example, int num; will have a default value of 0.

    • This default value is assigned by the Java Virtual Machine (JVM) when memory is allocated for the variable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research company before applying.

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.

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 Interviews
View all
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
103 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹4.5 L/yr - ₹14.8 L/yr

Software Engineer2
46 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Software Developer
20 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Full Stack Developer
12 salaries
unlock blur

₹3.6 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Thinkitive Technologies with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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