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

Filter interviews by

Techjockey Infotech Pvt.Ltd. Senior Software Consultant Interview Questions and Answers

Updated 15 Oct 2024

Techjockey Infotech Pvt.Ltd. Senior Software Consultant Interview Experiences

1 interview found

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

I applied via Cocubes and was interviewed before Mar 2020. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Telephone round
  • Q2. Basic job profile match
Round 2 - One-on-one 

(2 Questions)

  • Q1. Interview with a manager level
  • Q2. Questions on SaaS apps
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview with VP
  • Q2. Behavioural and use case specific questions

Interview Preparation Tips

Topics to prepare for Techjockey Infotech Pvt.Ltd. Senior Software Consultant interview:
  • SAAS
  • Software Sales
Interview preparation tips for other job seekers - Atul and Varun were great interviewers. It was a great experience. I got hired straight from my college in 2017 as Software consultant.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Aug 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Questions only, Oops concept, Android basic questions, work manager related, MVVM pattern, why kotlin?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a well-motivated place in terms of work, they are really making the best use of technology that they can. The interview can be clarified by someone who has clear basics of technology, how things are really moving in technology. They are only examining the basics of technology.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DSA - level order traversal, sliding window.
Round 2 - One-on-one 

(1 Question)

  • Q1. Atomic transaction in distributed system
  • Ans. 

    Atomic transactions ensure that all operations in a transaction are completed successfully or none at all in a distributed system.

    • Atomic transactions guarantee that all operations within a transaction are either all successful or all rolled back.

    • In distributed systems, atomic transactions are crucial for maintaining data consistency across multiple nodes.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) a...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Computer Fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. Flatten a binary tree
  • Ans. 

    Flatten a binary tree by converting it into a linked list in-place.

    • Use a recursive approach to flatten the binary tree.

    • Traverse the tree in a pre-order manner and keep track of the previous node.

    • Set the left child of each node to null and the right child to the next node in the linked list.

    • Example: Input: 1 -> 2 -> 5 -> 3 -> 4 -> null, Output: 1 -> null -> 2 -> null -> 3 -> null -> 4 -> null -> 5 -> null

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - HR 

(2 Questions)

  • Q1. About your introduction
  • Q2. About your career experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Job introduction and careers details
  • Q2. Planning about business and idea about business
Round 3 - One-on-one 

(2 Questions)

  • Q1. Reading a tea shop how many can be installed and revenue generated
  • Ans. 

    The number of tea shops that can be installed and the revenue generated depend on various factors such as location, target market, competition, and marketing strategies.

    • Consider the population density and demographics of the area to determine the potential customer base.

    • Analyze the competition in the area to understand the market saturation and demand for tea shops.

    • Evaluate the foot traffic and visibility of potential ...

  • Answered by AI
  • Q2. Career background and new business idea
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Solving normal Puzzles to test aptitude.

Round 2 - Coding Test 

Sample app was asked to create.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well domain specfic.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was good, actually they asked parentheses balance question, Getting duplicate values , pallindrome question and also Target sum with O(n) TC.

Round 2 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Tell Me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well the basics

Interview Questionnaire 

2 Questions

  • Q1. Design Facebook
  • Ans. 

    Designing Facebook involves creating a social networking platform with features like user profiles, news feed, messaging, and more.

    • Create a user registration and login system

    • Develop a news feed algorithm to display relevant content

    • Implement a messaging system for users to communicate

    • Design a user profile page with customizable options

    • Incorporate features like groups, events, and pages

    • Ensure scalability and security of

  • Answered by AI
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterative approach using three pointers

    • Recursive approach with base case and recursive call

    • In-place reversal using stack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare system design fhf rhf rhd r rhrhf rhfbt rhrif jdbtj djht jdbbtb fjjt

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before May 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. How can we improve the performance of a Front End System
  • Ans. 

    Improving Front End System Performance

    • Optimize images and reduce their size

    • Minimize HTTP requests and use caching

    • Use lazy loading for images and videos

    • Reduce the number of DOM elements

    • Use a Content Delivery Network (CDN)

    • Minimize the use of external scripts and plugins

    • Use asynchronous loading for scripts

    • Optimize CSS and JavaScript files

    • Use browser caching

    • Implement server-side rendering

  • Answered by AI
  • Q2. What is Event Loop and give an example on how it works.
  • Ans. 

    Event Loop is a mechanism that allows JavaScript to handle multiple tasks simultaneously.

    • Event Loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.

    • It prioritizes the tasks in the queue and pushes them to the call stack when it's empty.

    • This allows JavaScript to handle I/O operations and other asynchronous tasks without blocking the main thread.

    • Example: setTimeout() function ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focusing on basics, JavaScript is a must, no matter what framework you use.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

- simple basic ios questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked DSA array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well DSA and code

Techjockey Infotech Pvt.Ltd. Interview FAQs

How many rounds are there in Techjockey Infotech Pvt.Ltd. Senior Software Consultant interview?
Techjockey Infotech Pvt.Ltd. interview process usually has 3 rounds. The most common rounds in the Techjockey Infotech Pvt.Ltd. interview process are One-on-one Round and HR.
What are the top questions asked in Techjockey Infotech Pvt.Ltd. Senior Software Consultant interview?

Some of the top questions asked at the Techjockey Infotech Pvt.Ltd. Senior Software Consultant interview -

  1. Behavioural and use case specific questi...read more
  2. Questions on SaaS a...read more
  3. Telephone ro...read more

Tell us how to improve this page.

Techjockey Infotech Pvt.Ltd. Senior Software Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 50 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
JUSPAY Interview Questions
3.1
 • 22 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
AstroTalk Interview Questions
3.4
 • 21 Interviews
Melorra Interview Questions
3.1
 • 20 Interviews
Droom Interview Questions
3.8
 • 19 Interviews
Nestaway Interview Questions
3.8
 • 18 Interviews
View all

Techjockey Infotech Pvt.Ltd. Senior Software Consultant Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

1.0

Salary

4.0

Job security

1.0

Company culture

3.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Business Consultant
9 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Software Developer
8 salaries
unlock blur

₹3.6 L/yr - ₹13.8 L/yr

Content Writer
8 salaries
unlock blur

₹4.6 L/yr - ₹7.6 L/yr

Business Development Executive
8 salaries
unlock blur

₹2.6 L/yr - ₹4 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

MagicPin

2.6
Compare

Awign Enterprises

3.9
Compare

Nestaway

3.8
Compare

Ketto

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