Upload Button Icon Add office photos
Engaged Employer

i

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

Newageit Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Newageit Technologies Interview Questions and Answers

Updated 18 Oct 2024
Popular Designations

9 Interview questions

A Manual Tester was asked 8mo ago
Q. Write test cases for an electric bulb.
Ans. 

Test cases for Electric bulb

  • Test if the bulb turns on when the switch is flipped

  • Test if the bulb emits light when turned on

  • Test if the bulb heats up after being on for a while

  • Test if the bulb flickers or dims before burning out

View all Manual Tester interview questions
A Manual Tester was asked 8mo ago
Q. Write test cases for Instagram.
Ans. 

Test cases for Instagram application

  • Verify user can successfully create a new account

  • Ensure user can upload a photo and apply filters

  • Check if user can search for other users and follow/unfollow them

  • Test the functionality of liking and commenting on posts

  • Verify that direct messaging feature works correctly

View all Manual Tester interview questions
A Manual Tester was asked 8mo ago
Q. What test cases would you design for a payment gateway?
Ans. 

Test cases for payment gateway functionality

  • Verify successful payment processing

  • Test for different payment methods (credit card, PayPal, etc.)

  • Check for error handling in case of payment failure

  • Validate security measures for sensitive payment information

  • Test for currency conversion if applicable

View all Manual Tester interview questions
A Software Testing Engineer was asked
Q. Explain testing with an example.
Ans. 

Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

  • Testing involves identifying defects or errors in the system

  • It helps in ensuring that the system meets the user's requirements

  • Testing can be done manually or through automation tools

  • Examples of testing include functional testing, performance testing, security testing, etc...

View all Software Testing Engineer interview questions
An Automation Test Engineer was asked
Q. When should automation be implemented in the application lifecycle?
Ans. 

Automation should be done in the early stages of the app lifecycle.

  • Automation should be started as soon as the application requirements are finalized.

  • Automation should be done in parallel with manual testing.

  • Automation should be done for critical and frequently used functionalities.

  • Automation should be updated regularly to keep up with changes in the application.

  • Automation should be done for regression testing to ...

View all Automation Test Engineer interview questions
An Automation Test Engineer was asked
Q. Write a code snippet to automate a specific scenario.
Ans. 

To automate a scenario, write code using a testing framework like Selenium or Appium.

  • Identify the scenario to be automated

  • Choose a suitable testing framework

  • Write code to simulate user actions and verify expected results

  • Use assertions to validate test results

  • Integrate with a CI/CD pipeline for continuous testing

  • Example: Automating login process on a web application using Selenium WebDriver

View all Automation Test Engineer interview questions
An Automation Tester was asked
Q. 1)Explain Access Specifiers 2)Tell me the functional flow of your application On which you are working as a User
Ans. 

Access Specifiers and Functional Flow of Application

  • Access Specifiers define the scope of a class member

  • Public members can be accessed from anywhere

  • Private members can only be accessed within the class

  • Protected members can be accessed within the class and its subclasses

  • Functional flow of the application describes the sequence of actions performed by the user

  • It includes login, navigation, data entry, submission, an...

View all Automation Tester interview questions
Are these interview questions helpful?
An Automation Tester was asked
Q. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times ...
Ans. 

Answers to common questions asked in an Automation Tester interview

  • Sanity testing is a subset of regression testing and is done to check if the critical functionalities of the application are working fine after a small change

  • Smoke testing is done to check if the application is stable enough for further testing

  • Regression testing is done to ensure that the changes made to the application do not affect the existing f...

View all Automation Tester interview questions
A Manual Tester was asked 8mo ago
Q. Defect reporting procedure
Ans. 

Defect reporting procedure involves documenting, prioritizing, and communicating issues found during testing.

  • Document defects with detailed information including steps to reproduce, expected vs actual results, and screenshots if applicable

  • Prioritize defects based on severity and impact on the system

  • Communicate defects to the development team using a defect tracking tool like Jira or Bugzilla

  • Follow up on defects to...

View all Manual Tester interview questions

Newageit Technologies Interview Experiences

5 interviews found

Automation Tester Interview Questions & Answers

user image Kanchan Rahane

posted on 24 Nov 2022

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

Round 1 - Assignment 

We have to write script on any Live Application it depends on the interviewer which application they are allocating

Round 2 - Client Interview 

(1 Question)

  • Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many test cases you execute per day 4)Tell me the diffrent Types of waits 5)When we use Implicite and Explicite wait 6)How many times...
  • Ans. 

    Answers to common questions asked in an Automation Tester interview

    • Sanity testing is a subset of regression testing and is done to check if the critical functionalities of the application are working fine after a small change

    • Smoke testing is done to check if the application is stable enough for further testing

    • Regression testing is done to ensure that the changes made to the application do not affect the existing functi...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. 1)Explain Access Specifiers 2)Tell me the functional flow of your application On which you are working as a User
  • Ans. 

    Access Specifiers and Functional Flow of Application

    • Access Specifiers define the scope of a class member

    • Public members can be accessed from anywhere

    • Private members can only be accessed within the class

    • Protected members can be accessed within the class and its subclasses

    • Functional flow of the application describes the sequence of actions performed by the user

    • It includes login, navigation, data entry, submission, and log...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident, Don't Tell Wrong ans. If you don't know the ans. Just say I am Sorry sir/mam.
Handle the situation with presence of mind .

Skills evaluated in this interview

Manual Tester Interview Questions & Answers

user image Pranay Samadhe

posted on 18 Oct 2024

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

(4 Questions)

  • Q1. Write test cases on Electric bulb
  • Ans. 

    Test cases for Electric bulb

    • Test if the bulb turns on when the switch is flipped

    • Test if the bulb emits light when turned on

    • Test if the bulb heats up after being on for a while

    • Test if the bulb flickers or dims before burning out

  • Answered by AI
  • Q2. Write test cases on Instagram
  • Ans. 

    Test cases for Instagram application

    • Verify user can successfully create a new account

    • Ensure user can upload a photo and apply filters

    • Check if user can search for other users and follow/unfollow them

    • Test the functionality of liking and commenting on posts

    • Verify that direct messaging feature works correctly

  • Answered by AI
  • Q3. Defect reporting procedure
  • Ans. 

    Defect reporting procedure involves documenting, prioritizing, and communicating issues found during testing.

    • Document defects with detailed information including steps to reproduce, expected vs actual results, and screenshots if applicable

    • Prioritize defects based on severity and impact on the system

    • Communicate defects to the development team using a defect tracking tool like Jira or Bugzilla

    • Follow up on defects to ensu...

  • Answered by AI
  • Q4. Test cases on payment Getaway
  • Ans. 

    Test cases for payment gateway functionality

    • Verify successful payment processing

    • Test for different payment methods (credit card, PayPal, etc.)

    • Check for error handling in case of payment failure

    • Validate security measures for sensitive payment information

    • Test for currency conversion if applicable

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding for selenium and python

Round 3 - One-on-one 

(2 Questions)

  • Q1. Be calm and honest ,..dont lie
  • Q2. Aptitude related questions also asked

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm and honest..dont try lying
aptitude related questions were also there in one on one interview
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 3 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 - Coding Test 

Automating some random application within 1.5 hours..

Round 3 - Technical 

(2 Questions)

  • Q1. Write few lines of code on how to automate in particular scenerio
  • Ans. 

    To automate a scenario, write code using a testing framework like Selenium or Appium.

    • Identify the scenario to be automated

    • Choose a suitable testing framework

    • Write code to simulate user actions and verify expected results

    • Use assertions to validate test results

    • Integrate with a CI/CD pipeline for continuous testing

    • Example: Automating login process on a web application using Selenium WebDriver

  • Answered by AI
  • Q2. When to do that automation..in lifecycle of app
  • Ans. 

    Automation should be done in the early stages of the app lifecycle.

    • Automation should be started as soon as the application requirements are finalized.

    • Automation should be done in parallel with manual testing.

    • Automation should be done for critical and frequently used functionalities.

    • Automation should be updated regularly to keep up with changes in the application.

    • Automation should be done for regression testing to save ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn python basics and selenium..coding test involve python test and selenium test..prepare for both not just selenium

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 before Apr 2022. There were 3 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. Tell me about your work experience
Round 3 - One-on-one 

(2 Questions)

  • Q1. Explain testing with example
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing involves identifying defects or errors in the system

    • It helps in ensuring that the system meets the user's requirements

    • Testing can be done manually or through automation tools

    • Examples of testing include functional testing, performance testing, security testing, etc.

  • Answered by AI
  • Q2. Explain your project in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare on current project

Skills evaluated in this interview

Top trending discussions

View All
Engineering - Software & QA
2w
a senior software engineer
.NET's Future & Senior Dev Salary Trends
I'm a Full Stack .NET Dev with 6+ years of experience. Seeing a lot of posts on LinkedIn saying .NET (especially .NET Core) might get replaced by stacks like Java/Spring or Python/Django or Next soon. What's the typical salary range in India for someone with my experience right now? Would love some insights from the community! Also, how can I stay ahead of the competition?
Got a question about Newageit Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence
Are these interview questions helpful?

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

Newageit Technologies Interview FAQs

How many rounds are there in Newageit Technologies interview?
Newageit Technologies interview process usually has 2-3 rounds. The most common rounds in the Newageit Technologies interview process are Resume Shortlist, One-on-one Round and Coding Test.
How to prepare for Newageit Technologies 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 Newageit Technologies. The most common topics and skills that interviewers at Newageit Technologies expect are Manual Testing, Test Cases, Drive Test, FSD and Ingenium.
What are the top questions asked in Newageit Technologies interview?

Some of the top questions asked at the Newageit Technologies interview -

  1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing 3)how many te...read more
  2. write few lines of code on how to automate in particular scene...read more
  3. 1)Explain Access Specifiers 2)Tell me the functional flow of your application O...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 6 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 101 Interviews
Snovasys Interview Questions
4.0
 • 36 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
View all

Newageit Technologies Reviews and Ratings

based on 33 reviews

3.7/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.4

Salary

3.5

Job security

3.5

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 33 Reviews and Ratings
Softwaretest Engineer
25 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Test Engineer
13 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Automation Engineer
9 salaries
unlock blur

₹3.6 L/yr - ₹4.1 L/yr

HR Executive Recruiter
5 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Senior Test Engineer
4 salaries
unlock blur

₹6.9 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Newageit Technologies with

HCL Infosystems

3.9
Compare

Zidio Development

4.4
Compare

Northcorp Software

4.4
Compare

Accel Frontline

4.1
Compare
write
Share an Interview