Upload Button Icon Add office photos

Filter interviews by

Yantriks India Interview Questions and Answers

Updated 17 Jan 2021

Yantriks India Interview Experiences

Popular Designations

2 interviews found

Interview Questionnaire 

4 Questions

  • Q1. Loadrunner Throughput v/s hits/sec? How do you design spike testing in loadrunner & jmeter?
  • Ans. 

    Throughput measures the amount of data transferred per unit time, while hits/sec measures the number of requests served per second.

    • Throughput is measured in bytes/sec or bits/sec, while hits/sec is measured in requests/sec.

    • Throughput is affected by network bandwidth, while hits/sec is affected by server processing power.

    • To design spike testing in LoadRunner, use the 'Ramp-up' feature to gradually increase the load over...

  • Answered by AI
  • Q2. List out performance challenges and resolution or analysis from your experience.
  • Q3. What is load average? List of commands that gives you the metric.
  • Ans. 

    Load average is the average number of processes in the run queue over a period of time.

    • Load average is a metric that measures the average number of processes that are either in a running or uninterruptable sleep state.

    • It is calculated over a period of time, usually 1, 5, or 15 minutes.

    • The load average is displayed as three numbers, which represent the load average for the past 1, 5, and 15 minutes, respectively.

    • Command...

  • Answered by AI
  • Q4. Types of performance testing and how many you have done so far, share detail study.
  • Ans. 

    There are several types of performance testing such as load testing, stress testing, endurance testing, spike testing, and scalability testing.

    • Load testing: testing the system's ability to handle a specific load

    • Stress testing: testing the system's ability to handle beyond its capacity

    • Endurance testing: testing the system's ability to handle a sustained load over a long period of time

    • Spike testing: testing the system's ...

  • Answered by AI

Skills evaluated in this interview

Performance Engineer Interview Questions asked at other Companies

Q1. Loadrunner Throughput v/s hits/sec? How do you design spike testing in loadrunner & jmeter?
View answer (1)

I applied via Referral and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What was your role in last organization
  • Ans. 

    I was a Software Engineer responsible for developing and maintaining software applications.

    • Developed and implemented new software features

    • Debugged and fixed software defects

    • Collaborated with cross-functional teams to gather requirements and design solutions

    • Participated in code reviews and provided feedback

    • Optimized software performance and scalability

    • Wrote unit tests to ensure code quality and reliability

  • Answered by AI
  • Q2. How much you know about ITIL
  • Q3. Why you want change
  • Q4. Your best part/key skills/achievements since you are experienced.
  • Ans. 

    My key skills include strong problem-solving abilities, expertise in multiple programming languages, and a track record of successful project completions.

    • Strong problem-solving abilities

    • Expertise in multiple programming languages (e.g. Java, Python, C++)

    • Track record of successful project completions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always confident in whatsoever you are presenting in front of interviewer, you must have relevant experienced as well as skill set for the position you applying for.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (215)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I appeared for an interview before May 2021.

Round 1 - Aptitude Test 

System engineer

Round 2 - Aptitude Test 

Basic c programming

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer makes interview smooth and friendly meeting
  • Q2. Write a program reverse number and palindrome in c and basic c programming

Interview Preparation Tips

Interview preparation tips for other job seekers - develope Skills and attitude and prepare well in programming

Interview Questionnaire 

1 Question

  • Q1. Simple questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well enough for the position
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Why do you want to join this company
  • Ans. 

    I admire your company's innovative approach and commitment to impactful technology, aligning perfectly with my career goals and values.

    • Your focus on cutting-edge technology, like AI and machine learning, excites me as I have experience in developing similar solutions.

    • I appreciate your commitment to sustainability, which resonates with my personal values and desire to contribute to a better future.

    • The collaborative cult...

  • Answered by AI
  • Q2. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Coading and technical
Round 3 - Technical 

(1 Question)

  • Q1. Coading and project related
Round 4 - HR 

(1 Question)

  • Q1. Package discussion will be done

Interview Preparation Tips

Interview preparation tips for other job seekers - Better look out for other organisation not secure for job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is data warehousing
  • Ans. 

    Data warehousing is the process of collecting, storing, and managing data from various sources for analysis and reporting.

    • Data warehousing involves extracting data from multiple sources

    • Data is then transformed and loaded into a central repository

    • The data can be used for analysis, reporting, and decision-making

    • Examples include data warehouses used by businesses to analyze sales data

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Aura related questions
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - Group Discussion 
Pro Tip by AmbitionBox:
Be a good listener. GDs are not just about speaking. Your listening skills will give you a lot of points to counter and speak when your turn comes.
View all tips
Round 4 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Interview Questionnaire 

1 Question

  • Q1. What js difference between === and ==
  • Ans. 

    === compares value and type, while == only compares value

    • === is stricter than == in type checking

    • === returns true only if both operands are of the same type and have the same value

    • == performs type coercion, which can lead to unexpected results

    • For example, '5' == 5 returns true, but '5' === 5 returns false

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basics, oops concepts, advance framework

Skills evaluated in this interview

Yantriks India Interview FAQs

How to prepare for Yantriks India 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 Yantriks India. The most common topics and skills that interviewers at Yantriks India expect are Java, JMeter, MongoDB, Agile and Automation Testing.
What are the top questions asked in Yantriks India interview?

Some of the top questions asked at the Yantriks India interview -

  1. Loadrunner Throughput v/s hits/sec? How do you design spike testing in loadrunn...read more
  2. What is load average? List of commands that gives you the metr...read more
  3. Types of performance testing and how many you have done so far, share detail st...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Monotype Interview Questions
3.7
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
Xactly Corp Interview Questions
3.8
 • 17 Interviews
Emtec Interview Questions
4.3
 • 14 Interviews
Dataflow Group Interview Questions
3.0
 • 14 Interviews
V2soft Interview Questions
3.7
 • 12 Interviews
View all

Yantriks India Reviews and Ratings

based on 8 reviews

4.3/5

Rating in categories

4.3

Skill development

3.7

Work-life balance

4.3

Salary

4.4

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
17 salaries
unlock blur

₹8.4 L/yr - ₹24 L/yr

Software Engineer
11 salaries
unlock blur

₹6.2 L/yr - ₹17.9 L/yr

Principal Engineer
8 salaries
unlock blur

₹16.6 L/yr - ₹32 L/yr

Senior Performance Engineer
6 salaries
unlock blur

₹9 L/yr - ₹17 L/yr

Performance Engineer
5 salaries
unlock blur

₹7 L/yr - ₹9 L/yr

Explore more salaries
Compare Yantriks India with

Pitney Bowes

3.7
Compare

Dataflow Group

3.0
Compare

Sapphire Software Solutions (India)

4.5
Compare

Sagitec Solutions

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