Upload Button Icon Add office photos

Filter interviews by

TechJini Automation Test Lead Interview Questions and Answers

Updated 12 Nov 2018

TechJini Automation Test Lead Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Experience, team handling, problem solving etc
  • Q2. Selenium, JIRA, Scrum Ceremonies, Use Cases, Java programs, Selenium Programs, Frameworks, SQL
  • Q3. Selenium, JIRA, Scrum Ceremonies, Use Cases, Java programs, Selenium Programs and many more
  • Q4. Selenium, JIRA, Scrum Ceremonies, Use Cases, Java programs, Selenium Programs
  • Q5. Situation questions, problem solving etc
  • Q6. After HR Discussion is done and submitting my current employment details, payslips, they did another technical round which has no meaning

Interview Preparation Tips

General Tips: One of the Horrible companies I have ever attended for the interview. They are highly unprofessional.


I was interviewed at Techjini Bangalore, completed 2 technical rounds at their JP Nagar office

After clearing these 2 technical rounds, they asked me to attend Client interview at ORR Bangalore in one of the TechParks. They have done 3 rounds of technical interview. I have cleared all of them

Later, TechJini HR executive has conducted Final HR Interview along with another senior HR Manager it was over 1 hour

After few days of continuous chase with HR executive, again he has scheduled another technical interview with TechJini QA Manager, I am not sure what was her expectation, not sure whether she has reviewed my profile OR not, touched lot of Performance, security testing related questions some of them I couldn't answer

After struggle of over 6 weeks, finally HR executivehas mentioned that interview result was negative

This is the 1st time I am seeing a situation in this company after submitting required documents and after HR discussion another Technical interview by a different team manager which shows there is a serious gap in the departments and various teams which are working on fulfilling a requirement in TechJini

Duration: 1-3 Months

Interview questions from similar companies

Interview experience
3
Average
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 - Technical 

(3 Questions)

  • Q1. Question related to oops
  • Q2. Question related to coding
  • Q3. I was rejected after 2nd round
Round 2 - Technical 

(2 Questions)

  • Q1. Question related to advanced topic in oops
  • Q2. Question related to coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2021. 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. Oops concepts, core java
  • Q2. Java 8 stream api and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well it will be easy to crack. they hire good peope
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. What is zero coupon bond?
  • Ans. 

    A zero coupon bond is a bond that pays no interest and is sold at a discount to its face value.

    • Zero coupon bonds are also known as discount bonds.

    • Investors buy these bonds at a price lower than their face value and receive the full face value at maturity.

    • The difference between the purchase price and the face value is the investor's return.

    • Zero coupon bonds are often used for long-term investments, such as retirement sa...

  • Answered by AI
  • Q2. What is corporate actions and how you record those in books?
  • Ans. 

    Corporate actions are events initiated by a company that can affect its stock price and shareholders. They are recorded in books through various accounting entries.

    • Corporate actions include stock splits, dividends, mergers, acquisitions, and spin-offs.

    • These actions are recorded in books through journal entries and adjustments to accounts such as retained earnings and stockholders' equity.

    • For example, if a company decla...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Basic linear searching algorithm

Round 2 - HR 

(1 Question)

  • Q1. Basic day to day work related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Jun 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. Lots of technical questions over automation, javascript overview questions, coding questions over string and array. (Not hard one)
  • Q2. General manual testing like what is regression smoke sanity BVA.
  • Q3. API testing question like path variable , response code ,put vs patch
Round 2 - Technical 

(3 Questions)

  • Q1. Second round will be tough, if your interviewer is karan vaid then you have to deep into javascript.
  • Q2. He will ask deep questions on javascript on promise , async await , callbacks .
  • Q3. Cookies, event loops . Mainly go through namaste js series in youtube. You will be able to answer his questions 80 percent.

Interview Preparation Tips

Interview preparation tips for other job seekers - Remember one thing in round 2 whatever answer you will give if its correct then the interviewer will go deep until you are not able to give answer. Don't feel low be confident to give your next answer.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find wheteher the given number is fibonacci or not
  • Ans. 

    To determine if a number is a Fibonacci number or not.

    • Check if 5*n^2 + 4 or 5*n^2 - 4 is a perfect square

    • If either of the above conditions is true, the number is a Fibonacci number

    • Example: 5 is a Fibonacci number as 5*5 - 4 = 21 which is a perfect square

  • Answered by AI
  • Q2. How will you add caching to improve fast response
  • Ans. 

    Implement caching by storing frequently accessed data in memory to improve response time.

    • Identify frequently accessed data that can be cached

    • Choose an appropriate caching strategy (e.g. in-memory caching, distributed caching)

    • Implement caching mechanisms such as Redis or Memcached

    • Set expiration policies for cached data to ensure freshness

    • Monitor cache performance and adjust as needed

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Data warehouse concepts, Scd with examples, Sql Queries

Interview Questionnaire 

2 Questions

  • Q1. Mostly puzzles and one case study
  • Q2. They asked me questions about my interests and hobbies

Interview Preparation Tips

Round: Test
Experience: There were three sets of question paper. We were sitting according to our roll number then question paper with rough sheet were distributed and we were allowed 1 hour to finish that. There was no negative marking.
Tips: For aptitude practice data interpretation and data sufficiency
Duration: 1 hour
Total Questions: 30

Round: Group Discussion
Duration: 15 minutes

Round: Technical Interview
Tips: Practice puzzles and case study for this round

Round: HR Interview
Tips: Be yourself

College Name: NIT Rourkela

TechJini Interview FAQs

What are the top questions asked in TechJini Automation Test Lead interview?

Some of the top questions asked at the TechJini Automation Test Lead interview -

  1. Selenium, JIRA, Scrum Ceremonies, Use Cases, Java programs, Selenium Programs, ...read more
  2. Selenium, JIRA, Scrum Ceremonies, Use Cases, Java programs, Selenium Programs a...read more
  3. Selenium, JIRA, Scrum Ceremonies, Use Cases, Java programs, Selenium Progr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all
Senior Software Engineer
68 salaries
unlock blur

₹5.4 L/yr - ₹16 L/yr

Software Engineer
40 salaries
unlock blur

₹4.2 L/yr - ₹9.6 L/yr

Senior Test Engineer
19 salaries
unlock blur

₹5.1 L/yr - ₹10 L/yr

Technical Lead
16 salaries
unlock blur

₹8.9 L/yr - ₹19 L/yr

Project Manager
8 salaries
unlock blur

₹18.1 L/yr - ₹26.1 L/yr

Explore more salaries
Compare TechJini with

Saama Technologies

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

DISYS

3.0
Compare

Value Point Systems

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