Upload Button Icon Add office photos
Engaged Employer

i

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

Techjockey Infotech Pvt.Ltd. Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 74 Reviews

Filter interviews by

Techjockey Infotech Pvt.Ltd. Intern Interview Questions and Answers

Updated 12 Feb 2024

Techjockey Infotech Pvt.Ltd. Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2024

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 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

They gave me some tasks to check my presence of mind.

Round 2 - HR 

(2 Questions)

  • Q1. They asked me bout my family background and other stuffs.
  • Q2. They asked me that am I able to do work under pressure.
Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me bout my expectations regarding this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be shy. be yourself

Interview questions from similar companies

Intern Interview Questions & Answers

Droom user image Anonymous

posted on 5 May 2017

I was interviewed in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. What do you know about our company and product
  • Ans. 

    I'm sorry, I don't have access to the internet to research the company and product.

    • Answered by AI
    • Q2. Tell us all you know about Droom
    • Ans. 

      Droom is an online marketplace for buying and selling new and used vehicles.

      • Founded in 2014 by Sandeep Aggarwal

      • Offers a wide range of vehicles including cars, bikes, and scooters

      • Provides services such as vehicle history reports and inspections

      • Has over 6,500 certified dealers and over 50,000 listings

      • Operates in India and Singapore

    • Answered by AI

    Interview Preparation Tips

    Round: Resume Shortlist
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
    Tips: Mention the extracurriculars well and your learnings from each of them.

    Round: Technical Interview
    Experience: Seems like an HR question, but is a product based question for the company. So now, when they call it technical, it is because their product is the website that they manage. So I started talking about Droom's vision and mission.
    I spoke of a few features that would help customers. I also spoke of the tools that were useful for customer experience. I also mentioned the speed and quality of the site.
    Tips: Here be careful as you need to answer in the technical sense. Starting with when the company was started/ the location will not help build a point. Start off with the product. Also feel free to point out negatives, but make sure you sandwich it between smoother and better things.

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

    (2 Questions)

    • Q1. How set is implemented?
    • Ans. 

      A set is implemented as a data structure that stores unique elements with no specific order.

      • A set does not allow duplicate elements.

      • Sets are commonly implemented using hash tables or binary search trees.

      • Examples of set implementations include HashSet in Java and std::set in C++.

    • Answered by AI
    • Q2. How unordered set is implemented?
    • Ans. 

      Unordered set is typically implemented using hash tables.

      • Uses hash tables to store elements with unique keys

      • Provides constant time complexity for insertion, deletion, and lookup operations

      • Does not maintain any specific order of elements

    • Answered by AI

    Skills evaluated in this interview

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

    I applied via Referral and was interviewed in Apr 2024. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Easy level Basics were asked

    Round 2 - Coding Test 

    Stacks queue leetcode easy level

    Round 3 - HR 

    (2 Questions)

    • Q1. Basic project discussion
    • Q2. Skills used in project
    • Ans. 

      Used skills include Java, SQL, Spring Boot, RESTful APIs, and Git.

      • Java programming for backend development

      • SQL for database management

      • Spring Boot for creating web applications

      • RESTful APIs for communication between systems

      • Git for version control

    • Answered by AI
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed before Jul 2022. There were 4 interview rounds.

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

    Backend spring boot app assignment for hospital management

    Round 3 - Coding Test 

    Array and string based medium complexity questions

    Round 4 - One-on-one 

    (2 Questions)

    • Q1. Aptitude questions and behavioural
    • Q2. Sql questions based on join.

    I was interviewed in Apr 2021.

    Round 1 - Coding Test 

    (2 Questions)

    Round duration - 90 minutes
    Round difficulty - Medium

    Timing was late evening. Platform was good.

    • Q1. 

      Largest Cycle in Maze Problem Statement

      Given a maze represented by 'N' cells numbered from 0 to N-1, and an array arr of 'N' integers where arr[i] denotes the cell number that can be reached from the 'i'...

    • Ans. DFS

      The idea is to do a depth-first search to find all the cycles which are formed and calculate the length of the largest cycle. We are treating the array as a graph of directed edges. Whenever we get into any of the cells in the cycle, using dfs we will visit all the subsequent cells in the cycle. Out of all the cycles, we will return the cycle of maximum length.

      The steps are as follows:

      • Initialize a boolean array ‘vis...
    • Answered Anonymously
    • Q2. 

      Rat in a Maze Problem Statement

      You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

    • Ans. Bactracking

      Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.

       

      Algorithm is as follows:

       

      1. Take the starting position of th...
    • Answered Anonymously

    Interview Preparation Tips

    Eligibility criteriaAbove 6 CGPAJUSPAY interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

    Tip 1 : Do some projects.
    Tip 2 : Practice dynamic programming.
     

    Application resume tips for other job seekers

    Tip 1 : Keep it short.
    Tip 2 : Do not put false things on resume.

    Final outcome of the interviewRejected

    Skills evaluated in this interview

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

    I applied via campus placement at Birla Institute of Management Technology (BIMT) and was interviewed before Jan 2022. There were 4 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Group Discussion 

    The hot topic in News / random topic like word "zero

    Round 3 - One-on-one 

    (1 Question)

    • Q1. "domain knowledge test, past experience, company fit and hr ques everything
    Round 4 - HR 

    (1 Question)

    • Q1. Company fit test and judging the personality of the candidate

    Interview Preparation Tips

    Interview preparation tips for other job seekers - prepare well will domain knowledge, be creative and confident.

    Intern Interview Questions & Answers

    Droom user image Anonymous

    posted on 5 May 2017

    I was interviewed in Oct 2016.

    Interview Questionnaire 

    2 Questions

    • Q1. What do you know about our company and product
    • Ans. 

      I'm sorry, I don't have access to the internet to research the company and product.

      • Answered by AI
      • Q2. Tell us all you know about Droom
      • Ans. 

        Droom is an online marketplace for buying and selling new and used vehicles.

        • Founded in 2014 by Sandeep Aggarwal

        • Offers a wide range of vehicles including cars, bikes, and scooters

        • Provides services such as vehicle history reports and inspections

        • Has over 6,500 certified dealers and over 50,000 listings

        • Operates in India and Singapore

      • Answered by AI

      Interview Preparation Tips

      Round: Resume Shortlist
      Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
      Tips: Mention the extracurriculars well and your learnings from each of them.

      Round: Technical Interview
      Experience: The company needed people with a few extracurriculars to fit into their company culture. Thus they selected students with a good technical background and extracurricular skillset
      Tips: Mention the extracurriculars well and your learnings from each of them.

      Round: Technical Interview
      Experience: Seems like an HR question, but is a product based question for the company. So now, when they call it technical, it is because their product is the website that they manage. So I started talking about Droom's vision and mission.
      I spoke of a few features that would help customers. I also spoke of the tools that were useful for customer experience. I also mentioned the speed and quality of the site.
      Tips: Here be careful as you need to answer in the technical sense. Starting with when the company was started/ the location will not help build a point. Start off with the product. Also feel free to point out negatives, but make sure you sandwich it between smoother and better things.

      I was interviewed before Jun 2016.

      Interview Questionnaire 

      5 Questions

      • Q1. Knowledge of Java
      • Q2. Knowledge of Python
      • Q3. Knowledge of PHP
      • Q4. My team working skills
      • Q5. Ability to handle pressure
      • Ans. 

        I have the ability to handle pressure effectively.

        • I remain calm and focused in high-pressure situations.

        • I prioritize tasks and manage my time efficiently.

        • I seek support and guidance from team members when needed.

        • I maintain a positive attitude and adapt to changing circumstances.

        • I have successfully completed projects under tight deadlines.

      • Answered by AI

      Interview Preparation Tips

      Round: Technical Interview
      Experience: The interview was interactive and the interviewers seemed interested for every answer I gave even if it was a wrong one. They corrected me at every step.

      Round: Technical + HR Interview
      Experience: This was basically for testing my moral towards working and how i cope up with other colleagues.

      College Name: Ramaiah Institute Of Technology

      Techjockey Infotech Pvt.Ltd. Interview FAQs

      How many rounds are there in Techjockey Infotech Pvt.Ltd. Intern interview?
      Techjockey Infotech Pvt.Ltd. interview process usually has 3 rounds. The most common rounds in the Techjockey Infotech Pvt.Ltd. interview process are Aptitude Test, HR and One-on-one Round.
      How to prepare for Techjockey Infotech Pvt.Ltd. Intern 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 Techjockey Infotech Pvt.Ltd.. The most common topics and skills that interviewers at Techjockey Infotech Pvt.Ltd. expect are Design, Information Technology, Product Design, Product Development and Product Management.

      Tell us how to improve this page.

      Techjockey Infotech Pvt.Ltd. Intern Interview Process

      based on 1 interview

      Interview experience

      5
        
      Excellent
      View more

      Interview Questions from Similar Companies

      Tech Mahindra Interview Questions
      3.5
       • 3.8k Interviews
      HCLTech Interview Questions
      3.5
       • 3.7k Interviews
      Gartner Interview Questions
      4.2
       • 77 Interviews
      MagicPin Interview Questions
      3.1
       • 48 Interviews
      SoftwareONE Interview Questions
      3.8
       • 41 Interviews
      Stylebaazar Interview Questions
      3.9
       • 30 Interviews
      Tokopedia Interview Questions
      4.1
       • 27 Interviews
      Software AG Interview Questions
      4.1
       • 24 Interviews
      Meritto Interview Questions
      3.7
       • 22 Interviews
      View all
      Business Consultant
      9 salaries
      unlock blur

      ₹2.5 L/yr - ₹4.8 L/yr

      Content Writer
      9 salaries
      unlock blur

      ₹3.3 L/yr - ₹7.6 L/yr

      Business Development Executive
      9 salaries
      unlock blur

      ₹2.6 L/yr - ₹4 L/yr

      Software Developer
      8 salaries
      unlock blur

      ₹3.6 L/yr - ₹13.5 L/yr

      Key Account Manager
      7 salaries
      unlock blur

      ₹3.5 L/yr - ₹8.2 L/yr

      Explore more salaries
      Compare Techjockey Infotech Pvt.Ltd. with

      SoftwareSuggest

      3.2
      Compare

      Softline

      4.1
      Compare

      Gartner

      4.2
      Compare

      CDW

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