Upload Button Icon Add office photos

Filter interviews by

Yalamanchili Software Exports Interview Questions and Answers

Updated 19 Mar 2025

Yalamanchili Software Exports Interview Experiences

Popular Designations

16 interviews 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

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is the difference between an IP Address and a MAC Address?
  • Ans. 

    IP addresses identify devices on a network, while MAC addresses are unique identifiers for network interfaces.

    • IP Address: Logical address used for routing packets across networks.

    • MAC Address: Physical address assigned to network interfaces, used for local communication.

    • Example of IP Address: 192.168.1.1 (IPv4) or 2001:0db8:85a3:0000:0000:8a2e:0370:7334 (IPv6).

    • Example of MAC Address: 00:1A:2B:3C:4D:5E, typically represe

  • Answered by AI
  • Q2. What are the different types of routing protocols?
  • Ans. 

    Routing protocols determine how routers communicate and share information about network paths.

    • 1. Distance Vector Protocols: Routers share their routing table with neighbors. Example: RIP (Routing Information Protocol).

    • 2. Link State Protocols: Routers share information about the state of their links. Example: OSPF (Open Shortest Path First).

    • 3. Path Vector Protocols: Used in inter-domain routing, where routes are adverti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This website makes it easy to apply for jobs.

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Interview Questions & Answers

user image pragathiswar J

posted on 27 Mar 2024

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

30 min asked basic c questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Question asked about problem solving and your approach.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 3 interview rounds.

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 - Aptitude Test 

Quantitive aptitude and English grammar

Round 3 - HR 

(1 Question)

  • Q1. Self introduced and subject base questions

Interview Preparation Tips

Topics to prepare for Yalamanchili Software Exports Reconciliation Analyst interview:
  • Banking Operations
Interview preparation tips for other job seekers - Always have positive thoughts and clear idea about what you think

Reconciliation Analyst Interview Questions asked at other Companies

Q1. What is derrivatives? What isTLC? What is hedge funds?
View answer (2)

Yalamanchili Software Exports interview questions for popular designations

 Operations Executive

 (2)

 Reconciliation Analyst

 (1)

 Mobile Application Developer

 (1)

 Software Developer

 (1)

 Software Tester

 (1)

 Network Engineer

 (1)

 Java Developer

 (1)

 Client Relationship Manager

 (1)

Plsql Developer Interview Questions & Answers

user image Gulshan Jamaiwar

posted on 16 Mar 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2023. 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 - Aptitude Test 

25 Aptitude MCQ and 25 post based MCQ

Round 3 - Technical 

(1 Question)

  • Q1. They are asking Technical Questions
Round 4 - HR 

(1 Question)

  • Q1. They are asking HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It is Fintech Domain Company which is mostly working on Cards and Payments

Plsql Developer Interview Questions asked at other Companies

Q1. What is procedure in plsql and it's syntax and difference between procedure and function?
View answer (7)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Genaral & technology

Round 2 - HR 

(2 Questions)

  • Q1. Self interaction
  • Q2. Experience
Round 3 - Technical 

(2 Questions)

  • Q1. Based on project
  • Q2. Related to work process

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)

Jobs at Yalamanchili Software Exports

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

They ask to write a pattern program for triangle

Round 3 - One-on-one 

(1 Question)

  • Q1. Java basics question

Mobile Application Developer Interview Questions asked at other Companies

Q1. How to handle the huge number of concurrent HTTP requests of orders for the same item? What if there is only one item left in the stock?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, a passion for problem-solving, and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development, including proficiency in multiple programming languages such as Java, Python, and JavaScript.

    • Strong problem-solving skills and ability to think critically to find innovative solutions to complex technical challenges.

    • Proven track record...

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

100 question for passing 80 correct ans

Round 2 - Technical 

(1 Question)

  • Q1. Manual testing related questions

Interview Preparation Tips

Topics to prepare for Yalamanchili Software Exports Software Tester interview:
  • Regression Testing
  • Smoke Testing
  • Retesting
  • STLC
  • SDLC
  • Agile Testing
Interview preparation tips for other job seekers - They have 2 years bond for fresher and salary only 8k.
In hand we get 7800
And also 2 years no increment.

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Telephonic Call 

(1 Question)

  • Q1. Basic SQL and Excel knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was placed through a consultancy called beta monks, learn basics SQL, You will be placed most probably if you accept for the 2 year bond with 11k per month maximum.

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)

Yalamanchili Software Exports Interview FAQs

How many rounds are there in Yalamanchili Software Exports interview?
Yalamanchili Software Exports interview process usually has 2-3 rounds. The most common rounds in the Yalamanchili Software Exports interview process are HR, Aptitude Test and Technical.
How to prepare for Yalamanchili Software Exports 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 Yalamanchili Software Exports. The most common topics and skills that interviewers at Yalamanchili Software Exports expect are SQL, Analytical skills, Computer science, Java and SDLC.
What are the top questions asked in Yalamanchili Software Exports interview?

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

  1. What is the difference between an IP Address and a MAC Addre...read more
  2. What are the different types of routing protoco...read more
  3. They asked me Why java is platform independent and Why not other languages like...read more
How long is the Yalamanchili Software Exports interview process?

The duration of Yalamanchili Software Exports interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Yalamanchili Software Exports Interview Process

based on 14 interviews

Interview experience

3.8
  
Good
View more

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
Mphasis Interview Questions
3.4
 • 796 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
View all

Yalamanchili Software Exports Reviews and Ratings

based on 311 reviews

3.3/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

2.6

Salary

3.3

Job security

2.9

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 311 Reviews and Ratings
Call Center Executive

Nagpur

0-2 Yrs

Not Disclosed

Network Engineer

Visakhapatnam

0-4 Yrs

Not Disclosed

Explore more jobs
Software Developer
135 salaries
unlock blur

₹1.3 L/yr - ₹3.8 L/yr

Operations Executive
87 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

Client Account Manager
28 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Application Support Engineer
26 salaries
unlock blur

₹1 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Yalamanchili Software Exports with

Prime Focus Technologies

3.3
Compare

Algonomy

4.1
Compare

Global Edge Software

3.5
Compare

ZIGRAM

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