Upload Button Icon Add office photos

Filter interviews by

SYMB Technologies Software Engineer Interview Questions and Answers

Updated 28 May 2024

SYMB Technologies Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I was interviewed in Apr 2024.

Round 1 - Assignment 

Assessment about aptitude, logical reasoning for an experience candidate

Round 2 - Assignment 

Assignment reg web application

Round 3 - Technical 

(1 Question)

  • Q1. Interviewer was not a technical person
Round 4 - Technical 

(1 Question)

  • Q1. Interviewer asked unrelated question that had nothing to do with the role , She expected me to provide the exact answer she had in the mind , which was unreasonable and unprofessional . When i responded p...

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a Java String program to replace the characters. Write a Java program for Encapsulation. What is the difference between Comparator and Comparable? In between an Interview, the screen was abruptly cl...
  • Ans. 

    Java String program to replace characters, Encapsulation program, Comparator vs Comparable difference

    • For Java String program to replace characters, use the replace() method to replace specific characters in a string.

    • For Encapsulation in Java, use private access modifiers to restrict access to class variables and use public getter and setter methods to access and modify them.

    • Comparator and Comparable are interfaces used...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well to attend the interview with Publicis Sapient.

Skills evaluated in this interview

I applied via Company Website

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 

Aptitude and resoninh test
Coding test ,

Round 3 - Coding Test 

Coding test,coding skills in all languages

Interview Preparation Tips

Interview preparation tips for other job seekers - Have excellent communication skills
And coding and technical skills

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Hii mam/sir gud evng my name is sony am from peddaplli distc my qualification is mba
  • Q2. Hiii sir or mam gud evng my name is sony am from peddaplli distc my qualification is MBA am a fresher and I have no any work experience in any company my strength is adapt quickly to any environment
  • Q3. My short term goals is to get placed in a reputed company like yours wich will allow me to enhance my skills and knowledge
  • Q4. My long term goal would be to reach a higher position in our company

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Introduce my self
  • Technical Skills
  • HR
Interview preparation tips for other job seekers - Am a fresher I have no work experience in any company

I applied via Referral and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Coding Test 
Round 4 - One-on-one 

(1 Question)

  • Q1. Project detail Core python questions SQL questions
Round 5 - Technical 

(1 Question)

  • Q1. Write rest API in Flask. Indexing in SQL Exception handling in flask
  • Ans. 

    Answering how to write rest API in Flask, indexing in SQL, and exception handling in Flask.

    • To write a REST API in Flask, you need to define routes using the @app.route decorator and return JSON responses using the jsonify method.

    • To index in SQL, you can use the CREATE INDEX statement to create an index on a table column to improve query performance.

    • To handle exceptions in Flask, you can use the @app.errorhandler decora...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare core language along with each python module used in your project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Experience based questions
  • Q2. Process to raise a defect
  • Ans. 

    To raise a defect, follow these steps:

    • Identify the defect and reproduce it if necessary

    • Document the defect with a clear and concise description

    • Assign a severity level to the defect

    • Assign the defect to the appropriate team or individual

    • Track the status of the defect until it is resolved

  • Answered by AI
  • Q3. Two major reason to use automation over manual testing
  • Ans. 

    Automation saves time and increases accuracy.

    • Automation can run tests faster than humans

    • Automation can perform repetitive tasks without getting tired or making mistakes

    • Automation can simulate large amounts of data to test edge cases

    • Automation can provide consistent results

    • Manual testing is prone to human error and can be time-consuming

    • Automation can free up human testers to focus on more complex testing tasks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
All the best

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Introduce your self
  • Q2. What is prime number
  • Ans. 

    A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • Prime numbers are only divisible by 1 and themselves

    • Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, and 97

    • Prime numbers are important in cryptography and number theory

  • Answered by AI
  • Q3. Write a code on prime number
  • Ans. 

    Code to check if a number is prime or not.

    • A prime number is only divisible by 1 and itself.

    • Start checking from 2 up to the square root of the number.

    • If the number is divisible by any number in the range, it's not prime.

    • Otherwise, it's prime.

  • Answered by AI
  • Q4. Write a question on ages problem
  • Ans. 

    What is the average age of a group of people with ages ranging from 20 to 60?

    • Add up all the ages and divide by the number of people in the group

    • The age range is 40 years

    • Assuming an equal distribution of ages, the average age would be 40

  • Answered by AI
  • Q5. Are you relocate
  • Q6. What is your strengths and weaknesses

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the difference between function overloading and function overriding?
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a function in a subclass with the same name and parameters as a function in the superclass.

    • Function overloading is a compile-time polymorphism concept.

    • Function overriding is a runtime polymorphism concept.

    • Function overloading is used to provide different implementations of the same function for d...

  • Answered by AI
  • Q2. Difference between http and https.
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80 while HTTPS operates on port 443.

    • HTTP is vulnerable to attacks while HTTPS is secure due to SSL/TLS encryption.

    • HTTPS is indicated by a padlock icon in the browser's address bar.

    • HTTPS is used for secure online transactions such as

  • Answered by AI
  • Q3. Explain dml, ddl, tcl...
  • Ans. 

    DML, DDL, and TCL are types of SQL commands used to manipulate databases.

    • DML (Data Manipulation Language) is used to manipulate data in a database, such as inserting, updating, and deleting records.

    • DDL (Data Definition Language) is used to define the structure of a database, such as creating tables, indexes, and constraints.

    • TCL (Transaction Control Language) is used to manage transactions in a database, such as committ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA, OOP, DBMS, CN and OS.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java basics,spring, hibernate,microservices,oracle
  • Q2. Search from chrome
  • Ans. 

    To search from Chrome, type your query in the address bar or use the search bar on the new tab page.

    • Type your query in the address bar and press enter

    • Use the search bar on the new tab page

    • You can also use keyboard shortcuts like Ctrl+T to open a new tab and Ctrl+L to focus on the address bar

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very good. Interview start from intro. First technical questions is OOPs,programmatic questions. interviewer was so polite and they explaining concept also.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on Microsoft .net/core Azure.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical 1 and it's all about 30 minutes around, during interview interviewer ask sometimes baseless questions but interviewee should catch the trap and respond trick to the answer. Sometimes interviewer argued during his or her point how they are correct on their ask but advice to the interviewee not to get into the dispute/argument rest all is depend on the person who is taking an interview technically.
Some formality question may ask like tell me about yourself? what were you are doing so far?are you comfortable for something like in night shifts? etc to check your communication. I advise be honest with yourself on this questions so that you may avoid searching next job after immediately joining the next organisation. I also request don't say yes for sake of yes for the offer and based on that you search the next organisation during your notice period and finally you may drop all the less offered salaries organisations, believe me the offer which you have rejected that may help to the needy person and also maintain the trust in the IT industry if you are honest with yourself.

thanks and best of luck.

SYMB Technologies Interview FAQs

How many rounds are there in SYMB Technologies Software Engineer interview?
SYMB Technologies interview process usually has 4 rounds. The most common rounds in the SYMB Technologies interview process are Assignment and Technical.
How to prepare for SYMB Technologies Software Engineer 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 SYMB Technologies. The most common topics and skills that interviewers at SYMB Technologies expect are Algorithms, C++, Data Structures, Java and Javascript.
What are the top questions asked in SYMB Technologies Software Engineer interview?

Some of the top questions asked at the SYMB Technologies Software Engineer interview -

  1. Interviewer asked unrelated question that had nothing to do with the role , Sh...read more
  2. Interviewer was not a technical per...read more

Tell us how to improve this page.

SYMB Technologies Software Engineer Salary
based on 36 salaries
₹3 L/yr - ₹7 L/yr
47% less than the average Software Engineer Salary in India
View more details

SYMB Technologies Software Engineer Reviews and Ratings

based on 9 reviews

1.7/5

Rating in categories

1.9

Skill development

2.1

Work-Life balance

1.7

Salary & Benefits

2.3

Job Security

2.2

Company culture

1.3

Promotions/Appraisal

1.8

Work Satisfaction

Explore 9 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Developer
5 salaries
unlock blur

₹1 L/yr - ₹5.8 L/yr

Business Analyst
4 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

HR Manager
4 salaries
unlock blur

₹3.6 L/yr - ₹8 L/yr

Software Engineer Trainee
4 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare SYMB Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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