Upload Button Icon Add office photos
Engaged Employer

i

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

Talent Formula Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Talent Formula Interview Questions and Answers for Freshers

Updated 26 Dec 2024

Talent Formula Interview Experiences for Freshers

Popular Designations

1 interview found

Audit Senior Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2023

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

I applied via Naukri.com and was interviewed in Aug 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 - Technical 

(1 Question)

  • Q1. About the points mentioned in resume
Round 3 - Technical 

(1 Question)

  • Q1. Strengths and weakness
Round 4 - Technical 

(1 Question)

  • Q1. Interview with partner

Audit Senior Interview Questions asked at other Companies

Q1. Debtor O/s from 3 years. How will you deal with it in audit report?
View answer (1)

Jobs at Talent Formula

View all

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Java Basic questions and Git

Interview Preparation Tips

Interview preparation tips for other job seekers - After selection they haven't rolled the offer and put the profile on hold and then doesn't pick calls.

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - don't be afraid be positive during the interview, Make eye contact of interview person then they feel u have manage any critical incident occurring work place.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.
I usually changed my “Areas of Interest” as per the company profile. For Headstrong I mentioned subjects that dealt with coding and data structure.

Round: Test
Experience: First round was a written test containing 90 aptitude based questions and the time allotted for the same was 90 minutes. Questions were of high difficulty level; most of the questions based on probability, permutation and combination. 40 people were shortlisted out of the 180 applicants.
Duration: 90 minutes
Total Questions: 90

Round: Group Discussion
Experience: In Group Discussion there were 11 people in my group. The topic for the discussion was the “impact of family drama daily soaps (saas bahu serials) on the society”. Almost all of us agreed to the fact that these serials were sending wrong message to the society. They were interested in students who were expressive. 3 people got selected from my group.

Round: Technical Interview
Experience: The first round was a technical interview. Questions related to my family and areas of interest were also asked though. Questions related to C++ were asked and the topic of data structure was their main focus. They asked me questions on linked list and other forms of data structure. Finally they asked few general puzzles too. This interview continued for around 20 minutes.

Round: HR Interview
Experience: In the HR interview, questions were asked on why they should choose me and why I had opted for Headstrong. They also asked which location I would prefer for the job. They wanted someone who would be comfortable with any location whether it be south or north India. This last interview was small and lasted around 5-10 minutes.
Tips: Preparation of puzzles foe the interview would be beneficial.

College Name: IIT ROORKEE
Motivation: Most information regarding the company was obtained by attending the pre placement talk. The company did not check much about our knowledge related to the company but were more concerned with our technical knowledge.

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is web wrapping
  • Ans. 

    Web wrapping is the process of displaying a website within another website or application.

    • It involves embedding a website within an iframe or a div element.

    • Web wrapping is commonly used in mobile apps to display web content without leaving the app.

    • It can also be used to display content from a different domain on a website.

    • Web wrapping can be done using JavaScript or server-side scripting languages.

    • Examples of web wrapp...

  • Answered by AI
  • Q2. Vba effects
  • Ans. 

    VBA effects on software development

    • VBA can automate repetitive tasks in software development

    • VBA can be used to create custom functions and add-ins in Excel

    • VBA can interact with other Microsoft Office applications

    • VBA can be used to create user interfaces for data entry and analysis

    • VBA can be used to manipulate data in databases

    • VBA can be used to create macros in software applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and listen carefully all the questions then answer

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain git module
  • Ans. 

    Git module is a software tool that allows for version control and collaboration on code projects.

    • Git module is a version control system used for tracking changes in code files.

    • It allows multiple developers to work on the same project simultaneously.

    • Git module helps in managing different versions of code and merging changes from different branches.

    • Common git commands include git clone, git add, git commit, git push, and...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common first and last name

    • No middle name

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

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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

Interview Questionnaire 

1 Question

  • Q1. Reversing a string
  • Ans. 

    Reversing a string involves flipping the order of characters in a given string.

    • Create an empty string to store the reversed string

    • Iterate through the original string from the end to the beginning

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic question oh OS,threads,OOPS

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of C programming language.
  • Q2. Basics of Data structure.

Interview Preparation Tips

Topics to prepare for Adecco Group Software Engineer interview:
  • C programming language
  • Data Structures
Interview preparation tips for other job seekers - As a fresher everyone needs to have basic knowledge of atleast one programming language, and they should have good communication skills to interact with the recruiter.

Talent Formula Interview FAQs

How many rounds are there in Talent Formula interview for freshers?
Talent Formula interview process for freshers usually has 4 rounds. The most common rounds in the Talent Formula interview process for freshers are Technical and Resume Shortlist.
How to prepare for Talent Formula interview for freshers?
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 Talent Formula. The most common topics and skills that interviewers at Talent Formula expect are Accounting, Financial Statements, Tax Returns, Auditing and Statutory Audit.
What are the top questions asked in Talent Formula interview for freshers?

Some of the top questions asked at the Talent Formula interview for freshers -

  1. What are Docker, Dockerfile, and Docker Compose, and can you explain the concep...read more
  2. What are the treatment procedures for Goods and Services Tax (GST) and Business...read more
  3. What is the treatment of accounts receivable and bad debts, and how do they imp...read more
How long is the Talent Formula interview process?

The duration of Talent Formula interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Talent Formula Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.1k Interviews
Quess Interview Questions
3.9
 • 410 Interviews
Randstad Interview Questions
3.8
 • 260 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Adecco Group Interview Questions
3.7
 • 89 Interviews
PeopleStrong Interview Questions
3.4
 • 51 Interviews
ManpowerGroup Interview Questions
3.8
 • 49 Interviews
Iksula Interview Questions
3.5
 • 27 Interviews
Kelly Services Interview Questions
4.2
 • 15 Interviews
Gi Group Interview Questions
3.9
 • 15 Interviews
View all

Talent Formula Reviews and Ratings

based on 81 reviews

4.4/5

Rating in categories

4.0

Skill development

4.5

Work-life balance

4.2

Salary

4.0

Job security

4.4

Company culture

3.9

Promotions

4.2

Work satisfaction

Explore 81 Reviews and Ratings
Recruitment Executive

Hyderabad / Secunderabad

4-5 Yrs

Not Disclosed

Software Engineering Lead

Hyderabad / Secunderabad

7-12 Yrs

₹ 25-40 LPA

Explore more jobs
Analyst
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Processor
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Processor
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Client Relationship Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Talent Formula with

Team Lease

3.9
Compare

Quess

3.9
Compare

Kelly Services

4.2
Compare

Randstad

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