Upload Button Icon Add office photos
Engaged Employer

i

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

Techjays Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 76 Reviews

Filter interviews by

Techjays Interview Questions and Answers

Updated 1 Jun 2024

Techjays Interview Experiences

Popular Designations

7 interviews found

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

I applied via LinkedIn and was interviewed in Nov 2023. 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 - One-on-one 

(2 Questions)

  • Q1. Django architecture?, Query optimization?table relations,
  • Q2. Logical problems are given
Round 3 - Technical 

(2 Questions)

  • Q1. Logical problem has given
  • Q2. Django based questions
Round 4 - HR 

(1 Question)

  • Q1. Reason to quite previous job
  • Ans. 

    Seeking new challenges and growth opportunities

    • Desire for career advancement

    • Looking for new learning experiences

    • Seeking a more challenging role

  • Answered by AI

Software Python Engineer Interview Questions asked at other Companies

Q1. Design a metric system that handles requests from 100k Computers and show there metrics.
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Python language and django basics
Round 2 - Coding Test 

Small short leetcode style coding questions,‌ basics of aws

Round 3 - One-on-one 

(1 Question)

  • Q1. With the CTO, architecture and tech depth and breadth was assessed
Round 4 - HR 

(1 Question)

  • Q1. Generic behavioral questions

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is middleware in django?
  • Ans. 

    Middleware in Django is a framework of hooks into Django's request/response processing.

    • Middleware is a framework of hooks that allows you to modify request/response objects globally.

    • It is a lightweight, low-level plugin system for globally altering Django's input or output.

    • Middleware can be used for authentication, logging, error handling, etc.

    • Examples of middleware in Django include AuthenticationMiddleware, SessionMi

  • Answered by AI
  • Q2. How you do error handling in Django?
  • Ans. 

    Error handling in Django involves using try-except blocks, custom error pages, logging, and Django's built-in error handling features.

    • Use try-except blocks to catch and handle exceptions in Django views and functions.

    • Customize error pages by creating templates for specific error codes (e.g. 404.html for Page Not Found).

    • Utilize Django's built-in error handling features like DEBUG mode, middleware, and logging to track a...

  • Answered by AI

Skills evaluated in this interview

Python Developer Interview Questions asked at other Companies

Q1. Tell me the logic of program to reverse a given string word by word without using any built in function.
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test for first level

Round 2 - Technical 

(1 Question)

  • Q1. Asked about Python and AWS server less
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
Add answer

Techjays interview questions for popular designations

 Backend Developer

 (1)

 Desktop Support Executive

 (1)

 Developer

 (1)

 Python Developer

 (1)

 Senior Devops Engineer

 (1)

 Software Python Engineer

 (1)

 Technical Lead

 (1)

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. This first round was very nice
  • Q2. I can strongly suggest first round
Round 3 - Technical 

(2 Questions)

  • Q1. 2nd round was worst even that Panel guy is not interested to take an interview
  • Q2. Finally you will get bad news

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Did you manage you shifts are ok with that?

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is important for every you be positive for the facing the interview. if u ll get they ll ask more about or some time they put u aside .like we call u later

Desktop Support Executive Interview Questions asked at other Companies

Q1. Why wipro using their own developing software?
View answer (2)

Developer Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About projects i worked on
  • Q2. Gave a simple coding problem to solve
Round 3 - Technical 

(1 Question)

  • Q1. Gave a simple coding problem to solve

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    Palindrome code should be designed to check if a given string is the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove any spaces and punctuation from the string

    • Reverse the string and compare it to the original string to check if it is a palindrome

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. Why are you interested in the role
  • Ans. 

    I am passionate about driving organizational effectiveness and employee engagement through strategic HR initiatives.

    • I have a strong background in HR strategy and business partnering

    • I enjoy collaborating with cross-functional teams to drive positive change

    • I am excited about the opportunity to make a meaningful impact on the organization's culture and performance

  • Answered by AI
  • Q3. Talking about Intersted in which things that do in free time

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently, I had an interview experience that felt unprofessional. I was assured I was one of two shortlisted candidates for a role and encouraged to attend. After waiting for over 30 minutes, the HR representative finally conducted the interview but was dressed in casual nightwear, which left a poor impression. Such behavior from an HR professional does not reflect well on the company. I suggest researching thoroughly before investing your time and effort with organizations that may not prioritize professionalism in their recruitment process.

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

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

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework

Techjays Interview FAQs

How many rounds are there in Techjays interview?
Techjays interview process usually has 2-3 rounds. The most common rounds in the Techjays interview process are Technical, Resume Shortlist and HR.
How to prepare for Techjays 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 Techjays. The most common topics and skills that interviewers at Techjays expect are Javascript, Entity Framework, Agile, Analytics and GIT.
What are the top questions asked in Techjays interview?

Some of the top questions asked at the Techjays interview -

  1. How you do error handling in Djan...read more
  2. What is middleware in djan...read more
  3. 2nd round was worst even that Panel guy is not interested to take an interv...read more

Tell us how to improve this page.

Techjays Interview Process

based on 8 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Techjays Reviews and Ratings

based on 76 reviews

4.2/5

Rating in categories

4.4

Skill development

4.0

Work-life balance

4.0

Salary

4.3

Job security

4.3

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 76 Reviews and Ratings
Software Engineer
27 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Software Engineer2
7 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Software Developer
6 salaries
unlock blur

₹3.6 L/yr - ₹12.7 L/yr

Business Analyst
5 salaries
unlock blur

₹5 L/yr - ₹7.7 L/yr

Technical Lead
5 salaries
unlock blur

₹9 L/yr - ₹13 L/yr

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