Upload Button Icon Add office photos

Filter interviews by

Gaian Consultants Senior Software Development Test Engineer Interview Questions and Answers

Updated 28 Aug 2024

Gaian Consultants Senior Software Development Test Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is oauth2.0
  • Ans. 

    OAuth 2.0 is an authorization framework that allows a third-party application to obtain limited access to an HTTP service.

    • OAuth 2.0 is used for delegated authorization, allowing a user to grant access to their resources without sharing their credentials.

    • It uses tokens (access token, refresh token) to grant access to resources on behalf of the user.

    • OAuth 2.0 is widely used in APIs, social media platforms, and mobile app...

  • Answered by AI
  • Q2. Explain automation framework
  • Ans. 

    Automation framework is a set of guidelines, rules, and tools used for creating and executing automated tests.

    • Automation framework provides structure and guidelines for test automation projects.

    • It helps in organizing test scripts, data, and results in a systematic way.

    • Frameworks like Selenium, TestNG, and Cucumber are commonly used in automation testing.

    • It allows for easy maintenance and scalability of automated tests.

    • ...

  • Answered by AI
  • Q3. String and steingbuffer
Round 2 - HR 

(2 Questions)

  • Q1. Tell me About yourself
  • Ans. 

    I am a seasoned Sr.Sdet with 8+ years of experience in automation testing and quality assurance.

    • 8+ years of experience in automation testing and quality assurance

    • Proficient in various automation tools such as Selenium, Appium, and JUnit

    • Strong knowledge of programming languages like Java and Python

    • Experience in creating test plans, test cases, and executing test scripts

    • Familiar with Agile methodologies and working in cr

  • Answered by AI
  • Q2. Some basic hr stuff

Interview Preparation Tips

Topics to prepare for Gaian Consultants Senior Software Development Test Engineer interview:
  • Automation Framework
  • Different api calls
  • Authentication vs authorization

Skills evaluated in this interview

Interview questions from similar companies

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

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

(1 Question)

  • Q1. Introduction String related Question Linked List Design test cases
Round 3 - One-on-one 

(1 Question)

  • Q1. Selenium related question like xpath design Test data generation Project discussion
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with manager Project discussion Selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level is average. so just prepare with your testing technologies, test data generation and linked list, string related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

Interview experience
5
Excellent
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 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jun 2023. 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 - Coding Test 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in May 2022. There were 4 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 - Coding Test 

There was 2 coding question
One was easy One was very Difficult
20 MCQ question from Operating system and DBMS

Round 3 - Technical 

(2 Questions)

  • Q1. First question was binary search in unsorted arrays So here i have asked about sorting algorithms all sorting algorithms must be clear
  • Q2. Second question was to find longest consecutive subarray.
  • Ans. 

    Find the longest consecutive subarray.

    • Iterate through the array and keep track of the current subarray length.

    • Update the maximum length as you iterate.

    • Reset the current subarray length when a non-consecutive element is encountered.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. OOPS related question Heap insertion deletion question Hashing Spanning tree
  • Q2. Minimum Spanning tree Implementation of MST
  • Ans. 

    Minimum Spanning Tree (MST) is a tree that connects all vertices in a graph with minimum total edge weight.

    • MST can be found using Prim's algorithm or Kruskal's algorithm.

    • Prim's algorithm starts with a single vertex and adds the closest vertex to the tree until all vertices are included.

    • Kruskal's algorithm starts with the edges with the lowest weight and adds them to the tree as long as they don't create a cycle.

    • MST has...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have strong understanding of core cs subjects
You have full command in DSA. You have to practice from leetcode
Sometimes your luck also matters

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction, project, programming basics. The interview questions completely asked in what you mentioned in resume, like project based, skills based that programming language s and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, talk attentive and cler, be prepare your self what you mentioned in resume that's it

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Fail fast vs fail safe
  • Ans. 

    Fail fast prioritizes speed of detection and resolution, while fail safe prioritizes safety and minimizing harm.

    • Fail fast approach is commonly used in agile development where quick feedback is essential

    • Fail safe approach is commonly used in critical systems such as medical devices or aviation

    • Fail fast can lead to more errors and instability if not properly managed

    • Fail safe can lead to slower response times and increase...

  • Answered by AI
  • Q2. Java initializer block, static block, super keyword. For more info read: gfg order execution initialization block constructors java

Interview Preparation Tips

Interview preparation tips for other job seekers - Read previously asked questions and prepare java concepts better.

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

Interview Questionnaire 

3 Questions

  • Q1. Process builder. 2.types of relationships. 3.difference in user ,profile and role. 4.workflow. 5.Admin questions
  • Ans. 

    Answering questions related to software development and Salesforce administration.

    • Process Builder is a visual tool in Salesforce used to automate business processes.

    • Types of relationships in Salesforce include lookup, master-detail, and many-to-many relationships.

    • User represents an individual who can log in and access Salesforce, Profile defines the permissions and settings for a user, and Role determines the hierarchy...

  • Answered by AI
  • Q2. What configuration i have done.
  • Ans. 

    I have configured various software systems and tools for development purposes.

    • Configured IDEs such as Eclipse and Visual Studio for development

    • Set up version control systems like Git and SVN

    • Installed and configured build tools like Maven and Gradle

    • Configured application servers like Tomcat and JBoss

    • Set up databases like MySQL and Oracle for development and testing

  • Answered by AI
  • Q3. Salary negotiations

Interview Preparation Tips

Round: Manager round
Experience: Configuration and what work ee have done in your previous company.

Skills evaluated in this interview

Gaian Consultants Interview FAQs

How many rounds are there in Gaian Consultants Senior Software Development Test Engineer interview?
Gaian Consultants interview process usually has 2 rounds. The most common rounds in the Gaian Consultants interview process are Technical and HR.
What are the top questions asked in Gaian Consultants Senior Software Development Test Engineer interview?

Some of the top questions asked at the Gaian Consultants Senior Software Development Test Engineer interview -

  1. What is oauth...read more
  2. Explain automation framew...read more
  3. String and steingbuf...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Gaian Consultants Senior Software Development Test Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Senior Technical Writer
4 salaries
unlock blur

₹20 L/yr - ₹35 L/yr

Devops Engineer
3 salaries
unlock blur

₹9 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Gaian Consultants with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview