Upload Button Icon Add office photos

Filter interviews by

ThemeSoft Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Bulk binding variables, procedure function difference, SQL loader, Cursor types in details, collections in details

Interview Preparation Tips

Interview preparation tips for other job seekers - Attended 2 technical and 1 Client round.
In the 1st technical round asked deep questions on advanced Pl SQL as well as Some SQL queries.
2nd technical round was happened based on the current role and experience.
And in the client round check the ability of candidate. By giving some scenario like what is the complex situation you face in the work and how you have resolved that.
In this sort of questions take your time about 30 sec think about what to tell and how to tell. You ll judge you on the basis of, the way you answer the question.

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. In the 1st round, purely technical questions were asked related to C#, OOPs, Asp.Net, .Net CORE. It mostly focused on whether the candidate has a thorough knowledge in the .Net domain.
  • Q2. In the 2nd round, I was mainly asked questions related to the kind of work I had done in my previous company, for e.g questions on WebAPI, .Net CORE, WCF, SQL
  • Q3. The 3rd round was completely managerial which asked about my past work experiences and and what I had a contributed to my previous company.
  • Q4. The Last Round was Salary Discussion with HR.

Interview Preparation Tips

Interview preparation tips for other job seekers - My 1st round was very lengthy, almost about 1 hour, which focused on the core concepts of .Net. So I would suggest any candidate to strengthen his/her OOPs concepts specially as my interviewer placed many challenging questions in front of me.
All the best!!!

I applied via Naukri.com and was interviewed before May 2017. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Based on resume and simple technical questions

Interview Preparation Tips

Check for client and kind of project you get.. get clear idea of nature of work. Else you might be disappointed later

I applied via Recruitment Consultant and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.If an URL is not reachable then what are all the possible reasons?
  • Ans. 

    Possible reasons for an unreachable URL

    • Server is down

    • Incorrect URL

    • DNS resolution failure

    • Firewall or security settings

    • Network connectivity issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I faced shockingly unprofessional and fraudulent behaviour by UST Global HR.Position was permenent with UST Global but I would work in Amadeus Software labs office in Prestige Techno Park office in Kadubeesanhalli in Bangalore.There were 2 rounds,first one was telephonic which I cleared.The second was face 2 face,I went to Amadeus office in PrestegeTech Park.That interview went off well ,I answered all the questions.But shockingly I was told two days later the feedback was not positive.
I was shocked as all the time and effort that I had invested in attending this interview had got wasted.The actual reason was that UST Global was not competent enough to pay my expected CTC so they shamelessly gave an excuse that the interview feedback was not positive.Such fraudulent practices must be checked.As this is Bangalore and UST Global is not the only company that is there, if my interview had not gone well I would have concentrated on other interviews rather than writing this review.The only intention behind writing this review is to expose what this company has done.Fraud should always be called out,ignoring it only serves as further encouragement. Hence ,I would urge people to exercise due caution while attending this company's interview.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

17 Questions

  • Q1. Explain booting process?
  • Ans. 

    Booting process is the sequence of events that occur when a computer system is turned on.

    • BIOS/UEFI firmware initializes hardware components

    • Bootloader loads the kernel into memory

    • Kernel initializes system processes and drivers

    • Init system starts user space processes and services

    • Graphical user interface (GUI) is loaded for user interaction

  • Answered by AI
  • Q2. What version of redhat have you worked on?
  • Ans. 

    I have worked on Red Hat Enterprise Linux versions 6, 7, and 8.

    • I have experience with installation, configuration, and maintenance of Red Hat Enterprise Linux servers.

    • I have worked with Red Hat Enterprise Linux 6, 7, and 8 in both physical and virtual environments.

    • I have experience with package management, user management, and security hardening on Red Hat Enterprise Linux.

    • I have also worked with Red Hat Satellite for ...

  • Answered by AI
  • Q3. If disk is full what will u do?
  • Ans. 

    Free up disk space by identifying and removing unnecessary files.

    • Identify large files and delete them

    • Remove old log files

    • Clear cache and temporary files

    • Compress large files

    • Move files to another disk or server

  • Answered by AI
  • Q4. What is sticky bit and sgid?
  • Ans. 

    Sticky bit and SGID are special permissions in Linux file system.

    • Sticky bit is denoted by 't' in file permission and restricts deletion of files in a directory by non-owners.

    • SGID is denoted by 's' in file permission and sets the group ID of newly created files to the group of the parent directory.

    • SGID can also be used on executable files to allow users to run them with the permissions of the group that owns the file.

    • SG...

  • Answered by AI
  • Q5. Explain me what will u do if the server is not coming up?
  • Q6. Based on resume few questions they will ask like how will u delete user along with home directory?
  • Q7. What is the difference between zombie and orphan?
  • Ans. 

    Zombie is a terminated process that still has an entry in the process table, while orphan is a child process whose parent has terminated.

    • Zombie process is waiting for its parent to read its exit status

    • Orphan process is adopted by init process (PID 1)

    • Zombie process can be removed by killing its parent process

    • Orphan process can continue running even after its parent has terminated

  • Answered by AI
  • Q8. Explain me Raid? how many raid are there? which raid is best to use?
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. It is a data storage technology that combines multiple physical disks into a single logical unit.

    • There are several types of RAID, including RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, and more.

    • RAID 0 offers no redundancy but provides improved performance by striping data across multiple disks.

    • RAID 1 provides mirroring of data across two disks, offering redundancy but n...

  • Answered by AI
  • Q9. Explain me what is network bonding?
  • Ans. 

    Network bonding is the process of combining multiple network interfaces into a single logical interface.

    • Network bonding provides redundancy and increased bandwidth.

    • There are different bonding modes such as active-backup, balance-rr, and LACP.

    • Bonding can be configured using the ifenslave utility or through network configuration files.

    • Examples of network interfaces that can be bonded include Ethernet, Wi-Fi, and InfiniBa...

  • Answered by AI
  • Q10. Difference between systemd and services?
  • Ans. 

    systemd is a system and service manager while services are individual programs that run in the background.

    • systemd is responsible for managing the system's startup and shutdown processes

    • services are individual programs that run in the background and can be managed by systemd

    • systemd can start, stop, restart, enable, and disable services

    • services can be configured to start automatically at boot time using systemd

    • systemd pr...

  • Answered by AI
  • Q11. Why are you looking for job change? since this is senior position role are u willing to accept the challenges and take it with you?
  • Q12. Tell me about ur roles and resposibility in previous company?
  • Q13. Do u have knowledge on scripting? since we need people having scripting knowledge? did u have clustering knowledge?
  • Q14. NExt round technical manager round . explain me booting process in brief ? what is hard and soft link? How much salary are you expecting ? Is is negotiable? 10hrs duty , no wfh , rotational shift are you...
  • Q15. 3rd round was project executive round they will take on skype and see ur expressions and will ask what is the challenge u have faced? what are values that you think should be followed in company? Please i...
  • Q16. 4th round for salary discussion hr round and doc verification . there are no variable only fixed salary
  • Q17. Note make sure u take offer letter and in that if hr mention any bonus on call take it in your offer letter in written that this much bonus hr is giving.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was tough . they asked many questions back to back. Please study hard to your ass before going for an interview . I was like before going prepared cried and was like do or die situation for hon since in previous company due to multiple clients I was overloaded and was getting night shifts most of time no proper mgmt was there and no much hike. I don't want to tell this but most of the girls dont work properly and due to excuses do wfh much pressure on boys. So decided to switch and so I study hard.

4 rounds
1st round was technical
2nd round was technical manager round
3rd round was Project executive round on skype
4th round was Hr round for salary discussion

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2016. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell about your self
  • Ans. 

    I am a customer-oriented professional with excellent communication skills and a passion for providing exceptional service.

    • Strong interpersonal skills

    • Ability to empathize with customers

    • Effective problem-solving abilities

    • Experience in handling customer complaints and inquiries

    • Proficient in using customer support software

    • Proven track record of meeting customer satisfaction goals

  • Answered by AI
  • Q2. Why you choosing our company
  • Ans. 

    I am choosing your company because of your excellent reputation and commitment to customer satisfaction.

    • Your company has a proven track record of providing exceptional customer care.

    • I have heard positive feedback from friends and colleagues about their experiences with your company.

    • Your company's values align with my own, particularly in regards to prioritizing customer satisfaction.

    • I am impressed by the range of servi...

  • Answered by AI
  • Q3. What will you do if you were given 1 millions in amount in your hand. How will you spend it?
  • Ans. 

    I would invest a portion of the money, donate to charity, and use the rest for personal expenses.

    • Invest a portion of the money to secure future financial stability

    • Donate a portion to charity to help those in need

    • Use the remaining amount for personal expenses such as travel, home improvements, and savings

  • Answered by AI
  • Q4. If you want to be an animal like any animal in the world? Which animal you would like to be?
  • Ans. 

    I would like to be a dolphin because of their intelligence, agility, and ability to swim freely in the ocean.

    • Dolphins are known for their high level of intelligence and problem-solving abilities.

    • They are incredibly agile and can swim at high speeds, performing acrobatic jumps and flips.

    • Being a dolphin would allow me to explore the vastness of the ocean and interact with other marine creatures.

    • Dolphins are highly social...

  • Answered by AI

Interview Preparation Tips

Round: Campus drive -GD,HR,HR Interview
Experience: I reached the office at morning 9. Why because they mentioned the interview time was 9 in the offer letter. I was the only one who went there first I was waiting till 10:30, one by one people who got selected in campus drive came After certain number of people came one HR came and escort all the participants in a place like an auditorium. Then they explain about their company and all the stuffs and it got noon. I went to eat with the people who came for the interview and I met so many peoples they became friends to me. After that I started to have interview in calls. Then waited for the results it became evening But unfortunately I didn't got selected,its because that was my first interview I was really nervous and may be my answers were not that much satisfier. After that I left from there. But now I'm ready to face anything.
Tips: You just have to think like we are taking to a customer,our main aim has to make them feel satisfied. Talk with Courage and confidence.

Skills: Communication
College Name: Dhanalakshmi srinivasan college of arts and science for women

Interview Questionnaire 

3 Questions

  • Q1. Basic questions from the resume content. Be through with the project mentioned in your resume. Also try to prepare at least one object oriented language basics.
  • Q2. I was asked questions on RADIUS TACACS Firewalls and VPN as I had mentioned network security in my resume
  • Q3. Not at all difficult just as general HR interview

Interview Preparation Tips

Round: Test
Experience: If you are applying as a fresher, you may have to appear for a test which will have basic aptitude questions on General Maths and English followed by two basic coding questions in any language like C C++ Java etc

Round: Group Discussion
Experience: Just be confident in keeping your point. Cracking this won't be that difficult.

I applied via Approached by Company and was interviewed in Dec 2018. There were 6 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Basic core java questions. OOPS questions. Some design patterns
  • Q2. Immutable class
  • Q3. Spring and restful questions. Project related questions.
  • Q4. Can you write code for printing a star in java
  • Ans. 

    Yes, I can write code for printing a star in Java.

    • Create an array of strings to represent the star

    • Use a loop to iterate through each row of the array

    • Use another loop to iterate through each column of the array

    • Print the value at each row and column position

    • Example: String[] star = {" * ", " *** ", "*****", " *** ", " * "};

    • Example: for (String row : star) { System.out.println(row); }

  • Answered by AI
  • Q5. HR asked about my home, family and expected salary.
  • Q6. Most of the question asked about my previous projects. Easy to crack

Interview Preparation Tips

Round: Test
Experience: I faced core java, spring, hibernate, rest, junit questions.

General Tips: Just keep doing the same thing again and again if you are failing in interview. One day you will get only those questions that you know. Note down previous interview questions and work on them. One day you will definitely get a good job.
Skills: Core java, Rest, How Much You Are Interested In The Company?, Hibernate, Spring
Duration: <1 week

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Based on a situation
  • Q2. Write a .small C code
  • Ans. 

    A C code that prints out the elements of an array of strings.

    • Declare an array of strings

    • Use a loop to iterate through the array

    • Print out each element

  • Answered by AI
  • Q3. Simple puzzles about colored balls probability
  • Q4. What Is the probability of it raining today in Chennai?
  • Ans. 

    The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.

    • The probability can be estimated by analyzing the current weather patterns and historical data.

    • Factors such as humidity, temperature, and wind speed can affect the probability of rain.

    • Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.

    • The probability of ra...

  • Answered by AI
  • Q5. Find the probability that India will win the next Cricket World Cup
  • Ans. 

    It is impossible to accurately predict the probability of India winning the next Cricket World Cup.

    • Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.

    • Past performance of the team and individual players can be considered, but it does not guarantee future success.

    • Other teams participating in the tournament also play a significant role in determining t...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Fifty people appeared for the test out of which sixteen were shortlisted.

Round: Case Study Interview
Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.

Round: Technical Interview
Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know.
Tips: Customized preparation is must along with good CGPA.

Skill Tips: Work details about your internship helps!
Skills: General knowledge, Technical knowledge
College Name: IIT Madras

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Should “Social Media” technique be used for educational purposes
  • Ans. 

    Yes, social media can be used for educational purposes.

    • Social media provides a platform for sharing educational content and resources.

    • It allows for collaboration and communication among students and teachers.

    • Social media can enhance learning through interactive discussions and real-time feedback.

    • It can also help in reaching a wider audience and promoting educational initiatives.

    • Examples include educational YouTube chan...

  • Answered by AI
  • Q2. Tell me something about youself
  • Ans. 

    I am a highly motivated and experienced project engineer with a strong background in managing complex engineering projects.

    • I have a Bachelor's degree in Engineering and have been working as a project engineer for the past 5 years.

    • I have successfully managed multiple projects from conception to completion, ensuring they are delivered on time and within budget.

    • I have a proven track record of effectively coordinating with...

  • Answered by AI
  • Q3. About the company
  • Q4. Who is the present CEO
  • Ans. 

    The present CEO is John Smith.

    • John Smith is the current CEO of the company.

    • He has been in this position since 2015.

    • Under his leadership, the company has experienced significant growth and expansion.

    • John Smith has a strong background in engineering and project management.

    • He is known for his strategic vision and ability to drive innovation.

  • Answered by AI
  • Q5. Extra-acads related questions
  • Q6. Coding related questions(only if your CV shows you are a coding studd)
  • Q7. Situation based questions

Interview Preparation Tips

Round: Interview
Experience: Its not an elimination round, you can go with your informal clothes on. Any one who has prepared for day 1 and day2 companies will get through this round. Just read news papers and learn to shoot graphs here and there even if it has got absolutely no facts and definitely practice to write a lot.
Tips: Be prepared with both for and against the topic coz the interviewer keeps changing the topic in between the GD.The topic was same as that of the case study Don’t write bullet-ed points, this makes your cases look small. Try applying your vocabulary spectrum. Try to give exhibits even if you don’t know any facts.

Round: Group Discussion
Experience: 12 students on the table, one interviewer.
Tips: Play old school .But don’t wait for your chance, just break into it, but with a gentlemanly attitude. Try giving examples. Throw arbitrary facts to prove your points, if you don’t remember the real figures.

Round: Interview
Tips: Don’t start with your brilliancein your core subject. Tell them you hate your department. Convince them that you won’t ditch them for a Ph.D or an MBA. Tell them you have a friend at Wipro who keeps giving you intel about how great the company is. Look confident and if at times you can be funny, they will appreciate it!!

Skill Tips: 8 and above CGPA is required. Later it was lowered to 7.9, mine was 7.98. They mainly ask HR questions, so being involved in Extra-academic activities gives you more that you can talk of. I had an eye for coding in C++. Helped me on this, but my extra-academics list was enough. Coding was just a bonus. If they are non core its better. But my both the internships were core based. You just have to convince them why you are dropping from core.
College Name: IIT KHARAGPUR

ThemeSoft Interview FAQs

How to prepare for ThemeSoft 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 ThemeSoft. The most common topics and skills that interviewers at ThemeSoft expect are IT Staffing, Java, Recruitment, Agile and C2C.

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 801 Interviews
Nagarro Interview Questions
4.0
 • 760 Interviews
Publicis Sapient Interview Questions
3.5
 • 603 Interviews
View all

ThemeSoft Reviews and Ratings

based on 15 reviews

4.4/5

Rating in categories

3.9

Skill development

4.2

Work-Life balance

4.4

Salary & Benefits

4.4

Job Security

4.3

Company culture

4.2

Promotions/Appraisal

4.0

Work Satisfaction

Explore 15 Reviews and Ratings
Senior Technical Recruiter
7 salaries
unlock blur

₹2.8 L/yr - ₹6.8 L/yr

Technical Recruiter
5 salaries
unlock blur

₹2.1 L/yr - ₹3.3 L/yr

Senior Recruiter
4 salaries
unlock blur

₹3.6 L/yr - ₹6.6 L/yr

Senior IT Recruiter
4 salaries
unlock blur

₹0.8 L/yr - ₹6.5 L/yr

Softwaretest Engineer
4 salaries
unlock blur

₹8 L/yr - ₹8.5 L/yr

Explore more salaries
Compare ThemeSoft with

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.8
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