Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tanla Platforms Team. If you also belong to the team, you can get access from here

Tanla Platforms Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Tanla Platforms Software Engineer Interview Questions and Answers

Updated 6 Sep 2024

Tanla Platforms Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. My expertise are in golang. And all the questions were straight forward around golang.
  • Q2. What is concurrency. How to check performance of applications. How to handle concurrency. How many no of goroutines can be created and so on.
  • Ans. 

    Concurrency is the ability of a system to run multiple tasks simultaneously. Performance of applications can be checked using profiling tools. Concurrency can be handled using synchronization techniques like mutexes and channels.

    • Concurrency allows multiple tasks to run concurrently, improving performance and responsiveness.

    • Performance of applications can be checked using profiling tools like Go's built-in 'pprof' packa...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to make sure there are no vulnerabilities. What engineering principles you follow.
  • Ans. 

    To ensure no vulnerabilities, follow secure coding practices, conduct regular security audits, use encryption, and stay updated on security threats.

    • Follow secure coding practices such as input validation, output encoding, and parameterized queries.

    • Conduct regular security audits to identify and address vulnerabilities in the code.

    • Use encryption to protect sensitive data in transit and at rest.

    • Stay updated on security t...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Campus Placement and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are oops concept
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Encapsulation - binding data and functions that manipulate the data

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on many forms

    • Abstraction - hiding implementation details and showing only functionality

  • Answered by AI
  • Q2. What is storage classes in c
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to a block and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables have a lifetime throughout the program and are initialized only once.

    • Extern variables are declared outside any function and can be a

  • Answered by AI
  • Q3. Describe about your final year project and internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence,and positive and answer your question confidently.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

1.It covers all aptitude topics, and English sentences
2.Essay writing
3.Coding

Round 2 - Technical 

(2 Questions)

  • Q1. In TR , languages which u mentioned in resume they will ask Basic programing Questions on Btech project They will say one idea , we need to tell the logic how can we develop (it may varies)
  • Q2. Testing questions Polymorphism, abstraction,constructors, SQL basics
Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.
  • Q4. What are your strengths and weaknesses?
  • Q5. Knowledge about updated technologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume is important for your TR. Mention only languages u know well.

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Asked about my btech project and about some it questions like java
  • Q2. Asked about my introduction my strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident on what you say

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

Round 1 - Technical 

(1 Question)

  • Q1. Java8- functional Interface, Lambda function, Optional Stream Spring Speinboot- Spring MVC, IOC , Dependency Injection, Springboot features, boot Annotation RestFul Services- oracle- Sql command joins log...
Round 2 - Technical 

(1 Question)

  • Q1. Current Project GIT command Junit Test Cases Hibernate- second level cache aglie coding question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion early joiners educational employer

Interview Preparation Tips

Interview preparation tips for other job seekers - if you are going 3to 4 years of Exp then prepare Java8 Colllection Framework.

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

Interview Questionnaire 

1 Question

  • Q1. Abstact class Java 8

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and prepare well for interview.

Interview Questionnaire 

3 Questions

  • Q1. Technical
  • Q2. Basis
  • Q3. Mcq

Interview Preparation Tips

Interview preparation tips for other job seekers - Test me

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

Round 1 - Aptitude Test 

It includes, maths, English, Computer, general knowledge

Round 2 - Technical 

(1 Question)

  • Q1. Related to your field
Round 3 - HR 

(1 Question)

  • Q1. Communication skill and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just good with your knowledge and communication should be perfect.
Contribute & help others!
anonymous
You can choose to be anonymous

Tanla Platforms Interview FAQs

How many rounds are there in Tanla Platforms Software Engineer interview?
Tanla Platforms interview process usually has 2 rounds. The most common rounds in the Tanla Platforms interview process are Technical.
How to prepare for Tanla Platforms 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 Tanla Platforms. The most common topics and skills that interviewers at Tanla Platforms expect are CSS, Front End, HTML, Javascript and React.Js.
What are the top questions asked in Tanla Platforms Software Engineer interview?

Some of the top questions asked at the Tanla Platforms Software Engineer interview -

  1. What is concurrency. How to check performance of applications. How to handle co...read more
  2. How to make sure there are no vulnerabilities. What engineering principles you ...read more
  3. My expertise are in golang. And all the questions were straight forward around ...read more

Recently Viewed

INTERVIEWS

Tanla Platforms

No Interviews

JOBS

Kam-Avida Enviro Engineers

No Jobs

JOBS

Tanla Platforms

No Jobs

REVIEWS

Future Generali India Life Insurance

No Reviews

JOBS

CignaTTk Health Insurance

No Jobs

JOBS

Tanla Platforms

No Jobs

LIST OF COMPANIES

Tanla Platforms

Locations

INTERVIEWS

Tanla Platforms

No Interviews

INTERVIEWS

Tanla Platforms

5.6k top interview questions

SALARIES

Tanla Platforms

Tell us how to improve this page.

Tanla Platforms Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Tanla Platforms Software Engineer Salary
based on 22 salaries
₹12 L/yr - ₹18 L/yr
48% more than the average Software Engineer Salary in India
View more details

Tanla Platforms Software Engineer Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Development Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer 1
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tanla Platforms with

RouteMobile

3.8
Compare

Kaleyra

4.1
Compare

mGage

3.9
Compare

Vodafone Idea

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