Upload Button Icon Add office photos
Engaged Employer

i

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

Techies Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Techies Infotech Interview Questions and Answers

Updated 26 Feb 2025

Techies Infotech Interview Experiences

Popular Designations

4 interviews 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. How Facebook page and groups are different?
  • Ans. 

    Facebook pages are for businesses, organizations, and public figures to connect with their audience, while groups are for like-minded individuals to communicate and share interests.

    • Pages are public and can be liked by anyone, while groups can be public, closed, or secret with membership approval.

    • Pages are managed by admins, while groups can have multiple admins and moderators.

    • Pages have analytics and advertising option...

  • Answered by AI

Social Media Manager Interview Questions asked at other Companies

Q1. what do you understand by social Media marketing? What is paid marketing? how many channels can we use for marketing? what are PPC SEO and affiliate marketing? how can social media help businesses as revfin grow?
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2025

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

Advanced Excel formulas and pivot tables.

Round 2 - Case Study 

Scenario-based questions.

Round 3 - HR 

(2 Questions)

  • Q1. What is your current role, and what responsibilities do you hold?
  • Ans. 

    I am currently working as a Data Analyst at XYZ Company.

    • Analyzing large datasets to extract valuable insights

    • Creating reports and visualizations to communicate findings

    • Collaborating with stakeholders to understand data needs and requirements

  • Answered by AI
  • Q2. How can you transition from a teaching career to a position in IT?
  • Ans. 

    Transitioning from teaching to IT involves acquiring relevant technical skills, leveraging transferable skills, networking, and gaining practical experience.

    • Acquire relevant technical skills through online courses, bootcamps, or certifications.

    • Leverage transferable skills such as problem-solving, communication, and organization.

    • Network with professionals in the IT industry through events, online platforms, and informat...

  • Answered by AI

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2024

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

(1 Question)

  • Q1. How is an ETL pipeline implemented?

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How agile methodology works
  • Ans. 

    Agile methodology is a flexible approach to project management that emphasizes collaboration, customer feedback, and iterative development.

    • Agile methodology involves breaking down projects into small, manageable tasks called user stories.

    • It emphasizes frequent communication and collaboration between team members and stakeholders.

    • Iterations, or sprints, are used to deliver working software in short cycles, typically 2-4...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good For freshers can get hands on experience

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)

Techies Infotech interview questions for popular designations

 Devops Engineer

 (1)

 Social Media Manager

 (1)

 Data Analyst

 (1)

 Data Engineer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college
Contribute & help others!
anonymous
You can choose to be anonymous

Techies Infotech Interview FAQs

How many rounds are there in Techies Infotech interview?
Techies Infotech interview process usually has 1-2 rounds. The most common rounds in the Techies Infotech interview process are Technical, Assignment and Case Study.
How to prepare for Techies Infotech 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 Techies Infotech . The most common topics and skills that interviewers at Techies Infotech expect are Javascript, API, Magento, PHP and Shopify.
What are the top questions asked in Techies Infotech interview?

Some of the top questions asked at the Techies Infotech interview -

  1. How Facebook page and groups are differe...read more
  2. How agile methodology wo...read more
  3. How is an ETL pipeline implement...read more

Recently Viewed

SALARIES

Reliance Enterprises

JOBS

Virtusa Consulting Services

No Jobs

SALARIES

Maruti Engineers

INTERVIEWS

Bosch

No Interviews

SALARIES

Greenmark Developers

SALARIES

UBS

No Salaries

JOBS

Sapphire Hospital

No Jobs

SALARIES

Shivam Autotech

DESIGNATION

SALARIES

Funstay

Tell us how to improve this page.

Techies Infotech Interview Process

based on 7 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Techies Infotech Reviews and Ratings

based on 53 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.2

Salary

4.2

Job security

4.4

Company culture

4.2

Promotions

4.3

Work satisfaction

Explore 53 Reviews and Ratings
Software Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Power BI Developer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Storage Administrator
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Techies Infotech 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