Upload Button Icon Add office photos
Engaged Employer

i

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

Tekniko Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tekniko Global Interview Questions and Answers

Updated 15 Jan 2025

Tekniko Global Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Star Pattern Printing
  • Q2. Flutter basics
  • Q3. APIs basics
Round 2 - Coding Test 

Guess the output based coding questions, your previous project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Flutter basics, previous projects, knowledge about api integration , state management knowledge , and basic of star pattern knowledge required

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Questions arround the tech stack.
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate Questions around the tech stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - You deserve better.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Android Developer Interview Questions & Answers

user image Pushpendra Sharma

posted on 31 Jan 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Core Java , Android Basic , Kotlin
  • Q2. HashMap , MVVM , Live Data, OOP Concept
  • Q3. How HashMap Work, LinkedHashMap Different
  • Ans. 

    HashMap is an unordered collection of key-value pairs, while LinkedHashMap maintains the insertion order of elements.

    • HashMap uses hashing technique to store and retrieve elements based on their keys.

    • LinkedHashMap extends HashMap and adds a doubly-linked list to maintain the insertion order.

    • HashMap allows null values and only one null key, while LinkedHashMap allows null values and null keys.

    • Example: HashMapread more

  • Answered by AI
  • Q4. Benefits Of MVVM
  • Ans. 

    MVVM (Model-View-ViewModel) offers separation of concerns, improved testability, and easier maintenance.

    • Separation of concerns: MVVM separates the UI logic from the business logic, making the codebase more modular and maintainable.

    • Improved testability: With MVVM, the ViewModel can be easily unit tested without the need for UI components, leading to more reliable tests.

    • Easier maintenance: MVVM promotes a clear separatio...

  • Answered by AI

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)

Jobs at Tekniko Global

View all

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a Prime number function using C
  • Ans. 

    A function in C to check if a number is prime or not

    • Create a function that takes an integer as input

    • Check if the input number is divisible by any number from 2 to its square root

    • If it is not divisible by any number, return true (prime), else return false (not prime)

  • Answered by AI
  • Q2. Write some basic codes for Manipulation in array
  • Ans. 

    Basic codes for array manipulation including sorting, searching, and filtering.

    • Use built-in functions like sort() for sorting arrays.

    • Implement algorithms like binary search for searching in arrays.

    • Utilize filter() method for filtering arrays based on specific criteria.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Keep calm and make sure you mentally prepared.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. There wer four questions 1) wildcard pattern matching(leetcode) 2) cows and buffaloes(leetcode) 3) unix based cd directory 4) backtracking question
  • Q2. It was a resume based round for 45 min
Round 2 - Technical 

(1 Question)

  • Q1. It was a resume based round for 1 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode medium to hard questions
Know your resume very well

Intern Interview Questions & Answers

Idfy user image Anonymous

posted on 7 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It had 2 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. About projects I mentioned in resume
  • Q2. React questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DSA based round. Taken by external company. I would say to medium level questions asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. This was based on LLD.
  • Q2. Why SQL and not NoSQL?
  • Ans. 

    SQL is preferred for structured data, transactions, complex queries, and ACID compliance.

    • SQL is better for structured data and relationships between data.

    • SQL is preferred for transactions and ensuring data integrity.

    • SQL is more suitable for complex queries involving multiple tables.

    • SQL databases provide ACID compliance for data consistency and reliability.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Past project experience with a Tech Lead.
  • Ans. 

    Worked on a project with a Tech Lead to develop a new feature for a web application.

    • Collaborated closely with the Tech Lead to define project requirements and timelines

    • Received guidance and mentorship from the Tech Lead on best practices and coding standards

    • Participated in regular code reviews and discussions with the Tech Lead to ensure quality and consistency

    • Implemented feedback and suggestions provided by the Tech L

  • Answered by AI
  • Q2. More into the problems I have solved previously and the working culture discussion.

Interview Preparation Tips

Topics to prepare for Idfy Senior Software Engineer interview:
  • DSA
  • LLD
  • Past project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of current project
  • Ans. 

    The current project follows a microservices architecture with Docker containers for scalability and flexibility.

    • Microservices architecture is used to break down the application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Docker containers are utilized for packaging the application and its dependencies into a standardized unit for easy deployment and management.

    • Service di...

  • Answered by AI
  • Q2. Spring and Hibernate questions
Round 2 - Coding Test 

Basic coding questions

Tekniko Global Interview FAQs

How many rounds are there in Tekniko Global interview?
Tekniko Global interview process usually has 1-2 rounds. The most common rounds in the Tekniko Global interview process are Technical and Coding Test.
How to prepare for Tekniko Global 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 Tekniko Global. The most common topics and skills that interviewers at Tekniko Global expect are JSON, Android, Flutter, Javascript and Mobile Application Development.
What are the top questions asked in Tekniko Global interview?

Some of the top questions asked at the Tekniko Global interview -

  1. How HashMap Work, LinkedHashMap Differ...read more
  2. Benefits Of M...read more
  3. Intermediate Questions around the tech sta...read more

Tell us how to improve this page.

Tekniko Global Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Idfy Interview Questions
3.6
 • 15 Interviews
KDK Software Interview Questions
3.1
 • 15 Interviews
View all

Tekniko Global Reviews and Ratings

based on 24 reviews

3.5/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

3.6

Salary

3.6

Job security

3.6

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 24 Reviews and Ratings
Business Development Executive

Noida

0-2 Yrs

Not Disclosed

UI/UX, Product Designer

Noida

1-2 Yrs

Not Disclosed

Explore more jobs
Android Developer
7 salaries
unlock blur

₹1 L/yr - ₹4.8 L/yr

Software Developer
5 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

UI/UX Designer
5 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

IOS Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Flutter Developer
5 salaries
unlock blur

₹1 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Tekniko Global with

Global Edge Software

3.5
Compare

Trawex Technologies

4.5
Compare

WovVTech

4.4
Compare

Moveinsync Technology Solutions

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