Upload Button Icon Add office photos

Filter interviews by

Yalamanchili Software Exports Mobile Application Developer Interview Questions and Answers

Updated 26 Oct 2023

Yalamanchili Software Exports Mobile Application Developer Interview Experiences

1 interview found

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

They ask to write a pattern program for triangle

Round 3 - One-on-one 

(1 Question)

  • Q1. Java basics question

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about react native concepts like state, props, class and functional components, pure components, HOC, redux, Axios, responsive UI, security(handling token)
Round 2 - Client Interview 

(1 Question)

  • Q1. About git, own libraries those u have written
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I am flexible and open to negotiation.

    • I would like to be compensated fairly for my skills and experience.

    • I am interested in discussing the overall compensation package, including benefits and opportunities for growth.

    • I am confident that we can come to a mutually beneficial agreement.

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different professions and backgrounds.

    • My father is a software engineer and my mother is a teacher.

    • I have two siblings, one is studying medicine and the other is pursuing a career in finance.

    • We have relatives living in different countries, which has exposed me to various cultures and perspectives.

  • Answered by AI
  • Q3. Share details of your previous job.
  • Ans. 

    I worked as a Mobile Application Developer at XYZ Company.

    • Developed and maintained mobile applications for iOS and Android platforms.

    • Collaborated with cross-functional teams to gather requirements and design user-friendly interfaces.

    • Implemented new features and enhancements to existing applications.

    • Performed code reviews and debugging to ensure high-quality and bug-free applications.

    • Optimized mobile applications for pe...

  • Answered by AI
  • Q4. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities in mobile app development.

    • Seeking a more challenging role to enhance my skills and knowledge in mobile app development.

    • Interested in exploring new technologies and trends in the mobile app industry.

    • Want to work in a dynamic and innovative environment that fosters creativity and learning.

    • Seeking better career prospects and growth opportunities.

    • Looking for a company wit...

  • Answered by AI
  • Q5. Tell me about yourself.
  • Ans. 

    I am a mobile application developer with 5 years of experience in developing iOS and Android applications.

    • 5 years of experience in mobile application development

    • Proficient in iOS and Android development

    • Strong knowledge of programming languages such as Swift, Java, and Kotlin

    • Experience in developing user-friendly and intuitive mobile interfaces

    • Familiarity with mobile app testing and debugging processes

    • Ability to work in

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Mobile Application Developer interview:
  • React Native
  • Redux
Interview preparation tips for other job seekers - - smooth interview process
- 3 round 3 weeks

Interview Preparation Tips

Skills: Problem Solving Abilties
College Name: Gujarat university
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

There is aptitude test

Round 2 - Aptitude Test 

Yeah some times there is taff questions too

Round 3 - Technical 

(2 Questions)

  • Q1. I can't share quotation
  • Q2. No I can't share here

Interview Preparation Tips

Interview preparation tips for other job seekers - Please contact all companies and develop ur skill side by side

Interview Preparation Tips

Round: Face to face interview
Experience: This round is all about technical, communication skills checking

I was interviewed in Sep 2018.

Interview Preparation Tips

General Tips: Describe yourself and then technical question start
1. Oops concept
2. Asp.net
3. Sql (including triggers)
4. Asp.net MVC(including EF)
5. JQuery.
Skills: Communication, Body Language
Duration: 1-3 Months

Interview Questionnaire 

1 Question

  • Q1. Thorough React and basic coding skills.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Q2. Are you willing to relocate
  • Q3. Are you aware of TCS 2 years bond
  • Q4. Getch() in C
  • Ans. 

    getch() is a function in C that reads a single character from the keyboard without echoing it.

    • getch() is defined in the header file.

    • It is commonly used to read single characters for menu selection or password input.

    • The character read by getch() is not displayed on the screen.

    • getch() is a blocking function, meaning it waits for user input before proceeding.

    • Example: char ch = getch();

  • Answered by AI
  • Q5. Polymorphism in java
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. In Java, it is achieved through method overriding and interfaces.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • Method overriding is when a subclass provides its own implementation of a method that is already defined in its superclass.

    • Interfaces allow for polymorphism by defining a set of methods that a clas...

  • Answered by AI
  • Q6. Difference between post and get methods of php
  • Ans. 

    POST and GET are HTTP methods used to send data to a server. POST is used to send data in the request body while GET sends data in the URL.

    • POST is more secure as it doesn't expose data in the URL

    • GET has a limit on the amount of data that can be sent

    • POST is used for submitting forms, uploading files, etc.

    • GET is used for fetching data from the server

    • Examples: POST - submitting a login form, GET - fetching search results

  • Answered by AI
  • Q7. Basic networking questions

Interview Preparation Tips

Round: HR Interview
Experience: ve done self analysis well
Tips: Be calm and composed

Round: Technical Interview
Experience: overall technical interview was fine.They dont go in deep and stick only to the basics.Make sure you know well the stuff you mention in your resume
Tips: Be absolutely confident of your basics

General Tips: Be confident and rest assured
Skills: Areas Of Interest, Basic C/C++
College Name: Vidyalankar Institute Of Technology
Motivation: Plethora of opportunities for freshers

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Explain software development life cycle
  • Ans. 

    Software development life cycle is a process of planning, designing, developing, testing, and deploying software.

    • SDLC is a framework that guides the development of software.

    • It involves several stages such as planning, designing, coding, testing, and deployment.

    • Each stage has its own set of activities and deliverables.

    • The stages are often iterative, meaning they may be repeated until the desired outcome is achieved.

    • Exam...

  • Answered by AI
  • Q2. Explain some DBMS queries(select,delete,insert,update,drop)
  • Ans. 

    DBMS queries are used to interact with a database. Common queries include select, delete, insert, update, and drop.

    • SELECT: Retrieves data from a database table

    • DELETE: Removes data from a database table

    • INSERT: Adds new data into a database table

    • UPDATE: Modifies existing data in a database table

    • DROP: Deletes an entire database table

  • Answered by AI
  • Q3. Simple questions on C programming ( what is Studio.h, preprocessor)
  • Ans. 

    Studio.h is a header file in C programming used for input/output operations.

    • Studio.h contains functions like printf() and scanf() for input/output operations.

    • Preprocessor directives like #define and #include are used to include the header file.

    • Studio.h is part of the standard C library and is included in most C compilers.

    • It is important to include the header file in your program if you plan to use input/output function

  • Answered by AI
  • Q4. Tell  something about yourself
  • Q5. Why TCS
  • Ans. 

    TCS is a leading global IT services company with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality IT solutions to clients worldwide.

    • TCS offers a wide range of services and solutions, including consulting, digital transformation, and business process outsourcing.

    • TCS has a strong focus on innovation and invests heavily in research and development.

    • TCS has ...

  • Answered by AI
  • Q6. What is your long term goal

Interview Preparation Tips

Round: HR Interview
Tips: At the they might ask to ask something from them , so i will suggest to better ask them any question.This will leave a good impression.

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Write a code for arranging numbers in sorted order
  • Ans. 

    Code for arranging numbers in sorted order

    • Use a sorting algorithm like bubble sort, insertion sort, or quicksort

    • Determine if the numbers are integers or floating point numbers

    • Consider the size of the input array and the time complexity of the algorithm

    • Check for edge cases like empty array or array with only one element

  • Answered by AI
  • Q2. What is Data Mining
  • Ans. 

    Data mining is the process of discovering patterns and insights from large datasets.

    • It involves using statistical and machine learning techniques to analyze data

    • The goal is to extract useful information and knowledge from the data

    • Examples include identifying customer buying patterns or predicting stock prices

    • Data mining can also be used in fields such as healthcare to identify disease risk factors

  • Answered by AI
  • Q3. What is a need of compiler
  • Ans. 

    Compiler is needed to translate high-level programming language code into machine code.

    • Compilers are used to convert human-readable code into machine-readable code.

    • They help in detecting errors and bugs in the code before execution.

    • Compilers optimize the code for better performance and efficiency.

    • Examples of compilers include GCC, Clang, and Visual C++.

  • Answered by AI

Interview Preparation Tips

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Yalamanchili Software Exports Interview FAQs

How many rounds are there in Yalamanchili Software Exports Mobile Application Developer interview?
Yalamanchili Software Exports interview process usually has 3 rounds. The most common rounds in the Yalamanchili Software Exports interview process are Resume Shortlist, Coding Test and One-on-one Round.

Tell us how to improve this page.

Yalamanchili Software Exports Mobile Application Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all
Software Developer
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Executive
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Software Developer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Support Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Client Account Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 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