Upload Button Icon Add office photos

Filter interviews by

Yalamanchili Software Exports Softwaretest Engineer Interview Questions and Answers

Updated 5 Sep 2024

Yalamanchili Software Exports Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introducing your self and project
  • Q2. Severity and priority
  • Q3. Smoke and sanity testing
  • Q4. Scenario base question if find bug before release

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all manual testing type question

Interview questions from similar companies

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

Basic OOP questions for python programming language

Round 2 - HR 

(2 Questions)

  • Q1. What's abstraction
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows users to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. What's the difference between SQL and NoSQL database
  • Ans. 

    SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.

    • SQL d...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Implement binary search algorithm
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index and compare the target value with the value at mid.

    • If target is less than mid value, update high to mid-1; if greater, update low to mid+1.

    • Repeat until target is found or low is greater than high.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Brief Introduction and basic questions
  • Q2. Future plans and how am i going to achieve them

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Machine test has been done for automation testing. Also one on one round will be done before m/c test.

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

(1 Question)

  • Q1. About ur self some technical problem
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 

Strong data structures knowledge

Round 3 - Technical 

(1 Question)

  • Q1. System Design, OOPS, SOLID principles, Design patterns.
Round 4 - HR 

(1 Question)

  • Q1. Normal HR discussion

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

Interview Questionnaire 

7 Questions

  • Q1. It was one to one VP round
  • Q2. Mostly client handling and issue handling related question Like how you will deal with this problem Or that problem
  • Q3. Question related to testing
  • Q4. Current roles and responsibility
  • Ans. 

    I am currently working as a Software Test Engineer.

    • Designing and executing test cases to ensure software quality

    • Identifying and reporting software defects

    • Collaborating with developers and stakeholders to resolve issues

    • Creating and maintaining test documentation

    • Participating in test planning and strategy discussions

  • Answered by AI
  • Q5. Fundamentals of testing
  • Ans. 

    Fundamentals of testing involve understanding the purpose, techniques, and principles of software testing.

    • Testing is done to identify defects and ensure quality

    • Techniques include black box, white box, and grey box testing

    • Principles include exhaustive testing is impossible, early testing, and defect clustering

    • Testing should be planned, designed, executed, and evaluated

  • Answered by AI
  • Q6. Some question related to performance testing
  • Q7. Few question related to automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be yourself, always mentioned
What you know and what do have done in resume dont try to fake like
Like
Mujhe java aata , mujhe python bhi aata
Aise mat dalo CV mae

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Concat two LinkedList without using any space and in O(n) time
  • Ans. 

    Concatenate two LinkedList without using extra space in O(n) time

    • Traverse the first LinkedList and update the last node's next pointer to the head of the second LinkedList

    • Return the head of the first LinkedList as the concatenated LinkedList

  • Answered by AI
  • Q2. 2 Sql Queries -1] rank window function 2] join
  • Q3. Project focused
Round 2 - Technical 

(3 Questions)

  • Q1. Discussion about Interfaces
  • Q2. Discussion about Dependency Injection in .net
  • Q3. Multiple .net questions
Round 3 - Technical 

(5 Questions)

  • Q1. Create Data structure to store file system like tree. it should get used for file and folder both.? find count of files in folder ?
  • Q2. Redis cache system
  • Q3. System designing Discussion
  • Q4. Dependency Injection discussion
  • Q5. Project in depth discussion
Round 4 - Behavioral 

(2 Questions)

  • Q1. Project Focused questions
  • Q2. What are your contributions in projects

Interview Preparation Tips

Topics to prepare for Energy Exemplar Software Engineer interview:
  • SQL
  • Data Structures
  • C#.Net

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 dsa questions were asked

Round 2 - HR 

(5 Questions)

  • Q1. Dsa questinsxare asked
  • Q2. Coding in live anlong project explanation
  • Ans. 

    Coding in live project involves writing and implementing code in a real-world software development project.

    • Understand the project requirements and scope before writing any code.

    • Collaborate with team members to ensure code integration and compatibility.

    • Test and debug code to ensure it meets project specifications.

    • Document code changes and updates for future reference.

    • Follow coding best practices and guidelines to mainta...

  • Answered by AI
  • Q3. Nothing is asked in my 3rd question
  • Q4. What does the following C++ code snippet do? int x = 5; while (x > 0) { cout << x << " "; x--; } Results in a compilation error Prints "54321" Prints "545454" Prints "12345"
  • Ans. 

    Prints numbers from 5 to 1 separated by a space

    • The code initializes x to 5, then enters a while loop that prints the value of x and decrements it until x is no longer greater than 0

    • The output will be '54321'

  • Answered by AI
  • Q5. What will be the value printed to the console? #include void function(int arr[], int size) { for (int 10; 1 size; 1++) { arr[1] = 2; } int main() { int arr[] {1, 2, 3, 4, 5); function(arr, 5);...
  • Ans. 

    The value printed to the console will be 246810.

    • The function modifies the array elements to be 2.

    • The main function calls the function to modify the array.

    • The loop in main function prints the modified array elements.

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy basic questions were there and we were asked to write two emails.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to projects
  • Q2. QBasic SQL questions

Yalamanchili Software Exports Interview FAQs

How many rounds are there in Yalamanchili Software Exports Softwaretest Engineer interview?
Yalamanchili Software Exports interview process usually has 1 rounds. The most common rounds in the Yalamanchili Software Exports interview process are One-on-one Round.
What are the top questions asked in Yalamanchili Software Exports Softwaretest Engineer interview?

Some of the top questions asked at the Yalamanchili Software Exports Softwaretest Engineer interview -

  1. Scenario base question if find bug before rele...read more
  2. Severity and prior...read more
  3. Smoke and sanity test...read more

Tell us how to improve this page.

Yalamanchili Software Exports Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Yalamanchili Software Exports Softwaretest Engineer Salary
based on 12 salaries
₹1 L/yr - ₹5.1 L/yr
52% less than the average Softwaretest Engineer Salary in India
View more details
Software Developer
125 salaries
unlock blur

₹1.1 L/yr - ₹3.8 L/yr

Operations Executive
88 salaries
unlock blur

₹1.3 L/yr - ₹3.5 L/yr

Executive Software Developer
39 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Application Support Engineer
29 salaries
unlock blur

₹0.9 L/yr - ₹5 L/yr

Client Account Manager
28 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Explore more salaries
Compare Yalamanchili Software Exports 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